[INFO] cloning repository https://github.com/duarten/advent-of-code-2020 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/duarten/advent-of-code-2020" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fduarten%2Fadvent-of-code-2020", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fduarten%2Fadvent-of-code-2020'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 34220f87e86683abe7e3d3c9eda16f043935c733 [INFO] testing duarten/advent-of-code-2020 against 1.85.0 for beta-1.86-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fduarten%2Fadvent-of-code-2020" "/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/duarten/advent-of-code-2020 on toolchain 1.85.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.85.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/duarten/advent-of-code-2020 [INFO] finished tweaking git repo https://github.com/duarten/advent-of-code-2020 [INFO] tweaked toml for git repo https://github.com/duarten/advent-of-code-2020 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/duarten/advent-of-code-2020 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.85.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded cached v0.26.2 [INFO] [stderr] Downloaded cached_proc_macro v0.7.1 [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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1bcc6889312735ae0d0fb2bddbbd0e214d6b2d97858c91eb0a2f4e05cc7d2da7 [INFO] running `Command { std: "docker" "start" "-a" "1bcc6889312735ae0d0fb2bddbbd0e214d6b2d97858c91eb0a2f4e05cc7d2da7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1bcc6889312735ae0d0fb2bddbbd0e214d6b2d97858c91eb0a2f4e05cc7d2da7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1bcc6889312735ae0d0fb2bddbbd0e214d6b2d97858c91eb0a2f4e05cc7d2da7", kill_on_drop: false }` [INFO] [stdout] 1bcc6889312735ae0d0fb2bddbbd0e214d6b2d97858c91eb0a2f4e05cc7d2da7 [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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6b7706a59d2332f85b9440b57036dc2ee4d686ce09831c7997d0554b8dea76c6 [INFO] running `Command { std: "docker" "start" "-a" "6b7706a59d2332f85b9440b57036dc2ee4d686ce09831c7997d0554b8dea76c6", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `day01` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)` has the same output filename as the bin target `day01` in package `aoc2015 v0.1.0 (/opt/rustwide/workdir/aoc2015)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day01 [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 `day01` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)` has the same output filename as the bin target `day01` in package `aoc2015 v0.1.0 (/opt/rustwide/workdir/aoc2015)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day01.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 `day02` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)` has the same output filename as the bin target `day02` in package `aoc2015 v0.1.0 (/opt/rustwide/workdir/aoc2015)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day02 [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 `day02` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)` has the same output filename as the bin target `day02` in package `aoc2015 v0.1.0 (/opt/rustwide/workdir/aoc2015)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day02.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 `day03` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)` has the same output filename as the bin target `day03` in package `aoc2015 v0.1.0 (/opt/rustwide/workdir/aoc2015)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day03 [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 `day03` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)` has the same output filename as the bin target `day03` in package `aoc2015 v0.1.0 (/opt/rustwide/workdir/aoc2015)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day03.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 `day04` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)` has the same output filename as the bin target `day04` in package `aoc2015 v0.1.0 (/opt/rustwide/workdir/aoc2015)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day04 [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 `day04` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)` has the same output filename as the bin target `day04` in package `aoc2015 v0.1.0 (/opt/rustwide/workdir/aoc2015)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day04.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 `day05` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)` has the same output filename as the bin target `day05` in package `aoc2015 v0.1.0 (/opt/rustwide/workdir/aoc2015)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day05 [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 `day05` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)` has the same output filename as the bin target `day05` in package `aoc2015 v0.1.0 (/opt/rustwide/workdir/aoc2015)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day05.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 `day06` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)` has the same output filename as the bin target `day06` in package `aoc2015 v0.1.0 (/opt/rustwide/workdir/aoc2015)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day06 [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 `day06` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)` has the same output filename as the bin target `day06` in package `aoc2015 v0.1.0 (/opt/rustwide/workdir/aoc2015)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day06.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 `day07` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)` has the same output filename as the bin target `day07` in package `aoc2015 v0.1.0 (/opt/rustwide/workdir/aoc2015)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day07 [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 `day07` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)` has the same output filename as the bin target `day07` in package `aoc2015 v0.1.0 (/opt/rustwide/workdir/aoc2015)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day07.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 `day08` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)` has the same output filename as the bin target `day08` in package `aoc2015 v0.1.0 (/opt/rustwide/workdir/aoc2015)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day08 [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 `day08` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)` has the same output filename as the bin target `day08` in package `aoc2015 v0.1.0 (/opt/rustwide/workdir/aoc2015)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day08.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 `day09` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)` has the same output filename as the bin target `day09` in package `aoc2015 v0.1.0 (/opt/rustwide/workdir/aoc2015)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day09 [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 `day09` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)` has the same output filename as the bin target `day09` in package `aoc2015 v0.1.0 (/opt/rustwide/workdir/aoc2015)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day09.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 `day10` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)` has the same output filename as the bin target `day10` in package `aoc2015 v0.1.0 (/opt/rustwide/workdir/aoc2015)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day10 [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 `day10` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)` has the same output filename as the bin target `day10` in package `aoc2015 v0.1.0 (/opt/rustwide/workdir/aoc2015)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day10.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 `day11` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)` has the same output filename as the bin target `day11` in package `aoc2015 v0.1.0 (/opt/rustwide/workdir/aoc2015)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day11 [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 `day11` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)` has the same output filename as the bin target `day11` in package `aoc2015 v0.1.0 (/opt/rustwide/workdir/aoc2015)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day11.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 `day12` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)` has the same output filename as the bin target `day12` in package `aoc2015 v0.1.0 (/opt/rustwide/workdir/aoc2015)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day12 [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 `day12` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)` has the same output filename as the bin target `day12` in package `aoc2015 v0.1.0 (/opt/rustwide/workdir/aoc2015)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day12.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 `day13` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)` has the same output filename as the bin target `day13` in package `aoc2015 v0.1.0 (/opt/rustwide/workdir/aoc2015)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day13 [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 `day13` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)` has the same output filename as the bin target `day13` in package `aoc2015 v0.1.0 (/opt/rustwide/workdir/aoc2015)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day13.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 `day14` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)` has the same output filename as the bin target `day14` in package `aoc2015 v0.1.0 (/opt/rustwide/workdir/aoc2015)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day14 [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 `day14` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)` has the same output filename as the bin target `day14` in package `aoc2015 v0.1.0 (/opt/rustwide/workdir/aoc2015)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day14.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 `day15` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)` has the same output filename as the bin target `day15` in package `aoc2015 v0.1.0 (/opt/rustwide/workdir/aoc2015)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day15 [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 `day15` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)` has the same output filename as the bin target `day15` in package `aoc2015 v0.1.0 (/opt/rustwide/workdir/aoc2015)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day15.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 `day16` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)` has the same output filename as the bin target `day16` in package `aoc2015 v0.1.0 (/opt/rustwide/workdir/aoc2015)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day16 [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 `day16` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)` has the same output filename as the bin target `day16` in package `aoc2015 v0.1.0 (/opt/rustwide/workdir/aoc2015)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day16.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 `day17` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)` has the same output filename as the bin target `day17` in package `aoc2015 v0.1.0 (/opt/rustwide/workdir/aoc2015)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day17 [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 `day17` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)` has the same output filename as the bin target `day17` in package `aoc2015 v0.1.0 (/opt/rustwide/workdir/aoc2015)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day17.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 `day18` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)` has the same output filename as the bin target `day18` in package `aoc2015 v0.1.0 (/opt/rustwide/workdir/aoc2015)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day18 [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 `day18` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)` has the same output filename as the bin target `day18` in package `aoc2015 v0.1.0 (/opt/rustwide/workdir/aoc2015)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day18.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 `day19` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)` has the same output filename as the bin target `day19` in package `aoc2015 v0.1.0 (/opt/rustwide/workdir/aoc2015)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day19 [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 `day19` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)` has the same output filename as the bin target `day19` in package `aoc2015 v0.1.0 (/opt/rustwide/workdir/aoc2015)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day19.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 `day20` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)` has the same output filename as the bin target `day20` in package `aoc2015 v0.1.0 (/opt/rustwide/workdir/aoc2015)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day20 [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 `day20` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)` has the same output filename as the bin target `day20` in package `aoc2015 v0.1.0 (/opt/rustwide/workdir/aoc2015)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day20.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 `day21` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)` has the same output filename as the bin target `day21` in package `aoc2015 v0.1.0 (/opt/rustwide/workdir/aoc2015)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day21 [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 `day21` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)` has the same output filename as the bin target `day21` in package `aoc2015 v0.1.0 (/opt/rustwide/workdir/aoc2015)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day21.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 `day22` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)` has the same output filename as the bin target `day22` in package `aoc2015 v0.1.0 (/opt/rustwide/workdir/aoc2015)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day22 [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 `day22` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)` has the same output filename as the bin target `day22` in package `aoc2015 v0.1.0 (/opt/rustwide/workdir/aoc2015)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day22.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 `day23` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)` has the same output filename as the bin target `day23` in package `aoc2015 v0.1.0 (/opt/rustwide/workdir/aoc2015)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day23 [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 `day23` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)` has the same output filename as the bin target `day23` in package `aoc2015 v0.1.0 (/opt/rustwide/workdir/aoc2015)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day23.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 `day24` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)` has the same output filename as the bin target `day24` in package `aoc2015 v0.1.0 (/opt/rustwide/workdir/aoc2015)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day24 [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 `day24` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)` has the same output filename as the bin target `day24` in package `aoc2015 v0.1.0 (/opt/rustwide/workdir/aoc2015)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day24.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 `day25` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)` has the same output filename as the bin target `day25` in package `aoc2015 v0.1.0 (/opt/rustwide/workdir/aoc2015)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day25 [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 `day25` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)` has the same output filename as the bin target `day25` in package `aoc2015 v0.1.0 (/opt/rustwide/workdir/aoc2015)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day25.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 `day01` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)` has the same output filename as the bin target `day01` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day01 [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 `day01` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)` has the same output filename as the bin target `day01` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day01.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 `day02` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)` has the same output filename as the bin target `day02` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day02 [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 `day02` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)` has the same output filename as the bin target `day02` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day02.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 `day03` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)` has the same output filename as the bin target `day03` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day03 [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 `day03` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)` has the same output filename as the bin target `day03` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day03.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 `day04` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)` has the same output filename as the bin target `day04` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day04 [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 `day04` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)` has the same output filename as the bin target `day04` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day04.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 `day05` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)` has the same output filename as the bin target `day05` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day05 [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 `day05` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)` has the same output filename as the bin target `day05` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day05.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 `day06` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)` has the same output filename as the bin target `day06` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day06 [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 `day06` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)` has the same output filename as the bin target `day06` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day06.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 `day07` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)` has the same output filename as the bin target `day07` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day07 [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 `day07` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)` has the same output filename as the bin target `day07` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day07.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 `day08` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)` has the same output filename as the bin target `day08` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day08 [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 `day08` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)` has the same output filename as the bin target `day08` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day08.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 `day09` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)` has the same output filename as the bin target `day09` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day09 [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 `day09` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)` has the same output filename as the bin target `day09` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day09.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 `day10` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)` has the same output filename as the bin target `day10` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day10 [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 `day10` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)` has the same output filename as the bin target `day10` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day10.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 `day11` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)` has the same output filename as the bin target `day11` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day11 [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 `day11` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)` has the same output filename as the bin target `day11` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day11.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 `day12` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)` has the same output filename as the bin target `day12` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day12 [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 `day12` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)` has the same output filename as the bin target `day12` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day12.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 `day13` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)` has the same output filename as the bin target `day13` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day13 [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 `day13` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)` has the same output filename as the bin target `day13` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day13.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 `day14` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)` has the same output filename as the bin target `day14` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day14 [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 `day14` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)` has the same output filename as the bin target `day14` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day14.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 `day15` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)` has the same output filename as the bin target `day15` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day15 [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 `day15` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)` has the same output filename as the bin target `day15` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day15.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 `day16` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)` has the same output filename as the bin target `day16` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day16 [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 `day16` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)` has the same output filename as the bin target `day16` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day16.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 `day17` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)` has the same output filename as the bin target `day17` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day17 [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 `day17` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)` has the same output filename as the bin target `day17` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day17.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 `day18` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)` has the same output filename as the bin target `day18` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day18 [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 `day18` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)` has the same output filename as the bin target `day18` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day18.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 `day19` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)` has the same output filename as the bin target `day19` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day19 [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 `day19` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)` has the same output filename as the bin target `day19` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day19.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 `day20` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)` has the same output filename as the bin target `day20` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day20 [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 `day20` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)` has the same output filename as the bin target `day20` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day20.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 `day21` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)` has the same output filename as the bin target `day21` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day21 [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 `day21` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)` has the same output filename as the bin target `day21` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day21.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 `day22` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)` has the same output filename as the bin target `day22` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day22 [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 `day22` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)` has the same output filename as the bin target `day22` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day22.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 `day23` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)` has the same output filename as the bin target `day23` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day23 [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 `day23` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)` has the same output filename as the bin target `day23` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day23.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 `day24` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)` has the same output filename as the bin target `day24` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day24 [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 `day24` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)` has the same output filename as the bin target `day24` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day24.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 `day25` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)` has the same output filename as the bin target `day25` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day25 [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 `day25` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)` has the same output filename as the bin target `day25` in package `aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day25.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 `day01` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)` has the same output filename as the bin target `day01` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day01 [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 `day01` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)` has the same output filename as the bin target `day01` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day01.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 `day02` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)` has the same output filename as the bin target `day02` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day02 [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 `day02` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)` has the same output filename as the bin target `day02` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day02.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 `day03` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)` has the same output filename as the bin target `day03` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day03 [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 `day03` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)` has the same output filename as the bin target `day03` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day03.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 `day04` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)` has the same output filename as the bin target `day04` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day04 [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 `day04` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)` has the same output filename as the bin target `day04` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day04.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 `day05` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)` has the same output filename as the bin target `day05` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day05 [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 `day05` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)` has the same output filename as the bin target `day05` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day05.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 `day06` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)` has the same output filename as the bin target `day06` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day06 [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 `day06` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)` has the same output filename as the bin target `day06` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day06.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 `day07` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)` has the same output filename as the bin target `day07` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day07 [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 `day07` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)` has the same output filename as the bin target `day07` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day07.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 `day08` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)` has the same output filename as the bin target `day08` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day08 [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 `day08` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)` has the same output filename as the bin target `day08` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day08.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 `day09` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)` has the same output filename as the bin target `day09` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day09 [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 `day09` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)` has the same output filename as the bin target `day09` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day09.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 `day10` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)` has the same output filename as the bin target `day10` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day10 [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 `day10` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)` has the same output filename as the bin target `day10` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day10.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 `day11` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)` has the same output filename as the bin target `day11` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day11 [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 `day11` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)` has the same output filename as the bin target `day11` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day11.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 `day12` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)` has the same output filename as the bin target `day12` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day12 [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 `day12` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)` has the same output filename as the bin target `day12` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day12.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 `day13` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)` has the same output filename as the bin target `day13` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day13 [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 `day13` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)` has the same output filename as the bin target `day13` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day13.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 `day14` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)` has the same output filename as the bin target `day14` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day14 [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 `day14` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)` has the same output filename as the bin target `day14` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day14.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 `day15` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)` has the same output filename as the bin target `day15` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day15 [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 `day15` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)` has the same output filename as the bin target `day15` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day15.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 `day16` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)` has the same output filename as the bin target `day16` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day16 [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 `day16` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)` has the same output filename as the bin target `day16` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day16.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 `day17` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)` has the same output filename as the bin target `day17` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day17 [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 `day17` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)` has the same output filename as the bin target `day17` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day17.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 `day18` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)` has the same output filename as the bin target `day18` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day18 [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 `day18` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)` has the same output filename as the bin target `day18` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day18.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 `day19` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)` has the same output filename as the bin target `day19` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day19 [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 `day19` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)` has the same output filename as the bin target `day19` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day19.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 `day20` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)` has the same output filename as the bin target `day20` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day20 [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 `day20` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)` has the same output filename as the bin target `day20` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day20.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 `day21` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)` has the same output filename as the bin target `day21` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day21 [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 `day21` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)` has the same output filename as the bin target `day21` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day21.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 `day22` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)` has the same output filename as the bin target `day22` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day22 [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 `day22` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)` has the same output filename as the bin target `day22` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day22.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 `day23` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)` has the same output filename as the bin target `day23` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day23 [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 `day23` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)` has the same output filename as the bin target `day23` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day23.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 `day24` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)` has the same output filename as the bin target `day24` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day24 [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 `day24` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)` has the same output filename as the bin target `day24` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day24.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 `day25` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)` has the same output filename as the bin target `day25` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day25 [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 `day25` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)` has the same output filename as the bin target `day25` in package `aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day25.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 `day01` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` has the same output filename as the bin target `day01` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day01 [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 `day01` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` has the same output filename as the bin target `day01` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day01.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 `day02` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` has the same output filename as the bin target `day02` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day02 [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 `day02` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` has the same output filename as the bin target `day02` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day02.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 `day03` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` has the same output filename as the bin target `day03` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day03 [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 `day03` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` has the same output filename as the bin target `day03` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day03.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 `day04` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` has the same output filename as the bin target `day04` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day04 [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 `day04` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` has the same output filename as the bin target `day04` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day04.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 `day05` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` has the same output filename as the bin target `day05` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day05 [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 `day05` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` has the same output filename as the bin target `day05` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day05.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 `day06` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` has the same output filename as the bin target `day06` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day06 [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 `day06` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` has the same output filename as the bin target `day06` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day06.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 `day07` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` has the same output filename as the bin target `day07` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day07 [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 `day07` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` has the same output filename as the bin target `day07` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day07.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 `day08` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` has the same output filename as the bin target `day08` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day08 [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 `day08` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` has the same output filename as the bin target `day08` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day08.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 `day09` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` has the same output filename as the bin target `day09` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day09 [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 `day09` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` has the same output filename as the bin target `day09` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day09.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 `day10` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` has the same output filename as the bin target `day10` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day10 [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 `day10` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` has the same output filename as the bin target `day10` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day10.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 `day11` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` has the same output filename as the bin target `day11` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day11 [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 `day11` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` has the same output filename as the bin target `day11` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day11.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 `day12` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` has the same output filename as the bin target `day12` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day12 [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 `day12` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` has the same output filename as the bin target `day12` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day12.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 `day13` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` has the same output filename as the bin target `day13` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day13 [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 `day13` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` has the same output filename as the bin target `day13` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day13.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 `day14` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` has the same output filename as the bin target `day14` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day14 [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 `day14` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` has the same output filename as the bin target `day14` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day14.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 `day15` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` has the same output filename as the bin target `day15` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day15 [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 `day15` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` has the same output filename as the bin target `day15` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day15.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 `day16` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` has the same output filename as the bin target `day16` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day16 [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 `day16` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` has the same output filename as the bin target `day16` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day16.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 `day17` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` has the same output filename as the bin target `day17` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day17 [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 `day17` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` has the same output filename as the bin target `day17` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day17.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 `day18` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` has the same output filename as the bin target `day18` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day18 [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 `day18` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` has the same output filename as the bin target `day18` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day18.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 `day19` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` has the same output filename as the bin target `day19` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day19 [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 `day19` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` has the same output filename as the bin target `day19` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day19.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 `day20` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` has the same output filename as the bin target `day20` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day20 [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 `day20` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` has the same output filename as the bin target `day20` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day20.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 `day21` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` has the same output filename as the bin target `day21` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day21 [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 `day21` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` has the same output filename as the bin target `day21` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day21.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 `day22` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` has the same output filename as the bin target `day22` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day22 [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 `day22` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` has the same output filename as the bin target `day22` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day22.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 `day23` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` has the same output filename as the bin target `day23` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day23 [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 `day23` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` has the same output filename as the bin target `day23` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day23.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 `day24` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` has the same output filename as the bin target `day24` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day24 [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 `day24` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` has the same output filename as the bin target `day24` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day24.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 `day25` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` has the same output filename as the bin target `day25` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day25 [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 `day25` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)` has the same output filename as the bin target `day25` in package `aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day25.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 `day01` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day01` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day01 [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 `day01` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day01` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day01.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 `day02` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day02` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day02 [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 `day02` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day02` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day02.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 `day03` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day03` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day03 [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 `day03` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day03` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day03.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 `day04` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day04` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day04 [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 `day04` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day04` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day04.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 `day05` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day05` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day05 [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 `day05` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day05` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day05.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 `day06` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day06` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day06 [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 `day06` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day06` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day06.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 `day07` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day07` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day07 [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 `day07` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day07` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day07.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 `day08` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day08` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day08 [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 `day08` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day08` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day08.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 `day09` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day09` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day09 [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 `day09` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day09` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day09.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 `day10` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day10` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day10 [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 `day10` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day10` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day10.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 `day11` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day11` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day11 [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 `day11` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day11` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day11.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 `day12` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day12` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day12 [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 `day12` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day12` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day12.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 `day13` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day13` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day13 [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 `day13` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day13` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day13.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 `day14` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day14` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day14 [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 `day14` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day14` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day14.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 `day15` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day15` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day15 [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 `day15` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day15` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day15.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 `day16` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day16` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day16 [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 `day16` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day16` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day16.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 `day17` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day17` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day17 [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 `day17` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day17` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day17.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 `day18` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day18` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day18 [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 `day18` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day18` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day18.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 `day19` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day19` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day19 [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 `day19` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day19` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day19.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 `day20` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day20` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day20 [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 `day20` in package `aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023)` has the same output filename as the bin target `day20` in package `aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/day20.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 lazy_static v1.4.0 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling anyhow v1.0.36 [INFO] [stderr] Compiling regex-syntax v0.6.21 [INFO] [stderr] Compiling utils v0.1.0 (/opt/rustwide/workdir/utils) [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling proc-macro2 v1.0.34 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.82 [INFO] [stderr] Compiling futures-core v0.3.19 [INFO] [stderr] Compiling futures-channel v0.3.19 [INFO] [stderr] Compiling futures-task v0.3.19 [INFO] [stderr] Compiling futures-util v0.3.19 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling futures-sink v0.3.19 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling itertools v0.10.0 [INFO] [stderr] Compiling futures-io v0.3.19 [INFO] [stderr] Compiling slab v0.4.5 [INFO] [stderr] Compiling pin-project-lite v0.2.7 [INFO] [stderr] Compiling async-trait v0.1.52 [INFO] [stderr] Compiling event-listener v2.5.1 [INFO] [stderr] Compiling cached_proc_macro_types v0.1.0 [INFO] [stderr] Compiling async-mutex v1.4.0 [INFO] [stderr] Compiling once_cell v1.9.0 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling md5 v0.7.0 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling async-rwlock v1.3.0 [INFO] [stderr] Compiling serde v1.0.118 [INFO] [stderr] Compiling serde_json v1.0.61 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023) [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Compiling nom v7.1.1 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Compiling regex v1.4.2 [INFO] [stderr] Compiling aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020) [INFO] [stderr] Compiling aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016) [INFO] [stderr] Compiling darling_core v0.13.1 [INFO] [stderr] Compiling aoc2015 v0.1.0 (/opt/rustwide/workdir/aoc2015) [INFO] [stderr] Compiling futures-macro v0.3.19 [INFO] [stderr] Compiling darling_macro v0.13.1 [INFO] [stderr] Compiling darling v0.13.1 [INFO] [stderr] Compiling cached_proc_macro v0.7.1 [INFO] [stderr] Compiling futures-executor v0.3.19 [INFO] [stderr] Compiling futures v0.3.19 [INFO] [stderr] Compiling cached v0.26.2 [INFO] [stderr] Compiling aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021) [INFO] [stderr] Compiling aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.69s [INFO] running `Command { std: "docker" "inspect" "6b7706a59d2332f85b9440b57036dc2ee4d686ce09831c7997d0554b8dea76c6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6b7706a59d2332f85b9440b57036dc2ee4d686ce09831c7997d0554b8dea76c6", kill_on_drop: false }` [INFO] [stdout] 6b7706a59d2332f85b9440b57036dc2ee4d686ce09831c7997d0554b8dea76c6 [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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4e8d5b30e6f3361a03ccbf53f841dfde2baef03d5d741921e16e823991b3a095 [INFO] running `Command { std: "docker" "start" "-a" "4e8d5b30e6f3361a03ccbf53f841dfde2baef03d5d741921e16e823991b3a095", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] Compiling aoc2023 v0.1.0 (/opt/rustwide/workdir/aoc2023) [INFO] [stderr] Compiling aoc2016 v0.1.0 (/opt/rustwide/workdir/aoc2016) [INFO] [stderr] Compiling aoc2020 v0.1.0 (/opt/rustwide/workdir/aoc2020) [INFO] [stderr] Compiling aoc2015 v0.1.0 (/opt/rustwide/workdir/aoc2015) [INFO] [stderr] Compiling aoc2021 v0.1.0 (/opt/rustwide/workdir/aoc2021) [INFO] [stderr] Compiling aoc2022 v0.1.0 (/opt/rustwide/workdir/aoc2022) [INFO] [stderr] Compiling utils v0.1.0 (/opt/rustwide/workdir/utils) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 7.33s [INFO] running `Command { std: "docker" "inspect" "4e8d5b30e6f3361a03ccbf53f841dfde2baef03d5d741921e16e823991b3a095", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4e8d5b30e6f3361a03ccbf53f841dfde2baef03d5d741921e16e823991b3a095", kill_on_drop: false }` [INFO] [stdout] 4e8d5b30e6f3361a03ccbf53f841dfde2baef03d5d741921e16e823991b3a095 [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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] e97a7f39ea01f9300a743199842b0262739a3e75a16ef1827d98451ccbc1b424 [INFO] running `Command { std: "docker" "start" "-a" "e97a7f39ea01f9300a743199842b0262739a3e75a16ef1827d98451ccbc1b424", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stderr] Running unittests src/day01.rs (/opt/rustwide/target/debug/deps/day01-b3a75dc82ec3dc73) [INFO] [stdout] [INFO] [stderr] Running unittests src/day02.rs (/opt/rustwide/target/debug/deps/day02-1957aa5fc873e65d) [INFO] [stdout] running 0 tests [INFO] [stderr] Running unittests src/day03.rs (/opt/rustwide/target/debug/deps/day03-33cc6c74cd971640) [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day04.rs (/opt/rustwide/target/debug/deps/day04-82d5dea65e304c99) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day05.rs (/opt/rustwide/target/debug/deps/day05-2a5869542201841a) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day06.rs (/opt/rustwide/target/debug/deps/day06-360afc41e98ea65f) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day07.rs (/opt/rustwide/target/debug/deps/day07-5aae53deaa00fbb1) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day08.rs (/opt/rustwide/target/debug/deps/day08-43b843db62269c30) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day09.rs (/opt/rustwide/target/debug/deps/day09-b1c14ab8803f948d) [INFO] [stderr] Running unittests src/day10.rs (/opt/rustwide/target/debug/deps/day10-eed4d8cf82da92d9) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day11.rs (/opt/rustwide/target/debug/deps/day11-b213f964b01e6fec) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day12.rs (/opt/rustwide/target/debug/deps/day12-b58af2df0c626c2b) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day13.rs (/opt/rustwide/target/debug/deps/day13-9653fa60d6999955) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day14.rs (/opt/rustwide/target/debug/deps/day14-5832fc87f99551c8) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day15.rs (/opt/rustwide/target/debug/deps/day15-90419b93337f3448) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stderr] Running unittests src/day16.rs (/opt/rustwide/target/debug/deps/day16-e205dfd2382ed014) [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day17.rs (/opt/rustwide/target/debug/deps/day17-a5c04823d99addf5) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day18.rs (/opt/rustwide/target/debug/deps/day18-2ab7dd5b06be83d2) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day19.rs (/opt/rustwide/target/debug/deps/day19-0aae606fa812d14b) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Running unittests src/day20.rs (/opt/rustwide/target/debug/deps/day20-238bef95691b26f2) [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day21.rs (/opt/rustwide/target/debug/deps/day21-1dc35f76fde289bb) [INFO] [stderr] Running unittests src/day22.rs (/opt/rustwide/target/debug/deps/day22-2833032cca5f2d48) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day23.rs (/opt/rustwide/target/debug/deps/day23-f26dcad975ec77d2) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day24.rs (/opt/rustwide/target/debug/deps/day24-ec4fc1dd1987f251) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day25.rs (/opt/rustwide/target/debug/deps/day25-7939897ffe9a7337) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day01.rs (/opt/rustwide/target/debug/deps/day01-2d804059c41d8424) [INFO] [stderr] Running unittests src/day02.rs (/opt/rustwide/target/debug/deps/day02-756e4d277cb106f1) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stderr] Running unittests src/day03.rs (/opt/rustwide/target/debug/deps/day03-509428c35dc9bc50) [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day04.rs (/opt/rustwide/target/debug/deps/day04-abc467eecf7abb60) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day05.rs (/opt/rustwide/target/debug/deps/day05-5b5e33423448a903) [INFO] [stderr] Running unittests src/day06.rs (/opt/rustwide/target/debug/deps/day06-5f235867f96c82d7) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day07.rs (/opt/rustwide/target/debug/deps/day07-e4da3bcdd24235a9) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day08.rs (/opt/rustwide/target/debug/deps/day08-9875ed72a86cd106) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day09.rs (/opt/rustwide/target/debug/deps/day09-1ece631e6ccdea36) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day10.rs (/opt/rustwide/target/debug/deps/day10-950ac1d5c8dc13c4) [INFO] [stderr] Running unittests src/day11.rs (/opt/rustwide/target/debug/deps/day11-3866882a5f2241cc) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day12.rs (/opt/rustwide/target/debug/deps/day12-4b3cf54636d4ab7b) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day13.rs (/opt/rustwide/target/debug/deps/day13-0e2f882637a04f2a) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stderr] Running unittests src/day14.rs (/opt/rustwide/target/debug/deps/day14-a87c1410840e17d9) [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Running unittests src/day15.rs (/opt/rustwide/target/debug/deps/day15-b1e30310fbb1d3bf) [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day16.rs (/opt/rustwide/target/debug/deps/day16-ca1600223e65b9d1) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stderr] Running unittests src/day17.rs (/opt/rustwide/target/debug/deps/day17-f6a6d1c18886fc79) [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day18.rs (/opt/rustwide/target/debug/deps/day18-293f09b2ae0aa972) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day19.rs (/opt/rustwide/target/debug/deps/day19-6af3abb3e19fc66b) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day20.rs (/opt/rustwide/target/debug/deps/day20-c9bb160bb49a9bed) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day21.rs (/opt/rustwide/target/debug/deps/day21-16a861093add8358) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day22.rs (/opt/rustwide/target/debug/deps/day22-e831309ebb98c9c8) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day23.rs (/opt/rustwide/target/debug/deps/day23-1d7d56f40caf57ee) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day24.rs (/opt/rustwide/target/debug/deps/day24-9d2b32bf6594b8db) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day25.rs (/opt/rustwide/target/debug/deps/day25-87eec8b5a772d51f) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day01.rs (/opt/rustwide/target/debug/deps/day01-5dc8330260c7ec81) [INFO] [stdout] [INFO] [stderr] Running unittests src/day02.rs (/opt/rustwide/target/debug/deps/day02-323c847406ac1e55) [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day03.rs (/opt/rustwide/target/debug/deps/day03-3080d0003bf46ef2) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day04.rs (/opt/rustwide/target/debug/deps/day04-43e492fb69a72e39) [INFO] [stderr] Running unittests src/day05.rs (/opt/rustwide/target/debug/deps/day05-5042beb2af910ebd) [INFO] [stdout] [INFO] [stderr] Running unittests src/day06.rs (/opt/rustwide/target/debug/deps/day06-4131380b62315785) [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day07.rs (/opt/rustwide/target/debug/deps/day07-99608326eada8611) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day08.rs (/opt/rustwide/target/debug/deps/day08-0ec5ee5996c94cd8) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day09.rs (/opt/rustwide/target/debug/deps/day09-6b76a9edc21e1783) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day10.rs (/opt/rustwide/target/debug/deps/day10-8fadcbe01699a3f4) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stderr] Running unittests src/day11.rs (/opt/rustwide/target/debug/deps/day11-7c1b33abea149adb) [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day12.rs (/opt/rustwide/target/debug/deps/day12-e84c17670fa9de51) [INFO] [stderr] Running unittests src/day13.rs (/opt/rustwide/target/debug/deps/day13-9a87d5942510ff23) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Running unittests src/day14.rs (/opt/rustwide/target/debug/deps/day14-6caa8ecebc0f03d6) [INFO] [stdout] running 0 tests [INFO] [stderr] Running unittests src/day15.rs (/opt/rustwide/target/debug/deps/day15-830a512f4deb52b5) [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day16.rs (/opt/rustwide/target/debug/deps/day16-b18d01e0eab708c6) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day17.rs (/opt/rustwide/target/debug/deps/day17-2262e3a960691f62) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day18.rs (/opt/rustwide/target/debug/deps/day18-0e276ed53223f70e) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day19.rs (/opt/rustwide/target/debug/deps/day19-8407248d55cc3eb6) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day20.rs (/opt/rustwide/target/debug/deps/day20-1f2a4e47d3cc7dc9) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day21.rs (/opt/rustwide/target/debug/deps/day21-1404a917b79c061d) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day22.rs (/opt/rustwide/target/debug/deps/day22-43257a21511ee361) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day23.rs (/opt/rustwide/target/debug/deps/day23-f4d289c73734cc6b) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stderr] Running unittests src/day24.rs (/opt/rustwide/target/debug/deps/day24-73cad23db93a9fc4) [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day25.rs (/opt/rustwide/target/debug/deps/day25-fac64acdc43c74cd) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day01.rs (/opt/rustwide/target/debug/deps/day01-c55aaadcd305b86a) [INFO] [stderr] Running unittests src/day02.rs (/opt/rustwide/target/debug/deps/day02-0ca4d9d75db111c6) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day03.rs (/opt/rustwide/target/debug/deps/day03-affb1e999ea70571) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day04.rs (/opt/rustwide/target/debug/deps/day04-0f0a8e690216a95d) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stderr] Running unittests src/day05.rs (/opt/rustwide/target/debug/deps/day05-c0c41c5ca2f8d1d4) [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day06.rs (/opt/rustwide/target/debug/deps/day06-b5c0ce0e1ab875b9) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day07.rs (/opt/rustwide/target/debug/deps/day07-398cb23ae628bf15) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day08.rs (/opt/rustwide/target/debug/deps/day08-93113d4700728088) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day09.rs (/opt/rustwide/target/debug/deps/day09-a5bfba38d8899ac1) [INFO] [stderr] Running unittests src/day10.rs (/opt/rustwide/target/debug/deps/day10-a0f2ce92f840d310) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day11.rs (/opt/rustwide/target/debug/deps/day11-1c9f56951893220e) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day12.rs (/opt/rustwide/target/debug/deps/day12-a04cb249ae7a1071) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day13.rs (/opt/rustwide/target/debug/deps/day13-6f2414c0687c233f) [INFO] [stderr] Running unittests src/day14.rs (/opt/rustwide/target/debug/deps/day14-8123ee15e2dfe775) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day15.rs (/opt/rustwide/target/debug/deps/day15-9cf72b4f76e3c7fc) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day16.rs (/opt/rustwide/target/debug/deps/day16-d3a9c51ea63a2127) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day17.rs (/opt/rustwide/target/debug/deps/day17-ca3b0d3436c5f9ef) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day18.rs (/opt/rustwide/target/debug/deps/day18-7a3471324aab74ae) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day19.rs (/opt/rustwide/target/debug/deps/day19-3226cbb456d62583) [INFO] [stderr] Running unittests src/day20.rs (/opt/rustwide/target/debug/deps/day20-22a466416552d2eb) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Running unittests src/day21.rs (/opt/rustwide/target/debug/deps/day21-aba461a5e70cf162) [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day22.rs (/opt/rustwide/target/debug/deps/day22-cbd578768e5ca97b) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day23.rs (/opt/rustwide/target/debug/deps/day23-e7a320679ca0691a) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day24.rs (/opt/rustwide/target/debug/deps/day24-fcbc23a3d233e7ec) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day25.rs (/opt/rustwide/target/debug/deps/day25-3bd9dc7bec5085c3) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day01.rs (/opt/rustwide/target/debug/deps/day01-ef390f612ec7704a) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day02.rs (/opt/rustwide/target/debug/deps/day02-7559cc587f541dd0) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day03.rs (/opt/rustwide/target/debug/deps/day03-b03f189637002adf) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day04.rs (/opt/rustwide/target/debug/deps/day04-d8b3c19cae557f90) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day05.rs (/opt/rustwide/target/debug/deps/day05-b08c1419257a2cab) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day06.rs (/opt/rustwide/target/debug/deps/day06-b940d8d75911e7b5) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day07.rs (/opt/rustwide/target/debug/deps/day07-679ce57ada979c7c) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day08.rs (/opt/rustwide/target/debug/deps/day08-0ed7a5bffc3994b1) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day09.rs (/opt/rustwide/target/debug/deps/day09-9e5325509f2e1359) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day10.rs (/opt/rustwide/target/debug/deps/day10-253227dfe7db0e57) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day11.rs (/opt/rustwide/target/debug/deps/day11-ba604f9982f7b761) [INFO] [stdout] [INFO] [stderr] Running unittests src/day12.rs (/opt/rustwide/target/debug/deps/day12-b72c59bc84267811) [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day13.rs (/opt/rustwide/target/debug/deps/day13-301fa3424a5c4515) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] Running unittests src/day14.rs (/opt/rustwide/target/debug/deps/day14-c5d8dd9925df5cb3) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day15.rs (/opt/rustwide/target/debug/deps/day15-f2889f60e500494c) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day16.rs (/opt/rustwide/target/debug/deps/day16-bfab8834e3e32480) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day17.rs (/opt/rustwide/target/debug/deps/day17-4f246b9503f2a354) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day18.rs (/opt/rustwide/target/debug/deps/day18-4a5dfc1a487c6582) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day19.rs (/opt/rustwide/target/debug/deps/day19-5d20473a73da0d2b) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day20.rs (/opt/rustwide/target/debug/deps/day20-61d7674c10f3dd4b) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day21.rs (/opt/rustwide/target/debug/deps/day21-c619617c088d0c3a) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day22.rs (/opt/rustwide/target/debug/deps/day22-dbae50209694243a) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day23.rs (/opt/rustwide/target/debug/deps/day23-91da9d1f1c403e8a) [INFO] [stderr] Running unittests src/day24.rs (/opt/rustwide/target/debug/deps/day24-58f9c77ad414319d) [INFO] [stdout] [INFO] [stderr] Running unittests src/day25.rs (/opt/rustwide/target/debug/deps/day25-4539464e8b970cca) [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] Running unittests src/day01.rs (/opt/rustwide/target/debug/deps/day01-6c74ea3bbd729dda) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] Running unittests src/day02.rs (/opt/rustwide/target/debug/deps/day02-2dc053154fa07724) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stderr] Running unittests src/day03.rs (/opt/rustwide/target/debug/deps/day03-ccea15482d79eac5) [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] Running unittests src/day04.rs (/opt/rustwide/target/debug/deps/day04-fa62b23c703263fd) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day05.rs (/opt/rustwide/target/debug/deps/day05-79718fcf2175d82d) [INFO] [stderr] Running unittests src/day06.rs (/opt/rustwide/target/debug/deps/day06-c4c54d3d024faae6) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day07.rs (/opt/rustwide/target/debug/deps/day07-5b7aa70d20c931b8) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stderr] Running unittests src/day08.rs (/opt/rustwide/target/debug/deps/day08-d3be141a80d40aa9) [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day09.rs (/opt/rustwide/target/debug/deps/day09-30c45ce267625ada) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day10.rs (/opt/rustwide/target/debug/deps/day10-bd53103bcf7c272c) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day11.rs (/opt/rustwide/target/debug/deps/day11-44d33b871b88976c) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day12.rs (/opt/rustwide/target/debug/deps/day12-9ea06509c695de21) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day13.rs (/opt/rustwide/target/debug/deps/day13-150f65645d8a7d20) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day14.rs (/opt/rustwide/target/debug/deps/day14-09881b58743b7f55) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day15.rs (/opt/rustwide/target/debug/deps/day15-f2017219f72cbb6a) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day16.rs (/opt/rustwide/target/debug/deps/day16-88b8ac9faeae513b) [INFO] [stdout] [INFO] [stderr] Running unittests src/day17.rs (/opt/rustwide/target/debug/deps/day17-1cbb725807209abd) [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/day18.rs (/opt/rustwide/target/debug/deps/day18-6c8162675ae5c8e5) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] Running unittests src/day19.rs (/opt/rustwide/target/debug/deps/day19-821d4f44b7480898) [INFO] [stdout] [INFO] [stderr] Running unittests src/day20.rs (/opt/rustwide/target/debug/deps/day20-f9affb856847f32a) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/utils-1de5390d5cf17195) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests utils [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "e97a7f39ea01f9300a743199842b0262739a3e75a16ef1827d98451ccbc1b424", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e97a7f39ea01f9300a743199842b0262739a3e75a16ef1827d98451ccbc1b424", kill_on_drop: false }` [INFO] [stdout] e97a7f39ea01f9300a743199842b0262739a3e75a16ef1827d98451ccbc1b424