[INFO] cloning repository https://github.com/owengage/aoc2023 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/owengage/aoc2023" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fowengage%2Faoc2023", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fowengage%2Faoc2023'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 591555b621a73bde0da57e961a57b69647073ab9 [INFO] testing owengage/aoc2023 against beta-2026-04-21 for beta-1.96-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fowengage%2Faoc2023" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/owengage/aoc2023 [INFO] finished tweaking git repo https://github.com/owengage/aoc2023 [INFO] tweaked toml for git repo https://github.com/owengage/aoc2023 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/owengage/aoc2023 on toolchain beta-2026-04-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/owengage/aoc2023 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-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b3963afde6c183e857735d9551c3ddf150d98e88e5f5c31fd834f0b3e2eccd62 [INFO] running `Command { std: "docker" "start" "-a" "b3963afde6c183e857735d9551c3ddf150d98e88e5f5c31fd834f0b3e2eccd62", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b3963afde6c183e857735d9551c3ddf150d98e88e5f5c31fd834f0b3e2eccd62", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b3963afde6c183e857735d9551c3ddf150d98e88e5f5c31fd834f0b3e2eccd62", kill_on_drop: false }` [INFO] [stdout] b3963afde6c183e857735d9551c3ddf150d98e88e5f5c31fd834f0b3e2eccd62 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e27911d100d27be7b98b86f132dd9c9a623c2e5ffae8db1ff8f307a5107eaee5 [INFO] running `Command { std: "docker" "start" "-a" "e27911d100d27be7b98b86f132dd9c9a623c2e5ffae8db1ff8f307a5107eaee5", kill_on_drop: false }` [INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/day1 [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day1` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day1` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day1.dwp [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day1` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day1` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day10 [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day10` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day10` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day10.dwp [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day10` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day10` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day11 [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day11` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day11` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day11.dwp [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day11` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day11` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day12 [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day12` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day12` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day12.dwp [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day12` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day12` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day13 [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day13` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day13` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day13.dwp [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day13` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day13` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day14 [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day14` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day14` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day14.dwp [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day14` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day14` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day15 [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day15` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day15` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day15.dwp [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day15` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day15` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day16 [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day16` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day16` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day16.dwp [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day16` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day16` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day17 [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day17` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day17` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day17.dwp [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day17` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day17` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day18 [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day18` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day18` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day18.dwp [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day18` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day18` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day19 [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day19` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day19` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day19.dwp [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day19` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day19` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day2 [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day2` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day2` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day2.dwp [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day2` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day2` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day3 [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day3` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day3` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day3.dwp [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day3` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day3` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day4 [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day4` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day4` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day4.dwp [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day4` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day4` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day5 [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day5` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day5` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day5.dwp [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day5` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day5` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day6 [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day6` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day6` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day6.dwp [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day6` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day6` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day7 [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day7` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day7` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day7.dwp [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day7` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day7` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day8 [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day8` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day8` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day8.dwp [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day8` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day8` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day9 [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day9` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day9` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day9.dwp [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day9` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day9` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day1 [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day1` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` has the same output filename as the bin target `day1` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day1.dwp [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day1` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` has the same output filename as the bin target `day1` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day10 [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day10` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` has the same output filename as the bin target `day10` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day10.dwp [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day10` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` has the same output filename as the bin target `day10` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day11 [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day11` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` has the same output filename as the bin target `day11` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day11.dwp [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day11` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` has the same output filename as the bin target `day11` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day12 [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day12` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` has the same output filename as the bin target `day12` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day12.dwp [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day12` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` has the same output filename as the bin target `day12` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day13 [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day13` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` has the same output filename as the bin target `day13` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day13.dwp [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day13` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` has the same output filename as the bin target `day13` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day14 [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day14` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` has the same output filename as the bin target `day14` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day14.dwp [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day14` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` has the same output filename as the bin target `day14` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day15 [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day15` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` has the same output filename as the bin target `day15` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day15.dwp [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day15` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` has the same output filename as the bin target `day15` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day16 [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day16` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` has the same output filename as the bin target `day16` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day16.dwp [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day16` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` has the same output filename as the bin target `day16` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day17 [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day17` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` has the same output filename as the bin target `day17` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day17.dwp [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day17` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` has the same output filename as the bin target `day17` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day18 [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day18` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` has the same output filename as the bin target `day18` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day18.dwp [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day18` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` has the same output filename as the bin target `day18` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day19 [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day19` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` has the same output filename as the bin target `day19` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day19.dwp [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day19` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` has the same output filename as the bin target `day19` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day2 [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day2` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` has the same output filename as the bin target `day2` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day2.dwp [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day2` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` has the same output filename as the bin target `day2` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day20 [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day20` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` has the same output filename as the bin target `day20` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day20.dwp [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day20` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` has the same output filename as the bin target `day20` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day21 [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day21` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` has the same output filename as the bin target `day21` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day21.dwp [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day21` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` has the same output filename as the bin target `day21` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day22 [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day22` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` has the same output filename as the bin target `day22` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day22.dwp [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day22` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` has the same output filename as the bin target `day22` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day23 [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day23` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` has the same output filename as the bin target `day23` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day23.dwp [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day23` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` has the same output filename as the bin target `day23` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day3 [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day3` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` has the same output filename as the bin target `day3` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day3.dwp [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day3` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` has the same output filename as the bin target `day3` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day4 [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day4` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` has the same output filename as the bin target `day4` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day4.dwp [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day4` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` has the same output filename as the bin target `day4` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day5 [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day5` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` has the same output filename as the bin target `day5` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day5.dwp [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day5` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` has the same output filename as the bin target `day5` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day6 [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day6` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` has the same output filename as the bin target `day6` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day6.dwp [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day6` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` has the same output filename as the bin target `day6` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day7 [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day7` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` has the same output filename as the bin target `day7` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day7.dwp [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day7` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` has the same output filename as the bin target `day7` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day8 [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day8` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` has the same output filename as the bin target `day8` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day8.dwp [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day8` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` has the same output filename as the bin target `day8` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day9 [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day9` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` has the same output filename as the bin target `day9` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day9.dwp [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day9` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` has the same output filename as the bin target `day9` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day1 [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day1` in package `aoc2025 v0.1.0 (/opt/rustwide/workdir/aoc2025)` has the same output filename as the bin target `day1` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day1.dwp [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day1` in package `aoc2025 v0.1.0 (/opt/rustwide/workdir/aoc2025)` has the same output filename as the bin target `day1` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day10 [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day10` in package `aoc2025 v0.1.0 (/opt/rustwide/workdir/aoc2025)` has the same output filename as the bin target `day10` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day10.dwp [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day10` in package `aoc2025 v0.1.0 (/opt/rustwide/workdir/aoc2025)` has the same output filename as the bin target `day10` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day11 [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day11` in package `aoc2025 v0.1.0 (/opt/rustwide/workdir/aoc2025)` has the same output filename as the bin target `day11` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day11.dwp [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day11` in package `aoc2025 v0.1.0 (/opt/rustwide/workdir/aoc2025)` has the same output filename as the bin target `day11` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day12 [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day12` in package `aoc2025 v0.1.0 (/opt/rustwide/workdir/aoc2025)` has the same output filename as the bin target `day12` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day12.dwp [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day12` in package `aoc2025 v0.1.0 (/opt/rustwide/workdir/aoc2025)` has the same output filename as the bin target `day12` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day2 [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day2` in package `aoc2025 v0.1.0 (/opt/rustwide/workdir/aoc2025)` has the same output filename as the bin target `day2` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day2.dwp [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day2` in package `aoc2025 v0.1.0 (/opt/rustwide/workdir/aoc2025)` has the same output filename as the bin target `day2` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day3 [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day3` in package `aoc2025 v0.1.0 (/opt/rustwide/workdir/aoc2025)` has the same output filename as the bin target `day3` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day3.dwp [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day3` in package `aoc2025 v0.1.0 (/opt/rustwide/workdir/aoc2025)` has the same output filename as the bin target `day3` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day4 [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day4` in package `aoc2025 v0.1.0 (/opt/rustwide/workdir/aoc2025)` has the same output filename as the bin target `day4` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day4.dwp [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day4` in package `aoc2025 v0.1.0 (/opt/rustwide/workdir/aoc2025)` has the same output filename as the bin target `day4` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day5 [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day5` in package `aoc2025 v0.1.0 (/opt/rustwide/workdir/aoc2025)` has the same output filename as the bin target `day5` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day5.dwp [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day5` in package `aoc2025 v0.1.0 (/opt/rustwide/workdir/aoc2025)` has the same output filename as the bin target `day5` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day6 [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day6` in package `aoc2025 v0.1.0 (/opt/rustwide/workdir/aoc2025)` has the same output filename as the bin target `day6` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day6.dwp [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day6` in package `aoc2025 v0.1.0 (/opt/rustwide/workdir/aoc2025)` has the same output filename as the bin target `day6` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day7 [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day7` in package `aoc2025 v0.1.0 (/opt/rustwide/workdir/aoc2025)` has the same output filename as the bin target `day7` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day7.dwp [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day7` in package `aoc2025 v0.1.0 (/opt/rustwide/workdir/aoc2025)` has the same output filename as the bin target `day7` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day8 [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day8` in package `aoc2025 v0.1.0 (/opt/rustwide/workdir/aoc2025)` has the same output filename as the bin target `day8` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day8.dwp [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day8` in package `aoc2025 v0.1.0 (/opt/rustwide/workdir/aoc2025)` has the same output filename as the bin target `day8` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day9 [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day9` in package `aoc2025 v0.1.0 (/opt/rustwide/workdir/aoc2025)` has the same output filename as the bin target `day9` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` [INFO] [stderr] = note: this may become a hard error in the future; see [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/day9.dwp [INFO] [stderr] | [INFO] [stderr] = note: the bin target `day9` in package `aoc2025 v0.1.0 (/opt/rustwide/workdir/aoc2025)` has the same output filename as the bin target `day9` in package `aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024)` [INFO] [stderr] = note: this may become a hard error in the future; see [INFO] [stderr] = help: consider changing their names to be unique or compiling them separately [INFO] [stderr] Compiling proc-macro2 v1.0.92 [INFO] [stderr] Compiling unicode-ident v1.0.14 [INFO] [stderr] Compiling libc v0.2.167 [INFO] [stderr] Compiling bytes v1.9.0 [INFO] [stderr] Compiling cc v1.2.2 [INFO] [stderr] Compiling openssl v0.10.68 [INFO] [stderr] Compiling httparse v1.9.5 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling indexmap v2.7.0 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling rustls-pki-types v1.10.0 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling ipnet v2.10.1 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling memoffset v0.9.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.17 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling rustls-pemfile v2.2.0 [INFO] [stderr] Compiling socket2 v0.5.8 [INFO] [stderr] Compiling mio v1.0.3 [INFO] [stderr] Compiling http v1.1.0 [INFO] [stderr] Compiling rustc-hash v2.1.1 [INFO] [stderr] Compiling itertools v0.12.0 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling crossbeam-epoch v0.9.16 [INFO] [stderr] Compiling zerocopy v0.8.27 [INFO] [stderr] Compiling syn v2.0.90 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling tokio v1.41.1 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling crossbeam-deque v0.8.4 [INFO] [stderr] Compiling num-complex v0.4.6 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling rayon-core v1.13.0 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling openssl-sys v0.9.104 [INFO] [stderr] Compiling num-iter v0.1.45 [INFO] [stderr] Compiling rayon v1.11.0 [INFO] [stderr] Compiling native-tls v0.2.12 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stderr] Compiling num v0.4.3 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling http-body-util v0.1.2 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling synstructure v0.13.1 [INFO] [stderr] Compiling tokio-util v0.7.12 [INFO] [stderr] Compiling zerofrom-derive v0.1.5 [INFO] [stderr] Compiling yoke-derive v0.7.5 [INFO] [stderr] Compiling zerovec-derive v0.10.3 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling icu_provider_macros v1.5.0 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling h2 v0.4.7 [INFO] [stderr] Compiling zerofrom v0.1.5 [INFO] [stderr] Compiling yoke v0.7.5 [INFO] [stderr] Compiling zerovec v0.10.4 [INFO] [stderr] Compiling tinystr v0.7.6 [INFO] [stderr] Compiling icu_collections v1.5.0 [INFO] [stderr] Compiling icu_locid v1.5.0 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling icu_provider v1.5.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling hyper v1.5.1 [INFO] [stderr] Compiling icu_locid_transform v1.5.0 [INFO] [stderr] Compiling hyper-util v0.1.10 [INFO] [stderr] Compiling icu_properties v1.5.1 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling icu_normalizer v1.5.0 [INFO] [stderr] Compiling idna_adapter v1.2.0 [INFO] [stderr] Compiling idna v1.0.3 [INFO] [stderr] Compiling url v2.5.4 [INFO] [stderr] Compiling reqwest v0.12.9 [INFO] [stderr] Compiling aoc v0.1.0 (/opt/rustwide/workdir/aoc) [INFO] [stderr] Compiling aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022) [INFO] [stderr] Compiling aoc2025 v0.1.0 (/opt/rustwide/workdir/aoc2025) [INFO] [stderr] Compiling aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024) [INFO] [stderr] Compiling aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023) [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> aoc2025/src/bin/template.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | let input = lines(fetch_input(2025, 9999)); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `aoc2025` (bin "day10") [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2026-04-21-x86_64-unknown-linux-gnu/bin/rustc --crate-name day10 --edition=2024 aoc2025/src/bin/day10.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a672d446f18896cd -C extra-filename=-4027cce007463e45 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern aoc=/opt/rustwide/target/debug/deps/libaoc-f2666f7f55a8be18.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-337b33666d5ea8af.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-ad4896541ddd8693.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-c966d2eeebccbc73.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [ERROR] error running command: no output for 300 seconds [INFO] running `Command { std: "docker" "inspect" "e27911d100d27be7b98b86f132dd9c9a623c2e5ffae8db1ff8f307a5107eaee5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e27911d100d27be7b98b86f132dd9c9a623c2e5ffae8db1ff8f307a5107eaee5", kill_on_drop: false }` [INFO] [stdout] e27911d100d27be7b98b86f132dd9c9a623c2e5ffae8db1ff8f307a5107eaee5