[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-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fowengage%2Faoc2023" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-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-1-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-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 2dda45520dc0f9414b1c029b341185c958cc247520a7436be136c85114e4dbc0 [INFO] running `Command { std: "docker" "start" "-a" "2dda45520dc0f9414b1c029b341185c958cc247520a7436be136c85114e4dbc0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2dda45520dc0f9414b1c029b341185c958cc247520a7436be136c85114e4dbc0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2dda45520dc0f9414b1c029b341185c958cc247520a7436be136c85114e4dbc0", kill_on_drop: false }` [INFO] [stdout] 2dda45520dc0f9414b1c029b341185c958cc247520a7436be136c85114e4dbc0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] d5fc4c698b8dcd3017fcb37cf90e9f18ef868024432b177ea4b233c6609af1f5 [INFO] running `Command { std: "docker" "start" "-a" "d5fc4c698b8dcd3017fcb37cf90e9f18ef868024432b177ea4b233c6609af1f5", 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 libc v0.2.167 [INFO] [stderr] Compiling cc v1.2.2 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling tracing-core v0.1.33 [INFO] [stderr] Compiling openssl v0.10.68 [INFO] [stderr] Compiling http v1.1.0 [INFO] [stderr] Compiling native-tls v0.2.12 [INFO] [stderr] Compiling syn v2.0.90 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling httparse v1.9.5 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling encoding_rs v0.8.35 [INFO] [stderr] Compiling ipnet v2.10.1 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling memoffset v0.9.0 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling crossbeam-utils v0.8.17 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling rustc-hash v2.1.1 [INFO] [stderr] Compiling itertools v0.12.0 [INFO] [stderr] Compiling zerocopy v0.8.27 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling openssl-sys v0.9.104 [INFO] [stderr] Compiling crossbeam-epoch v0.9.16 [INFO] [stderr] Compiling crossbeam-deque v0.8.4 [INFO] [stderr] Compiling socket2 v0.5.8 [INFO] [stderr] Compiling mio v1.0.3 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling rayon-core v1.13.0 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling num-complex v0.4.6 [INFO] [stderr] Compiling tokio v1.41.1 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling num-iter v0.1.45 [INFO] [stderr] Compiling rayon v1.11.0 [INFO] [stderr] Compiling http-body-util v0.1.2 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling num v0.4.3 [INFO] [stderr] Compiling synstructure v0.13.1 [INFO] [stderr] Compiling regex v1.11.1 [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 tokio-util v0.7.12 [INFO] [stderr] Compiling zerofrom v0.1.5 [INFO] [stderr] Compiling h2 v0.4.7 [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 tokio-native-tls v0.3.1 [INFO] [stderr] Compiling icu_provider v1.5.0 [INFO] [stderr] Compiling icu_locid_transform v1.5.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling hyper v1.5.1 [INFO] [stderr] Compiling icu_properties v1.5.1 [INFO] [stderr] Compiling hyper-util v0.1.10 [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 aoc2024 v0.1.0 (/opt/rustwide/workdir/aoc2024) [INFO] [stderr] Compiling aoc2025 v0.1.0 (/opt/rustwide/workdir/aoc2025) [INFO] [stderr] Compiling aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022) [INFO] [stderr] Compiling aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcCF3sNf/symbols.o" "<4 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libregex-c966d2eeebccbc73,libregex_automata-99c46f05a2920023,libaho_corasick-7546b549f30b4ccf,libregex_syntax-ec3324d7c59077ca,libitertools-337b33666d5ea8af,libeither-c18d7c05912890b0,libaoc-f2666f7f55a8be18,libreqwest-619eb705d84432c3,librustls_pemfile-b7111dd8918fbea3,librustls_pki_types-e9f841759fdf5833,libsync_wrapper-82795f8ff27c70cb,libbase64-29d4d4232c317d5e,libipnet-c9d78265f16b4a49,libhyper_tls-7784851655920a02,libtokio_native_tls-e111f7df1d077d30,libserde_urlencoded-2a1b450598e2032f,libryu-d31d6f36b9da249e,libmime-aa776e7d0d3a99c3,libencoding_rs-384800a720b7d777,libserde-402f7e4974998115,libserde_core-6504fde8f3d6c9d3,libnative_tls-be17fc45f73537eb,libopenssl_probe-5d15463e9f5a1049,libopenssl-77fa7396185796bf,libbitflags-23b2fe5ae6deb536,libforeign_types-e87917ac39136afb,libforeign_types_shared-47d2966ff738e019,libcfg_if-d9b80cb51cda7b5b,libopenssl_sys-c1b98f0310c565d0,libhyper_util-b0a9274fae71b82e,libtower_service-d85697bf5431d8b4,libhyper-a5a4fdd56c55ed7d,libwant-5da7cd3e9e53353c,libtry_lock-0e5736ebe7ae5c9e,libhttparse-e4f5cbdb8385f2eb,libh2-e2c27492338c61ac,libtracing-1b1c2ebdf3860663,libtracing_core-38bfa0579595df08,libonce_cell-0f6868d56ef8b265,libindexmap-2faf77ef1a2dcc45,libequivalent-9c3368f02729e3d6,libhashbrown-ded5b15ef116b6df,libatomic_waker-4d8f3a876068a9c4,libtokio_util-1f71d850a5cfe107,libfutures_channel-29524163f8896842,libtokio-8fb5e970eff38816,libsocket2-74df3463df8b2308,libmio-e31db7187c0fd1ed,liblibc-8e2810509c44cb67,libhttp_body_util-a63c4606a87f04cf,libhttp_body-fa668ba677318638,liblog-44cc25a8b2c5ba51,libfutures_util-7f0dce6cd77eba53,libmemchr-b178a40a7718f9bf,libfutures_io-0c818ad091fbaf7f,libslab-e2d62c2108289d27,libpin_project_lite-cbc2c9f60b90e084,libfutures_sink-999c1a898cc14726,libfutures_task-95d34631e5fd30be,libpin_utils-e0a199353c6bf870,libfutures_core-5b72dc92615109c0,liburl-c94ccbbe6f037579,libidna-ead8fa51a7d06700,libidna_adapter-c2262fd8e20899d9,libicu_normalizer-3cdcaec03fbf9cfe,libicu_normalizer_data-817b948434b390d4,libwrite16-7dcb7f5fe22341d8,libutf8_iter-d59950773a6f062b,libutf16_iter-0f190b1ccd5b32d7,libsmallvec-93a9dfcb2218a7ba,libicu_properties-4af75b9d07d56ed8,libicu_properties_data-7a2992e71211a737,libicu_locid_transform-461d9a94f7dce1ab,libicu_locid_transform_data-b54e66ed8cddf3c6,libicu_collections-232bb45381b8be74,libicu_provider-1fed8ff83d78e354,libicu_locid-b84e0d65970e1d73,liblitemap-b62145770086eed0,libtinystr-5e8f142022e4231f,libzerovec-3d54e045819bdd8a,libwriteable-30e32ee335eba874,libyoke-6831015ef76e606a,libzerofrom-79911cc047c0ae59,libstable_deref_trait-6144d876008295f7,libform_urlencoded-138b64fefa418703,libpercent_encoding-64dceae6dc1f6110,libhttp-07ba9142e1dca236,libitoa-225d8a58c5ba3b0e,libbytes-aec5c46de8604e45,libfnv-bf8b415be0978c3b}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustcCF3sNf/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/day14-7f08987d912638c3" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `aoc2024` (bin "day14") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "d5fc4c698b8dcd3017fcb37cf90e9f18ef868024432b177ea4b233c6609af1f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d5fc4c698b8dcd3017fcb37cf90e9f18ef868024432b177ea4b233c6609af1f5", kill_on_drop: false }` [INFO] [stdout] d5fc4c698b8dcd3017fcb37cf90e9f18ef868024432b177ea4b233c6609af1f5