[INFO] cloning repository https://github.com/rkalapuc/aoc2023 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rkalapuc/aoc2023" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frkalapuc%2Faoc2023", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frkalapuc%2Faoc2023'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] fe220a2174b4c0f8cdbf0d66fe36431d05c4963e [INFO] testing rkalapuc/aoc2023 against 1.84.0 for beta-1.85-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frkalapuc%2Faoc2023" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rkalapuc/aoc2023 on toolchain 1.84.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.84.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/rkalapuc/aoc2023 [INFO] finished tweaking git repo https://github.com/rkalapuc/aoc2023 [INFO] tweaked toml for git repo https://github.com/rkalapuc/aoc2023 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/rkalapuc/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" "+1.84.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded polygonical v0.5.0 [INFO] [stderr] Downloaded sorted-vec v0.8.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+1.84.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dad38fe79dcb88fcbf6ee09788bd0f1e78ba4f37c372174d25d296db980ea8e1 [INFO] running `Command { std: "docker" "start" "-a" "dad38fe79dcb88fcbf6ee09788bd0f1e78ba4f37c372174d25d296db980ea8e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dad38fe79dcb88fcbf6ee09788bd0f1e78ba4f37c372174d25d296db980ea8e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dad38fe79dcb88fcbf6ee09788bd0f1e78ba4f37c372174d25d296db980ea8e1", kill_on_drop: false }` [INFO] [stdout] dad38fe79dcb88fcbf6ee09788bd0f1e78ba4f37c372174d25d296db980ea8e1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+1.84.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b2e5fb94cb1e94720af1d7730297d81b3c2a1f6bd803577b5df87d63332f8b97 [INFO] running `Command { std: "docker" "start" "-a" "b2e5fb94cb1e94720af1d7730297d81b3c2a1f6bd803577b5df87d63332f8b97", kill_on_drop: false }` [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part01` in package `aoc2022-day-02 v0.1.0 (/opt/rustwide/workdir/2022/day-02)` has the same output filename as the bin target `part01` in package `aoc2022-day-01 v0.1.0 (/opt/rustwide/workdir/2022/day-01)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part01 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part01` in package `aoc2022-day-02 v0.1.0 (/opt/rustwide/workdir/2022/day-02)` has the same output filename as the bin target `part01` in package `aoc2022-day-01 v0.1.0 (/opt/rustwide/workdir/2022/day-01)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part01.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part02` in package `aoc2022-day-02 v0.1.0 (/opt/rustwide/workdir/2022/day-02)` has the same output filename as the bin target `part02` in package `aoc2022-day-01 v0.1.0 (/opt/rustwide/workdir/2022/day-01)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part02 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part02` in package `aoc2022-day-02 v0.1.0 (/opt/rustwide/workdir/2022/day-02)` has the same output filename as the bin target `part02` in package `aoc2022-day-01 v0.1.0 (/opt/rustwide/workdir/2022/day-01)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part02.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part01` in package `aoc2022-day-03 v0.1.0 (/opt/rustwide/workdir/2022/day-03)` has the same output filename as the bin target `part01` in package `aoc2022-day-02 v0.1.0 (/opt/rustwide/workdir/2022/day-02)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part01 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part01` in package `aoc2022-day-03 v0.1.0 (/opt/rustwide/workdir/2022/day-03)` has the same output filename as the bin target `part01` in package `aoc2022-day-02 v0.1.0 (/opt/rustwide/workdir/2022/day-02)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part01.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part02` in package `aoc2022-day-03 v0.1.0 (/opt/rustwide/workdir/2022/day-03)` has the same output filename as the bin target `part02` in package `aoc2022-day-02 v0.1.0 (/opt/rustwide/workdir/2022/day-02)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part02 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part02` in package `aoc2022-day-03 v0.1.0 (/opt/rustwide/workdir/2022/day-03)` has the same output filename as the bin target `part02` in package `aoc2022-day-02 v0.1.0 (/opt/rustwide/workdir/2022/day-02)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part02.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part01` in package `aoc2022-day-04 v0.1.0 (/opt/rustwide/workdir/2022/day-04)` has the same output filename as the bin target `part01` in package `aoc2022-day-03 v0.1.0 (/opt/rustwide/workdir/2022/day-03)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part01 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part01` in package `aoc2022-day-04 v0.1.0 (/opt/rustwide/workdir/2022/day-04)` has the same output filename as the bin target `part01` in package `aoc2022-day-03 v0.1.0 (/opt/rustwide/workdir/2022/day-03)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part01.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part02` in package `aoc2022-day-04 v0.1.0 (/opt/rustwide/workdir/2022/day-04)` has the same output filename as the bin target `part02` in package `aoc2022-day-03 v0.1.0 (/opt/rustwide/workdir/2022/day-03)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part02 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part02` in package `aoc2022-day-04 v0.1.0 (/opt/rustwide/workdir/2022/day-04)` has the same output filename as the bin target `part02` in package `aoc2022-day-03 v0.1.0 (/opt/rustwide/workdir/2022/day-03)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part02.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part01` in package `aoc2022-day-05 v0.1.0 (/opt/rustwide/workdir/2022/day-05)` has the same output filename as the bin target `part01` in package `aoc2022-day-04 v0.1.0 (/opt/rustwide/workdir/2022/day-04)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part01 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part01` in package `aoc2022-day-05 v0.1.0 (/opt/rustwide/workdir/2022/day-05)` has the same output filename as the bin target `part01` in package `aoc2022-day-04 v0.1.0 (/opt/rustwide/workdir/2022/day-04)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part01.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part02` in package `aoc2022-day-05 v0.1.0 (/opt/rustwide/workdir/2022/day-05)` has the same output filename as the bin target `part02` in package `aoc2022-day-04 v0.1.0 (/opt/rustwide/workdir/2022/day-04)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part02 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part02` in package `aoc2022-day-05 v0.1.0 (/opt/rustwide/workdir/2022/day-05)` has the same output filename as the bin target `part02` in package `aoc2022-day-04 v0.1.0 (/opt/rustwide/workdir/2022/day-04)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part02.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part01` in package `aoc2023-day-01 v0.1.0 (/opt/rustwide/workdir/2023/day-01)` has the same output filename as the bin target `part01` in package `aoc2022-day-05 v0.1.0 (/opt/rustwide/workdir/2022/day-05)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part01 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part01` in package `aoc2023-day-01 v0.1.0 (/opt/rustwide/workdir/2023/day-01)` has the same output filename as the bin target `part01` in package `aoc2022-day-05 v0.1.0 (/opt/rustwide/workdir/2022/day-05)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part01.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part02` in package `aoc2023-day-01 v0.1.0 (/opt/rustwide/workdir/2023/day-01)` has the same output filename as the bin target `part02` in package `aoc2022-day-05 v0.1.0 (/opt/rustwide/workdir/2022/day-05)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part02 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part02` in package `aoc2023-day-01 v0.1.0 (/opt/rustwide/workdir/2023/day-01)` has the same output filename as the bin target `part02` in package `aoc2022-day-05 v0.1.0 (/opt/rustwide/workdir/2022/day-05)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part02.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part01` in package `aoc2023-day-02 v0.1.0 (/opt/rustwide/workdir/2023/day-02)` has the same output filename as the bin target `part01` in package `aoc2023-day-01 v0.1.0 (/opt/rustwide/workdir/2023/day-01)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part01 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part01` in package `aoc2023-day-02 v0.1.0 (/opt/rustwide/workdir/2023/day-02)` has the same output filename as the bin target `part01` in package `aoc2023-day-01 v0.1.0 (/opt/rustwide/workdir/2023/day-01)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part01.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part02` in package `aoc2023-day-02 v0.1.0 (/opt/rustwide/workdir/2023/day-02)` has the same output filename as the bin target `part02` in package `aoc2023-day-01 v0.1.0 (/opt/rustwide/workdir/2023/day-01)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part02 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part02` in package `aoc2023-day-02 v0.1.0 (/opt/rustwide/workdir/2023/day-02)` has the same output filename as the bin target `part02` in package `aoc2023-day-01 v0.1.0 (/opt/rustwide/workdir/2023/day-01)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part02.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part01` in package `aoc2023-day-03 v0.1.0 (/opt/rustwide/workdir/2023/day-03)` has the same output filename as the bin target `part01` in package `aoc2023-day-02 v0.1.0 (/opt/rustwide/workdir/2023/day-02)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part01 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part01` in package `aoc2023-day-03 v0.1.0 (/opt/rustwide/workdir/2023/day-03)` has the same output filename as the bin target `part01` in package `aoc2023-day-02 v0.1.0 (/opt/rustwide/workdir/2023/day-02)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part01.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part02` in package `aoc2023-day-03 v0.1.0 (/opt/rustwide/workdir/2023/day-03)` has the same output filename as the bin target `part02` in package `aoc2023-day-02 v0.1.0 (/opt/rustwide/workdir/2023/day-02)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part02 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part02` in package `aoc2023-day-03 v0.1.0 (/opt/rustwide/workdir/2023/day-03)` has the same output filename as the bin target `part02` in package `aoc2023-day-02 v0.1.0 (/opt/rustwide/workdir/2023/day-02)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part02.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part01` in package `aoc2023-day-04 v0.1.0 (/opt/rustwide/workdir/2023/day-04)` has the same output filename as the bin target `part01` in package `aoc2023-day-03 v0.1.0 (/opt/rustwide/workdir/2023/day-03)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part01 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part01` in package `aoc2023-day-04 v0.1.0 (/opt/rustwide/workdir/2023/day-04)` has the same output filename as the bin target `part01` in package `aoc2023-day-03 v0.1.0 (/opt/rustwide/workdir/2023/day-03)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part01.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part02` in package `aoc2023-day-04 v0.1.0 (/opt/rustwide/workdir/2023/day-04)` has the same output filename as the bin target `part02` in package `aoc2023-day-03 v0.1.0 (/opt/rustwide/workdir/2023/day-03)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part02 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part02` in package `aoc2023-day-04 v0.1.0 (/opt/rustwide/workdir/2023/day-04)` has the same output filename as the bin target `part02` in package `aoc2023-day-03 v0.1.0 (/opt/rustwide/workdir/2023/day-03)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part02.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part01` in package `aoc2023-day-05 v0.1.0 (/opt/rustwide/workdir/2023/day-05)` has the same output filename as the bin target `part01` in package `aoc2023-day-04 v0.1.0 (/opt/rustwide/workdir/2023/day-04)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part01 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part01` in package `aoc2023-day-05 v0.1.0 (/opt/rustwide/workdir/2023/day-05)` has the same output filename as the bin target `part01` in package `aoc2023-day-04 v0.1.0 (/opt/rustwide/workdir/2023/day-04)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part01.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part02` in package `aoc2023-day-05 v0.1.0 (/opt/rustwide/workdir/2023/day-05)` has the same output filename as the bin target `part02` in package `aoc2023-day-04 v0.1.0 (/opt/rustwide/workdir/2023/day-04)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part02 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part02` in package `aoc2023-day-05 v0.1.0 (/opt/rustwide/workdir/2023/day-05)` has the same output filename as the bin target `part02` in package `aoc2023-day-04 v0.1.0 (/opt/rustwide/workdir/2023/day-04)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part02.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part01` in package `aoc2023-day-06 v0.1.0 (/opt/rustwide/workdir/2023/day-06)` has the same output filename as the bin target `part01` in package `aoc2023-day-05 v0.1.0 (/opt/rustwide/workdir/2023/day-05)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part01 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part01` in package `aoc2023-day-06 v0.1.0 (/opt/rustwide/workdir/2023/day-06)` has the same output filename as the bin target `part01` in package `aoc2023-day-05 v0.1.0 (/opt/rustwide/workdir/2023/day-05)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part01.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part02` in package `aoc2023-day-06 v0.1.0 (/opt/rustwide/workdir/2023/day-06)` has the same output filename as the bin target `part02` in package `aoc2023-day-05 v0.1.0 (/opt/rustwide/workdir/2023/day-05)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part02 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part02` in package `aoc2023-day-06 v0.1.0 (/opt/rustwide/workdir/2023/day-06)` has the same output filename as the bin target `part02` in package `aoc2023-day-05 v0.1.0 (/opt/rustwide/workdir/2023/day-05)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part02.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part01` in package `aoc2023-day-07 v0.1.0 (/opt/rustwide/workdir/2023/day-07)` has the same output filename as the bin target `part01` in package `aoc2023-day-06 v0.1.0 (/opt/rustwide/workdir/2023/day-06)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part01 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part01` in package `aoc2023-day-07 v0.1.0 (/opt/rustwide/workdir/2023/day-07)` has the same output filename as the bin target `part01` in package `aoc2023-day-06 v0.1.0 (/opt/rustwide/workdir/2023/day-06)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part01.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part02` in package `aoc2023-day-07 v0.1.0 (/opt/rustwide/workdir/2023/day-07)` has the same output filename as the bin target `part02` in package `aoc2023-day-06 v0.1.0 (/opt/rustwide/workdir/2023/day-06)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part02 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part02` in package `aoc2023-day-07 v0.1.0 (/opt/rustwide/workdir/2023/day-07)` has the same output filename as the bin target `part02` in package `aoc2023-day-06 v0.1.0 (/opt/rustwide/workdir/2023/day-06)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part02.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part01` in package `aoc2023-day-08 v0.1.0 (/opt/rustwide/workdir/2023/day-08)` has the same output filename as the bin target `part01` in package `aoc2023-day-07 v0.1.0 (/opt/rustwide/workdir/2023/day-07)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part01 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part01` in package `aoc2023-day-08 v0.1.0 (/opt/rustwide/workdir/2023/day-08)` has the same output filename as the bin target `part01` in package `aoc2023-day-07 v0.1.0 (/opt/rustwide/workdir/2023/day-07)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part01.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part02` in package `aoc2023-day-08 v0.1.0 (/opt/rustwide/workdir/2023/day-08)` has the same output filename as the bin target `part02` in package `aoc2023-day-07 v0.1.0 (/opt/rustwide/workdir/2023/day-07)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part02 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part02` in package `aoc2023-day-08 v0.1.0 (/opt/rustwide/workdir/2023/day-08)` has the same output filename as the bin target `part02` in package `aoc2023-day-07 v0.1.0 (/opt/rustwide/workdir/2023/day-07)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part02.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part01` in package `aoc2023-day-09 v0.1.0 (/opt/rustwide/workdir/2023/day-09)` has the same output filename as the bin target `part01` in package `aoc2023-day-08 v0.1.0 (/opt/rustwide/workdir/2023/day-08)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part01 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part01` in package `aoc2023-day-09 v0.1.0 (/opt/rustwide/workdir/2023/day-09)` has the same output filename as the bin target `part01` in package `aoc2023-day-08 v0.1.0 (/opt/rustwide/workdir/2023/day-08)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part01.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part02` in package `aoc2023-day-09 v0.1.0 (/opt/rustwide/workdir/2023/day-09)` has the same output filename as the bin target `part02` in package `aoc2023-day-08 v0.1.0 (/opt/rustwide/workdir/2023/day-08)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part02 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part02` in package `aoc2023-day-09 v0.1.0 (/opt/rustwide/workdir/2023/day-09)` has the same output filename as the bin target `part02` in package `aoc2023-day-08 v0.1.0 (/opt/rustwide/workdir/2023/day-08)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part02.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part01` in package `aoc2023-day-10 v0.1.0 (/opt/rustwide/workdir/2023/day-10)` has the same output filename as the bin target `part01` in package `aoc2023-day-09 v0.1.0 (/opt/rustwide/workdir/2023/day-09)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part01 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part01` in package `aoc2023-day-10 v0.1.0 (/opt/rustwide/workdir/2023/day-10)` has the same output filename as the bin target `part01` in package `aoc2023-day-09 v0.1.0 (/opt/rustwide/workdir/2023/day-09)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part01.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part02` in package `aoc2023-day-10 v0.1.0 (/opt/rustwide/workdir/2023/day-10)` has the same output filename as the bin target `part02` in package `aoc2023-day-09 v0.1.0 (/opt/rustwide/workdir/2023/day-09)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part02 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part02` in package `aoc2023-day-10 v0.1.0 (/opt/rustwide/workdir/2023/day-10)` has the same output filename as the bin target `part02` in package `aoc2023-day-09 v0.1.0 (/opt/rustwide/workdir/2023/day-09)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part02.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part01` in package `aoc2023-day-11 v0.1.0 (/opt/rustwide/workdir/2023/day-11)` has the same output filename as the bin target `part01` in package `aoc2023-day-10 v0.1.0 (/opt/rustwide/workdir/2023/day-10)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part01 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part01` in package `aoc2023-day-11 v0.1.0 (/opt/rustwide/workdir/2023/day-11)` has the same output filename as the bin target `part01` in package `aoc2023-day-10 v0.1.0 (/opt/rustwide/workdir/2023/day-10)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part01.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part02` in package `aoc2023-day-11 v0.1.0 (/opt/rustwide/workdir/2023/day-11)` has the same output filename as the bin target `part02` in package `aoc2023-day-10 v0.1.0 (/opt/rustwide/workdir/2023/day-10)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part02 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part02` in package `aoc2023-day-11 v0.1.0 (/opt/rustwide/workdir/2023/day-11)` has the same output filename as the bin target `part02` in package `aoc2023-day-10 v0.1.0 (/opt/rustwide/workdir/2023/day-10)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part02.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part01` in package `aoc2023-day-12 v0.1.0 (/opt/rustwide/workdir/2023/day-12)` has the same output filename as the bin target `part01` in package `aoc2023-day-11 v0.1.0 (/opt/rustwide/workdir/2023/day-11)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part01 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part01` in package `aoc2023-day-12 v0.1.0 (/opt/rustwide/workdir/2023/day-12)` has the same output filename as the bin target `part01` in package `aoc2023-day-11 v0.1.0 (/opt/rustwide/workdir/2023/day-11)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part01.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part02` in package `aoc2023-day-12 v0.1.0 (/opt/rustwide/workdir/2023/day-12)` has the same output filename as the bin target `part02` in package `aoc2023-day-11 v0.1.0 (/opt/rustwide/workdir/2023/day-11)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part02 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part02` in package `aoc2023-day-12 v0.1.0 (/opt/rustwide/workdir/2023/day-12)` has the same output filename as the bin target `part02` in package `aoc2023-day-11 v0.1.0 (/opt/rustwide/workdir/2023/day-11)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part02.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part01` in package `aoc2023-day-13 v0.1.0 (/opt/rustwide/workdir/2023/day-13)` has the same output filename as the bin target `part01` in package `aoc2023-day-12 v0.1.0 (/opt/rustwide/workdir/2023/day-12)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part01 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part01` in package `aoc2023-day-13 v0.1.0 (/opt/rustwide/workdir/2023/day-13)` has the same output filename as the bin target `part01` in package `aoc2023-day-12 v0.1.0 (/opt/rustwide/workdir/2023/day-12)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part01.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part02` in package `aoc2023-day-13 v0.1.0 (/opt/rustwide/workdir/2023/day-13)` has the same output filename as the bin target `part02` in package `aoc2023-day-12 v0.1.0 (/opt/rustwide/workdir/2023/day-12)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part02 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part02` in package `aoc2023-day-13 v0.1.0 (/opt/rustwide/workdir/2023/day-13)` has the same output filename as the bin target `part02` in package `aoc2023-day-12 v0.1.0 (/opt/rustwide/workdir/2023/day-12)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part02.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part01` in package `aoc2023-day-14 v0.1.0 (/opt/rustwide/workdir/2023/day-14)` has the same output filename as the bin target `part01` in package `aoc2023-day-13 v0.1.0 (/opt/rustwide/workdir/2023/day-13)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part01 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part01` in package `aoc2023-day-14 v0.1.0 (/opt/rustwide/workdir/2023/day-14)` has the same output filename as the bin target `part01` in package `aoc2023-day-13 v0.1.0 (/opt/rustwide/workdir/2023/day-13)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part01.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part02` in package `aoc2023-day-14 v0.1.0 (/opt/rustwide/workdir/2023/day-14)` has the same output filename as the bin target `part02` in package `aoc2023-day-13 v0.1.0 (/opt/rustwide/workdir/2023/day-13)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part02 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part02` in package `aoc2023-day-14 v0.1.0 (/opt/rustwide/workdir/2023/day-14)` has the same output filename as the bin target `part02` in package `aoc2023-day-13 v0.1.0 (/opt/rustwide/workdir/2023/day-13)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part02.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part01` in package `aoc2023-day-15 v0.1.0 (/opt/rustwide/workdir/2023/day-15)` has the same output filename as the bin target `part01` in package `aoc2023-day-14 v0.1.0 (/opt/rustwide/workdir/2023/day-14)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part01 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part01` in package `aoc2023-day-15 v0.1.0 (/opt/rustwide/workdir/2023/day-15)` has the same output filename as the bin target `part01` in package `aoc2023-day-14 v0.1.0 (/opt/rustwide/workdir/2023/day-14)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part01.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part02` in package `aoc2023-day-15 v0.1.0 (/opt/rustwide/workdir/2023/day-15)` has the same output filename as the bin target `part02` in package `aoc2023-day-14 v0.1.0 (/opt/rustwide/workdir/2023/day-14)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part02 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part02` in package `aoc2023-day-15 v0.1.0 (/opt/rustwide/workdir/2023/day-15)` has the same output filename as the bin target `part02` in package `aoc2023-day-14 v0.1.0 (/opt/rustwide/workdir/2023/day-14)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part02.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part01` in package `aoc2023-day-16 v0.1.0 (/opt/rustwide/workdir/2023/day-16)` has the same output filename as the bin target `part01` in package `aoc2023-day-15 v0.1.0 (/opt/rustwide/workdir/2023/day-15)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part01 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part01` in package `aoc2023-day-16 v0.1.0 (/opt/rustwide/workdir/2023/day-16)` has the same output filename as the bin target `part01` in package `aoc2023-day-15 v0.1.0 (/opt/rustwide/workdir/2023/day-15)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part01.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part02` in package `aoc2023-day-16 v0.1.0 (/opt/rustwide/workdir/2023/day-16)` has the same output filename as the bin target `part02` in package `aoc2023-day-15 v0.1.0 (/opt/rustwide/workdir/2023/day-15)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part02 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part02` in package `aoc2023-day-16 v0.1.0 (/opt/rustwide/workdir/2023/day-16)` has the same output filename as the bin target `part02` in package `aoc2023-day-15 v0.1.0 (/opt/rustwide/workdir/2023/day-15)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part02.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part01` in package `aoc2023-day-17 v0.1.0 (/opt/rustwide/workdir/2023/day-17)` has the same output filename as the bin target `part01` in package `aoc2023-day-16 v0.1.0 (/opt/rustwide/workdir/2023/day-16)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part01 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part01` in package `aoc2023-day-17 v0.1.0 (/opt/rustwide/workdir/2023/day-17)` has the same output filename as the bin target `part01` in package `aoc2023-day-16 v0.1.0 (/opt/rustwide/workdir/2023/day-16)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part01.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part02` in package `aoc2023-day-17 v0.1.0 (/opt/rustwide/workdir/2023/day-17)` has the same output filename as the bin target `part02` in package `aoc2023-day-16 v0.1.0 (/opt/rustwide/workdir/2023/day-16)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part02 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part02` in package `aoc2023-day-17 v0.1.0 (/opt/rustwide/workdir/2023/day-17)` has the same output filename as the bin target `part02` in package `aoc2023-day-16 v0.1.0 (/opt/rustwide/workdir/2023/day-16)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part02.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part01` in package `aoc2023-day-18 v0.1.0 (/opt/rustwide/workdir/2023/day-18)` has the same output filename as the bin target `part01` in package `aoc2023-day-17 v0.1.0 (/opt/rustwide/workdir/2023/day-17)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part01 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part01` in package `aoc2023-day-18 v0.1.0 (/opt/rustwide/workdir/2023/day-18)` has the same output filename as the bin target `part01` in package `aoc2023-day-17 v0.1.0 (/opt/rustwide/workdir/2023/day-17)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part01.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part02` in package `aoc2023-day-18 v0.1.0 (/opt/rustwide/workdir/2023/day-18)` has the same output filename as the bin target `part02` in package `aoc2023-day-17 v0.1.0 (/opt/rustwide/workdir/2023/day-17)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part02 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part02` in package `aoc2023-day-18 v0.1.0 (/opt/rustwide/workdir/2023/day-18)` has the same output filename as the bin target `part02` in package `aoc2023-day-17 v0.1.0 (/opt/rustwide/workdir/2023/day-17)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part02.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part01` in package `aoc2023-day-19 v0.1.0 (/opt/rustwide/workdir/2023/day-19)` has the same output filename as the bin target `part01` in package `aoc2023-day-18 v0.1.0 (/opt/rustwide/workdir/2023/day-18)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part01 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part01` in package `aoc2023-day-19 v0.1.0 (/opt/rustwide/workdir/2023/day-19)` has the same output filename as the bin target `part01` in package `aoc2023-day-18 v0.1.0 (/opt/rustwide/workdir/2023/day-18)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part01.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part02` in package `aoc2023-day-19 v0.1.0 (/opt/rustwide/workdir/2023/day-19)` has the same output filename as the bin target `part02` in package `aoc2023-day-18 v0.1.0 (/opt/rustwide/workdir/2023/day-18)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part02 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part02` in package `aoc2023-day-19 v0.1.0 (/opt/rustwide/workdir/2023/day-19)` has the same output filename as the bin target `part02` in package `aoc2023-day-18 v0.1.0 (/opt/rustwide/workdir/2023/day-18)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part02.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part01` in package `aoc2023-day-20 v0.1.0 (/opt/rustwide/workdir/2023/day-20)` has the same output filename as the bin target `part01` in package `aoc2023-day-19 v0.1.0 (/opt/rustwide/workdir/2023/day-19)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part01 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part01` in package `aoc2023-day-20 v0.1.0 (/opt/rustwide/workdir/2023/day-20)` has the same output filename as the bin target `part01` in package `aoc2023-day-19 v0.1.0 (/opt/rustwide/workdir/2023/day-19)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part01.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part02` in package `aoc2023-day-20 v0.1.0 (/opt/rustwide/workdir/2023/day-20)` has the same output filename as the bin target `part02` in package `aoc2023-day-19 v0.1.0 (/opt/rustwide/workdir/2023/day-19)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part02 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part02` in package `aoc2023-day-20 v0.1.0 (/opt/rustwide/workdir/2023/day-20)` has the same output filename as the bin target `part02` in package `aoc2023-day-19 v0.1.0 (/opt/rustwide/workdir/2023/day-19)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part02.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part01` in package `aoc2023-day-21 v0.1.0 (/opt/rustwide/workdir/2023/day-21)` has the same output filename as the bin target `part01` in package `aoc2023-day-20 v0.1.0 (/opt/rustwide/workdir/2023/day-20)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part01 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part01` in package `aoc2023-day-21 v0.1.0 (/opt/rustwide/workdir/2023/day-21)` has the same output filename as the bin target `part01` in package `aoc2023-day-20 v0.1.0 (/opt/rustwide/workdir/2023/day-20)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part01.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part02` in package `aoc2023-day-21 v0.1.0 (/opt/rustwide/workdir/2023/day-21)` has the same output filename as the bin target `part02` in package `aoc2023-day-20 v0.1.0 (/opt/rustwide/workdir/2023/day-20)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part02 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part02` in package `aoc2023-day-21 v0.1.0 (/opt/rustwide/workdir/2023/day-21)` has the same output filename as the bin target `part02` in package `aoc2023-day-20 v0.1.0 (/opt/rustwide/workdir/2023/day-20)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part02.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part01` in package `aoc2023-day-22 v0.1.0 (/opt/rustwide/workdir/2023/day-22)` has the same output filename as the bin target `part01` in package `aoc2023-day-21 v0.1.0 (/opt/rustwide/workdir/2023/day-21)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part01 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part01` in package `aoc2023-day-22 v0.1.0 (/opt/rustwide/workdir/2023/day-22)` has the same output filename as the bin target `part01` in package `aoc2023-day-21 v0.1.0 (/opt/rustwide/workdir/2023/day-21)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part01.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part02` in package `aoc2023-day-22 v0.1.0 (/opt/rustwide/workdir/2023/day-22)` has the same output filename as the bin target `part02` in package `aoc2023-day-21 v0.1.0 (/opt/rustwide/workdir/2023/day-21)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part02 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part02` in package `aoc2023-day-22 v0.1.0 (/opt/rustwide/workdir/2023/day-22)` has the same output filename as the bin target `part02` in package `aoc2023-day-21 v0.1.0 (/opt/rustwide/workdir/2023/day-21)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part02.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part01` in package `aoc2023-day-23 v0.1.0 (/opt/rustwide/workdir/2023/day-23)` has the same output filename as the bin target `part01` in package `aoc2023-day-22 v0.1.0 (/opt/rustwide/workdir/2023/day-22)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part01 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part01` in package `aoc2023-day-23 v0.1.0 (/opt/rustwide/workdir/2023/day-23)` has the same output filename as the bin target `part01` in package `aoc2023-day-22 v0.1.0 (/opt/rustwide/workdir/2023/day-22)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part01.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part02` in package `aoc2023-day-23 v0.1.0 (/opt/rustwide/workdir/2023/day-23)` has the same output filename as the bin target `part02` in package `aoc2023-day-22 v0.1.0 (/opt/rustwide/workdir/2023/day-22)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part02 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part02` in package `aoc2023-day-23 v0.1.0 (/opt/rustwide/workdir/2023/day-23)` has the same output filename as the bin target `part02` in package `aoc2023-day-22 v0.1.0 (/opt/rustwide/workdir/2023/day-22)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part02.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part01` in package `aoc2023-day-24 v0.1.0 (/opt/rustwide/workdir/2023/day-24)` has the same output filename as the bin target `part01` in package `aoc2023-day-23 v0.1.0 (/opt/rustwide/workdir/2023/day-23)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part01 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part01` in package `aoc2023-day-24 v0.1.0 (/opt/rustwide/workdir/2023/day-24)` has the same output filename as the bin target `part01` in package `aoc2023-day-23 v0.1.0 (/opt/rustwide/workdir/2023/day-23)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part01.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part02` in package `aoc2023-day-24 v0.1.0 (/opt/rustwide/workdir/2023/day-24)` has the same output filename as the bin target `part02` in package `aoc2023-day-23 v0.1.0 (/opt/rustwide/workdir/2023/day-23)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part02 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part02` in package `aoc2023-day-24 v0.1.0 (/opt/rustwide/workdir/2023/day-24)` has the same output filename as the bin target `part02` in package `aoc2023-day-23 v0.1.0 (/opt/rustwide/workdir/2023/day-23)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part02.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part01` in package `aoc2023-day-25 v0.1.0 (/opt/rustwide/workdir/2023/day-25)` has the same output filename as the bin target `part01` in package `aoc2023-day-24 v0.1.0 (/opt/rustwide/workdir/2023/day-24)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part01 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part01` in package `aoc2023-day-25 v0.1.0 (/opt/rustwide/workdir/2023/day-25)` has the same output filename as the bin target `part01` in package `aoc2023-day-24 v0.1.0 (/opt/rustwide/workdir/2023/day-24)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part01.dwp [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] Compiling proc-macro2 v1.0.70 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling utf8parse v0.2.1 [INFO] [stderr] Compiling anstyle-query v1.0.0 [INFO] [stderr] Compiling anstyle v1.0.4 [INFO] [stderr] Compiling colorchoice v1.0.0 [INFO] [stderr] Compiling clap_lex v0.6.0 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling common v0.1.0 (/opt/rustwide/workdir/common) [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling anyhow v1.0.76 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling fixedbitset v0.4.2 [INFO] [stderr] Compiling anstyle-parse v0.2.2 [INFO] [stderr] Compiling queues v1.1.0 [INFO] [stderr] Compiling libc v0.2.151 [INFO] [stderr] Compiling rustversion v1.0.14 [INFO] [stderr] Compiling linked-hash-map v0.5.6 [INFO] [stderr] Compiling itertools v0.12.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling anstream v0.6.4 [INFO] [stderr] Compiling memchr v2.6.4 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling linked_hash_set v0.1.4 [INFO] [stderr] Compiling sorted-vec v0.8.3 [INFO] [stderr] Compiling clap_builder v4.4.9 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling matrixmultiply v0.3.8 [INFO] [stderr] Compiling indexmap v2.1.0 [INFO] [stderr] Compiling aho-corasick v1.1.2 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling syn v2.0.39 [INFO] [stderr] Compiling petgraph v0.6.4 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling num-complex v0.4.4 [INFO] [stderr] Compiling float-cmp v0.9.0 [INFO] [stderr] Compiling generator v0.7.5 [INFO] [stderr] Compiling polygonical v0.5.0 [INFO] [stderr] Compiling regex-automata v0.4.3 [INFO] [stderr] Compiling ndarray v0.15.6 [INFO] [stderr] Compiling clap_derive v4.4.7 [INFO] [stderr] Compiling regex v1.10.2 [INFO] [stderr] Compiling clap v4.4.10 [INFO] [stderr] Compiling aoc2023-day-05 v0.1.0 (/opt/rustwide/workdir/2023/day-05) [INFO] [stderr] Compiling aoc2022-day-04 v0.1.0 (/opt/rustwide/workdir/2022/day-04) [INFO] [stderr] Compiling aoc2023-day-14 v0.1.0 (/opt/rustwide/workdir/2023/day-14) [INFO] [stderr] Compiling aoc2023-day-12 v0.1.0 (/opt/rustwide/workdir/2023/day-12) [INFO] [stderr] Compiling aoc2023-day-15 v0.1.0 (/opt/rustwide/workdir/2023/day-15) [INFO] [stderr] Compiling aoc2023-day-10 v0.1.0 (/opt/rustwide/workdir/2023/day-10) [INFO] [stderr] Compiling aoc2023-day-04 v0.1.0 (/opt/rustwide/workdir/2023/day-04) [INFO] [stderr] Compiling aoc2022-day-03 v0.1.0 (/opt/rustwide/workdir/2022/day-03) [INFO] [stderr] Compiling aoc2023-day-18 v0.1.0 (/opt/rustwide/workdir/2023/day-18) [INFO] [stderr] Compiling aoc2023-day-03 v0.1.0 (/opt/rustwide/workdir/2023/day-03) [INFO] [stderr] Compiling aoc2023-day-07 v0.1.0 (/opt/rustwide/workdir/2023/day-07) [INFO] [stderr] Compiling aoc2023-day-02 v0.1.0 (/opt/rustwide/workdir/2023/day-02) [INFO] [stderr] Compiling aoc2023-day-20 v0.1.0 (/opt/rustwide/workdir/2023/day-20) [INFO] [stderr] Compiling aoc2023-day-19 v0.1.0 (/opt/rustwide/workdir/2023/day-19) [INFO] [stderr] Compiling aoc2022-day-01 v0.1.0 (/opt/rustwide/workdir/2022/day-01) [INFO] [stderr] Compiling aoc2023-day-24 v0.1.0 (/opt/rustwide/workdir/2023/day-24) [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> 2023/day-07/src/lib.rs:71:70 [INFO] [stdout] | [INFO] [stdout] 71 | let rank_key: String = sizes.iter().map(|it| it.to_string()).intersperse("".to_owned()).collect(); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `itertools::Itertools::intersperse(...)` to keep using the current method [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> 2023/day-07/src/lib.rs:99:14 [INFO] [stdout] | [INFO] [stdout] 99 | .intersperse("".to_owned()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `itertools::Itertools::intersperse(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling aoc2023-day-01 v0.1.0 (/opt/rustwide/workdir/2023/day-01) [INFO] [stderr] Compiling aoc2023-day-17 v0.1.0 (/opt/rustwide/workdir/2023/day-17) [INFO] [stderr] Compiling aoc2023-day-13 v0.1.0 (/opt/rustwide/workdir/2023/day-13) [INFO] [stderr] Compiling aoc2023-day-09 v0.1.0 (/opt/rustwide/workdir/2023/day-09) [INFO] [stderr] Compiling aoc2023-day-11 v0.1.0 (/opt/rustwide/workdir/2023/day-11) [INFO] [stderr] Compiling aoc2023-day-22 v0.1.0 (/opt/rustwide/workdir/2023/day-22) [INFO] [stderr] Compiling aoc2023-day-21 v0.1.0 (/opt/rustwide/workdir/2023/day-21) [INFO] [stderr] Compiling aoc2022-day-05 v0.1.0 (/opt/rustwide/workdir/2022/day-05) [INFO] [stderr] Compiling aoc2023-day-06 v0.1.0 (/opt/rustwide/workdir/2023/day-06) [INFO] [stderr] Compiling aoc2023-day-23 v0.1.0 (/opt/rustwide/workdir/2023/day-23) [INFO] [stderr] Compiling aoc2022-day-02 v0.1.0 (/opt/rustwide/workdir/2022/day-02) [INFO] [stderr] Compiling aoc2023-day-08 v0.1.0 (/opt/rustwide/workdir/2023/day-08) [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> 2023/day-06/src/lib.rs:56:12 [INFO] [stdout] | [INFO] [stdout] 56 | }).intersperse("").collect(); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `itertools::Itertools::intersperse(...)` to keep using the current method [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling aoc2023-day-16 v0.1.0 (/opt/rustwide/workdir/2023/day-16) [INFO] [stderr] Compiling aoc2023-day-25 v0.1.0 (/opt/rustwide/workdir/2023/day-25) [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: failed to write `/opt/rustwide/target/debug/.fingerprint/aoc2023-day-19-13019166f98a7583/invoked.timestamp` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] error: failed to build archive at `/opt/rustwide/target/debug/deps/libaoc2023_day_10-3911ccf8f5209326.rlib`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `aoc2023-day-07` (lib); 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name aoc2023_day_07 --edition=2021 2023/day-07/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=96255f5c7197e557 -C extra-filename=-96255f5c7197e557 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern clap=/opt/rustwide/target/debug/deps/libclap-1bcc7e9673a88086.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-0c5e9d302ec4b397.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-c71c7d3baff721e2.rmeta --cap-lints=warn` (exit status: 101) [INFO] [stderr] error: could not compile `aoc2023-day-10` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `aoc2022-day-02` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name aoc2022_day_02 --edition=2021 2022/day-02/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d5196f6c60f00180 -C extra-filename=-d5196f6c60f00180 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern clap=/opt/rustwide/target/debug/deps/libclap-1bcc7e9673a88086.rmeta --extern common=/opt/rustwide/target/debug/deps/libcommon-5b3fb73933362531.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-0c5e9d302ec4b397.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-c71c7d3baff721e2.rmeta --cap-lints=warn` (exit status: 101) [INFO] [stderr] error: could not compile `aoc2023-day-09` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name aoc2023_day_09 --edition=2021 2023/day-09/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e80ef0e16e2c90c2 -C extra-filename=-e80ef0e16e2c90c2 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern clap=/opt/rustwide/target/debug/deps/libclap-1bcc7e9673a88086.rmeta --extern common=/opt/rustwide/target/debug/deps/libcommon-5b3fb73933362531.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-0c5e9d302ec4b397.rmeta --cap-lints=warn` (exit status: 101) [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmeta7pmvgJ" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `aoc2023-day-17` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name aoc2023_day_17 --edition=2021 2023/day-17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=16dc7ef7778f9f30 -C extra-filename=-16dc7ef7778f9f30 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-25b2f8e94640bf9b.rmeta --extern clap=/opt/rustwide/target/debug/deps/libclap-1bcc7e9673a88086.rmeta --extern common=/opt/rustwide/target/debug/deps/libcommon-5b3fb73933362531.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-0c5e9d302ec4b397.rmeta --extern ndarray=/opt/rustwide/target/debug/deps/libndarray-2a766c33e9c9b371.rmeta --extern petgraph=/opt/rustwide/target/debug/deps/libpetgraph-5eae3b12d56b46e3.rmeta --cap-lints=warn` (exit status: 101) [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `aoc2023-day-08` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name aoc2023_day_08 --edition=2021 2023/day-08/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=13b6b3934c923c81 -C extra-filename=-13b6b3934c923c81 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern clap=/opt/rustwide/target/debug/deps/libclap-1bcc7e9673a88086.rmeta --extern common=/opt/rustwide/target/debug/deps/libcommon-5b3fb73933362531.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-0c5e9d302ec4b397.rmeta --cap-lints=warn` (exit status: 101) [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `aoc2023-day-16` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `aoc2022-day-05` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name aoc2022_day_05 --edition=2021 2022/day-05/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=49359ba69ab3204d -C extra-filename=-49359ba69ab3204d --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern clap=/opt/rustwide/target/debug/deps/libclap-1bcc7e9673a88086.rmeta --extern common=/opt/rustwide/target/debug/deps/libcommon-5b3fb73933362531.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-0c5e9d302ec4b397.rmeta --cap-lints=warn` (exit status: 101) [INFO] [stderr] error: could not compile `aoc2023-day-22` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name aoc2023_day_22 --edition=2021 2023/day-22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ed3b0dbe910f5106 -C extra-filename=-ed3b0dbe910f5106 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-25b2f8e94640bf9b.rmeta --extern clap=/opt/rustwide/target/debug/deps/libclap-1bcc7e9673a88086.rmeta --extern common=/opt/rustwide/target/debug/deps/libcommon-5b3fb73933362531.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-0c5e9d302ec4b397.rmeta --extern ndarray=/opt/rustwide/target/debug/deps/libndarray-2a766c33e9c9b371.rmeta --extern petgraph=/opt/rustwide/target/debug/deps/libpetgraph-5eae3b12d56b46e3.rmeta --cap-lints=warn` (exit status: 101) [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `aoc2023-day-23` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name aoc2023_day_23 --edition=2021 2023/day-23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=34b8845e1a988d73 -C extra-filename=-34b8845e1a988d73 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-25b2f8e94640bf9b.rmeta --extern clap=/opt/rustwide/target/debug/deps/libclap-1bcc7e9673a88086.rmeta --extern common=/opt/rustwide/target/debug/deps/libcommon-5b3fb73933362531.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-0c5e9d302ec4b397.rmeta --extern linked_hash_set=/opt/rustwide/target/debug/deps/liblinked_hash_set-9aeabaa7c6646120.rmeta --extern ndarray=/opt/rustwide/target/debug/deps/libndarray-2a766c33e9c9b371.rmeta --extern petgraph=/opt/rustwide/target/debug/deps/libpetgraph-5eae3b12d56b46e3.rmeta --cap-lints=warn` (exit status: 101) [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `aoc2023-day-11` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name aoc2023_day_11 --edition=2021 2023/day-11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4ffae9ad9e56acd4 -C extra-filename=-4ffae9ad9e56acd4 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern clap=/opt/rustwide/target/debug/deps/libclap-1bcc7e9673a88086.rmeta --extern common=/opt/rustwide/target/debug/deps/libcommon-5b3fb73933362531.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-0c5e9d302ec4b397.rmeta --extern ndarray=/opt/rustwide/target/debug/deps/libndarray-2a766c33e9c9b371.rmeta --cap-lints=warn` (exit status: 101) [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `aoc2023-day-21` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name aoc2023_day_21 --edition=2021 2023/day-21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=371ee16aa6fa550d -C extra-filename=-371ee16aa6fa550d --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-25b2f8e94640bf9b.rmeta --extern clap=/opt/rustwide/target/debug/deps/libclap-1bcc7e9673a88086.rmeta --extern common=/opt/rustwide/target/debug/deps/libcommon-5b3fb73933362531.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-0c5e9d302ec4b397.rmeta --extern ndarray=/opt/rustwide/target/debug/deps/libndarray-2a766c33e9c9b371.rmeta --cap-lints=warn` (exit status: 101) [INFO] [stderr] error: could not compile `aoc2023-day-06` (lib); 1 warning emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name aoc2023_day_06 --edition=2021 2023/day-06/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f52a139791b683f8 -C extra-filename=-f52a139791b683f8 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern clap=/opt/rustwide/target/debug/deps/libclap-1bcc7e9673a88086.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-0c5e9d302ec4b397.rmeta --cap-lints=warn` (exit status: 101) [INFO] [stderr] error: could not compile `aoc2023-day-13` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name aoc2023_day_13 --edition=2021 2023/day-13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0993804dbd89c01f -C extra-filename=-0993804dbd89c01f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-25b2f8e94640bf9b.rmeta --extern clap=/opt/rustwide/target/debug/deps/libclap-1bcc7e9673a88086.rmeta --extern common=/opt/rustwide/target/debug/deps/libcommon-5b3fb73933362531.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-0c5e9d302ec4b397.rmeta --extern ndarray=/opt/rustwide/target/debug/deps/libndarray-2a766c33e9c9b371.rmeta --cap-lints=warn` (exit status: 101) [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaV0w4hs/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `aoc2023-day-25` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "b2e5fb94cb1e94720af1d7730297d81b3c2a1f6bd803577b5df87d63332f8b97", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b2e5fb94cb1e94720af1d7730297d81b3c2a1f6bd803577b5df87d63332f8b97", kill_on_drop: false }` [INFO] [stdout] b2e5fb94cb1e94720af1d7730297d81b3c2a1f6bd803577b5df87d63332f8b97