[INFO] cloning repository https://github.com/CrazyFunker/advent-of-code-2025
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/CrazyFunker/advent-of-code-2025" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCrazyFunker%2Fadvent-of-code-2025", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCrazyFunker%2Fadvent-of-code-2025'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 148308e36742e78020b20aa55949355feff71e3b
[INFO] testing CrazyFunker/advent-of-code-2025 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%2FCrazyFunker%2Fadvent-of-code-2025" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/CrazyFunker/advent-of-code-2025
[INFO] finished tweaking git repo https://github.com/CrazyFunker/advent-of-code-2025
[INFO] tweaked toml for git repo https://github.com/CrazyFunker/advent-of-code-2025 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/CrazyFunker/advent-of-code-2025 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/CrazyFunker/advent-of-code-2025 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] e229521588019d2fae3d201548ad1fcc889320e74aa2c25a5cdf7de130433483
[INFO] running `Command { std: "docker" "start" "-a" "e229521588019d2fae3d201548ad1fcc889320e74aa2c25a5cdf7de130433483", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e229521588019d2fae3d201548ad1fcc889320e74aa2c25a5cdf7de130433483", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e229521588019d2fae3d201548ad1fcc889320e74aa2c25a5cdf7de130433483", kill_on_drop: false }`
[INFO] [stdout] e229521588019d2fae3d201548ad1fcc889320e74aa2c25a5cdf7de130433483
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 46fcbb5cde91de24adb09302cc7988db2ca8a5e8dbc1e2fa331786a899ebd784
[INFO] running `Command { std: "docker" "start" "-a" "46fcbb5cde91de24adb09302cc7988db2ca8a5e8dbc1e2fa331786a899ebd784", kill_on_drop: false }`
[INFO] [stderr]    Compiling advent_of_code_2025 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
[INFO] running `Command { std: "docker" "inspect" "46fcbb5cde91de24adb09302cc7988db2ca8a5e8dbc1e2fa331786a899ebd784", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "46fcbb5cde91de24adb09302cc7988db2ca8a5e8dbc1e2fa331786a899ebd784", kill_on_drop: false }`
[INFO] [stdout] 46fcbb5cde91de24adb09302cc7988db2ca8a5e8dbc1e2fa331786a899ebd784
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] e34bbffa44ceb0c703f27165750f07ec98490b8695b364f0ed57b462da416e15
[INFO] running `Command { std: "docker" "start" "-a" "e34bbffa44ceb0c703f27165750f07ec98490b8695b364f0ed57b462da416e15", kill_on_drop: false }`
[INFO] [stderr]    Compiling advent_of_code_2025 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.82s
[INFO] running `Command { std: "docker" "inspect" "e34bbffa44ceb0c703f27165750f07ec98490b8695b364f0ed57b462da416e15", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e34bbffa44ceb0c703f27165750f07ec98490b8695b364f0ed57b462da416e15", kill_on_drop: false }`
[INFO] [stdout] e34bbffa44ceb0c703f27165750f07ec98490b8695b364f0ed57b462da416e15
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 0cfc7b6a29d1fe211c4ed65b916bba13f2d355b2886b6bf2ef95b489e9d4c3aa
[INFO] running `Command { std: "docker" "start" "-a" "0cfc7b6a29d1fe211c4ed65b916bba13f2d355b2886b6bf2ef95b489e9d4c3aa", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/advent_of_code_2025-7dd7fd8a92c190cc)
[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/bin/day01.rs (/opt/rustwide/target/debug/deps/day01-a8bea13f26e5fcd9)
[INFO] [stdout] 
[INFO] [stdout] running 33 tests
[INFO] [stdout] test tests::test_calc_how_many_time_passed_zero_left_1 ... ok
[INFO] [stdout] test tests::test_calc_how_many_time_passed_zero_left_2 ... ok
[INFO] [stdout] test tests::test_calc_how_many_time_passed_zero_right_1 ... ok
[INFO] [stdout] test tests::test_calc_how_many_time_passed_zero_right_2 ... ok
[INFO] [stdout] test tests::test_calc_how_many_time_passed_zero_right_3 ... ok
[INFO] [stdout] test tests::test_calc_how_many_time_passed_zero_right_4 ... ok
[INFO] [stdout] test tests::test_calc_how_many_time_passed_zero_left_4 ... ok
[INFO] [stdout] test tests::test_calc_how_many_time_passed_zero_left_3 ... ok
[INFO] [stdout] test tests::test_calc_how_many_time_passed_zero_right_6 ... ok
[INFO] [stdout] test tests::test_calc_how_many_time_passed_zero_right_5 ... ok
[INFO] [stdout] test tests::test_calc_how_many_time_passed_zero_right_8 ... ok
[INFO] [stdout] test tests::test_calculate_zero_positions_all_10 ... ok
[INFO] [stdout] test tests::test_calculate_zero_positions_all_11 ... ok
[INFO] [stdout] test tests::test_calculate_zero_positions_all_12 ... ok
[INFO] [stdout] test tests::test_calculate_zero_positions_all_1 ... ok
[INFO] [stdout] test tests::test_calc_how_many_time_passed_zero_right_7 ... ok
[INFO] [stdout] test tests::test_calculate_zero_positions_all_13 ... ok
[INFO] [stdout] test tests::test_calculate_zero_positions_all_14 ... ok
[INFO] [stdout] test tests::test_calculate_zero_positions_all_5 ... ok
[INFO] [stdout] test tests::test_calculate_zero_positions_all_3 ... ok
[INFO] [stdout] test tests::test_calculate_zero_positions_all_7 ... ok
[INFO] [stdout] test tests::test_calculate_zero_positions_all_2 ... ok
[INFO] [stdout] test tests::test_calculate_zero_positions_all_6 ... ok
[INFO] [stdout] test tests::test_calculate_zero_positions_all_9 ... ok
[INFO] [stdout] test tests::test_calculate_zero_positions_all_under_then_overflow ... ok
[INFO] [stdout] test tests::test_calculate_zero_positions_all_4 ... ok
[INFO] [stdout] test tests::test_calculate_zero_positions_all_underflow ... ok
[INFO] [stdout] test tests::test_calculate_zero_positions_underflow ... ok
[INFO] [stdout] test tests::test_calculate_zero_positions_all_overflow ... ok
[INFO] [stdout] test tests::test_calculate_zero_positions_overflow ... ok
[INFO] [stdout] test tests::test_part2 ... ok
[INFO] [stdout] test tests::test_part1 ... ok
[INFO] [stderr]      Running unittests src/bin/day02.rs (/opt/rustwide/target/debug/deps/day02-b02388eae2fe2fe8)
[INFO] [stdout] test tests::test_calculate_zero_positions_all_8 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 33 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 27 tests
[INFO] [stdout] test tests::test_invalid_id_1188511885 ... ok
[INFO] [stdout] test tests::test_invalid_id_1010 ... ok
[INFO] [stdout] test tests::test_invalid_id_22 ... ok
[INFO] [stdout] test tests::test_invalid_id_11 ... ok
[INFO] [stdout] test tests::test_invalid_id_99 ... ok
[INFO] [stdout] test tests::test_invalid_id_part2_1010 ... ok
[INFO] [stdout] test tests::test_invalid_id_part2_11 ... ok
[INFO] [stdout] test tests::test_invalid_id_part2_111 ... ok
[INFO] [stdout] test tests::test_invalid_id_446446 ... ok
[INFO] [stdout] test tests::test_invalid_id_38593859 ... ok
[INFO] [stdout] test tests::test_invalid_id_part2_2121212121 ... ok
[INFO] [stdout] test tests::test_invalid_id_part2_22 ... ok
[INFO] [stdout] test tests::test_invalid_id_part2_1188511885 ... ok
[INFO] [stdout] test tests::test_invalid_id_part2_222222 ... ok
[INFO] [stdout] test tests::test_invalid_id_part2_446446 ... ok
[INFO] [stdout] test tests::test_invalid_id_part2_565656 ... ok
[INFO] [stdout] test tests::test_invalid_id_part2_824824824 ... ok
[INFO] [stdout] test tests::test_valid_id_1698522 ... ok
[INFO] [stdout] test tests::test_valid_id_95 ... ok
[INFO] [stdout] test tests::test_valid_id_1698528 ... ok
[INFO] [stdout] test tests::test_invalid_id_part2_999 ... ok
[INFO] [stdout] test tests::test_valid_id_part2_1698522 ... ok
[INFO] [stdout] test tests::test_valid_id_part2_95 ... ok
[INFO] [stdout] test tests::test_valid_id_part2_1698528 ... ok
[INFO] [stdout] test tests::test_invalid_id_part2_99 ... ok
[INFO] [stdout] test tests::test_invalid_id_222222 ... ok
[INFO] [stderr]      Running unittests src/bin/day03.rs (/opt/rustwide/target/debug/deps/day03-1775323da77b33e9)
[INFO] [stdout] test tests::test_invalid_id_part2_38593859 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 27 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test tests::test_find_largest_joltage_811111111111119 ... ok
[INFO] [stdout] test tests::test_find_largest_joltage_818181911112111 ... ok
[INFO] [stdout] test tests::test_part1 ... ok
[INFO] [stdout] test tests::test_find_largest_joltage_987654321111111 ... ok
[INFO] [stdout] test tests::test_part1_1 ... ok
[INFO] [stdout] test tests::test_find_largest_joltage_234234234234278 ... ok
[INFO] [stderr]      Running unittests src/bin/day04.rs (/opt/rustwide/target/debug/deps/day04-7c849668e7918435)
[INFO] [stdout] test tests::test_find_largest_joltage_2_1 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test tests::test_count_neighbors1 ... ok
[INFO] [stderr]      Running unittests src/bin/day05.rs (/opt/rustwide/target/debug/deps/day05-b5c07f6e090df772)
[INFO] [stdout] test tests::test_count_neighbors2 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test tests::test_part1 ... ok
[INFO] [stdout] test tests::test_simplify_ranges_2 ... ok
[INFO] [stdout] test tests::test_simplify_ranges_1 ... ok
[INFO] [stdout] test tests::test_part2 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/day06.rs (/opt/rustwide/target/debug/deps/day06-0865cb8bf42cd3aa)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stderr]      Running unittests src/bin/day07.rs (/opt/rustwide/target/debug/deps/day07-b4456c70af4c0108)
[INFO] [stdout] test tests::test_part2 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test tests::test_part2_1 ... ok
[INFO] [stdout] test tests::test_part2_2 ... ok
[INFO] [stdout] test tests::test_part2_4 ... ok
[INFO] [stderr]      Running unittests src/bin/day08.rs (/opt/rustwide/target/debug/deps/day08-0f804fcf907cf2e3)
[INFO] [stdout] test tests::test_part2_5 ... ok
[INFO] [stdout] test tests::test_part2_3 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stderr] error: test failed, to rerun pass `--bin day08`
[INFO] [stdout] test tests::test_part1 ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::test_part1 stdout ----
[INFO] [stdout] Calculating for Junction: (162, 817, 812), Closest: (425, 690, 689)	 Circuit IDs: 0 and 0
[INFO] [stdout] 1: Neither junction has a circuit_id, assigning new circuit_id 1
[INFO] [stdout] Circuit counts so far: {0: 18, 1: 2}
[INFO] [stdout] 
[INFO] [stdout] Skipping Junction: (425, 690, 689), Circuit ID: 1
[INFO] [stdout] Calculating for Junction: (431, 825, 988), Closest: (162, 817, 812)	 Circuit IDs: 0 and 1
[INFO] [stdout] 4: Only one of the junctions has a circuit_id, will assign circuit_id 1 to both junctions
[INFO] [stdout] Circuit counts so far: {1: 3, 0: 17}
[INFO] [stdout] 
[INFO] [stdout] Calculating for Junction: (906, 360, 560), Closest: (805, 96, 715)	 Circuit IDs: 0 and 0
[INFO] [stdout] 1: Neither junction has a circuit_id, assigning new circuit_id 2
[INFO] [stdout] Circuit counts so far: {1: 3, 0: 15, 2: 2}
[INFO] [stdout] 
[INFO] [stdout] Skipping Junction: (805, 96, 715), Circuit ID: 2
[INFO] [stdout] Calculating for Junction: (862, 61, 35), Closest: (984, 92, 344)	 Circuit IDs: 0 and 0
[INFO] [stdout] 1: Neither junction has a circuit_id, assigning new circuit_id 3
[INFO] [stdout] Circuit counts so far: {2: 2, 3: 2, 1: 3, 0: 13}
[INFO] [stdout] 
[INFO] [stdout] Skipping Junction: (984, 92, 344), Circuit ID: 3
[INFO] [stdout] Calculating for Junction: (52, 470, 668), Closest: (117, 168, 530)	 Circuit IDs: 0 and 0
[INFO] [stdout] 1: Neither junction has a circuit_id, assigning new circuit_id 4
[INFO] [stdout] Circuit counts so far: {2: 2, 1: 3, 4: 2, 3: 2, 0: 11}
[INFO] [stdout] 
[INFO] [stdout] Skipping Junction: (117, 168, 530), Circuit ID: 4
[INFO] [stdout] Calculating for Junction: (819, 987, 18), Closest: (941, 993, 340)	 Circuit IDs: 0 and 0
[INFO] [stdout] 1: Neither junction has a circuit_id, assigning new circuit_id 5
[INFO] [stdout] Circuit counts so far: {0: 9, 3: 2, 5: 2, 2: 2, 1: 3, 4: 2}
[INFO] [stdout] 
[INFO] [stdout] Skipping Junction: (941, 993, 340), Circuit ID: 5
[INFO] [stdout] Calculating for Junction: (739, 650, 466), Closest: (906, 360, 560)	 Circuit IDs: 0 and 2
[INFO] [stdout] 4: Only one of the junctions has a circuit_id, will assign circuit_id 2 to both junctions
[INFO] [stdout] Circuit counts so far: {2: 3, 4: 2, 5: 2, 1: 3, 0: 8, 3: 2}
[INFO] [stdout] 
[INFO] [stdout] Calculating for Junction: (346, 949, 466), Closest: (425, 690, 689)	 Circuit IDs: 0 and 1
[INFO] [stdout] 4: Only one of the junctions has a circuit_id, will assign circuit_id 1 to both junctions
[INFO] [stdout] Circuit counts so far: {1: 4, 4: 2, 5: 2, 3: 2, 2: 3, 0: 7}
[INFO] [stdout] 
[INFO] [stdout] Calculating for Junction: (592, 479, 940), Closest: (425, 690, 689)	 Circuit IDs: 0 and 1
[INFO] [stdout] 4: Only one of the junctions has a circuit_id, will assign circuit_id 1 to both junctions
[INFO] [stdout] Circuit counts so far: {0: 6, 2: 3, 1: 5, 5: 2, 4: 2, 3: 2}
[INFO] [stdout] 
[INFO] [stdout] Calculating for Junction: (352, 342, 300), Closest: (542, 29, 236)	 Circuit IDs: 0 and 0
[INFO] [stdout] 1: Neither junction has a circuit_id, assigning new circuit_id 6
[INFO] [stdout] Circuit counts so far: {0: 4, 4: 2, 3: 2, 1: 5, 5: 2, 2: 3, 6: 2}
[INFO] [stdout] 
[INFO] [stdout] Skipping Junction: (542, 29, 236), Circuit ID: 6
[INFO] [stdout] Calculating for Junction: (466, 668, 158), Closest: (352, 342, 300)	 Circuit IDs: 0 and 6
[INFO] [stdout] 4: Only one of the junctions has a circuit_id, will assign circuit_id 6 to both junctions
[INFO] [stdout] Circuit counts so far: {2: 3, 1: 5, 6: 3, 5: 2, 3: 2, 4: 2, 0: 3}
[INFO] [stdout] 
[INFO] [stdout] Calculating for Junction: (970, 615, 88), Closest: (819, 987, 18)	 Circuit IDs: 0 and 5
[INFO] [stdout] 4: Only one of the junctions has a circuit_id, will assign circuit_id 5 to both junctions
[INFO] [stdout] Circuit counts so far: {1: 5, 4: 2, 2: 3, 6: 3, 5: 3, 0: 2, 3: 2}
[INFO] [stdout] 
[INFO] [stdout] Calculating for Junction: (57, 618, 57), Closest: (466, 668, 158)	 Circuit IDs: 0 and 6
[INFO] [stdout] 4: Only one of the junctions has a circuit_id, will assign circuit_id 6 to both junctions
[INFO] [stdout] Circuit counts so far: {1: 5, 6: 4, 3: 2, 5: 3, 0: 1, 4: 2, 2: 3}
[INFO] [stdout] 
[INFO] [stdout] Calculating for Junction: (216, 146, 977), Closest: (117, 168, 530)	 Circuit IDs: 0 and 4
[INFO] [stdout] 4: Only one of the junctions has a circuit_id, will assign circuit_id 4 to both junctions
[INFO] [stdout] Circuit counts so far: {3: 2, 6: 4, 2: 3, 4: 3, 5: 3, 1: 5}
[INFO] [stdout] 
[INFO] [stdout] Circuit counts: {6: 4, 2: 3, 1: 5, 5: 3, 3: 2, 4: 3}
[INFO] [stdout] Ordered circuit counts: [(1, 5), (6, 4), (2, 3), (5, 3), (4, 3), (3, 2)]
[INFO] [stdout] Top 3 circuit counts: 5, 4, 3
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::test_part1' (113) panicked at src/bin/day08.rs:230:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 60
[INFO] [stdout]  right: 40
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x595ed10077aa - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x595ed10077aa - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x595ed10077aa - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x595ed10077aa - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x595ed101b85a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x595ed101b85a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x595ed100c032 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x595ed100c032 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x595ed0fe69bf - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x595ed0fe69bf - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x595ed0fffd19 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x595ed0f9c5fc - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x595ed0f9c5fc - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x595ed0fffed2 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x595ed0fffed2 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x595ed0fe6a78 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x595ed0fde419 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x595ed0fe778d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x595ed101c0ac - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x595ed101bfc3 - core[10b6fa85044e1869]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x595ed101829d - core[10b6fa85044e1869]::panicking::assert_failed::<u64, u64>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x595ed0f8c7b7 - day08::tests::test_part1::h444742ef4d7f25d6
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/day08.rs:230:9
[INFO] [stdout]   22:     0x595ed0f8c7d7 - day08::tests::test_part1::{{closure}}::h0312b60706551b66
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/day08.rs:208:20
[INFO] [stdout]   23:     0x595ed0f85a66 - core::ops::function::FnOnce::call_once::h602fa8053b196abc
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x595ed0f906db - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x595ed0f906db - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x595ed0f9d0cb - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x595ed0f9d0cb - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x595ed0f9d0cb - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x595ed0f9d0cb - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x595ed0f9d0cb - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x595ed0f9d0cb - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x595ed0f9d0cb - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x595ed0f987e4 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x595ed0f987e4 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x595ed0f9fcd2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   36:     0x595ed0f9fcd2 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x595ed0f9fcd2 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x595ed0f9fcd2 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x595ed0f9fcd2 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x595ed0f9fcd2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   41:     0x595ed0f9fcd2 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x595ed10070bf - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   43:     0x595ed10070bf - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x7e81a1611aa4 - <unknown>
[INFO] [stdout]   45:     0x7e81a169ea64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::test_part1
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "0cfc7b6a29d1fe211c4ed65b916bba13f2d355b2886b6bf2ef95b489e9d4c3aa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0cfc7b6a29d1fe211c4ed65b916bba13f2d355b2886b6bf2ef95b489e9d4c3aa", kill_on_drop: false }`
[INFO] [stdout] 0cfc7b6a29d1fe211c4ed65b916bba13f2d355b2886b6bf2ef95b489e9d4c3aa
