[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 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHadronomy%2Fadvent-of-code" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-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-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Hadronomy/advent-of-code on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "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" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 58f3538e3a9c68e933812d8041275d93cf853a0c5036aeddd7c5f786a11cf66f
[INFO] running `Command { std: "docker" "start" "58f3538e3a9c68e933812d8041275d93cf853a0c5036aeddd7c5f786a11cf66f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "58f3538e3a9c68e933812d8041275d93cf853a0c5036aeddd7c5f786a11cf66f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "58f3538e3a9c68e933812d8041275d93cf853a0c5036aeddd7c5f786a11cf66f" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "58f3538e3a9c68e933812d8041275d93cf853a0c5036aeddd7c5f786a11cf66f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "58f3538e3a9c68e933812d8041275d93cf853a0c5036aeddd7c5f786a11cf66f" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", 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 proc-macro2 v1.0.103
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]    Compiling find-msvc-tools v0.1.5
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling gimli v0.32.3
[INFO] [stderr]    Compiling tracing-core v0.1.35
[INFO] [stderr]    Compiling portable-atomic v1.11.1
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling owo-colors v4.2.3
[INFO] [stderr]    Compiling rustc-demangle v0.1.26
[INFO] [stderr]    Compiling cc v1.2.48
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling is_ci v1.2.0
[INFO] [stderr]    Compiling unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling supports-color v3.0.2
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling object v0.32.2
[INFO] [stderr]    Compiling textwrap v0.16.2
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling supports-unicode v3.0.0
[INFO] [stderr]    Compiling bytecount v0.6.9
[INFO] [stderr]    Compiling supports-hyperlinks v3.1.0
[INFO] [stderr]    Compiling unit-prefix v0.5.2
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling glam v0.30.9
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling stacker v0.1.22
[INFO] [stderr]    Compiling terminal_size v0.4.3
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling tap v1.0.1
[INFO] [stderr]    Compiling funty v2.0.0
[INFO] [stderr]    Compiling wyz v0.5.1
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling console v0.16.1
[INFO] [stderr]    Compiling bytemuck v1.24.0
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]    Compiling addr2line v0.25.1
[INFO] [stderr]    Compiling safe_arch v0.7.4
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling bitvec v1.0.1
[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 rawpointer v0.2.1
[INFO] [stderr]    Compiling heapless v0.9.2
[INFO] [stderr]    Compiling wide v0.7.33
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling hash32 v0.3.1
[INFO] [stderr]    Compiling nom_locate v4.2.0
[INFO] [stderr]    Compiling indicatif v0.18.3
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling simba v0.9.1
[INFO] [stderr]    Compiling ar_archive_writer v0.2.0
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling psm v0.1.28
[INFO] [stderr]    Compiling backtrace v0.3.76
[INFO] [stderr]    Compiling chumsky v0.11.2
[INFO] [stderr]    Compiling backtrace-ext v0.2.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling miette-derive v7.6.0
[INFO] [stderr]    Compiling nalgebra-macros v0.2.2
[INFO] [stderr]    Compiling miette v7.6.0
[INFO] [stderr]    Compiling tracing v0.1.43
[INFO] [stderr]    Compiling nalgebra v0.33.2
[INFO] [stderr]    Compiling aoc2025-day-2 v0.1.0 (/opt/rustwide/workdir/2025/day-2)
[INFO] [stderr]    Compiling aoc2025-day-4 v0.1.0 (/opt/rustwide/workdir/2025/day-4)
[INFO] [stderr]    Compiling aoc2025-day-3 v0.1.0 (/opt/rustwide/workdir/2025/day-3)
[INFO] [stderr]    Compiling aoc2025-day-6 v0.1.0 (/opt/rustwide/workdir/2025/day-6)
[INFO] [stderr]    Compiling aoc2025-day-9 v0.1.0 (/opt/rustwide/workdir/2025/day-9)
[INFO] [stderr]    Compiling aoc2025-day-12 v0.1.0 (/opt/rustwide/workdir/2025/day-12)
[INFO] [stderr]    Compiling aoc2025-day-8 v0.1.0 (/opt/rustwide/workdir/2025/day-8)
[INFO] [stderr]    Compiling aoc2025-day-5 v0.1.0 (/opt/rustwide/workdir/2025/day-5)
[INFO] [stderr]    Compiling aoc2025-day-7 v0.1.0 (/opt/rustwide/workdir/2025/day-7)
[INFO] [stderr]    Compiling aoc2025-day-11 v0.1.0 (/opt/rustwide/workdir/2025/day-11)
[INFO] [stderr]    Compiling aoc2025-day-1 v0.1.0 (/opt/rustwide/workdir/2025/day-1)
[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 46.97s
[INFO] running `Command { std: "docker" "inspect" "58f3538e3a9c68e933812d8041275d93cf853a0c5036aeddd7c5f786a11cf66f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "58f3538e3a9c68e933812d8041275d93cf853a0c5036aeddd7c5f786a11cf66f" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling semver v1.0.27
[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 clap_lex v0.7.6
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling toml_parser v1.0.4
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling relative-path v1.9.3
[INFO] [stderr]    Compiling slab v0.4.11
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling futures-timer v3.0.3
[INFO] [stderr]    Compiling condtype v1.3.0
[INFO] [stderr]    Compiling regex-lite v0.1.8
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling clap_builder v4.5.53
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling gungraun-runner v0.17.0
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling indexmap v2.12.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 toml_edit v0.23.8
[INFO] [stderr]    Compiling proc-macro-crate v3.4.0
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling clap v4.5.53
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[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 tracing v0.1.43
[INFO] [stderr]    Compiling divan v0.1.21
[INFO] [stderr]    Compiling miette v7.6.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling derive_more v2.1.0
[INFO] [stderr]    Compiling aoc2025-day-1 v0.1.0 (/opt/rustwide/workdir/2025/day-1)
[INFO] [stderr]    Compiling aoc2025-day-6 v0.1.0 (/opt/rustwide/workdir/2025/day-6)
[INFO] [stderr]    Compiling aoc2025-day-4 v0.1.0 (/opt/rustwide/workdir/2025/day-4)
[INFO] [stderr]    Compiling aoc2025-day-5 v0.1.0 (/opt/rustwide/workdir/2025/day-5)
[INFO] [stderr]    Compiling aoc2025-day-7 v0.1.0 (/opt/rustwide/workdir/2025/day-7)
[INFO] [stderr]    Compiling aoc2025-day-3 v0.1.0 (/opt/rustwide/workdir/2025/day-3)
[INFO] [stderr]    Compiling aoc2025-day-2 v0.1.0 (/opt/rustwide/workdir/2025/day-2)
[INFO] [stderr]    Compiling aoc2025-day-8 v0.1.0 (/opt/rustwide/workdir/2025/day-8)
[INFO] [stderr]    Compiling aoc2025-day-12 v0.1.0 (/opt/rustwide/workdir/2025/day-12)
[INFO] [stderr]    Compiling aoc2025-day-11 v0.1.0 (/opt/rustwide/workdir/2025/day-11)
[INFO] [stderr]    Compiling aoc2025-day-9 v0.1.0 (/opt/rustwide/workdir/2025/day-9)
[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 44.58s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "58f3538e3a9c68e933812d8041275d93cf853a0c5036aeddd7c5f786a11cf66f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "58f3538e3a9c68e933812d8041275d93cf853a0c5036aeddd7c5f786a11cf66f" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.43s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/aoc2025_day_1-04c6a6a32ccc5df0)
[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.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/part1.rs (/opt/rustwide/target/debug/deps/part1-7a4e8d8c14f71c86)
[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-da9b733ba919be81)
[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.00s
[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 part2::tests::it_works ... ok
[INFO] [stdout] test part1::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-57423558830fa156)
[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" "58f3538e3a9c68e933812d8041275d93cf853a0c5036aeddd7c5f786a11cf66f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "58f3538e3a9c68e933812d8041275d93cf853a0c5036aeddd7c5f786a11cf66f", kill_on_drop: false }`
[INFO] [stdout] 58f3538e3a9c68e933812d8041275d93cf853a0c5036aeddd7c5f786a11cf66f
