[INFO] cloning repository https://github.com/Snapstromegon/rustvent-of-code-23
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Snapstromegon/rustvent-of-code-23" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSnapstromegon%2Frustvent-of-code-23", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSnapstromegon%2Frustvent-of-code-23'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4528d0fc83f94781c03a3160f356a5e83dbc0be5
[INFO] testing Snapstromegon/rustvent-of-code-23 against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSnapstromegon%2Frustvent-of-code-23" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Snapstromegon/rustvent-of-code-23
[INFO] finished tweaking git repo https://github.com/Snapstromegon/rustvent-of-code-23
[INFO] tweaked toml for git repo https://github.com/Snapstromegon/rustvent-of-code-23 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Snapstromegon/rustvent-of-code-23 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Snapstromegon/rustvent-of-code-23 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] dde66be88745b6a0e8685a799ef87e209ce5d81667ebc77f02ef31ee731658c6
[INFO] running `Command { std: "docker" "start" "-a" "dde66be88745b6a0e8685a799ef87e209ce5d81667ebc77f02ef31ee731658c6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dde66be88745b6a0e8685a799ef87e209ce5d81667ebc77f02ef31ee731658c6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dde66be88745b6a0e8685a799ef87e209ce5d81667ebc77f02ef31ee731658c6", kill_on_drop: false }`
[INFO] [stdout] dde66be88745b6a0e8685a799ef87e209ce5d81667ebc77f02ef31ee731658c6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4b3f820acc24bc47eed30278bdc4917a2ad17a60c4a117ba344c9cfbe1872850
[INFO] running `Command { std: "docker" "start" "-a" "4b3f820acc24bc47eed30278bdc4917a2ad17a60c4a117ba344c9cfbe1872850", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.70
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling memoffset v0.9.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.17
[INFO] [stderr]    Compiling bytemuck v1.14.0
[INFO] [stderr]    Compiling paste v1.0.14
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]    Compiling matrixmultiply v0.3.8
[INFO] [stderr]    Compiling rayon-core v1.12.0
[INFO] [stderr]    Compiling anstyle-query v1.0.1
[INFO] [stderr]    Compiling colorchoice v1.0.0
[INFO] [stderr]    Compiling anstyle-parse v0.2.3
[INFO] [stderr]    Compiling anstyle v1.0.4
[INFO] [stderr]    Compiling clap_lex v0.6.0
[INFO] [stderr]    Compiling rawpointer v0.2.1
[INFO] [stderr]    Compiling either v1.9.0
[INFO] [stderr]    Compiling safe_arch v0.7.1
[INFO] [stderr]    Compiling anstream v0.6.4
[INFO] [stderr]    Compiling clap_builder v4.4.11
[INFO] [stderr]    Compiling wide v0.7.13
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.16
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling syn v2.0.39
[INFO] [stderr]    Compiling crossbeam-deque v0.8.4
[INFO] [stderr]    Compiling num-complex v0.4.4
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling rayon v1.8.0
[INFO] [stderr]    Compiling simba v0.8.1
[INFO] [stderr]    Compiling nalgebra-macros v0.2.1
[INFO] [stderr]    Compiling clap_derive v4.4.7
[INFO] [stderr]    Compiling clap v4.4.11
[INFO] [stderr]    Compiling nalgebra v0.32.3
[INFO] [stderr]    Compiling rustvent v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.56s
[INFO] running `Command { std: "docker" "inspect" "4b3f820acc24bc47eed30278bdc4917a2ad17a60c4a117ba344c9cfbe1872850", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4b3f820acc24bc47eed30278bdc4917a2ad17a60c4a117ba344c9cfbe1872850", kill_on_drop: false }`
[INFO] [stdout] 4b3f820acc24bc47eed30278bdc4917a2ad17a60c4a117ba344c9cfbe1872850
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c2b866bbb635da7e861c61778095fc0ccc1d0d49c9dd3cca2fcec6c6ac68ca66
[INFO] running `Command { std: "docker" "start" "-a" "c2b866bbb635da7e861c61778095fc0ccc1d0d49c9dd3cca2fcec6c6ac68ca66", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustvent v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 4.08s
[INFO] running `Command { std: "docker" "inspect" "c2b866bbb635da7e861c61778095fc0ccc1d0d49c9dd3cca2fcec6c6ac68ca66", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c2b866bbb635da7e861c61778095fc0ccc1d0d49c9dd3cca2fcec6c6ac68ca66", kill_on_drop: false }`
[INFO] [stdout] c2b866bbb635da7e861c61778095fc0ccc1d0d49c9dd3cca2fcec6c6ac68ca66
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] ed09a8adf223c703fcc2ad32e6670b575fb0e86085fd59c4babd0bb334e1f44b
[INFO] running `Command { std: "docker" "start" "-a" "ed09a8adf223c703fcc2ad32e6670b575fb0e86085fd59c4babd0bb334e1f44b", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rustvent-fb19e0ae92bb0998)
[INFO] [stdout] 
[INFO] [stdout] running 100 tests
[INFO] [stdout] test days::day00::tests::test_part1_challenge ... ok
[INFO] [stdout] test days::day00::tests::test_part1_example ... ok
[INFO] [stdout] test days::day00::tests::test_part2_example ... ok
[INFO] [stdout] test days::day00::tests::test_part2_challenge ... ok
[INFO] [stdout] test days::day01::tests::test_part1_example ... ok
[INFO] [stdout] test days::day01::tests::test_part1_challenge ... ok
[INFO] [stdout] test days::day02::tests::test_part1_challenge ... ok
[INFO] [stdout] test days::day01::tests::test_part2_example ... ok
[INFO] [stdout] test days::day02::tests::test_part1_example ... ok
[INFO] [stdout] test days::day02::tests::test_part2_example ... ok
[INFO] [stdout] test days::day03::tests::test_part1_example ... ok
[INFO] [stdout] test days::day03::tests::test_part2_example ... ok
[INFO] [stdout] test days::day04::tests::test_part1_example ... ok
[INFO] [stdout] test days::day02::tests::test_part2_challenge ... ok
[INFO] [stdout] test days::day05::tests::test_part2_challenge ... ignored, Not yet implemented
[INFO] [stdout] test days::day05::tests::test_part1_example ... ok
[INFO] [stdout] test days::day05::tests::test_part2_example ... ignored, Not yet implemented
[INFO] [stdout] test days::day04::tests::test_part2_example ... ok
[INFO] [stdout] test days::day06::tests::test_part1_challenge ... ok
[INFO] [stdout] test days::day06::tests::test_part1_example ... ok
[INFO] [stdout] test days::day05::tests::test_part1_challenge ... ok
[INFO] [stdout] test days::day06::tests::test_part2_example ... ok
[INFO] [stdout] test days::day07::tests::test_part1_example ... ok
[INFO] [stdout] test days::day06::tests::test_part2_challenge ... ok
[INFO] [stdout] test days::day08::tests::test_part1_example ... ok
[INFO] [stdout] test days::day07::tests::test_part2_example ... ok
[INFO] [stdout] test days::day09::tests::test_part1_example ... ok
[INFO] [stdout] test days::day08::tests::test_part2_example ... ok
[INFO] [stdout] test days::day09::tests::test_part2_example ... ok
[INFO] [stdout] test days::day10::tests::test_part2_example ... ok
[INFO] [stdout] test days::day04::tests::test_part2_challenge ... ok
[INFO] [stdout] test days::day10::tests::test_part1_example ... ok
[INFO] [stdout] test days::day09::tests::test_part2_challenge ... ok
[INFO] [stdout] test days::day10::tests::test_part1_challenge ... ok
[INFO] [stdout] test days::day01::tests::test_part2_challenge ... ok
[INFO] [stdout] test days::day11::tests::test_part1_example ... ok
[INFO] [stdout] test days::day11::tests::test_part2_example ... ok
[INFO] [stdout] test days::day04::tests::test_part1_challenge ... ok
[INFO] [stdout] test days::day11::tests::test_part1_challenge ... ok
[INFO] [stdout] test days::day13::tests::test_part1_example ... ok
[INFO] [stdout] test days::day07::tests::test_part2_challenge ... ok
[INFO] [stdout] test days::day08::tests::test_part1_challenge ... ok
[INFO] [stdout] test days::day07::tests::test_part1_challenge ... ok
[INFO] [stdout] test days::day13::tests::test_part2_example ... ok
[INFO] [stdout] test days::day14::tests::test_part1_challenge ... ok
[INFO] [stdout] test days::day14::tests::test_part1_example ... ok
[INFO] [stdout] test days::day15::tests::test_part1_example ... ok
[INFO] [stdout] test days::day15::tests::test_part1_challenge ... ok
[INFO] [stdout] test days::day15::tests::test_part2_example ... ok
[INFO] [stdout] test days::day14::tests::test_part2_example ... ok
[INFO] [stdout] test days::day15::tests::test_part2_challenge ... ok
[INFO] [stdout] test days::day16::tests::test_part1_example ... ok
[INFO] [stdout] test days::day03::tests::test_part1_challenge ... ok
[INFO] [stdout] test days::day12::tests::test_part1_example ... ok
[INFO] [stdout] test days::day16::tests::test_part1_challenge ... ok
[INFO] [stdout] test days::day11::tests::test_part2_challenge ... ok
[INFO] [stdout] test days::day17::tests::test_part1_example ... ok
[INFO] [stdout] test days::day18::tests::test_part1_challenge ... ok
[INFO] [stdout] test days::day18::tests::test_part1_example ... ok
[INFO] [stdout] test days::day18::tests::test_part2_challenge ... ok
[INFO] [stdout] test days::day18::tests::test_part2_example ... ok
[INFO] [stdout] test days::day17::tests::test_part2_example ... ok
[INFO] [stdout] test days::day19::tests::test_part1_challenge ... ok
[INFO] [stdout] test days::day19::tests::test_part1_example ... ok
[INFO] [stdout] test days::day19::tests::test_part2_example ... ok
[INFO] [stdout] test days::day19::tests::test_part2_challenge ... ok
[INFO] [stdout] test days::day10::tests::test_part2_challenge ... ok
[INFO] [stdout] test days::day03::tests::test_part2_challenge ... ok
[INFO] [stdout] test days::day20::tests::test_part2_example ... ok
[INFO] [stdout] test days::day20::tests::test_part1_example ... ok
[INFO] [stdout] test days::day21::tests::test_part1_example ... ok
[INFO] [stdout] test days::day21::tests::test_part2_challenge ... ignored
[INFO] [stdout] test days::day21::tests::test_part2_example ... ignored
[INFO] [stdout] test days::day09::tests::test_part1_challenge ... ok
[INFO] [stdout] test days::day20::tests::test_part2_challenge ... ok
[INFO] [stdout] test days::day22::tests::test_part2_challenge ... ok
[INFO] [stdout] test days::day22::tests::test_part1_example ... ok
[INFO] [stdout] test days::day22::tests::test_part2_example ... ok
[INFO] [stdout] test days::day23::tests::test_part1_example ... ok
[INFO] [stdout] test days::day22::tests::test_part1_challenge ... FAILED
[INFO] [stdout] test days::day21::tests::test_part1_challenge ... ok
[INFO] [stdout] test days::day24::tests::test_part1_challenge ... FAILED
[INFO] [stdout] test days::day13::tests::test_part1_challenge ... ok
[INFO] [stdout] test days::day24::tests::test_part2_challenge ... ok
[INFO] [stdout] test days::day24::tests::test_part1_example ... FAILED
[INFO] [stdout] test days::day24::tests::test_part2_example ... ok
[INFO] [stdout] test days::day23::tests::test_part2_example ... ok
[INFO] [stdout] test days::day20::tests::test_part1_challenge ... ok
[INFO] [stdout] test days::day08::tests::test_part2_challenge ... ok
[INFO] [stdout] test days::day13::tests::test_part2_challenge ... ok
[INFO] [stdout] test days::day16::tests::test_part2_example ... ok
[INFO] [stdout] test days::day12::tests::test_part2_example ... ok
[INFO] [stdout] test days::day12::tests::test_part2_challenge ... ok
[INFO] [stdout] test days::day16::tests::test_part2_challenge ... ok
[INFO] [stdout] test days::day12::tests::test_part1_challenge ... ok
[INFO] [stdout] test days::day17::tests::test_part1_challenge ... ok
[INFO] [stdout] test days::day14::tests::test_part2_challenge ... ok
[INFO] [stdout] test days::day23::tests::test_part1_challenge ... ok
[INFO] [stdout] test days::day17::tests::test_part2_challenge ... ok
[INFO] [stdout] test days::day23::tests::test_part2_challenge has been running for over 60 seconds
[ERROR] error running command: no output for 300 seconds
[INFO] running `Command { std: "docker" "inspect" "ed09a8adf223c703fcc2ad32e6670b575fb0e86085fd59c4babd0bb334e1f44b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ed09a8adf223c703fcc2ad32e6670b575fb0e86085fd59c4babd0bb334e1f44b", kill_on_drop: false }`
[INFO] [stdout] ed09a8adf223c703fcc2ad32e6670b575fb0e86085fd59c4babd0bb334e1f44b
