[INFO] cloning repository https://github.com/bjornin/adventofcode2024
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bjornin/adventofcode2024" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbjornin%2Fadventofcode2024", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbjornin%2Fadventofcode2024'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 40c9c194903d818af079dc4fb8a99b63be0224ae
[INFO] testing bjornin/adventofcode2024 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%2Fbjornin%2Fadventofcode2024" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/bjornin/adventofcode2024
[INFO] finished tweaking git repo https://github.com/bjornin/adventofcode2024
[INFO] tweaked toml for git repo https://github.com/bjornin/adventofcode2024 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/bjornin/adventofcode2024 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/bjornin/adventofcode2024 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-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 5e3033d5813f3d0664831f64f898d47c76e20fbd92a04f038d354cb6de90aba2
[INFO] running `Command { std: "docker" "start" "-a" "5e3033d5813f3d0664831f64f898d47c76e20fbd92a04f038d354cb6de90aba2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5e3033d5813f3d0664831f64f898d47c76e20fbd92a04f038d354cb6de90aba2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5e3033d5813f3d0664831f64f898d47c76e20fbd92a04f038d354cb6de90aba2", kill_on_drop: false }`
[INFO] [stdout] 5e3033d5813f3d0664831f64f898d47c76e20fbd92a04f038d354cb6de90aba2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 1eea5ca91ec6214359832bb68595296caf8088498f0c48f10147382d23fc0833
[INFO] running `Command { std: "docker" "start" "-a" "1eea5ca91ec6214359832bb68595296caf8088498f0c48f10147382d23fc0833", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]    Compiling libc v0.2.167
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling rustls-pki-types v1.10.0
[INFO] [stderr]    Compiling cc v1.2.2
[INFO] [stderr]    Compiling http v1.1.0
[INFO] [stderr]    Compiling rustls v0.23.19
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling serde v1.0.215
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling anyhow v1.0.93
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling ipnet v2.10.1
[INFO] [stderr]    Compiling chrono v0.4.38
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling webpki-roots v0.26.7
[INFO] [stderr]    Compiling rustls-pemfile v2.2.0
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling mio v1.0.3
[INFO] [stderr]    Compiling socket2 v0.5.8
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling tokio v1.41.1
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.5
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling zerofrom v0.1.5
[INFO] [stderr]    Compiling yoke v0.7.5
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling http-body-util v0.1.2
[INFO] [stderr]    Compiling zerovec v0.10.4
[INFO] [stderr]    Compiling tinystr v0.7.6
[INFO] [stderr]    Compiling icu_collections v1.5.0
[INFO] [stderr]    Compiling icu_locid v1.5.0
[INFO] [stderr]    Compiling icu_provider v1.5.0
[INFO] [stderr]    Compiling hyper v1.5.1
[INFO] [stderr]    Compiling icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling rustls-webpki v0.102.8
[INFO] [stderr]    Compiling hyper-util v0.1.10
[INFO] [stderr]    Compiling icu_properties v1.5.1
[INFO] [stderr]    Compiling icu_normalizer v1.5.0
[INFO] [stderr]    Compiling idna_adapter v1.2.0
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling tokio-rustls v0.26.0
[INFO] [stderr]    Compiling hyper-rustls v0.27.3
[INFO] [stderr]    Compiling reqwest v0.12.9
[INFO] [stderr]    Compiling adventofcode2024 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `hash::Hash`
[INFO] [stdout]  --> src/solutions/d15.rs:1:33
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{collections::HashSet, hash::Hash};
[INFO] [stdout]   |                                 ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/solutions/d15.rs:61:10
[INFO] [stdout]    |
[INFO] [stdout] 61 |     let (mut map, moves) = parse2(input);
[INFO] [stdout]    |          ----^^^
[INFO] [stdout]    |          |
[INFO] [stdout]    |          help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/solutions/d15.rs:62:10
[INFO] [stdout]    |
[INFO] [stdout] 62 |     let (mut robot_r, mut robot_c) = map
[INFO] [stdout]    |          ----^^^^^^^
[INFO] [stdout]    |          |
[INFO] [stdout]    |          help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/solutions/d15.rs:62:23
[INFO] [stdout]    |
[INFO] [stdout] 62 |     let (mut robot_r, mut robot_c) = map
[INFO] [stdout]    |                       ----^^^^^^^
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.02s
[INFO] running `Command { std: "docker" "inspect" "1eea5ca91ec6214359832bb68595296caf8088498f0c48f10147382d23fc0833", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1eea5ca91ec6214359832bb68595296caf8088498f0c48f10147382d23fc0833", kill_on_drop: false }`
[INFO] [stdout] 1eea5ca91ec6214359832bb68595296caf8088498f0c48f10147382d23fc0833
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 97bce10002f0881fd5d1caa8f3a82be26312ad9570ca4b239273ef3360894139
[INFO] running `Command { std: "docker" "start" "-a" "97bce10002f0881fd5d1caa8f3a82be26312ad9570ca4b239273ef3360894139", kill_on_drop: false }`
[INFO] [stderr]    Compiling adventofcode2024 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `hash::Hash`
[INFO] [stdout]  --> src/solutions/d15.rs:1:33
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{collections::HashSet, hash::Hash};
[INFO] [stdout]   |                                 ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/solutions/d15.rs:61:10
[INFO] [stdout]    |
[INFO] [stdout] 61 |     let (mut map, moves) = parse2(input);
[INFO] [stdout]    |          ----^^^
[INFO] [stdout]    |          |
[INFO] [stdout]    |          help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/solutions/d15.rs:62:10
[INFO] [stdout]    |
[INFO] [stdout] 62 |     let (mut robot_r, mut robot_c) = map
[INFO] [stdout]    |          ----^^^^^^^
[INFO] [stdout]    |          |
[INFO] [stdout]    |          help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/solutions/d15.rs:62:23
[INFO] [stdout]    |
[INFO] [stdout] 62 |     let (mut robot_r, mut robot_c) = map
[INFO] [stdout]    |                       ----^^^^^^^
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.82s
[INFO] running `Command { std: "docker" "inspect" "97bce10002f0881fd5d1caa8f3a82be26312ad9570ca4b239273ef3360894139", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "97bce10002f0881fd5d1caa8f3a82be26312ad9570ca4b239273ef3360894139", kill_on_drop: false }`
[INFO] [stdout] 97bce10002f0881fd5d1caa8f3a82be26312ad9570ca4b239273ef3360894139
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 6ea885369a4b5ab2f9fb76942a9d45b863f43f870b87856e03f907651722b527
[INFO] running `Command { std: "docker" "start" "-a" "6ea885369a4b5ab2f9fb76942a9d45b863f43f870b87856e03f907651722b527", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `hash::Hash`
[INFO] [stderr]  --> src/solutions/d15.rs:1:33
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::{collections::HashSet, hash::Hash};
[INFO] [stderr]   |                                 ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]   --> src/solutions/d15.rs:61:10
[INFO] [stderr]    |
[INFO] [stderr] 61 |     let (mut map, moves) = parse2(input);
[INFO] [stderr]    |          ----^^^
[INFO] [stderr]    |          |
[INFO] [stderr]    |          help: remove this `mut`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]   --> src/solutions/d15.rs:62:10
[INFO] [stderr]    |
[INFO] [stderr] 62 |     let (mut robot_r, mut robot_c) = map
[INFO] [stderr]    |          ----^^^^^^^
[INFO] [stderr]    |          |
[INFO] [stderr]    |          help: remove this `mut`
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]   --> src/solutions/d15.rs:62:23
[INFO] [stderr]    |
[INFO] [stderr] 62 |     let (mut robot_r, mut robot_c) = map
[INFO] [stderr]    |                       ----^^^^^^^
[INFO] [stderr]    |                       |
[INFO] [stderr]    |                       help: remove this `mut`
[INFO] [stderr] 
[INFO] [stderr] warning: `adventofcode2024` (bin "adventofcode2024" test) generated 4 warnings (run `cargo fix --bin "adventofcode2024" --tests` to apply 4 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.17s
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/adventofcode2024-f14eb8e04bcc1325)
[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/main.rs (/opt/rustwide/target/debug/deps/adventofcode2024-020518b26c0528ad)
[INFO] [stdout] 
[INFO] [stdout] running 60 tests
[INFO] [stdout] test solutions::d10::tests::test_s1 ... ok
[INFO] [stdout] test solutions::d10::tests::test_s2 ... ok
[INFO] [stdout] test solutions::d10::tests::test_s1_2 ... ok
[INFO] [stdout] test solutions::d10::tests::test_s2_2 ... ok
[INFO] [stdout] test solutions::d12::tests::test_s2 ... ok
[INFO] [stdout] test solutions::d12::tests::test_s1 ... ok
[INFO] [stdout] test solutions::d12::tests::test_s1_2 ... ok
[INFO] [stdout] test solutions::d12::tests::test_s2_2 ... ok
[INFO] [stdout] test solutions::d12::tests::test_s1_3 ... ok
[INFO] [stdout] test solutions::d12::tests::test_s1_4 ... ok
[INFO] [stdout] test solutions::d12::tests::test_s2_3 ... ok
[INFO] [stdout] test solutions::d13::tests::test_s1 ... ok
[INFO] [stdout] test solutions::d14::tests::test_s1 ... ok
[INFO] [stdout] test solutions::d15::tests::test_s1 ... ok
[INFO] [stdout] test solutions::d17::tests::test_bxl ... ok
[INFO] [stdout] test solutions::d17::tests::test_bxc ... ok
[INFO] [stdout] test solutions::d16::tests::test_s1 ... ok
[INFO] [stdout] test solutions::d17::tests::test_bdv ... ok
[INFO] [stdout] test solutions::d17::tests::test_bst ... ok
[INFO] [stdout] test solutions::d17::tests::test_instruction_1 ... ok
[INFO] [stdout] test solutions::d17::tests::test_adv ... ok
[INFO] [stdout] test solutions::d17::tests::test_instruction_2 ... ok
[INFO] [stdout] test solutions::d16::tests::test_s1_3 ... ok
[INFO] [stdout] test solutions::d16::tests::test_s1_2 ... ok
[INFO] [stdout] test solutions::d17::tests::test_cdv ... ok
[INFO] [stdout] test solutions::d17::tests::test_combo ... ok
[INFO] [stdout] test solutions::d17::tests::test_instruction_3 ... ok
[INFO] [stdout] test solutions::d17::tests::test_instruction_4 ... ok
[INFO] [stdout] test solutions::d17::tests::test_s1 ... ok
[INFO] [stdout] test solutions::d2::tests::test2_s2 ... ok
[INFO] [stdout] test solutions::d2::tests::test_s1 ... ok
[INFO] [stdout] test solutions::d2::tests::test_s2 ... ok
[INFO] [stdout] test solutions::d18::tests::test_s1 ... ok
[INFO] [stdout] test solutions::d4::tests::test_s1 ... ok
[INFO] [stdout] test solutions::d4::tests::test_s2 ... ok
[INFO] [stdout] test solutions::d4::tests::test_s1_1 ... ok
[INFO] [stdout] test solutions::d5::tests::test_s1 ... ok
[INFO] [stdout] test solutions::d18::tests::test_s2 ... ok
[INFO] [stdout] test solutions::d5::tests::test_s2 ... ok
[INFO] [stdout] test solutions::d17::tests::test_instruction_5 ... ok
[INFO] [stdout] test solutions::d6::tests::test_s1 ... ok
[INFO] [stdout] test solutions::d17::tests::test_out ... ok
[INFO] [stdout] test solutions::d3::tests::test_s1 ... ok
[INFO] [stdout] test solutions::d1::tests::test_s1 ... ok
[INFO] [stdout] test solutions::d1::tests::test_s2 ... ok
[INFO] [stdout] test solutions::d7::tests::test_s1 ... ok
[INFO] [stdout] test solutions::d6::tests::test_s2 ... ok
[INFO] [stdout] test solutions::d7::tests::test_s2 ... ok
[INFO] [stdout] test solutions::d9::tests::test_s1 ... ok
[INFO] [stdout] test solutions::d8::tests::test_s1 ... ok
[INFO] [stdout] test solutions::d8::tests::test_s2 ... ok
[INFO] [stdout] test solutions::d3::tests::test_s2 ... ok
[INFO] [stdout] test solutions::d9::tests::test_s2 ... ok
[INFO] [stdout] test solutions::d11::tests::test_s1 ... ok
[INFO] [stdout] test solutions::d13::tests::test_s2 ... FAILED
[INFO] [stdout] test solutions::d15::tests::test_s2 ... FAILED
[INFO] [stdout] test solutions::d16::tests::test_s2_2 ... FAILED
[INFO] [stdout] test solutions::d16::tests::test_s2 ... FAILED
[INFO] [stdout] test solutions::d16::tests::test_s2_4 ... FAILED
[INFO] [stdout] test solutions::d17::tests::test_s2 ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- solutions::d13::tests::test_s2 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'solutions::d13::tests::test_s2' (39) panicked at src/solutions/d13.rs:107:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 875318608908
[INFO] [stdout]  right: 0
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61b10cc96702 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61b10cc96702 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61b10cc96702 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61b10cc96702 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61b10cca740f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61b10cca740f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x61b10cc63c71 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61b10cc63c71 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61b10cc6fcd2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61b10cc7481f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x61b10cc746b1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x61b10c9a9a7e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x61b10c9a9a7e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61b10cc74edf - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x61b10cc74edf - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x61b10cc74d3a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x61b10cc6fe09 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61b10cc5814d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x61b10ccafe70 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61b10ccafc73 - core::panicking::assert_failed_inner::h448e1d534f4c3d4b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x61b10ccafa57 - core::panicking::assert_failed::h87b296a5d40a0ee9
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x61b10c9669ec - adventofcode2024::solutions::d13::tests::test_s2::hc199db4e75329cdb
[INFO] [stdout]                                at /opt/rustwide/workdir/src/solutions/d13.rs:107:9
[INFO] [stdout]   22:     0x61b10c966a17 - adventofcode2024::solutions::d13::tests::test_s2::{{closure}}::h6501f51d52142a78
[INFO] [stdout]                                at /opt/rustwide/workdir/src/solutions/d13.rs:105:17
[INFO] [stdout]   23:     0x61b10c96fef6 - core::ops::function::FnOnce::call_once::h33b5e16befa10c4d
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x61b10c9a983b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61b10c9a983b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x61b10c9bf4a5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x61b10c9bf4a5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x61b10c9bf4a5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   29:     0x61b10c9bf4a5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x61b10c9bf4a5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x61b10c9bf4a5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x61b10c9bf4a5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x61b10c995c94 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x61b10c995c94 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x61b10c99955a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x61b10c99955a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x61b10c99955a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   38:     0x61b10c99955a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   39:     0x61b10c99955a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x61b10c99955a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x61b10c99955a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x61b10cc6af6f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   43:     0x61b10cc6af6f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   44:     0x7fc227798aa4 - <unknown>
[INFO] [stdout]   45:     0x7fc227825a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- solutions::d15::tests::test_s2 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'solutions::d15::tests::test_s2' (42) panicked at src/solutions/d15.rs:86:46:
[INFO] [stdout] attempt to add with overflow
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61b10cc96702 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61b10cc96702 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61b10cc96702 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61b10cc96702 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61b10cca740f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61b10cca740f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x61b10cc63c71 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61b10cc63c71 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61b10cc6fcd2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61b10cc7481f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x61b10cc746b1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x61b10c9a9a7e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x61b10c9a9a7e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61b10cc74edf - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x61b10cc74edf - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x61b10cc74d06 - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:700:13
[INFO] [stdout]   16:     0x61b10cc6fe09 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61b10cc5814d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x61b10ccafe70 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61b10ccaf8a7 - core::panicking::panic_const::panic_const_add_overflow::h147122b945f21032
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:175:17
[INFO] [stdout]   20:     0x61b10c9546e0 - adventofcode2024::solutions::d15::s2::hb2b740f30e4f5525
[INFO] [stdout]                                at /opt/rustwide/workdir/src/solutions/d15.rs:86:46
[INFO] [stdout]   21:     0x61b10c9343c5 - adventofcode2024::solutions::d15::tests::test_s2::h15d152e8604a0ae7
[INFO] [stdout]                                at /opt/rustwide/workdir/src/solutions/d15.rs:189:19
[INFO] [stdout]   22:     0x61b10c934447 - adventofcode2024::solutions::d15::tests::test_s2::{{closure}}::h3bf3c964815e671b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/solutions/d15.rs:188:17
[INFO] [stdout]   23:     0x61b10c970a86 - core::ops::function::FnOnce::call_once::h92cebf0416c956a3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x61b10c9a983b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61b10c9a983b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x61b10c9bf4a5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x61b10c9bf4a5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x61b10c9bf4a5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   29:     0x61b10c9bf4a5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x61b10c9bf4a5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x61b10c9bf4a5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x61b10c9bf4a5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x61b10c995c94 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x61b10c995c94 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x61b10c99955a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x61b10c99955a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x61b10c99955a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   38:     0x61b10c99955a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   39:     0x61b10c99955a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x61b10c99955a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x61b10c99955a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x61b10cc6af6f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   43:     0x61b10cc6af6f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   44:     0x7fc227798aa4 - <unknown>
[INFO] [stdout]   45:     0x7fc227825a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- solutions::d16::tests::test_s2_2 stdout ----
[INFO] [stdout] 11048 (1, 15) (-1, 0)
[INFO] [stdout] ((1, 5), (0, -1)): cost = 7024, parent = (1, 6)
[INFO] [stdout] ((7, 13), (0, 1)): cost = 10040, parent = (7, 12)
[INFO] [stdout] ((3, 3), (1, 0)): cost = 3018, parent = (2, 3)
[INFO] [stdout] ((15, 10), (0, -1)): cost = 5031, parent = (15, 11)
[INFO] [stdout] ((9, 7), (0, -1)): cost = 9034, parent = (9, 8)
[INFO] [stdout] ((9, 7), (0, 1)): cost = 9034, parent = (9, 6)
[INFO] [stdout] ((1, 3), (0, 1)): cost = 2016, parent = (1, 2)
[INFO] [stdout] ((15, 11), (0, -1)): cost = 5032, parent = (15, 12)
[INFO] [stdout] ((13, 6), (0, -1)): cost = 7029, parent = (13, 7)
[INFO] [stdout] ((13, 11), (0, -1)): cost = 7034, parent = (13, 12)
[INFO] [stdout] ((1, 13), (-1, 0)): cost = 11046, parent = (2, 13)
[INFO] [stdout] ((11, 11), (0, 1)): cost = 9036, parent = (11, 10)
[INFO] [stdout] ((15, 13), (0, -1)): cost = 5034, parent = (15, 14)
[INFO] [stdout] ((8, 9), (1, 0)): cost = 10037, parent = (7, 9)
[INFO] [stdout] ((10, 1), (-1, 0)): cost = 1005, parent = (11, 1)
[INFO] [stdout] ((4, 11), (1, 0)): cost = 11035, parent = (3, 11)
[INFO] [stdout] ((1, 2), (0, -1)): cost = 3017, parent = (1, 3)
[INFO] [stdout] ((9, 5), (0, -1)): cost = 8034, parent = (9, 6)
[INFO] [stdout] ((6, 3), (-1, 0)): cost = 4015, parent = (7, 3)
[INFO] [stdout] ((9, 6), (0, -1)): cost = 8033, parent = (9, 7)
[INFO] [stdout] ((4, 3), (-1, 0)): cost = 3013, parent = (5, 3)
[INFO] [stdout] ((1, 1), (0, -1)): cost = 3016, parent = (1, 2)
[INFO] [stdout] ((10, 13), (1, 0)): cost = 10039, parent = (9, 13)
[INFO] [stdout] ((9, 1), (-1, 0)): cost = 1006, parent = (10, 1)
[INFO] [stdout] ((2, 3), (1, 0)): cost = 3017, parent = (1, 3)
[INFO] [stdout] ((3, 12), (0, 1)): cost = 12035, parent = (3, 11)
[INFO] [stdout] ((15, 12), (0, -1)): cost = 5033, parent = (15, 13)
[INFO] [stdout] ((10, 7), (-1, 0)): cost = 7031, parent = (11, 7)
[INFO] [stdout] ((11, 11), (-1, 0)): cost = 7034, parent = (12, 11)
[INFO] [stdout] ((9, 11), (1, 0)): cost = 10038, parent = (8, 11)
[INFO] [stdout] ((9, 10), (0, -1)): cost = 9037, parent = (9, 11)
[INFO] [stdout] ((11, 6), (0, 1)): cost = 6029, parent = (11, 5)
[INFO] [stdout] ((7, 5), (0, 1)): cost = 4016, parent = (7, 4)
[INFO] [stdout] ((5, 9), (0, -1)): cost = 11040, parent = (5, 10)
[INFO] [stdout] ((10, 13), (-1, 0)): cost = 9037, parent = (11, 13)
[INFO] [stdout] ((3, 11), (1, 0)): cost = 11034, parent = (2, 11)
[INFO] [stdout] ((5, 5), (-1, 0)): cost = 5018, parent = (6, 5)
[INFO] [stdout] ((14, 15), (1, 0)): cost = 6037, parent = (13, 15)
[INFO] [stdout] ((15, 7), (0, -1)): cost = 5028, parent = (15, 8)
[INFO] [stdout] ((8, 3), (-1, 0)): cost = 4017, parent = (9, 3)
[INFO] [stdout] ((11, 3), (-1, 0)): cost = 4020, parent = (12, 3)
[INFO] [stdout] ((1, 6), (0, 1)): cost = 6023, parent = (1, 5)
[INFO] [stdout] ((11, 6), (0, -1)): cost = 7031, parent = (11, 7)
[INFO] [stdout] ((2, 9), (-1, 0)): cost = 9029, parent = (3, 9)
[INFO] [stdout] ((15, 14), (0, 1)): cost = 4033, parent = (15, 13)
[INFO] [stdout] ((9, 9), (1, 0)): cost = 10036, parent = (8, 9)
[INFO] [stdout] ((8, 1), (-1, 0)): cost = 1007, parent = (9, 1)
[INFO] [stdout] ((9, 13), (0, -1)): cost = 11040, parent = (9, 14)
[INFO] [stdout] ((15, 9), (0, -1)): cost = 5030, parent = (15, 10)
[INFO] [stdout] ((10, 3), (-1, 0)): cost = 4019, parent = (11, 3)
[INFO] [stdout] ((9, 10), (0, 1)): cost = 8035, parent = (9, 9)
[INFO] [stdout] ((9, 8), (0, -1)): cost = 9035, parent = (9, 9)
[INFO] [stdout] ((2, 13), (-1, 0)): cost = 11045, parent = (3, 13)
[INFO] [stdout] ((2, 1), (-1, 0)): cost = 1013, parent = (3, 1)
[INFO] [stdout] ((13, 13), (0, 1)): cost = 6034, parent = (13, 12)
[INFO] [stdout] ((5, 10), (0, 1)): cost = 10039, parent = (5, 9)
[INFO] [stdout] ((3, 7), (1, 0)): cost = 7026, parent = (2, 7)
[INFO] [stdout] ((2, 7), (-1, 0)): cost = 8027, parent = (3, 7)
[INFO] [stdout] ((9, 8), (0, 1)): cost = 8033, parent = (9, 7)
[INFO] [stdout] ((14, 3), (1, 0)): cost = 3021, parent = (13, 3)
[INFO] [stdout] ((7, 14), (0, -1)): cost = 11043, parent = (7, 15)
[INFO] [stdout] ((15, 4), (0, -1)): cost = 5025, parent = (15, 5)
[INFO] [stdout] ((13, 15), (1, 0)): cost = 6038, parent = (12, 15)
[INFO] [stdout] ((12, 11), (-1, 0)): cost = 7033, parent = (13, 11)
[INFO] [stdout] ((13, 6), (0, 1)): cost = 6027, parent = (13, 5)
[INFO] [stdout] ((8, 11), (1, 0)): cost = 10039, parent = (7, 11)
[INFO] [stdout] ((2, 3), (-1, 0)): cost = 3015, parent = (3, 3)
[INFO] [stdout] ((13, 8), (0, 1)): cost = 6029, parent = (13, 7)
[INFO] [stdout] ((5, 5), (1, 0)): cost = 6020, parent = (4, 5)
[INFO] [stdout] ((3, 5), (1, 0)): cost = 6022, parent = (2, 5)
[INFO] [stdout] ((11, 5), (0, -1)): cost = 7030, parent = (11, 6)
[INFO] [stdout] ((1, 7), (-1, 0)): cost = 8026, parent = (2, 7)
[INFO] [stdout] ((3, 7), (-1, 0)): cost = 8028, parent = (4, 7)
[INFO] [stdout] ((1, 11), (-1, 0)): cost = 11044, parent = (2, 11)
[INFO] [stdout] ((13, 3), (1, 0)): cost = 3020, parent = (12, 3)
[INFO] [stdout] ((4, 7), (1, 0)): cost = 7027, parent = (3, 7)
[INFO] [stdout] ((9, 14), (0, 1)): cost = 10039, parent = (9, 13)
[INFO] [stdout] ((5, 11), (0, 1)): cost = 10040, parent = (5, 10)
[INFO] [stdout] ((15, 15), (0, 1)): cost = 4034, parent = (15, 14)
[INFO] [stdout] ((7, 15), (0, 1)): cost = 10042, parent = (7, 14)
[INFO] [stdout] ((15, 3), (0, -1)): cost = 5024, parent = (15, 4)
[INFO] [stdout] ((1, 14), (0, 1)): cost = 12047, parent = (1, 13)
[INFO] [stdout] ((13, 1), (-1, 0)): cost = 1002, parent = (14, 1)
[INFO] [stdout] ((15, 3), (1, 0)): cost = 3022, parent = (14, 3)
[INFO] [stdout] ((8, 11), (-1, 0)): cost = 9037, parent = (9, 11)
[INFO] [stdout] ((12, 11), (1, 0)): cost = 8035, parent = (11, 11)
[INFO] [stdout] ((5, 11), (0, -1)): cost = 11042, parent = (5, 12)
[INFO] [stdout] ((6, 15), (1, 0)): cost = 12045, parent = (5, 15)
[INFO] [stdout] ((3, 8), (0, 1)): cost = 8027, parent = (3, 7)
[INFO] [stdout] ((12, 5), (-1, 0)): cost = 5027, parent = (13, 5)
[INFO] [stdout] ((4, 13), (1, 0)): cost = 12045, parent = (3, 13)
[INFO] [stdout] ((12, 3), (-1, 0)): cost = 4021, parent = (13, 3)
[INFO] [stdout] ((13, 5), (1, 0)): cost = 6028, parent = (12, 5)
[INFO] [stdout] ((5, 1), (0, -1)): cost = 3012, parent = (5, 2)
[INFO] [stdout] ((1, 6), (0, -1)): cost = 7025, parent = (1, 7)
[INFO] [stdout] ((15, 8), (0, 1)): cost = 4027, parent = (15, 7)
[INFO] [stdout] ((10, 3), (1, 0)): cost = 3017, parent = (9, 3)
[INFO] [stdout] ((2, 5), (1, 0)): cost = 6023, parent = (1, 5)
[INFO] [stdout] ((9, 14), (0, -1)): cost = 11041, parent = (9, 15)
[INFO] [stdout] ((7, 15), (-1, 0)): cost = 11042, parent = (8, 15)
[INFO] [stdout] ((3, 9), (0, 1)): cost = 8028, parent = (3, 8)
[INFO] [stdout] ((2, 7), (1, 0)): cost = 7025, parent = (1, 7)
[INFO] [stdout] ((13, 5), (-1, 0)): cost = 5026, parent = (14, 5)
[INFO] [stdout] ((13, 5), (0, -1)): cost = 7028, parent = (13, 6)
[INFO] [stdout] ((5, 1), (-1, 0)): cost = 1010, parent = (6, 1)
[INFO] [stdout] ((6, 7), (-1, 0)): cost = 8031, parent = (7, 7)
[INFO] [stdout] ((9, 7), (-1, 0)): cost = 7032, parent = (10, 7)
[INFO] [stdout] ((12, 15), (1, 0)): cost = 6039, parent = (11, 15)
[INFO] [stdout] ((11, 11), (0, -1)): cost = 9036, parent = (11, 12)
[INFO] [stdout] ((1, 9), (-1, 0)): cost = 9030, parent = (2, 9)
[INFO] [stdout] ((5, 10), (0, -1)): cost = 11041, parent = (5, 11)
[INFO] [stdout] ((3, 15), (1, 0)): cost = 12048, parent = (2, 15)
[INFO] [stdout] ((10, 7), (1, 0)): cost = 8033, parent = (9, 7)
[INFO] [stdout] ((6, 5), (1, 0)): cost = 6019, parent = (5, 5)
[INFO] [stdout] ((15, 5), (0, -1)): cost = 5026, parent = (15, 6)
[INFO] [stdout] ((15, 5), (0, 1)): cost = 4024, parent = (15, 4)
[INFO] [stdout] ((3, 13), (-1, 0)): cost = 11044, parent = (4, 13)
[INFO] [stdout] ((15, 6), (0, -1)): cost = 5027, parent = (15, 7)
[INFO] [stdout] ((7, 3), (-1, 0)): cost = 4016, parent = (8, 3)
[INFO] [stdout] ((6, 9), (-1, 0)): cost = 9037, parent = (7, 9)
[INFO] [stdout] ((3, 7), (0, -1)): cost = 9028, parent = (3, 8)
[INFO] [stdout] ((8, 15), (1, 0)): cost = 11043, parent = (7, 15)
[INFO] [stdout] ((3, 3), (-1, 0)): cost = 3014, parent = (4, 3)
[INFO] [stdout] ((2, 13), (1, 0)): cost = 12047, parent = (1, 13)
[INFO] [stdout] ((15, 8), (0, -1)): cost = 5029, parent = (15, 9)
[INFO] [stdout] ((6, 3), (1, 0)): cost = 3013, parent = (5, 3)
[INFO] [stdout] ((9, 15), (1, 0)): cost = 11044, parent = (8, 15)
[INFO] [stdout] ((11, 3), (1, 0)): cost = 3018, parent = (10, 3)
[INFO] [stdout] ((9, 1), (1, 0)): cost = 2008, parent = (8, 1)
[INFO] [stdout] ((6, 1), (1, 0)): cost = 2011, parent = (5, 1)
[INFO] [stdout] ((13, 11), (0, 1)): cost = 6032, parent = (13, 10)
[INFO] [stdout] ((2, 9), (1, 0)): cost = 10031, parent = (1, 9)
[INFO] [stdout] ((1, 9), (0, -1)): cost = 11032, parent = (1, 10)
[INFO] [stdout] ((9, 3), (-1, 0)): cost = 4018, parent = (10, 3)
[INFO] [stdout] ((3, 11), (-1, 0)): cost = 11042, parent = (4, 11)
[INFO] [stdout] ((3, 13), (1, 0)): cost = 12046, parent = (2, 13)
[INFO] [stdout] ((12, 1), (-1, 0)): cost = 1003, parent = (13, 1)
[INFO] [stdout] ((6, 9), (1, 0)): cost = 10039, parent = (5, 9)
[INFO] [stdout] ((14, 1), (-1, 0)): cost = 1001, parent = (15, 1)
[INFO] [stdout] ((3, 9), (1, 0)): cost = 10030, parent = (2, 9)
[INFO] [stdout] ((1, 10), (0, -1)): cost = 11033, parent = (1, 11)
[INFO] [stdout] ((3, 1), (1, 0)): cost = 2014, parent = (2, 1)
[INFO] [stdout] ((4, 1), (-1, 0)): cost = 1011, parent = (5, 1)
[INFO] [stdout] ((6, 1), (-1, 0)): cost = 1009, parent = (7, 1)
[INFO] [stdout] ((11, 1), (-1, 0)): cost = 1004, parent = (12, 1)
[INFO] [stdout] ((13, 7), (0, 1)): cost = 6028, parent = (13, 6)
[INFO] [stdout] ((11, 13), (0, 1)): cost = 8036, parent = (11, 12)
[INFO] [stdout] ((5, 9), (-1, 0)): cost = 9038, parent = (6, 9)
[INFO] [stdout] ((9, 6), (0, 1)): cost = 9035, parent = (9, 5)
[INFO] [stdout] ((15, 5), (1, 0)): cost = 6026, parent = (14, 5)
[INFO] [stdout] ((3, 15), (-1, 0)): cost = 11046, parent = (4, 15)
[INFO] [stdout] ((3, 1), (-1, 0)): cost = 1012, parent = (4, 1)
[INFO] [stdout] ((5, 2), (0, -1)): cost = 3013, parent = (5, 3)
[INFO] [stdout] ((7, 12), (0, -1)): cost = 11041, parent = (7, 13)
[INFO] [stdout] ((1, 5), (-1, 0)): cost = 5022, parent = (2, 5)
[INFO] [stdout] ((15, 10), (0, 1)): cost = 4029, parent = (15, 9)
[INFO] [stdout] ((15, 15), (1, 0)): cost = 6036, parent = (14, 15)
[INFO] [stdout] ((4, 7), (-1, 0)): cost = 8029, parent = (5, 7)
[INFO] [stdout] ((4, 3), (1, 0)): cost = 3019, parent = (3, 3)
[INFO] [stdout] ((8, 15), (-1, 0)): cost = 11041, parent = (9, 15)
[INFO] [stdout] ((8, 9), (-1, 0)): cost = 9035, parent = (9, 9)
[INFO] [stdout] ((1, 15), (-1, 0)): cost = 11048, parent = (2, 15)
[INFO] [stdout] ((11, 1), (1, 0)): cost = 2006, parent = (10, 1)
[INFO] [stdout] ((13, 3), (-1, 0)): cost = 4022, parent = (14, 3)
[INFO] [stdout] ((9, 15), (0, 1)): cost = 10040, parent = (9, 14)
[INFO] [stdout] ((12, 15), (-1, 0)): cost = 5037, parent = (13, 15)
[INFO] [stdout] ((10, 1), (1, 0)): cost = 2007, parent = (9, 1)
[INFO] [stdout] ((1, 3), (-1, 0)): cost = 3016, parent = (2, 3)
[INFO] [stdout] ((11, 7), (1, 0)): cost = 8032, parent = (10, 7)
[INFO] [stdout] ((7, 9), (-1, 0)): cost = 9036, parent = (8, 9)
[INFO] [stdout] ((5, 12), (0, -1)): cost = 11043, parent = (5, 13)
[INFO] [stdout] ((15, 13), (0, 1)): cost = 4032, parent = (15, 12)
[INFO] [stdout] ((15, 14), (0, -1)): cost = 5035, parent = (15, 15)
[INFO] [stdout] ((11, 10), (0, 1)): cost = 9037, parent = (11, 9)
[INFO] [stdout] ((12, 1), (1, 0)): cost = 2005, parent = (11, 1)
[INFO] [stdout] ((5, 1), (1, 0)): cost = 2012, parent = (4, 1)
[INFO] [stdout] ((1, 2), (0, 1)): cost = 2015, parent = (1, 1)
[INFO] [stdout] ((5, 13), (1, 0)): cost = 12044, parent = (4, 13)
[INFO] [stdout] ((7, 3), (0, -1)): cost = 5016, parent = (7, 4)
[INFO] [stdout] ((7, 3), (1, 0)): cost = 3014, parent = (6, 3)
[INFO] [stdout] ((11, 13), (1, 0)): cost = 10038, parent = (10, 13)
[INFO] [stdout] ((4, 13), (-1, 0)): cost = 11043, parent = (5, 13)
[INFO] [stdout] ((7, 1), (-1, 0)): cost = 1008, parent = (8, 1)
[INFO] [stdout] ((14, 5), (-1, 0)): cost = 5025, parent = (15, 5)
[INFO] [stdout] ((9, 11), (0, 1)): cost = 8036, parent = (9, 10)
[INFO] [stdout] ((7, 15), (1, 0)): cost = 12044, parent = (6, 15)
[INFO] [stdout] ((3, 8), (0, -1)): cost = 9029, parent = (3, 9)
[INFO] [stdout] ((5, 3), (0, 1)): cost = 2012, parent = (5, 2)
[INFO] [stdout] ((15, 12), (0, 1)): cost = 4031, parent = (15, 11)
[INFO] [stdout] ((13, 11), (1, 0)): cost = 8034, parent = (12, 11)
[INFO] [stdout] ((13, 12), (0, -1)): cost = 7035, parent = (13, 13)
[INFO] [stdout] ((7, 7), (1, 0)): cost = 7030, parent = (6, 7)
[INFO] [stdout] ((13, 9), (0, -1)): cost = 7032, parent = (13, 10)
[INFO] [stdout] ((5, 7), (-1, 0)): cost = 8030, parent = (6, 7)
[INFO] [stdout] ((7, 4), (0, 1)): cost = 4015, parent = (7, 3)
[INFO] [stdout] ((5, 15), (-1, 0)): cost = 11044, parent = (6, 15)
[INFO] [stdout] ((12, 5), (1, 0)): cost = 6029, parent = (11, 5)
[INFO] [stdout] ((13, 10), (0, 1)): cost = 6031, parent = (13, 9)
[INFO] [stdout] ((11, 7), (0, 1)): cost = 6030, parent = (11, 6)
[INFO] [stdout] ((7, 5), (1, 0)): cost = 6018, parent = (6, 5)
[INFO] [stdout] ((9, 13), (-1, 0)): cost = 9038, parent = (10, 13)
[INFO] [stdout] ((7, 11), (-1, 0)): cost = 9038, parent = (8, 11)
[INFO] [stdout] ((13, 9), (0, 1)): cost = 6030, parent = (13, 8)
[INFO] [stdout] ((7, 13), (0, -1)): cost = 11042, parent = (7, 14)
[INFO] [stdout] ((6, 15), (-1, 0)): cost = 11043, parent = (7, 15)
[INFO] [stdout] ((11, 12), (0, -1)): cost = 9037, parent = (11, 13)
[INFO] [stdout] ((13, 10), (0, -1)): cost = 7033, parent = (13, 11)
[INFO] [stdout] ((5, 15), (1, 0)): cost = 12046, parent = (4, 15)
[INFO] [stdout] ((11, 5), (-1, 0)): cost = 5028, parent = (12, 5)
[INFO] [stdout] ((7, 1), (1, 0)): cost = 2010, parent = (6, 1)
[INFO] [stdout] ((6, 5), (-1, 0)): cost = 5017, parent = (7, 5)
[INFO] [stdout] ((4, 11), (-1, 0)): cost = 11041, parent = (5, 11)
[INFO] [stdout] ((15, 9), (0, 1)): cost = 4028, parent = (15, 8)
[INFO] [stdout] ((14, 15), (-1, 0)): cost = 5035, parent = (15, 15)
[INFO] [stdout] ((11, 12), (0, 1)): cost = 8035, parent = (11, 11)
[INFO] [stdout] ((7, 9), (1, 0)): cost = 10038, parent = (6, 9)
[INFO] [stdout] ((14, 5), (1, 0)): cost = 6027, parent = (13, 5)
[INFO] [stdout] ((11, 9), (0, -1)): cost = 8036, parent = (11, 10)
[INFO] [stdout] ((9, 3), (1, 0)): cost = 3016, parent = (8, 3)
[INFO] [stdout] ((2, 11), (1, 0)): cost = 11033, parent = (1, 11)
[INFO] [stdout] ((15, 4), (0, 1)): cost = 4023, parent = (15, 3)
[INFO] [stdout] ((3, 12), (0, -1)): cost = 12045, parent = (3, 13)
[INFO] [stdout] ((14, 1), (1, 0)): cost = 2003, parent = (13, 1)
[INFO] [stdout] ((11, 10), (0, -1)): cost = 8035, parent = (11, 11)
[INFO] [stdout] ((4, 5), (1, 0)): cost = 6021, parent = (3, 5)
[INFO] [stdout] ((7, 11), (0, -1)): cost = 11040, parent = (7, 12)
[INFO] [stdout] ((2, 5), (-1, 0)): cost = 5021, parent = (3, 5)
[INFO] [stdout] ((2, 11), (-1, 0)): cost = 11043, parent = (3, 11)
[INFO] [stdout] ((3, 5), (-1, 0)): cost = 5020, parent = (4, 5)
[INFO] [stdout] ((13, 7), (0, -1)): cost = 7030, parent = (13, 8)
[INFO] [stdout] ((1, 11), (0, 1)): cost = 10032, parent = (1, 10)
[INFO] [stdout] ((5, 13), (0, 1)): cost = 10042, parent = (5, 12)
[INFO] [stdout] ((15, 1), (1, 0)): cost = 2002, parent = (14, 1)
[INFO] [stdout] ((4, 1), (1, 0)): cost = 2013, parent = (3, 1)
[INFO] [stdout] ((4, 5), (-1, 0)): cost = 5019, parent = (5, 5)
[INFO] [stdout] ((4, 15), (-1, 0)): cost = 11045, parent = (5, 15)
[INFO] [stdout] ((13, 1), (1, 0)): cost = 2004, parent = (12, 1)
[INFO] [stdout] ((13, 8), (0, -1)): cost = 7031, parent = (13, 9)
[INFO] [stdout] ((12, 3), (1, 0)): cost = 3019, parent = (11, 3)
[INFO] [stdout] ((6, 7), (1, 0)): cost = 7029, parent = (5, 7)
[INFO] [stdout] ((5, 11), (1, 0)): cost = 11036, parent = (4, 11)
[INFO] [stdout] ((8, 3), (1, 0)): cost = 3015, parent = (7, 3)
[INFO] [stdout] ((8, 1), (1, 0)): cost = 2009, parent = (7, 1)
[INFO] [stdout] ((5, 3), (-1, 0)): cost = 4014, parent = (6, 3)
[INFO] [stdout] ((5, 7), (1, 0)): cost = 7028, parent = (4, 7)
[INFO] [stdout] ((1, 10), (0, 1)): cost = 10031, parent = (1, 9)
[INFO] [stdout] ((7, 14), (0, 1)): cost = 10041, parent = (7, 13)
[INFO] [stdout] ((1, 1), (-1, 0)): cost = 1014, parent = (2, 1)
[INFO] [stdout] ((5, 3), (1, 0)): cost = 3020, parent = (4, 3)
[INFO] [stdout] ((15, 7), (0, 1)): cost = 4026, parent = (15, 6)
[INFO] [stdout] ((7, 4), (0, -1)): cost = 5017, parent = (7, 5)
[INFO] [stdout] ((1, 7), (0, 1)): cost = 6024, parent = (1, 6)
[INFO] [stdout] ((4, 15), (1, 0)): cost = 12047, parent = (3, 15)
[INFO] [stdout] ((15, 11), (0, 1)): cost = 4030, parent = (15, 10)
[INFO] [stdout] ((9, 9), (0, -1)): cost = 9036, parent = (9, 10)
[INFO] [stdout] ((11, 15), (-1, 0)): cost = 5038, parent = (12, 15)
[INFO] [stdout] ((5, 12), (0, 1)): cost = 10041, parent = (5, 11)
[INFO] [stdout] ((5, 2), (0, 1)): cost = 2011, parent = (5, 1)
[INFO] [stdout] ((14, 3), (-1, 0)): cost = 4023, parent = (15, 3)
[INFO] [stdout] ((9, 9), (0, 1)): cost = 8034, parent = (9, 8)
[INFO] [stdout] ((13, 15), (-1, 0)): cost = 5036, parent = (14, 15)
[INFO] [stdout] ((2, 15), (-1, 0)): cost = 11047, parent = (3, 15)
[INFO] [stdout] ((15, 6), (0, 1)): cost = 4025, parent = (15, 5)
[INFO] [stdout] ((7, 12), (0, 1)): cost = 10039, parent = (7, 11)
[INFO] [stdout] ((2, 1), (1, 0)): cost = 2015, parent = (1, 1)
[INFO] [stdout] ((13, 12), (0, 1)): cost = 6033, parent = (13, 11)
[INFO] [stdout] 
[INFO] [stdout] thread 'solutions::d16::tests::test_s2_2' (47) panicked at src/solutions/d16.rs:228:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 0
[INFO] [stdout]  right: 64
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61b10cc96702 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61b10cc96702 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61b10cc96702 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61b10cc96702 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61b10cca740f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61b10cca740f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x61b10cc63c71 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61b10cc63c71 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61b10cc6fcd2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61b10cc7481f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x61b10cc746b1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x61b10c9a9a7e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x61b10c9a9a7e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61b10cc74edf - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x61b10cc74edf - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x61b10cc74d3a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x61b10cc6fe09 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61b10cc5814d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x61b10ccafe70 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61b10ccafc73 - core::panicking::assert_failed_inner::h448e1d534f4c3d4b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x61b10ccafa57 - core::panicking::assert_failed::h87b296a5d40a0ee9
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x61b10c946cec - adventofcode2024::solutions::d16::tests::test_s2_2::h5d1a96f63f1f709d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/solutions/d16.rs:228:9
[INFO] [stdout]   22:     0x61b10c946d17 - adventofcode2024::solutions::d16::tests::test_s2_2::{{closure}}::h9cb632136f10ebc8
[INFO] [stdout]                                at /opt/rustwide/workdir/src/solutions/d16.rs:226:19
[INFO] [stdout]   23:     0x61b10c9712c6 - core::ops::function::FnOnce::call_once::hdedb1955ca464d2a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x61b10c9a983b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61b10c9a983b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x61b10c9bf4a5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x61b10c9bf4a5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x61b10c9bf4a5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   29:     0x61b10c9bf4a5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x61b10c9bf4a5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x61b10c9bf4a5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x61b10c9bf4a5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x61b10c995c94 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x61b10c995c94 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x61b10c99955a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x61b10c99955a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x61b10c99955a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   38:     0x61b10c99955a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   39:     0x61b10c99955a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x61b10c99955a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x61b10c99955a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x61b10cc6af6f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   43:     0x61b10cc6af6f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   44:     0x7fc227798aa4 - <unknown>
[INFO] [stdout]   45:     0x7fc227825a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- solutions::d16::tests::test_s2 stdout ----
[INFO] [stdout] 7036 (1, 13) (-1, 0)
[INFO] [stdout] ((11, 9), (-1, 0)): cost = 5014, parent = (12, 9)
[INFO] [stdout] ((7, 2), (0, -1)): cost = 4009, parent = (7, 3)
[INFO] [stdout] ((7, 7), (0, 1)): cost = 4012, parent = (7, 6)
[INFO] [stdout] ((12, 9), (1, 0)): cost = 5015, parent = (11, 9)
[INFO] [stdout] ((10, 1), (1, 0)): cost = 2005, parent = (9, 1)
[INFO] [stdout] ((5, 6), (0, -1)): cost = 6019, parent = (5, 7)
[INFO] [stdout] ((11, 4), (0, 1)): cost = 2005, parent = (11, 3)
[INFO] [stdout] ((7, 2), (0, 1)): cost = 5011, parent = (7, 1)
[INFO] [stdout] ((6, 1), (1, 0)): cost = 6013, parent = (5, 1)
[INFO] [stdout] ((9, 9), (-1, 0)): cost = 5016, parent = (10, 9)
[INFO] [stdout] ((8, 5), (-1, 0)): cost = 3009, parent = (9, 5)
[INFO] [stdout] ((3, 4), (0, -1)): cost = 7019, parent = (3, 5)
[INFO] [stdout] ((11, 1), (1, 0)): cost = 2004, parent = (10, 1)
[INFO] [stdout] ((11, 11), (-1, 0)): cost = 6022, parent = (12, 11)
[INFO] [stdout] ((9, 3), (-1, 0)): cost = 3006, parent = (10, 3)
[INFO] [stdout] ((7, 6), (0, -1)): cost = 5013, parent = (7, 7)
[INFO] [stdout] ((12, 13), (1, 0)): cost = 8027, parent = (11, 13)
[INFO] [stdout] ((9, 13), (1, 0)): cost = 8030, parent = (8, 13)
[INFO] [stdout] ((7, 13), (-1, 0)): cost = 7030, parent = (8, 13)
[INFO] [stdout] ((11, 8), (0, 1)): cost = 6013, parent = (11, 7)
[INFO] [stdout] ((6, 13), (1, 0)): cost = 8033, parent = (5, 13)
[INFO] [stdout] ((4, 13), (1, 0)): cost = 8035, parent = (3, 13)
[INFO] [stdout] ((7, 1), (1, 0)): cost = 6012, parent = (6, 1)
[INFO] [stdout] ((11, 11), (1, 0)): cost = 5020, parent = (10, 11)
[INFO] [stdout] ((5, 1), (1, 0)): cost = 6014, parent = (4, 1)
[INFO] [stdout] ((12, 9), (-1, 0)): cost = 5013, parent = (13, 9)
[INFO] [stdout] ((12, 11), (1, 0)): cost = 5021, parent = (11, 11)
[INFO] [stdout] ((1, 6), (0, 1)): cost = 6021, parent = (1, 5)
[INFO] [stdout] ((6, 13), (-1, 0)): cost = 7031, parent = (7, 13)
[INFO] [stdout] ((2, 1), (1, 0)): cost = 6017, parent = (1, 1)
[INFO] [stdout] ((13, 1), (1, 0)): cost = 2002, parent = (12, 1)
[INFO] [stdout] ((10, 13), (-1, 0)): cost = 7027, parent = (11, 13)
[INFO] [stdout] ((10, 5), (-1, 0)): cost = 3007, parent = (11, 5)
[INFO] [stdout] ((10, 13), (1, 0)): cost = 8029, parent = (9, 13)
[INFO] [stdout] ((8, 11), (-1, 0)): cost = 6019, parent = (9, 11)
[INFO] [stdout] ((1, 4), (0, 1)): cost = 6019, parent = (1, 3)
[INFO] [stdout] ((12, 5), (1, 0)): cost = 3007, parent = (11, 5)
[INFO] [stdout] ((7, 4), (0, 1)): cost = 4009, parent = (7, 3)
[INFO] [stdout] ((4, 5), (1, 0)): cost = 7019, parent = (3, 5)
[INFO] [stdout] ((1, 3), (0, -1)): cost = 7020, parent = (1, 4)
[INFO] [stdout] ((11, 7), (-1, 0)): cost = 5012, parent = (12, 7)
[INFO] [stdout] ((10, 1), (-1, 0)): cost = 1003, parent = (11, 1)
[INFO] [stdout] ((1, 3), (-1, 0)): cost = 7018, parent = (2, 3)
[INFO] [stdout] ((7, 11), (0, 1)): cost = 4016, parent = (7, 10)
[INFO] [stdout] ((8, 3), (1, 0)): cost = 4009, parent = (7, 3)
[INFO] [stdout] ((3, 2), (0, 1)): cost = 6015, parent = (3, 1)
[INFO] [stdout] ((3, 2), (0, -1)): cost = 7017, parent = (3, 3)
[INFO] [stdout] ((7, 3), (-1, 0)): cost = 3008, parent = (8, 3)
[INFO] [stdout] ((9, 13), (-1, 0)): cost = 7028, parent = (10, 13)
[INFO] [stdout] ((9, 3), (0, 1)): cost = 2006, parent = (9, 2)
[INFO] [stdout] ((10, 3), (1, 0)): cost = 3007, parent = (9, 3)
[INFO] [stdout] ((4, 11), (-1, 0)): cost = 7019, parent = (5, 11)
[INFO] [stdout] ((13, 5), (0, -1)): cost = 5010, parent = (13, 6)
[INFO] [stdout] ((11, 2), (0, 1)): cost = 2003, parent = (11, 1)
[INFO] [stdout] ((3, 4), (0, 1)): cost = 6017, parent = (3, 3)
[INFO] [stdout] ((1, 2), (0, -1)): cost = 7019, parent = (1, 3)
[INFO] [stdout] ((1, 6), (0, -1)): cost = 7023, parent = (1, 7)
[INFO] [stdout] ((11, 8), (0, -1)): cost = 6015, parent = (11, 9)
[INFO] [stdout] ((5, 6), (0, 1)): cost = 7021, parent = (5, 5)
[INFO] [stdout] ((5, 10), (0, 1)): cost = 6017, parent = (5, 9)
[INFO] [stdout] ((13, 13), (1, 0)): cost = 8026, parent = (12, 13)
[INFO] [stdout] ((3, 13), (1, 0)): cost = 8036, parent = (2, 13)
[INFO] [stdout] ((3, 10), (0, -1)): cost = 8021, parent = (3, 11)
[INFO] [stdout] ((8, 11), (1, 0)): cost = 5017, parent = (7, 11)
[INFO] [stdout] ((9, 5), (-1, 0)): cost = 3008, parent = (10, 5)
[INFO] [stdout] ((6, 9), (1, 0)): cost = 6017, parent = (5, 9)
[INFO] [stdout] ((13, 8), (0, 1)): cost = 4011, parent = (13, 7)
[INFO] [stdout] ((7, 13), (1, 0)): cost = 8032, parent = (6, 13)
[INFO] [stdout] ((12, 1), (-1, 0)): cost = 1001, parent = (13, 1)
[INFO] [stdout] ((3, 3), (1, 0)): cost = 7020, parent = (2, 3)
[INFO] [stdout] ((13, 2), (0, 1)): cost = 1, parent = (13, 1)
[INFO] [stdout] ((11, 5), (-1, 0)): cost = 4008, parent = (12, 5)
[INFO] [stdout] ((7, 5), (0, 1)): cost = 4010, parent = (7, 4)
[INFO] [stdout] ((6, 1), (-1, 0)): cost = 5011, parent = (7, 1)
[INFO] [stdout] ((10, 11), (1, 0)): cost = 5019, parent = (9, 11)
[INFO] [stdout] ((5, 9), (0, 1)): cost = 7018, parent = (5, 8)
[INFO] [stdout] ((5, 9), (-1, 0)): cost = 5016, parent = (6, 9)
[INFO] [stdout] ((13, 5), (1, 0)): cost = 3008, parent = (12, 5)
[INFO] [stdout] ((1, 7), (0, 1)): cost = 6022, parent = (1, 6)
[INFO] [stdout] ((1, 5), (0, -1)): cost = 7022, parent = (1, 6)
[INFO] [stdout] ((13, 13), (0, 1)): cost = 6024, parent = (13, 12)
[INFO] [stdout] ((13, 12), (0, -1)): cost = 7025, parent = (13, 13)
[INFO] [stdout] ((3, 11), (-1, 0)): cost = 7020, parent = (4, 11)
[INFO] [stdout] ((5, 13), (1, 0)): cost = 8034, parent = (4, 13)
[INFO] [stdout] ((1, 4), (0, -1)): cost = 7021, parent = (1, 5)
[INFO] [stdout] ((4, 11), (1, 0)): cost = 8021, parent = (3, 11)
[INFO] [stdout] ((7, 10), (0, 1)): cost = 4015, parent = (7, 9)
[INFO] [stdout] ((12, 1), (1, 0)): cost = 2003, parent = (11, 1)
[INFO] [stdout] ((13, 9), (1, 0)): cost = 5016, parent = (12, 9)
[INFO] [stdout] ((7, 1), (0, -1)): cost = 4010, parent = (7, 2)
[INFO] [stdout] ((2, 7), (1, 0)): cost = 7023, parent = (1, 7)
[INFO] [stdout] ((12, 7), (-1, 0)): cost = 5011, parent = (13, 7)
[INFO] [stdout] ((13, 11), (1, 0)): cost = 5022, parent = (12, 11)
[INFO] [stdout] ((11, 1), (0, -1)): cost = 3004, parent = (11, 2)
[INFO] [stdout] ((5, 9), (0, -1)): cost = 7018, parent = (5, 10)
[INFO] [stdout] ((11, 3), (0, -1)): cost = 3006, parent = (11, 4)
[INFO] [stdout] ((11, 1), (-1, 0)): cost = 1002, parent = (12, 1)
[INFO] [stdout] ((9, 8), (0, 1)): cost = 4011, parent = (9, 7)
[INFO] [stdout] ((1, 1), (-1, 0)): cost = 5016, parent = (2, 1)
[INFO] [stdout] ((10, 11), (-1, 0)): cost = 6021, parent = (11, 11)
[INFO] [stdout] ((7, 6), (0, 1)): cost = 4011, parent = (7, 5)
[INFO] [stdout] ((13, 3), (0, 1)): cost = 2, parent = (13, 2)
[INFO] [stdout] ((13, 2), (0, -1)): cost = 1003, parent = (13, 3)
[INFO] [stdout] ((6, 9), (-1, 0)): cost = 5015, parent = (7, 9)
[INFO] [stdout] ((1, 2), (0, 1)): cost = 6017, parent = (1, 1)
[INFO] [stdout] ((8, 5), (1, 0)): cost = 4011, parent = (7, 5)
[INFO] [stdout] ((5, 1), (-1, 0)): cost = 5012, parent = (6, 1)
[INFO] [stdout] ((2, 3), (1, 0)): cost = 7019, parent = (1, 3)
[INFO] [stdout] ((2, 7), (-1, 0)): cost = 8025, parent = (3, 7)
[INFO] [stdout] ((4, 13), (-1, 0)): cost = 7033, parent = (5, 13)
[INFO] [stdout] ((9, 5), (1, 0)): cost = 4010, parent = (8, 5)
[INFO] [stdout] ((7, 11), (-1, 0)): cost = 6018, parent = (8, 11)
[INFO] [stdout] ((10, 9), (-1, 0)): cost = 5015, parent = (11, 9)
[INFO] [stdout] ((9, 6), (0, -1)): cost = 5011, parent = (9, 7)
[INFO] [stdout] ((11, 5), (0, 1)): cost = 2006, parent = (11, 4)
[INFO] [stdout] ((5, 11), (0, 1)): cost = 6018, parent = (5, 10)
[INFO] [stdout] ((1, 13), (-1, 0)): cost = 7036, parent = (2, 13)
[INFO] [stdout] ((4, 1), (1, 0)): cost = 6015, parent = (3, 1)
[INFO] [stdout] ((2, 3), (-1, 0)): cost = 7017, parent = (3, 3)
[INFO] [stdout] ((7, 9), (0, -1)): cost = 5016, parent = (7, 10)
[INFO] [stdout] ((5, 8), (0, -1)): cost = 6017, parent = (5, 9)
[INFO] [stdout] ((11, 3), (0, 1)): cost = 2004, parent = (11, 2)
[INFO] [stdout] ((12, 5), (-1, 0)): cost = 4009, parent = (13, 5)
[INFO] [stdout] ((9, 6), (0, 1)): cost = 4009, parent = (9, 5)
[INFO] [stdout] ((9, 11), (1, 0)): cost = 5018, parent = (8, 11)
[INFO] [stdout] ((3, 3), (0, -1)): cost = 7018, parent = (3, 4)
[INFO] [stdout] ((1, 7), (-1, 0)): cost = 8024, parent = (2, 7)
[INFO] [stdout] ((11, 2), (0, -1)): cost = 3005, parent = (11, 3)
[INFO] [stdout] ((9, 9), (0, 1)): cost = 4012, parent = (9, 8)
[INFO] [stdout] ((13, 11), (0, -1)): cost = 7024, parent = (13, 12)
[INFO] [stdout] ((7, 3), (0, -1)): cost = 4012, parent = (7, 4)
[INFO] [stdout] ((9, 7), (0, 1)): cost = 4010, parent = (9, 6)
[INFO] [stdout] ((7, 3), (1, 0)): cost = 4010, parent = (6, 3)
[INFO] [stdout] ((1, 5), (0, 1)): cost = 6020, parent = (1, 4)
[INFO] [stdout] ((11, 13), (1, 0)): cost = 8028, parent = (10, 13)
[INFO] [stdout] ((13, 7), (0, -1)): cost = 5012, parent = (13, 8)
[INFO] [stdout] ((3, 3), (0, 1)): cost = 6016, parent = (3, 2)
[INFO] [stdout] ((3, 13), (-1, 0)): cost = 7034, parent = (4, 13)
[INFO] [stdout] ((4, 5), (-1, 0)): cost = 7021, parent = (5, 5)
[INFO] [stdout] ((11, 13), (-1, 0)): cost = 7026, parent = (12, 13)
[INFO] [stdout] ((13, 1), (0, -1)): cost = 1002, parent = (13, 2)
[INFO] [stdout] ((9, 2), (0, -1)): cost = 3007, parent = (9, 3)
[INFO] [stdout] ((6, 3), (1, 0)): cost = 4011, parent = (5, 3)
[INFO] [stdout] ((11, 9), (1, 0)): cost = 5014, parent = (10, 9)
[INFO] [stdout] ((10, 9), (1, 0)): cost = 5013, parent = (9, 9)
[INFO] [stdout] ((5, 10), (0, -1)): cost = 7019, parent = (5, 11)
[INFO] [stdout] ((9, 1), (-1, 0)): cost = 1004, parent = (10, 1)
[INFO] [stdout] ((9, 8), (0, -1)): cost = 5013, parent = (9, 9)
[INFO] [stdout] ((8, 3), (-1, 0)): cost = 3007, parent = (9, 3)
[INFO] [stdout] ((3, 1), (-1, 0)): cost = 5014, parent = (4, 1)
[INFO] [stdout] ((6, 3), (-1, 0)): cost = 3009, parent = (7, 3)
[INFO] [stdout] ((9, 5), (0, -1)): cost = 5010, parent = (9, 6)
[INFO] [stdout] ((3, 1), (1, 0)): cost = 6016, parent = (2, 1)
[INFO] [stdout] ((9, 2), (0, 1)): cost = 2005, parent = (9, 1)
[INFO] [stdout] ((7, 8), (0, -1)): cost = 5015, parent = (7, 9)
[INFO] [stdout] ((13, 6), (0, 1)): cost = 4009, parent = (13, 5)
[INFO] [stdout] ((12, 7), (1, 0)): cost = 6013, parent = (11, 7)
[INFO] [stdout] ((5, 13), (-1, 0)): cost = 7032, parent = (6, 13)
[INFO] [stdout] ((7, 5), (-1, 0)): cost = 3010, parent = (8, 5)
[INFO] [stdout] ((13, 7), (0, 1)): cost = 4010, parent = (13, 6)
[INFO] [stdout] ((13, 6), (0, -1)): cost = 5011, parent = (13, 7)
[INFO] [stdout] ((9, 7), (0, -1)): cost = 5012, parent = (9, 8)
[INFO] [stdout] ((11, 9), (0, 1)): cost = 6014, parent = (11, 8)
[INFO] [stdout] ((3, 5), (0, 1)): cost = 6018, parent = (3, 4)
[INFO] [stdout] ((9, 3), (1, 0)): cost = 4008, parent = (8, 3)
[INFO] [stdout] ((7, 8), (0, 1)): cost = 4013, parent = (7, 7)
[INFO] [stdout] ((7, 9), (1, 0)): cost = 6016, parent = (6, 9)
[INFO] [stdout] ((5, 5), (0, -1)): cost = 6020, parent = (5, 6)
[INFO] [stdout] ((12, 13), (-1, 0)): cost = 7025, parent = (13, 13)
[INFO] [stdout] ((11, 4), (0, -1)): cost = 3007, parent = (11, 5)
[INFO] [stdout] ((13, 12), (0, 1)): cost = 6023, parent = (13, 11)
[INFO] [stdout] ((7, 7), (0, -1)): cost = 5014, parent = (7, 8)
[INFO] [stdout] ((7, 10), (0, -1)): cost = 5017, parent = (7, 11)
[INFO] [stdout] ((3, 1), (0, -1)): cost = 7016, parent = (3, 2)
[INFO] [stdout] ((5, 7), (0, -1)): cost = 6018, parent = (5, 8)
[INFO] [stdout] ((5, 3), (-1, 0)): cost = 3010, parent = (6, 3)
[INFO] [stdout] ((13, 9), (0, 1)): cost = 4012, parent = (13, 8)
[INFO] [stdout] ((7, 4), (0, -1)): cost = 4011, parent = (7, 5)
[INFO] [stdout] ((13, 8), (0, -1)): cost = 5013, parent = (13, 9)
[INFO] [stdout] ((2, 1), (-1, 0)): cost = 5015, parent = (3, 1)
[INFO] [stdout] ((1, 3), (0, 1)): cost = 6018, parent = (1, 2)
[INFO] [stdout] ((9, 1), (0, -1)): cost = 3006, parent = (9, 2)
[INFO] [stdout] ((11, 7), (0, -1)): cost = 6016, parent = (11, 8)
[INFO] [stdout] ((1, 1), (0, -1)): cost = 7018, parent = (1, 2)
[INFO] [stdout] ((3, 5), (-1, 0)): cost = 7022, parent = (4, 5)
[INFO] [stdout] ((10, 5), (1, 0)): cost = 4009, parent = (9, 5)
[INFO] [stdout] ((7, 3), (0, 1)): cost = 5010, parent = (7, 2)
[INFO] [stdout] ((5, 5), (1, 0)): cost = 7020, parent = (4, 5)
[INFO] [stdout] ((11, 5), (1, 0)): cost = 4008, parent = (10, 5)
[INFO] [stdout] ((8, 13), (-1, 0)): cost = 7029, parent = (9, 13)
[INFO] [stdout] ((5, 7), (0, 1)): cost = 7020, parent = (5, 6)
[INFO] [stdout] ((8, 13), (1, 0)): cost = 8031, parent = (7, 13)
[INFO] [stdout] ((5, 11), (1, 0)): cost = 8020, parent = (4, 11)
[INFO] [stdout] ((13, 7), (1, 0)): cost = 6012, parent = (12, 7)
[INFO] [stdout] ((7, 5), (0, -1)): cost = 5012, parent = (7, 6)
[INFO] [stdout] ((3, 7), (1, 0)): cost = 7024, parent = (2, 7)
[INFO] [stdout] ((2, 13), (-1, 0)): cost = 7035, parent = (3, 13)
[INFO] [stdout] ((11, 3), (1, 0)): cost = 3008, parent = (10, 3)
[INFO] [stdout] ((4, 1), (-1, 0)): cost = 5013, parent = (5, 1)
[INFO] [stdout] ((9, 11), (-1, 0)): cost = 6020, parent = (10, 11)
[INFO] [stdout] ((7, 9), (0, 1)): cost = 4014, parent = (7, 8)
[INFO] [stdout] ((5, 8), (0, 1)): cost = 7019, parent = (5, 7)
[INFO] [stdout] ((12, 11), (-1, 0)): cost = 6023, parent = (13, 11)
[INFO] [stdout] ((10, 3), (-1, 0)): cost = 3005, parent = (11, 3)
[INFO] [stdout] 
[INFO] [stdout] thread 'solutions::d16::tests::test_s2' (46) panicked at src/solutions/d16.rs:223:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 0
[INFO] [stdout]  right: 45
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61b10cc96702 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61b10cc96702 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61b10cc96702 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61b10cc96702 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61b10cca740f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61b10cca740f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x61b10cc63c71 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61b10cc63c71 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61b10cc6fcd2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61b10cc7481f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x61b10cc746b1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x61b10c9a9a7e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x61b10c9a9a7e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61b10cc74edf - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x61b10cc74edf - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x61b10cc74d3a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x61b10cc6fe09 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61b10cc5814d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x61b10ccafe70 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61b10ccafc73 - core::panicking::assert_failed_inner::h448e1d534f4c3d4b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x61b10ccafa57 - core::panicking::assert_failed::h87b296a5d40a0ee9
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x61b10c946adc - adventofcode2024::solutions::d16::tests::test_s2::h35f37ba14ac2b0fa
[INFO] [stdout]                                at /opt/rustwide/workdir/src/solutions/d16.rs:223:9
[INFO] [stdout]   22:     0x61b10c946b07 - adventofcode2024::solutions::d16::tests::test_s2::{{closure}}::h5f89c938133e17bf
[INFO] [stdout]                                at /opt/rustwide/workdir/src/solutions/d16.rs:221:17
[INFO] [stdout]   23:     0x61b10c9713d6 - core::ops::function::FnOnce::call_once::he6f75b6791bf035a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x61b10c9a983b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61b10c9a983b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x61b10c9bf4a5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x61b10c9bf4a5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x61b10c9bf4a5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   29:     0x61b10c9bf4a5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x61b10c9bf4a5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x61b10c9bf4a5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x61b10c9bf4a5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x61b10c995c94 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x61b10c995c94 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x61b10c99955a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x61b10c99955a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x61b10c99955a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   38:     0x61b10c99955a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   39:     0x61b10c99955a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x61b10c99955a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x61b10c99955a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x61b10cc6af6f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   43:     0x61b10cc6af6f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   44:     0x7fc227798aa4 - <unknown>
[INFO] [stdout]   45:     0x7fc227825a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- solutions::d16::tests::test_s2_4 stdout ----
[INFO] [stdout] 2006 (1, 5) (0, 1)
[INFO] [stdout] ((1, 2), (0, -1)): cost = 3005, parent = (1, 3)
[INFO] [stdout] ((1, 4), (-1, 0)): cost = 1005, parent = (2, 4)
[INFO] [stdout] ((1, 3), (0, 1)): cost = 2004, parent = (1, 2)
[INFO] [stdout] ((3, 3), (0, -1)): cost = 1004, parent = (3, 4)
[INFO] [stdout] ((1, 4), (0, 1)): cost = 2005, parent = (1, 3)
[INFO] [stdout] ((1, 2), (0, 1)): cost = 2003, parent = (1, 1)
[INFO] [stdout] ((3, 2), (0, 1)): cost = 1, parent = (3, 1)
[INFO] [stdout] ((2, 1), (1, 0)): cost = 2003, parent = (1, 1)
[INFO] [stdout] ((2, 1), (-1, 0)): cost = 1001, parent = (3, 1)
[INFO] [stdout] ((3, 4), (1, 0)): cost = 2005, parent = (2, 4)
[INFO] [stdout] ((1, 5), (0, 1)): cost = 2006, parent = (1, 4)
[INFO] [stdout] ((2, 4), (1, 0)): cost = 2006, parent = (1, 4)
[INFO] [stdout] ((3, 4), (0, 1)): cost = 3, parent = (3, 3)
[INFO] [stdout] ((1, 1), (-1, 0)): cost = 1002, parent = (2, 1)
[INFO] [stdout] ((1, 1), (0, -1)): cost = 3004, parent = (1, 2)
[INFO] [stdout] ((3, 1), (1, 0)): cost = 2002, parent = (2, 1)
[INFO] [stdout] ((3, 3), (0, 1)): cost = 2, parent = (3, 2)
[INFO] [stdout] ((2, 4), (-1, 0)): cost = 1004, parent = (3, 4)
[INFO] [stdout] ((3, 1), (0, -1)): cost = 1002, parent = (3, 2)
[INFO] [stdout] ((3, 2), (0, -1)): cost = 1003, parent = (3, 3)
[INFO] [stdout] ((1, 3), (0, -1)): cost = 2006, parent = (1, 4)
[INFO] [stdout] 
[INFO] [stdout] thread 'solutions::d16::tests::test_s2_4' (48) panicked at src/solutions/d16.rs:241:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 0
[INFO] [stdout]  right: 10
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61b10cc96702 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61b10cc96702 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61b10cc96702 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61b10cc96702 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61b10cca740f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61b10cca740f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x61b10cc63c71 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61b10cc63c71 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61b10cc6fcd2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61b10cc7481f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x61b10cc746b1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x61b10c9a9a7e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x61b10c9a9a7e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61b10cc74edf - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x61b10cc74edf - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x61b10cc74d3a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x61b10cc6fe09 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61b10cc5814d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x61b10ccafe70 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61b10ccafc73 - core::panicking::assert_failed_inner::h448e1d534f4c3d4b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x61b10ccafa57 - core::panicking::assert_failed::h87b296a5d40a0ee9
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x61b10c946d9c - adventofcode2024::solutions::d16::tests::test_s2_4::hb4be82b4e23d9f34
[INFO] [stdout]                                at /opt/rustwide/workdir/src/solutions/d16.rs:241:9
[INFO] [stdout]   22:     0x61b10c946dc7 - adventofcode2024::solutions::d16::tests::test_s2_4::{{closure}}::hdda362c26092eb16
[INFO] [stdout]                                at /opt/rustwide/workdir/src/solutions/d16.rs:239:19
[INFO] [stdout]   23:     0x61b10c96feb6 - core::ops::function::FnOnce::call_once::h322a7b3a9157b874
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x61b10c9a983b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61b10c9a983b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x61b10c9bf4a5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x61b10c9bf4a5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x61b10c9bf4a5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   29:     0x61b10c9bf4a5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x61b10c9bf4a5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x61b10c9bf4a5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x61b10c9bf4a5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x61b10c995c94 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x61b10c995c94 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x61b10c99955a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x61b10c99955a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x61b10c99955a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   38:     0x61b10c99955a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   39:     0x61b10c99955a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x61b10c99955a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x61b10c99955a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x61b10cc6af6f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   43:     0x61b10cc6af6f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   44:     0x7fc227798aa4 - <unknown>
[INFO] [stdout]   45:     0x7fc227825a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     solutions::d13::tests::test_s2
[INFO] [stdout]     solutions::d15::tests::test_s2
[INFO] [stdout]     solutions::d16::tests::test_s2
[INFO] [stdout]     solutions::d16::tests::test_s2_2
[INFO] [stdout]     solutions::d16::tests::test_s2_4
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 55 passed; 5 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin adventofcode2024`
[INFO] running `Command { std: "docker" "inspect" "6ea885369a4b5ab2f9fb76942a9d45b863f43f870b87856e03f907651722b527", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6ea885369a4b5ab2f9fb76942a9d45b863f43f870b87856e03f907651722b527", kill_on_drop: false }`
[INFO] [stdout] 6ea885369a4b5ab2f9fb76942a9d45b863f43f870b87856e03f907651722b527
