[INFO] cloning repository https://github.com/Hadronomy/advent-of-code
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Hadronomy/advent-of-code" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHadronomy%2Fadvent-of-code", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHadronomy%2Fadvent-of-code'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 668db4bc2902b7eab304037a27631942564b7390
[INFO] testing Hadronomy/advent-of-code against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHadronomy%2Fadvent-of-code" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-6-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/Hadronomy/advent-of-code
[INFO] finished tweaking git repo https://github.com/Hadronomy/advent-of-code
[INFO] tweaked toml for git repo https://github.com/Hadronomy/advent-of-code written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Hadronomy/advent-of-code on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Hadronomy/advent-of-code 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-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ab116a4cdc3aa63fb03fc0393b67d57664f4b67c88c2353ad4ac49cb16b2b1af
[INFO] running `Command { std: "docker" "start" "-a" "ab116a4cdc3aa63fb03fc0393b67d57664f4b67c88c2353ad4ac49cb16b2b1af", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ab116a4cdc3aa63fb03fc0393b67d57664f4b67c88c2353ad4ac49cb16b2b1af", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ab116a4cdc3aa63fb03fc0393b67d57664f4b67c88c2353ad4ac49cb16b2b1af", kill_on_drop: false }`
[INFO] [stdout] ab116a4cdc3aa63fb03fc0393b67d57664f4b67c88c2353ad4ac49cb16b2b1af
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 409972f58f5080f448a0588c23e841554a0f227b7c77c37a2bd28f93a089735b
[INFO] running `Command { std: "docker" "start" "-a" "409972f58f5080f448a0588c23e841554a0f227b7c77c37a2bd28f93a089735b", kill_on_drop: false }`
[INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/part1
[INFO] [stderr]   |
[INFO] [stderr]   = note: the bin target `part1` in package `aoc2025-day-10 v0.1.0 (/opt/rustwide/workdir/2025/day-10)` has the same output filename as the bin target `part1` in package `aoc2025-day-1 v0.1.0 (/opt/rustwide/workdir/2025/day-1)`
[INFO] [stderr]   = note: this may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>
[INFO] [stderr]   = help: consider changing their names to be unique or compiling them separately
[INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/part1.dwp
[INFO] [stderr]   |
[INFO] [stderr]   = note: the bin target `part1` in package `aoc2025-day-10 v0.1.0 (/opt/rustwide/workdir/2025/day-10)` has the same output filename as the bin target `part1` in package `aoc2025-day-1 v0.1.0 (/opt/rustwide/workdir/2025/day-1)`
[INFO] [stderr]   = note: this may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>
[INFO] [stderr]   = help: consider changing their names to be unique or compiling them separately
[INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/part2
[INFO] [stderr]   |
[INFO] [stderr]   = note: the bin target `part2` in package `aoc2025-day-10 v0.1.0 (/opt/rustwide/workdir/2025/day-10)` has the same output filename as the bin target `part2` in package `aoc2025-day-1 v0.1.0 (/opt/rustwide/workdir/2025/day-1)`
[INFO] [stderr]   = note: this may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>
[INFO] [stderr]   = help: consider changing their names to be unique or compiling them separately
[INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/part2.dwp
[INFO] [stderr]   |
[INFO] [stderr]   = note: the bin target `part2` in package `aoc2025-day-10 v0.1.0 (/opt/rustwide/workdir/2025/day-10)` has the same output filename as the bin target `part2` in package `aoc2025-day-1 v0.1.0 (/opt/rustwide/workdir/2025/day-1)`
[INFO] [stderr]   = note: this may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>
[INFO] [stderr]   = help: consider changing their names to be unique or compiling them separately
[INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/part1
[INFO] [stderr]   |
[INFO] [stderr]   = note: the bin target `part1` in package `aoc2025-day-11 v0.1.0 (/opt/rustwide/workdir/2025/day-11)` has the same output filename as the bin target `part1` in package `aoc2025-day-10 v0.1.0 (/opt/rustwide/workdir/2025/day-10)`
[INFO] [stderr]   = note: this may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>
[INFO] [stderr]   = help: consider changing their names to be unique or compiling them separately
[INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/part1.dwp
[INFO] [stderr]   |
[INFO] [stderr]   = note: the bin target `part1` in package `aoc2025-day-11 v0.1.0 (/opt/rustwide/workdir/2025/day-11)` has the same output filename as the bin target `part1` in package `aoc2025-day-10 v0.1.0 (/opt/rustwide/workdir/2025/day-10)`
[INFO] [stderr]   = note: this may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>
[INFO] [stderr]   = help: consider changing their names to be unique or compiling them separately
[INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/part2
[INFO] [stderr]   |
[INFO] [stderr]   = note: the bin target `part2` in package `aoc2025-day-11 v0.1.0 (/opt/rustwide/workdir/2025/day-11)` has the same output filename as the bin target `part2` in package `aoc2025-day-10 v0.1.0 (/opt/rustwide/workdir/2025/day-10)`
[INFO] [stderr]   = note: this may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>
[INFO] [stderr]   = help: consider changing their names to be unique or compiling them separately
[INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/part2.dwp
[INFO] [stderr]   |
[INFO] [stderr]   = note: the bin target `part2` in package `aoc2025-day-11 v0.1.0 (/opt/rustwide/workdir/2025/day-11)` has the same output filename as the bin target `part2` in package `aoc2025-day-10 v0.1.0 (/opt/rustwide/workdir/2025/day-10)`
[INFO] [stderr]   = note: this may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>
[INFO] [stderr]   = help: consider changing their names to be unique or compiling them separately
[INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/part1
[INFO] [stderr]   |
[INFO] [stderr]   = note: the bin target `part1` in package `aoc2025-day-12 v0.1.0 (/opt/rustwide/workdir/2025/day-12)` has the same output filename as the bin target `part1` in package `aoc2025-day-11 v0.1.0 (/opt/rustwide/workdir/2025/day-11)`
[INFO] [stderr]   = note: this may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>
[INFO] [stderr]   = help: consider changing their names to be unique or compiling them separately
[INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/part1.dwp
[INFO] [stderr]   |
[INFO] [stderr]   = note: the bin target `part1` in package `aoc2025-day-12 v0.1.0 (/opt/rustwide/workdir/2025/day-12)` has the same output filename as the bin target `part1` in package `aoc2025-day-11 v0.1.0 (/opt/rustwide/workdir/2025/day-11)`
[INFO] [stderr]   = note: this may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>
[INFO] [stderr]   = help: consider changing their names to be unique or compiling them separately
[INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/part2
[INFO] [stderr]   |
[INFO] [stderr]   = note: the bin target `part2` in package `aoc2025-day-12 v0.1.0 (/opt/rustwide/workdir/2025/day-12)` has the same output filename as the bin target `part2` in package `aoc2025-day-11 v0.1.0 (/opt/rustwide/workdir/2025/day-11)`
[INFO] [stderr]   = note: this may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>
[INFO] [stderr]   = help: consider changing their names to be unique or compiling them separately
[INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/part2.dwp
[INFO] [stderr]   |
[INFO] [stderr]   = note: the bin target `part2` in package `aoc2025-day-12 v0.1.0 (/opt/rustwide/workdir/2025/day-12)` has the same output filename as the bin target `part2` in package `aoc2025-day-11 v0.1.0 (/opt/rustwide/workdir/2025/day-11)`
[INFO] [stderr]   = note: this may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>
[INFO] [stderr]   = help: consider changing their names to be unique or compiling them separately
[INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/part1
[INFO] [stderr]   |
[INFO] [stderr]   = note: the bin target `part1` in package `aoc2025-day-2 v0.1.0 (/opt/rustwide/workdir/2025/day-2)` has the same output filename as the bin target `part1` in package `aoc2025-day-12 v0.1.0 (/opt/rustwide/workdir/2025/day-12)`
[INFO] [stderr]   = note: this may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>
[INFO] [stderr]   = help: consider changing their names to be unique or compiling them separately
[INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/part1.dwp
[INFO] [stderr]   |
[INFO] [stderr]   = note: the bin target `part1` in package `aoc2025-day-2 v0.1.0 (/opt/rustwide/workdir/2025/day-2)` has the same output filename as the bin target `part1` in package `aoc2025-day-12 v0.1.0 (/opt/rustwide/workdir/2025/day-12)`
[INFO] [stderr]   = note: this may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>
[INFO] [stderr]   = help: consider changing their names to be unique or compiling them separately
[INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/part2
[INFO] [stderr]   |
[INFO] [stderr]   = note: the bin target `part2` in package `aoc2025-day-2 v0.1.0 (/opt/rustwide/workdir/2025/day-2)` has the same output filename as the bin target `part2` in package `aoc2025-day-12 v0.1.0 (/opt/rustwide/workdir/2025/day-12)`
[INFO] [stderr]   = note: this may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>
[INFO] [stderr]   = help: consider changing their names to be unique or compiling them separately
[INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/part2.dwp
[INFO] [stderr]   |
[INFO] [stderr]   = note: the bin target `part2` in package `aoc2025-day-2 v0.1.0 (/opt/rustwide/workdir/2025/day-2)` has the same output filename as the bin target `part2` in package `aoc2025-day-12 v0.1.0 (/opt/rustwide/workdir/2025/day-12)`
[INFO] [stderr]   = note: this may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>
[INFO] [stderr]   = help: consider changing their names to be unique or compiling them separately
[INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/part1
[INFO] [stderr]   |
[INFO] [stderr]   = note: the bin target `part1` in package `aoc2025-day-3 v0.1.0 (/opt/rustwide/workdir/2025/day-3)` has the same output filename as the bin target `part1` in package `aoc2025-day-2 v0.1.0 (/opt/rustwide/workdir/2025/day-2)`
[INFO] [stderr]   = note: this may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>
[INFO] [stderr]   = help: consider changing their names to be unique or compiling them separately
[INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/part1.dwp
[INFO] [stderr]   |
[INFO] [stderr]   = note: the bin target `part1` in package `aoc2025-day-3 v0.1.0 (/opt/rustwide/workdir/2025/day-3)` has the same output filename as the bin target `part1` in package `aoc2025-day-2 v0.1.0 (/opt/rustwide/workdir/2025/day-2)`
[INFO] [stderr]   = note: this may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>
[INFO] [stderr]   = help: consider changing their names to be unique or compiling them separately
[INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/part2
[INFO] [stderr]   |
[INFO] [stderr]   = note: the bin target `part2` in package `aoc2025-day-3 v0.1.0 (/opt/rustwide/workdir/2025/day-3)` has the same output filename as the bin target `part2` in package `aoc2025-day-2 v0.1.0 (/opt/rustwide/workdir/2025/day-2)`
[INFO] [stderr]   = note: this may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>
[INFO] [stderr]   = help: consider changing their names to be unique or compiling them separately
[INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/part2.dwp
[INFO] [stderr]   |
[INFO] [stderr]   = note: the bin target `part2` in package `aoc2025-day-3 v0.1.0 (/opt/rustwide/workdir/2025/day-3)` has the same output filename as the bin target `part2` in package `aoc2025-day-2 v0.1.0 (/opt/rustwide/workdir/2025/day-2)`
[INFO] [stderr]   = note: this may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>
[INFO] [stderr]   = help: consider changing their names to be unique or compiling them separately
[INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/part1
[INFO] [stderr]   |
[INFO] [stderr]   = note: the bin target `part1` in package `aoc2025-day-4 v0.1.0 (/opt/rustwide/workdir/2025/day-4)` has the same output filename as the bin target `part1` in package `aoc2025-day-3 v0.1.0 (/opt/rustwide/workdir/2025/day-3)`
[INFO] [stderr]   = note: this may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>
[INFO] [stderr]   = help: consider changing their names to be unique or compiling them separately
[INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/part1.dwp
[INFO] [stderr]   |
[INFO] [stderr]   = note: the bin target `part1` in package `aoc2025-day-4 v0.1.0 (/opt/rustwide/workdir/2025/day-4)` has the same output filename as the bin target `part1` in package `aoc2025-day-3 v0.1.0 (/opt/rustwide/workdir/2025/day-3)`
[INFO] [stderr]   = note: this may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>
[INFO] [stderr]   = help: consider changing their names to be unique or compiling them separately
[INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/part2
[INFO] [stderr]   |
[INFO] [stderr]   = note: the bin target `part2` in package `aoc2025-day-4 v0.1.0 (/opt/rustwide/workdir/2025/day-4)` has the same output filename as the bin target `part2` in package `aoc2025-day-3 v0.1.0 (/opt/rustwide/workdir/2025/day-3)`
[INFO] [stderr]   = note: this may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>
[INFO] [stderr]   = help: consider changing their names to be unique or compiling them separately
[INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/part2.dwp
[INFO] [stderr]   |
[INFO] [stderr]   = note: the bin target `part2` in package `aoc2025-day-4 v0.1.0 (/opt/rustwide/workdir/2025/day-4)` has the same output filename as the bin target `part2` in package `aoc2025-day-3 v0.1.0 (/opt/rustwide/workdir/2025/day-3)`
[INFO] [stderr]   = note: this may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>
[INFO] [stderr]   = help: consider changing their names to be unique or compiling them separately
[INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/part1
[INFO] [stderr]   |
[INFO] [stderr]   = note: the bin target `part1` in package `aoc2025-day-5 v0.1.0 (/opt/rustwide/workdir/2025/day-5)` has the same output filename as the bin target `part1` in package `aoc2025-day-4 v0.1.0 (/opt/rustwide/workdir/2025/day-4)`
[INFO] [stderr]   = note: this may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>
[INFO] [stderr]   = help: consider changing their names to be unique or compiling them separately
[INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/part1.dwp
[INFO] [stderr]   |
[INFO] [stderr]   = note: the bin target `part1` in package `aoc2025-day-5 v0.1.0 (/opt/rustwide/workdir/2025/day-5)` has the same output filename as the bin target `part1` in package `aoc2025-day-4 v0.1.0 (/opt/rustwide/workdir/2025/day-4)`
[INFO] [stderr]   = note: this may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>
[INFO] [stderr]   = help: consider changing their names to be unique or compiling them separately
[INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/part2
[INFO] [stderr]   |
[INFO] [stderr]   = note: the bin target `part2` in package `aoc2025-day-5 v0.1.0 (/opt/rustwide/workdir/2025/day-5)` has the same output filename as the bin target `part2` in package `aoc2025-day-4 v0.1.0 (/opt/rustwide/workdir/2025/day-4)`
[INFO] [stderr]   = note: this may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>
[INFO] [stderr]   = help: consider changing their names to be unique or compiling them separately
[INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/part2.dwp
[INFO] [stderr]   |
[INFO] [stderr]   = note: the bin target `part2` in package `aoc2025-day-5 v0.1.0 (/opt/rustwide/workdir/2025/day-5)` has the same output filename as the bin target `part2` in package `aoc2025-day-4 v0.1.0 (/opt/rustwide/workdir/2025/day-4)`
[INFO] [stderr]   = note: this may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>
[INFO] [stderr]   = help: consider changing their names to be unique or compiling them separately
[INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/part1
[INFO] [stderr]   |
[INFO] [stderr]   = note: the bin target `part1` in package `aoc2025-day-6 v0.1.0 (/opt/rustwide/workdir/2025/day-6)` has the same output filename as the bin target `part1` in package `aoc2025-day-5 v0.1.0 (/opt/rustwide/workdir/2025/day-5)`
[INFO] [stderr]   = note: this may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>
[INFO] [stderr]   = help: consider changing their names to be unique or compiling them separately
[INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/part1.dwp
[INFO] [stderr]   |
[INFO] [stderr]   = note: the bin target `part1` in package `aoc2025-day-6 v0.1.0 (/opt/rustwide/workdir/2025/day-6)` has the same output filename as the bin target `part1` in package `aoc2025-day-5 v0.1.0 (/opt/rustwide/workdir/2025/day-5)`
[INFO] [stderr]   = note: this may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>
[INFO] [stderr]   = help: consider changing their names to be unique or compiling them separately
[INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/part2
[INFO] [stderr]   |
[INFO] [stderr]   = note: the bin target `part2` in package `aoc2025-day-6 v0.1.0 (/opt/rustwide/workdir/2025/day-6)` has the same output filename as the bin target `part2` in package `aoc2025-day-5 v0.1.0 (/opt/rustwide/workdir/2025/day-5)`
[INFO] [stderr]   = note: this may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>
[INFO] [stderr]   = help: consider changing their names to be unique or compiling them separately
[INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/part2.dwp
[INFO] [stderr]   |
[INFO] [stderr]   = note: the bin target `part2` in package `aoc2025-day-6 v0.1.0 (/opt/rustwide/workdir/2025/day-6)` has the same output filename as the bin target `part2` in package `aoc2025-day-5 v0.1.0 (/opt/rustwide/workdir/2025/day-5)`
[INFO] [stderr]   = note: this may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>
[INFO] [stderr]   = help: consider changing their names to be unique or compiling them separately
[INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/part1
[INFO] [stderr]   |
[INFO] [stderr]   = note: the bin target `part1` in package `aoc2025-day-7 v0.1.0 (/opt/rustwide/workdir/2025/day-7)` has the same output filename as the bin target `part1` in package `aoc2025-day-6 v0.1.0 (/opt/rustwide/workdir/2025/day-6)`
[INFO] [stderr]   = note: this may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>
[INFO] [stderr]   = help: consider changing their names to be unique or compiling them separately
[INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/part1.dwp
[INFO] [stderr]   |
[INFO] [stderr]   = note: the bin target `part1` in package `aoc2025-day-7 v0.1.0 (/opt/rustwide/workdir/2025/day-7)` has the same output filename as the bin target `part1` in package `aoc2025-day-6 v0.1.0 (/opt/rustwide/workdir/2025/day-6)`
[INFO] [stderr]   = note: this may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>
[INFO] [stderr]   = help: consider changing their names to be unique or compiling them separately
[INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/part2
[INFO] [stderr]   |
[INFO] [stderr]   = note: the bin target `part2` in package `aoc2025-day-7 v0.1.0 (/opt/rustwide/workdir/2025/day-7)` has the same output filename as the bin target `part2` in package `aoc2025-day-6 v0.1.0 (/opt/rustwide/workdir/2025/day-6)`
[INFO] [stderr]   = note: this may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>
[INFO] [stderr]   = help: consider changing their names to be unique or compiling them separately
[INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/part2.dwp
[INFO] [stderr]   |
[INFO] [stderr]   = note: the bin target `part2` in package `aoc2025-day-7 v0.1.0 (/opt/rustwide/workdir/2025/day-7)` has the same output filename as the bin target `part2` in package `aoc2025-day-6 v0.1.0 (/opt/rustwide/workdir/2025/day-6)`
[INFO] [stderr]   = note: this may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>
[INFO] [stderr]   = help: consider changing their names to be unique or compiling them separately
[INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/part1
[INFO] [stderr]   |
[INFO] [stderr]   = note: the bin target `part1` in package `aoc2025-day-8 v0.1.0 (/opt/rustwide/workdir/2025/day-8)` has the same output filename as the bin target `part1` in package `aoc2025-day-7 v0.1.0 (/opt/rustwide/workdir/2025/day-7)`
[INFO] [stderr]   = note: this may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>
[INFO] [stderr]   = help: consider changing their names to be unique or compiling them separately
[INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/part1.dwp
[INFO] [stderr]   |
[INFO] [stderr]   = note: the bin target `part1` in package `aoc2025-day-8 v0.1.0 (/opt/rustwide/workdir/2025/day-8)` has the same output filename as the bin target `part1` in package `aoc2025-day-7 v0.1.0 (/opt/rustwide/workdir/2025/day-7)`
[INFO] [stderr]   = note: this may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>
[INFO] [stderr]   = help: consider changing their names to be unique or compiling them separately
[INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/part2
[INFO] [stderr]   |
[INFO] [stderr]   = note: the bin target `part2` in package `aoc2025-day-8 v0.1.0 (/opt/rustwide/workdir/2025/day-8)` has the same output filename as the bin target `part2` in package `aoc2025-day-7 v0.1.0 (/opt/rustwide/workdir/2025/day-7)`
[INFO] [stderr]   = note: this may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>
[INFO] [stderr]   = help: consider changing their names to be unique or compiling them separately
[INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/part2.dwp
[INFO] [stderr]   |
[INFO] [stderr]   = note: the bin target `part2` in package `aoc2025-day-8 v0.1.0 (/opt/rustwide/workdir/2025/day-8)` has the same output filename as the bin target `part2` in package `aoc2025-day-7 v0.1.0 (/opt/rustwide/workdir/2025/day-7)`
[INFO] [stderr]   = note: this may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>
[INFO] [stderr]   = help: consider changing their names to be unique or compiling them separately
[INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/part1
[INFO] [stderr]   |
[INFO] [stderr]   = note: the bin target `part1` in package `aoc2025-day-9 v0.1.0 (/opt/rustwide/workdir/2025/day-9)` has the same output filename as the bin target `part1` in package `aoc2025-day-8 v0.1.0 (/opt/rustwide/workdir/2025/day-8)`
[INFO] [stderr]   = note: this may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>
[INFO] [stderr]   = help: consider changing their names to be unique or compiling them separately
[INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/part1.dwp
[INFO] [stderr]   |
[INFO] [stderr]   = note: the bin target `part1` in package `aoc2025-day-9 v0.1.0 (/opt/rustwide/workdir/2025/day-9)` has the same output filename as the bin target `part1` in package `aoc2025-day-8 v0.1.0 (/opt/rustwide/workdir/2025/day-8)`
[INFO] [stderr]   = note: this may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>
[INFO] [stderr]   = help: consider changing their names to be unique or compiling them separately
[INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/part2
[INFO] [stderr]   |
[INFO] [stderr]   = note: the bin target `part2` in package `aoc2025-day-9 v0.1.0 (/opt/rustwide/workdir/2025/day-9)` has the same output filename as the bin target `part2` in package `aoc2025-day-8 v0.1.0 (/opt/rustwide/workdir/2025/day-8)`
[INFO] [stderr]   = note: this may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>
[INFO] [stderr]   = help: consider changing their names to be unique or compiling them separately
[INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/part2.dwp
[INFO] [stderr]   |
[INFO] [stderr]   = note: the bin target `part2` in package `aoc2025-day-9 v0.1.0 (/opt/rustwide/workdir/2025/day-9)` has the same output filename as the bin target `part2` in package `aoc2025-day-8 v0.1.0 (/opt/rustwide/workdir/2025/day-8)`
[INFO] [stderr]   = note: this may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>
[INFO] [stderr]   = help: consider changing their names to be unique or compiling them separately
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling gimli v0.32.3
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling cc v1.2.48
[INFO] [stderr]    Compiling tracing-core v0.1.35
[INFO] [stderr]    Compiling portable-atomic v1.11.1
[INFO] [stderr]    Compiling rustc-demangle v0.1.26
[INFO] [stderr]    Compiling owo-colors v4.2.3
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling is_ci v1.2.0
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling supports-color v3.0.2
[INFO] [stderr]    Compiling textwrap v0.16.2
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling supports-hyperlinks v3.1.0
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling object v0.32.2
[INFO] [stderr]    Compiling unit-prefix v0.5.2
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling supports-unicode v3.0.0
[INFO] [stderr]    Compiling terminal_size v0.4.3
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling glam v0.30.9
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling tap v1.0.1
[INFO] [stderr]    Compiling wyz v0.5.1
[INFO] [stderr]    Compiling funty v2.0.0
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]    Compiling heapless v0.9.2
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling hash32 v0.3.1
[INFO] [stderr]    Compiling stacker v0.1.22
[INFO] [stderr]    Compiling console v0.16.1
[INFO] [stderr]    Compiling bitvec v1.0.1
[INFO] [stderr]    Compiling addr2line v0.25.1
[INFO] [stderr]    Compiling nom_locate v4.2.0
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling simba v0.9.1
[INFO] [stderr]    Compiling indicatif v0.18.3
[INFO] [stderr]    Compiling ar_archive_writer v0.2.0
[INFO] [stderr]    Compiling psm v0.1.28
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling miette-derive v7.6.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling nalgebra-macros v0.2.2
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling chumsky v0.11.2
[INFO] [stderr]    Compiling tracing v0.1.43
[INFO] [stderr]    Compiling backtrace v0.3.76
[INFO] [stderr]    Compiling backtrace-ext v0.2.1
[INFO] [stderr]    Compiling miette v7.6.0
[INFO] [stderr]    Compiling nalgebra v0.33.2
[INFO] [stderr]    Compiling aoc2025-day-4 v0.1.0 (/opt/rustwide/workdir/2025/day-4)
[INFO] [stderr]    Compiling aoc2025-day-9 v0.1.0 (/opt/rustwide/workdir/2025/day-9)
[INFO] [stderr]    Compiling aoc2025-day-2 v0.1.0 (/opt/rustwide/workdir/2025/day-2)
[INFO] [stderr]    Compiling aoc2025-day-5 v0.1.0 (/opt/rustwide/workdir/2025/day-5)
[INFO] [stderr]    Compiling aoc2025-day-6 v0.1.0 (/opt/rustwide/workdir/2025/day-6)
[INFO] [stderr]    Compiling aoc2025-day-11 v0.1.0 (/opt/rustwide/workdir/2025/day-11)
[INFO] [stderr]    Compiling aoc2025-day-7 v0.1.0 (/opt/rustwide/workdir/2025/day-7)
[INFO] [stderr]    Compiling aoc2025-day-8 v0.1.0 (/opt/rustwide/workdir/2025/day-8)
[INFO] [stderr]    Compiling aoc2025-day-1 v0.1.0 (/opt/rustwide/workdir/2025/day-1)
[INFO] [stderr]    Compiling aoc2025-day-12 v0.1.0 (/opt/rustwide/workdir/2025/day-12)
[INFO] [stderr]    Compiling aoc2025-day-3 v0.1.0 (/opt/rustwide/workdir/2025/day-3)
[INFO] [stderr]    Compiling aoc2025-day-10 v0.1.0 (/opt/rustwide/workdir/2025/day-10)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.95s
[INFO] running `Command { std: "docker" "inspect" "409972f58f5080f448a0588c23e841554a0f227b7c77c37a2bd28f93a089735b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "409972f58f5080f448a0588c23e841554a0f227b7c77c37a2bd28f93a089735b", kill_on_drop: false }`
[INFO] [stdout] 409972f58f5080f448a0588c23e841554a0f227b7c77c37a2bd28f93a089735b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9a6d8f0138ae8aa4b098834af61bd9b6116754c59461333a28b6ed52aafc5b60
[INFO] running `Command { std: "docker" "start" "-a" "9a6d8f0138ae8aa4b098834af61bd9b6116754c59461333a28b6ed52aafc5b60", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling toml_datetime v0.7.3
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling relative-path v1.9.3
[INFO] [stderr]    Compiling clap_builder v4.5.53
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling condtype v1.3.0
[INFO] [stderr]    Compiling futures-timer v3.0.3
[INFO] [stderr]    Compiling regex-lite v0.1.8
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling gungraun-runner v0.17.0
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling gungraun v0.17.0
[INFO] [stderr]    Compiling rstest_macros v0.26.1
[INFO] [stderr]    Compiling gungraun-macros v0.7.0
[INFO] [stderr]    Compiling indexmap v2.12.1
[INFO] [stderr]    Compiling toml_parser v1.0.4
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling toml_edit v0.23.8
[INFO] [stderr]    Compiling clap v4.5.53
[INFO] [stderr]    Compiling proc-macro-crate v3.4.0
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling miette-derive v7.6.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling divan-macros v0.1.21
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling derive_more-impl v2.1.0
[INFO] [stderr]    Compiling nalgebra-macros v0.2.2
[INFO] [stderr]    Compiling nalgebra v0.33.2
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling divan v0.1.21
[INFO] [stderr]    Compiling miette v7.6.0
[INFO] [stderr]    Compiling tracing v0.1.43
[INFO] [stderr]    Compiling derive_more v2.1.0
[INFO] [stderr]    Compiling aoc2025-day-4 v0.1.0 (/opt/rustwide/workdir/2025/day-4)
[INFO] [stderr]    Compiling aoc2025-day-12 v0.1.0 (/opt/rustwide/workdir/2025/day-12)
[INFO] [stderr]    Compiling aoc2025-day-1 v0.1.0 (/opt/rustwide/workdir/2025/day-1)
[INFO] [stderr]    Compiling aoc2025-day-5 v0.1.0 (/opt/rustwide/workdir/2025/day-5)
[INFO] [stderr]    Compiling aoc2025-day-9 v0.1.0 (/opt/rustwide/workdir/2025/day-9)
[INFO] [stderr]    Compiling aoc2025-day-8 v0.1.0 (/opt/rustwide/workdir/2025/day-8)
[INFO] [stderr]    Compiling aoc2025-day-7 v0.1.0 (/opt/rustwide/workdir/2025/day-7)
[INFO] [stderr]    Compiling aoc2025-day-6 v0.1.0 (/opt/rustwide/workdir/2025/day-6)
[INFO] [stderr]    Compiling aoc2025-day-2 v0.1.0 (/opt/rustwide/workdir/2025/day-2)
[INFO] [stderr]    Compiling aoc2025-day-3 v0.1.0 (/opt/rustwide/workdir/2025/day-3)
[INFO] [stderr]    Compiling aoc2025-day-11 v0.1.0 (/opt/rustwide/workdir/2025/day-11)
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling rstest v0.26.1
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling aoc2025-day-10 v0.1.0 (/opt/rustwide/workdir/2025/day-10)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 25.40s
[INFO] running `Command { std: "docker" "inspect" "9a6d8f0138ae8aa4b098834af61bd9b6116754c59461333a28b6ed52aafc5b60", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9a6d8f0138ae8aa4b098834af61bd9b6116754c59461333a28b6ed52aafc5b60", kill_on_drop: false }`
[INFO] [stdout] 9a6d8f0138ae8aa4b098834af61bd9b6116754c59461333a28b6ed52aafc5b60
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 127f978337c4eb7e7a6512ee3d24c2d056deb77a3a838b961e4543df0253270b
[INFO] running `Command { std: "docker" "start" "-a" "127f978337c4eb7e7a6512ee3d24c2d056deb77a3a838b961e4543df0253270b", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.33s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/aoc2025_day_1-04c6a6a32ccc5df0)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stderr]      Running unittests src/bin/part1.rs (/opt/rustwide/target/debug/deps/part1-7a4e8d8c14f71c86)
[INFO] [stdout] test part1::tests::it_works ... ok
[INFO] [stderr]      Running unittests src/bin/part2.rs (/opt/rustwide/target/debug/deps/part2-da9b733ba919be81)
[INFO] [stdout] test part2::tests::it_works ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/aoc2025_day_10-1ed1cfa22a10fde3)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test part1::tests::it_works ... ok
[INFO] [stdout] test part2::tests::it_works ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/part1.rs (/opt/rustwide/target/debug/deps/part1-5c7677ce8608e9bd)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/part2.rs (/opt/rustwide/target/debug/deps/part2-0bff513bf5f34dd0)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/aoc2025_day_11-21f3fc77434152d8)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test part1::tests::it_works ... ok
[INFO] [stdout] test part2::tests::it_works ... ok
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/part1.rs (/opt/rustwide/target/debug/deps/part1-57423558830fa156)
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/part2.rs (/opt/rustwide/target/debug/deps/part2-8d3339c1980f1df1)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/aoc2025_day_12-3d88629bc9354bea)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test part2::tests::it_works ... FAILED
[INFO] [stdout] test part1::tests::it_works has been running for over 60 seconds
[ERROR] error running command: no output for 300 seconds
[INFO] running `Command { std: "docker" "inspect" "127f978337c4eb7e7a6512ee3d24c2d056deb77a3a838b961e4543df0253270b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "127f978337c4eb7e7a6512ee3d24c2d056deb77a3a838b961e4543df0253270b", kill_on_drop: false }`
[INFO] [stdout] 127f978337c4eb7e7a6512ee3d24c2d056deb77a3a838b961e4543df0253270b
