[INFO] cloning repository https://github.com/VGLoic/advent-of-code
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/VGLoic/advent-of-code" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVGLoic%2Fadvent-of-code", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVGLoic%2Fadvent-of-code'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 63eb52559da755a3268dd1cce680f23b69b7980b
[INFO] testing VGLoic/advent-of-code against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVGLoic%2Fadvent-of-code" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/VGLoic/advent-of-code
[INFO] finished tweaking git repo https://github.com/VGLoic/advent-of-code
[INFO] tweaked toml for git repo https://github.com/VGLoic/advent-of-code written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/VGLoic/advent-of-code on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/VGLoic/advent-of-code already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 490abf2f306bdf3b2be83ed1408e1d407748b0d51ef0a3e48320c107a34c8aea
[INFO] running `Command { std: "docker" "start" "-a" "490abf2f306bdf3b2be83ed1408e1d407748b0d51ef0a3e48320c107a34c8aea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "490abf2f306bdf3b2be83ed1408e1d407748b0d51ef0a3e48320c107a34c8aea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "490abf2f306bdf3b2be83ed1408e1d407748b0d51ef0a3e48320c107a34c8aea", kill_on_drop: false }`
[INFO] [stdout] 490abf2f306bdf3b2be83ed1408e1d407748b0d51ef0a3e48320c107a34c8aea
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1ae720adbf0c0ad665fe878c68b7d31e4de24f304c4acd5941837409b99f2a5d
[INFO] running `Command { std: "docker" "start" "-a" "1ae720adbf0c0ad665fe878c68b7d31e4de24f304c4acd5941837409b99f2a5d", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.6.4
[INFO] [stderr]    Compiling aho-corasick v1.1.2
[INFO] [stderr]    Compiling regex-automata v0.4.3
[INFO] [stderr]    Compiling regex v1.10.2
[INFO] [stderr]    Compiling advent-of-code v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.70s
[INFO] running `Command { std: "docker" "inspect" "1ae720adbf0c0ad665fe878c68b7d31e4de24f304c4acd5941837409b99f2a5d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1ae720adbf0c0ad665fe878c68b7d31e4de24f304c4acd5941837409b99f2a5d", kill_on_drop: false }`
[INFO] [stdout] 1ae720adbf0c0ad665fe878c68b7d31e4de24f304c4acd5941837409b99f2a5d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 890aee9041006e4626d1f7f61eb25b5619ed4812badcbbe3652a890994044a68
[INFO] running `Command { std: "docker" "start" "-a" "890aee9041006e4626d1f7f61eb25b5619ed4812badcbbe3652a890994044a68", kill_on_drop: false }`
[INFO] [stderr]    Compiling advent-of-code v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.79s
[INFO] running `Command { std: "docker" "inspect" "890aee9041006e4626d1f7f61eb25b5619ed4812badcbbe3652a890994044a68", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "890aee9041006e4626d1f7f61eb25b5619ed4812badcbbe3652a890994044a68", kill_on_drop: false }`
[INFO] [stdout] 890aee9041006e4626d1f7f61eb25b5619ed4812badcbbe3652a890994044a68
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] d31784e93e43fad86a6ccaea267ab431258f3ae971a67c391ec184f026b90fab
[INFO] running `Command { std: "docker" "start" "-a" "d31784e93e43fad86a6ccaea267ab431258f3ae971a67c391ec184f026b90fab", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/advent_of_code-c5bdcb22bd512fff)
[INFO] [stdout] 
[INFO] [stdout] running 72 tests
[INFO] [stdout] test assignment::tests::example_part_1_has_right_answer ... ok
[INFO] [stdout] test assignment::tests::example_part_2_has_right_answer ... ok
[INFO] [stdout] test boiling_boulders::tests::example_part_1_should_give_expected_result ... ok
[INFO] [stdout] test assignment::tests::part_1_has_right_answer ... ok
[INFO] [stdout] test assignment::tests::part_2_has_right_answer ... ok
[INFO] [stdout] test callories::tests::example_part_2_should_give_expected_sum_of_three_most_callories ... ok
[INFO] [stdout] test callories::tests::part_1_should_give_expected_maximum_callories_on_single_elf ... ok
[INFO] [stdout] test callories::tests::example_part_1_should_give_expected_maximum_callories_on_single_elf ... ok
[INFO] [stdout] test cathod_ray_tube::tests::part_1_should_give_expected_result ... ok
[INFO] [stdout] test cathod_ray_tube::tests::example_part_1_should_give_expected_result ... ok
[INFO] [stdout] test directory::tests::example_part_2_has_right_answer ... ok
[INFO] [stdout] test callories::tests::part_2_should_give_expected_sum_of_three_most_callories ... ok
[INFO] [stdout] test cathod_ray_tube::tests::example_part_2_should_give_expected_result ... ok
[INFO] [stdout] test distress_signal::tests::example_part_1_has_right_answer ... ok
[INFO] [stdout] test cathod_ray_tube::tests::part_2_should_give_expected_result ... ok
[INFO] [stdout] test distress_signal::tests::example_part_2_has_right_answer ... ok
[INFO] [stdout] test directory::tests::example_part_1_has_right_answer ... ok
[INFO] [stdout] test hill_climbing::tests::example_part_1_has_right_answer ... ok
[INFO] [stdout] test hill_climbing::tests::example_part_2_has_right_answer ... ok
[INFO] [stdout] test boiling_boulders::tests::example_part_2_should_give_expected_result ... ok
[INFO] [stdout] test elf_crates::tests::example_part_1_has_right_answer ... ok
[INFO] [stdout] test elf_crates::tests::example_part_2_has_right_answer ... ok
[INFO] [stdout] test marker::tests::example_target_length_of_14_should_give_expected_answer ... ok
[INFO] [stdout] test distress_signal::tests::part_2_has_right_answer ... ok
[INFO] [stdout] test marker::tests::example_target_length_of_4_should_give_expected_answer ... ok
[INFO] [stdout] test monkey_in_the_middle::tests::example_part_1_should_give_expected_result ... ok
[INFO] [stdout] test distress_signal::tests::part_1_has_right_answer ... ok
[INFO] [stdout] test directory::tests::part_1_has_right_answer ... ok
[INFO] [stdout] test directory::tests::part_2_has_right_answer ... ok
[INFO] [stdout] test monkey_in_the_middle::tests::part_1_should_give_expected_result ... ok
[INFO] [stdout] test marker::tests::target_length_of_4_should_give_expected_answer ... ok
[INFO] [stdout] test marker::tests::target_length_of_14_should_give_expected_answer ... ok
[INFO] [stdout] test boiling_boulders::tests::part_1_should_give_expected_result ... ok
[INFO] [stdout] test elf_crates::tests::part_1_has_right_answer ... ok
[INFO] [stdout] test pyroclastic_flow::tests::example_part_1_should_give_expected_result ... ok
[INFO] [stdout] test pyroclastic_flow::tests::example_part_2_should_give_expected_result ... ok
[INFO] [stdout] test hill_climbing::tests::part_1_has_right_answer ... ok
[INFO] [stdout] test regolith_reservoir::tests::example_part_1_should_give_expected_answer ... ok
[INFO] [stdout] test regolith_reservoir::tests::example_part_2_should_give_expected_answer ... ok
[INFO] [stdout] test elf_crates::tests::part_2_has_right_answer ... ok
[INFO] [stdout] test hill_climbing::tests::part_2_has_right_answer ... ok
[INFO] [stdout] test rock_paper_scissors::tests::example_part_1_strategy_gives_expected_score ... ok
[INFO] [stdout] test rock_paper_scissors::tests::example_part_2_strategy_gives_expected_score ... ok
[INFO] [stdout] test rock_paper_scissors::tests::part_1_strategy_gives_expected_score ... ok
[INFO] [stdout] test beacon_exclusion_zone::tests::example_part_1_should_give_expected_result ... ok
[INFO] [stdout] test rope_bridge::tests::example_part_1_has_right_answer ... ok
[INFO] [stdout] test rope_bridge::tests::example_part_2_has_right_answer ... ok
[INFO] [stdout] test rock_paper_scissors::tests::part_2_strategy_gives_expected_score ... ok
[INFO] [stdout] test regolith_reservoir::tests::part_1_should_give_expected_answer ... ok
[INFO] [stdout] test rope_bridge::tests::part_1_has_right_answer ... ok
[INFO] [stdout] test rucksacks::first_part::tests::example_part_1_has_right_answer ... ok
[INFO] [stdout] test rucksacks::second_part::tests::example_part_2_has_right_answer ... ok
[INFO] [stdout] test rucksacks::second_part::tests::part_2_has_right_answer ... ok
[INFO] [stdout] test tree_house::tests::example_part_1_has_right_answer ... ok
[INFO] [stdout] test tree_house::tests::example_part_2_has_right_answer ... ok
[INFO] [stdout] test rucksacks::first_part::tests::part_1_has_right_answer ... ok
[INFO] [stdout] test proboscidea_volcanium::tests::example_part_1_should_give_expected_result ... ok
[INFO] [stdout] test tree_house::tests::part_1_has_right_answer ... ok
[INFO] [stdout] test rope_bridge::tests::part_2_has_right_answer ... ok
[INFO] [stdout] test tree_house::tests::part_2_has_right_answer ... ok
[INFO] [stdout] test beacon_exclusion_zone::tests::example_part_2_should_give_expected_result ... ok
[INFO] [stdout] test boiling_boulders::tests::part_2_should_give_expected_result ... ok
[INFO] [stdout] test proboscidea_volcanium::tests::example_part_2_should_give_expected_result ... ok
[INFO] [stdout] test monkey_in_the_middle::tests::example_part_2_should_give_expected_result ... ok
[INFO] [stdout] test regolith_reservoir::tests::part_2_should_give_expected_answer ... ok
[INFO] [stdout] test proboscidea_volcanium::tests::part_1_should_give_expected_result ... ok
[INFO] [stdout] test pyroclastic_flow::tests::part_1_should_give_expected_result ... ok
[INFO] [stdout] test pyroclastic_flow::tests::part_2_should_give_expected_result ... ok
[INFO] [stdout] test monkey_in_the_middle::tests::part_2_should_give_expected_result ... ok
[INFO] [stdout] test beacon_exclusion_zone::tests::part_2_should_give_expected_result ... ok
[INFO] [stdout] test beacon_exclusion_zone::tests::part_1_should_give_expected_result ... ok
[INFO] [stdout] test proboscidea_volcanium::tests::part_2_should_give_expected_result has been running for over 60 seconds
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/deps/advent_of_code-c5bdcb22bd512fff` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "d31784e93e43fad86a6ccaea267ab431258f3ae971a67c391ec184f026b90fab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d31784e93e43fad86a6ccaea267ab431258f3ae971a67c391ec184f026b90fab", kill_on_drop: false }`
[INFO] [stdout] d31784e93e43fad86a6ccaea267ab431258f3ae971a67c391ec184f026b90fab
