[INFO] cloning repository https://github.com/evan-wise/aoc2024 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/evan-wise/aoc2024" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fevan-wise%2Faoc2024", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fevan-wise%2Faoc2024'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a33b6cfbb0b40c8590d8dacb240841be93516020 [INFO] testing evan-wise/aoc2024 against master#552a959051cebf8f88a8f558399baf733bec9ce0 for pr-136932 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fevan-wise%2Faoc2024" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/evan-wise/aoc2024 on toolchain 552a959051cebf8f88a8f558399baf733bec9ce0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+552a959051cebf8f88a8f558399baf733bec9ce0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/evan-wise/aoc2024 [INFO] finished tweaking git repo https://github.com/evan-wise/aoc2024 [INFO] tweaked toml for git repo https://github.com/evan-wise/aoc2024 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/evan-wise/aoc2024 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" "+552a959051cebf8f88a8f558399baf733bec9ce0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+552a959051cebf8f88a8f558399baf733bec9ce0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e51a5fb3500664e34fdf29056bd9c114cd9c387adae03a894c7e9afa3724bf21 [INFO] running `Command { std: "docker" "start" "-a" "e51a5fb3500664e34fdf29056bd9c114cd9c387adae03a894c7e9afa3724bf21", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e51a5fb3500664e34fdf29056bd9c114cd9c387adae03a894c7e9afa3724bf21", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e51a5fb3500664e34fdf29056bd9c114cd9c387adae03a894c7e9afa3724bf21", kill_on_drop: false }` [INFO] [stdout] e51a5fb3500664e34fdf29056bd9c114cd9c387adae03a894c7e9afa3724bf21 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "+552a959051cebf8f88a8f558399baf733bec9ce0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b74a199971e9d1220666f79dcb9e924b81a7440fea23271086bdf63fcc77d399 [INFO] running `Command { std: "docker" "start" "-a" "b74a199971e9d1220666f79dcb9e924b81a7440fea23271086bdf63fcc77d399", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Compiling unicode-ident v1.0.14 [INFO] [stderr] Compiling utf8parse v0.2.2 [INFO] [stderr] Compiling anstyle v1.0.10 [INFO] [stderr] Compiling colorchoice v1.0.3 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.1 [INFO] [stderr] Compiling anstyle-query v1.1.2 [INFO] [stderr] Compiling clap_lex v0.7.4 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling rustc-hash v2.1.0 [INFO] [stderr] Compiling anstyle-parse v0.2.6 [INFO] [stderr] Compiling anstream v0.6.18 [INFO] [stderr] Compiling itertools v0.14.0 [INFO] [stderr] Compiling clap_builder v4.5.26 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Compiling syn v2.0.96 [INFO] [stderr] Compiling clap_derive v4.5.24 [INFO] [stderr] Compiling clap v4.5.26 [INFO] [stderr] Compiling aoc2024 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.53s [INFO] running `Command { std: "docker" "inspect" "b74a199971e9d1220666f79dcb9e924b81a7440fea23271086bdf63fcc77d399", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b74a199971e9d1220666f79dcb9e924b81a7440fea23271086bdf63fcc77d399", kill_on_drop: false }` [INFO] [stdout] b74a199971e9d1220666f79dcb9e924b81a7440fea23271086bdf63fcc77d399 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "+552a959051cebf8f88a8f558399baf733bec9ce0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3aa8e187247fb2d60ac9fbf783889e511038a4ec4aeb11f1519cc2b7f901c2d5 [INFO] running `Command { std: "docker" "start" "-a" "3aa8e187247fb2d60ac9fbf783889e511038a4ec4aeb11f1519cc2b7f901c2d5", kill_on_drop: false }` [INFO] [stderr] Compiling aoc2024 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.85s [INFO] running `Command { std: "docker" "inspect" "3aa8e187247fb2d60ac9fbf783889e511038a4ec4aeb11f1519cc2b7f901c2d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3aa8e187247fb2d60ac9fbf783889e511038a4ec4aeb11f1519cc2b7f901c2d5", kill_on_drop: false }` [INFO] [stdout] 3aa8e187247fb2d60ac9fbf783889e511038a4ec4aeb11f1519cc2b7f901c2d5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "+552a959051cebf8f88a8f558399baf733bec9ce0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 8abccfab50ea05713bdcbc6610cae4c3449adb8119e3b58ad3ce1a284440b57c [INFO] running `Command { std: "docker" "start" "-a" "8abccfab50ea05713bdcbc6610cae4c3449adb8119e3b58ad3ce1a284440b57c", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/aoc2024-c978a085639dc5c5) [INFO] [stdout] [INFO] [stdout] running 25 tests [INFO] [stdout] test days::day01::tests::solution ... FAILED [INFO] [stdout] test days::day02::tests::solution ... FAILED [INFO] [stdout] test days::day03::tests::solution ... FAILED [INFO] [stdout] test days::day04::tests::solution ... FAILED [INFO] [stdout] test days::day05::tests::solution ... FAILED [INFO] [stdout] test days::day07::tests::solution ... FAILED [INFO] [stdout] test days::day08::tests::solution ... FAILED [INFO] [stdout] test days::day06::tests::solution ... FAILED [INFO] [stdout] test days::day09::tests::solution ... FAILED [INFO] [stdout] test days::day10::tests::solution ... FAILED [INFO] [stdout] test days::day11::tests::solution ... FAILED [INFO] [stdout] test days::day12::tests::solution ... FAILED [INFO] [stdout] test days::day13::tests::solution ... FAILED [INFO] [stdout] test days::day14::tests::solution ... FAILED [INFO] [stdout] test days::day15::tests::solution ... FAILED [INFO] [stdout] test days::day16::tests::solution ... FAILED [INFO] [stdout] test days::day17::tests::solution ... FAILED [INFO] [stdout] test days::day22::tests::solution ... FAILED [INFO] [stdout] test days::day18::tests::solution ... FAILED [INFO] [stdout] test days::day20::tests::solution ... FAILED [INFO] [stdout] test days::day19::tests::solution ... FAILED [INFO] [stdout] test days::day23::tests::solution ... FAILED [INFO] [stdout] test days::day25::tests::solution ... FAILED [INFO] [stdout] test days::day24::tests::solution ... FAILED [INFO] [stdout] test days::day21::tests::solution ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- days::day01::tests::solution stdout ---- [INFO] [stdout] Error: Os { code: 2, kind: NotFound, message: "No such file or directory" } [INFO] [stdout] [INFO] [stdout] ---- days::day02::tests::solution stdout ---- [INFO] [stdout] Error: Os { code: 2, kind: NotFound, message: "No such file or directory" } [INFO] [stdout] [INFO] [stdout] ---- days::day03::tests::solution stdout ---- [INFO] [stdout] Error: Os { code: 2, kind: NotFound, message: "No such file or directory" } [INFO] [stdout] [INFO] [stdout] ---- days::day04::tests::solution stdout ---- [INFO] [stdout] Error: Os { code: 2, kind: NotFound, message: "No such file or directory" } [INFO] [stdout] [INFO] [stdout] ---- days::day05::tests::solution stdout ---- [INFO] [stdout] Error: Os { code: 2, kind: NotFound, message: "No such file or directory" } [INFO] [stdout] [INFO] [stdout] ---- days::day07::tests::solution stdout ---- [INFO] [stdout] Error: Os { code: 2, kind: NotFound, message: "No such file or directory" } [INFO] [stdout] [INFO] [stdout] ---- days::day08::tests::solution stdout ---- [INFO] [stdout] Error: Os { code: 2, kind: NotFound, message: "No such file or directory" } [INFO] [stdout] [INFO] [stdout] ---- days::day06::tests::solution stdout ---- [INFO] [stdout] Error: Os { code: 2, kind: NotFound, message: "No such file or directory" } [INFO] [stdout] [INFO] [stdout] ---- days::day09::tests::solution stdout ---- [INFO] [stdout] Error: Os { code: 2, kind: NotFound, message: "No such file or directory" } [INFO] [stdout] [INFO] [stdout] ---- days::day10::tests::solution stdout ---- [INFO] [stdout] Error: Os { code: 2, kind: NotFound, message: "No such file or directory" } [INFO] [stdout] [INFO] [stdout] ---- days::day11::tests::solution stdout ---- [INFO] [stdout] Error: Os { code: 2, kind: NotFound, message: "No such file or directory" } [INFO] [stdout] [INFO] [stdout] ---- days::day12::tests::solution stdout ---- [INFO] [stdout] Error: Os { code: 2, kind: NotFound, message: "No such file or directory" } [INFO] [stdout] [INFO] [stdout] ---- days::day13::tests::solution stdout ---- [INFO] [stdout] Error: Os { code: 2, kind: NotFound, message: "No such file or directory" } [INFO] [stdout] [INFO] [stdout] ---- days::day14::tests::solution stdout ---- [INFO] [stdout] Error: Os { code: 2, kind: NotFound, message: "No such file or directory" } [INFO] [stdout] [INFO] [stdout] ---- days::day15::tests::solution stdout ---- [INFO] [stdout] Error: Os { code: 2, kind: NotFound, message: "No such file or directory" } [INFO] [stdout] [INFO] [stdout] ---- days::day16::tests::solution stdout ---- [INFO] [stdout] Error: Os { code: 2, kind: NotFound, message: "No such file or directory" } [INFO] [stdout] [INFO] [stdout] ---- days::day17::tests::solution stdout ---- [INFO] [stdout] Error: Os { code: 2, kind: NotFound, message: "No such file or directory" } [INFO] [stdout] [INFO] [stdout] ---- days::day22::tests::solution stdout ---- [INFO] [stdout] Error: Os { code: 2, kind: NotFound, message: "No such file or directory" } [INFO] [stdout] [INFO] [stdout] ---- days::day18::tests::solution stdout ---- [INFO] [stdout] Error: Os { code: 2, kind: NotFound, message: "No such file or directory" } [INFO] [stdout] [INFO] [stdout] ---- days::day20::tests::solution stdout ---- [INFO] [stdout] Error: Os { code: 2, kind: NotFound, message: "No such file or directory" } [INFO] [stdout] [INFO] [stdout] ---- days::day19::tests::solution stdout ---- [INFO] [stdout] Error: Os { code: 2, kind: NotFound, message: "No such file or directory" } [INFO] [stdout] [INFO] [stdout] ---- days::day23::tests::solution stdout ---- [INFO] [stdout] Error: Os { code: 2, kind: NotFound, message: "No such file or directory" } [INFO] [stdout] [INFO] [stdout] ---- days::day25::tests::solution stdout ---- [INFO] [stdout] Error: Os { code: 2, kind: NotFound, message: "No such file or directory" } [INFO] [stdout] [INFO] [stdout] ---- days::day24::tests::solution stdout ---- [INFO] [stdout] Error: Os { code: 2, kind: NotFound, message: "No such file or directory" } [INFO] [stdout] [INFO] [stdout] ---- days::day21::tests::solution stdout ---- [INFO] [stdout] Error: Os { code: 2, kind: NotFound, message: "No such file or directory" } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] days::day01::tests::solution [INFO] [stdout] days::day02::tests::solution [INFO] [stdout] days::day03::tests::solution [INFO] [stdout] days::day04::tests::solution [INFO] [stdout] days::day05::tests::solution [INFO] [stdout] days::day06::tests::solution [INFO] [stdout] days::day07::tests::solution [INFO] [stdout] days::day08::tests::solution [INFO] [stdout] days::day09::tests::solution [INFO] [stdout] days::day10::tests::solution [INFO] [stdout] days::day11::tests::solution [INFO] [stdout] days::day12::tests::solution [INFO] [stdout] days::day13::tests::solution [INFO] [stdout] days::day14::tests::solution [INFO] [stdout] days::day15::tests::solution [INFO] [stdout] days::day16::tests::solution [INFO] [stdout] days::day17::tests::solution [INFO] [stdout] days::day18::tests::solution [INFO] [stdout] days::day19::tests::solution [INFO] [stdout] days::day20::tests::solution [INFO] [stdout] days::day21::tests::solution [INFO] [stdout] days::day22::tests::solution [INFO] [stdout] days::day23::tests::solution [INFO] [stdout] days::day24::tests::solution [INFO] [stdout] days::day25::tests::solution [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 25 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--bin aoc2024` [INFO] running `Command { std: "docker" "inspect" "8abccfab50ea05713bdcbc6610cae4c3449adb8119e3b58ad3ce1a284440b57c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8abccfab50ea05713bdcbc6610cae4c3449adb8119e3b58ad3ce1a284440b57c", kill_on_drop: false }` [INFO] [stdout] 8abccfab50ea05713bdcbc6610cae4c3449adb8119e3b58ad3ce1a284440b57c