[INFO] cloning repository https://github.com/benwithjamin/advent-of-code
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/benwithjamin/advent-of-code" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbenwithjamin%2Fadvent-of-code", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbenwithjamin%2Fadvent-of-code'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c532f8b7bd6296d955113029935da2e860f6bf69
[INFO] testing benwithjamin/advent-of-code against master#ec6f9a5b4413f74386267ef8efc93712c2ce6db6 for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbenwithjamin%2Fadvent-of-code" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/benwithjamin/advent-of-code
[INFO] finished tweaking git repo https://github.com/benwithjamin/advent-of-code
[INFO] tweaked toml for git repo https://github.com/benwithjamin/advent-of-code written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/benwithjamin/advent-of-code on toolchain ec6f9a5b4413f74386267ef8efc93712c2ce6db6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/benwithjamin/advent-of-code already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded bmp v0.5.0
[INFO] [stderr]   Downloaded quinn-udp v0.5.7
[INFO] [stderr]   Downloaded thiserror v2.0.3
[INFO] [stderr]   Downloaded thiserror-impl v2.0.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] cea86737a618beb52bce74a8e1bbb5e6057826904b6ef5275f764441a6f098a3
[INFO] running `Command { std: "docker" "start" "-a" "cea86737a618beb52bce74a8e1bbb5e6057826904b6ef5275f764441a6f098a3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cea86737a618beb52bce74a8e1bbb5e6057826904b6ef5275f764441a6f098a3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cea86737a618beb52bce74a8e1bbb5e6057826904b6ef5275f764441a6f098a3", kill_on_drop: false }`
[INFO] [stdout] cea86737a618beb52bce74a8e1bbb5e6057826904b6ef5275f764441a6f098a3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bd567eafea509c9b2a184a70e04a4553aef58f4d604d555c010ab166763dcbd3
[INFO] running `Command { std: "docker" "start" "-a" "bd567eafea509c9b2a184a70e04a4553aef58f4d604d555c010ab166763dcbd3", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.166
[INFO] [stderr]    Compiling itoa v1.0.14
[INFO] [stderr]    Compiling cc v1.2.1
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling syn v2.0.89
[INFO] [stderr]    Compiling indexmap v2.6.0
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling rustls v0.23.19
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling serde v1.0.215
[INFO] [stderr]    Compiling webpki-roots v0.26.7
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling bmp v0.5.0
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling http v1.1.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling mio v1.0.2
[INFO] [stderr]    Compiling socket2 v0.5.7
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling openssl-sys v0.9.104
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling tokio v1.41.1
[INFO] [stderr]    Compiling openssl v0.10.68
[INFO] [stderr]    Compiling native-tls v0.2.12
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling http-body-util v0.1.2
[INFO] [stderr]    Compiling serde_urlencoded v0.7.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 openssl-macros v0.1.1
[INFO] [stderr]    Compiling rustls-webpki v0.102.8
[INFO] [stderr]    Compiling tokio-util v0.7.12
[INFO] [stderr]    Compiling zerofrom v0.1.5
[INFO] [stderr]    Compiling yoke v0.7.5
[INFO] [stderr]    Compiling zerovec v0.10.4
[INFO] [stderr]    Compiling h2 v0.4.7
[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 icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling tokio-rustls v0.26.0
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling hyper v1.5.1
[INFO] [stderr]    Compiling icu_properties v1.5.1
[INFO] [stderr]    Compiling hyper-util v0.1.10
[INFO] [stderr]    Compiling hyper-rustls v0.27.3
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[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 reqwest v0.12.9
[INFO] [stderr]    Compiling advent-of-code v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `run_on_challenge_input_lines`
[INFO] [stdout]  --> src/bin/2024-8.rs:3:50
[INFO] [stdout]   |
[INFO] [stdout] 3 | use advent_of_code::{get_challenge_input_as_str, run_on_challenge_input_lines};
[INFO] [stdout]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `measure_plot_sides` is never used
[INFO] [stdout]   --> src/bin/2024-12.rs:50:4
[INFO] [stdout]    |
[INFO] [stdout] 50 | fn measure_plot_sides(
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `print` is never used
[INFO] [stdout]   --> src/bin/2024-14.rs:49:12
[INFO] [stdout]    |
[INFO] [stdout] 28 | impl BathroomData {
[INFO] [stdout]    | ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 49 |     pub fn print(&self) {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_matching_combinations` is never used
[INFO] [stdout]   --> src/bin/2024-19.rs:51:4
[INFO] [stdout]    |
[INFO] [stdout] 51 | fn get_matching_combinations(
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `re_ltr`
[INFO] [stdout]   --> src/bin/2024-4.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |     let re_ltr = Regex::new("MAS").unwrap();
[INFO] [stdout]    |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_re_ltr`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `re_rtl`
[INFO] [stdout]   --> src/bin/2024-4.rs:71:9
[INFO] [stdout]    |
[INFO] [stdout] 71 |     let re_rtl = Regex::new("SAM").unwrap();
[INFO] [stdout]    |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_re_rtl`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 23s
[INFO] running `Command { std: "docker" "inspect" "bd567eafea509c9b2a184a70e04a4553aef58f4d604d555c010ab166763dcbd3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bd567eafea509c9b2a184a70e04a4553aef58f4d604d555c010ab166763dcbd3", kill_on_drop: false }`
[INFO] [stdout] bd567eafea509c9b2a184a70e04a4553aef58f4d604d555c010ab166763dcbd3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9c6b587965b661809a68d1d15a4e94f403ded61ed0892b1a5dee9a43580b8c3f
[INFO] running `Command { std: "docker" "start" "-a" "9c6b587965b661809a68d1d15a4e94f403ded61ed0892b1a5dee9a43580b8c3f", kill_on_drop: false }`
[INFO] [stderr]    Compiling advent-of-code v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `re_ltr`
[INFO] [stdout]   --> src/bin/2024-4.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |     let re_ltr = Regex::new("MAS").unwrap();
[INFO] [stdout]    |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_re_ltr`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `re_rtl`
[INFO] [stdout]   --> src/bin/2024-4.rs:71:9
[INFO] [stdout]    |
[INFO] [stdout] 71 |     let re_rtl = Regex::new("SAM").unwrap();
[INFO] [stdout]    |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_re_rtl`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `print` is never used
[INFO] [stdout]   --> src/bin/2024-14.rs:49:12
[INFO] [stdout]    |
[INFO] [stdout] 28 | impl BathroomData {
[INFO] [stdout]    | ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 49 |     pub fn print(&self) {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `measure_plot_sides` is never used
[INFO] [stdout]   --> src/bin/2024-12.rs:50:4
[INFO] [stdout]    |
[INFO] [stdout] 50 | fn measure_plot_sides(
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_matching_combinations` is never used
[INFO] [stdout]   --> src/bin/2024-19.rs:51:4
[INFO] [stdout]    |
[INFO] [stdout] 51 | fn get_matching_combinations(
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `run_on_challenge_input_lines`
[INFO] [stdout]  --> src/bin/2024-8.rs:3:50
[INFO] [stdout]   |
[INFO] [stdout] 3 | use advent_of_code::{get_challenge_input_as_str, run_on_challenge_input_lines};
[INFO] [stdout]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 8.07s
[INFO] running `Command { std: "docker" "inspect" "9c6b587965b661809a68d1d15a4e94f403ded61ed0892b1a5dee9a43580b8c3f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9c6b587965b661809a68d1d15a4e94f403ded61ed0892b1a5dee9a43580b8c3f", kill_on_drop: false }`
[INFO] [stdout] 9c6b587965b661809a68d1d15a4e94f403ded61ed0892b1a5dee9a43580b8c3f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 2e4d456cc5354fc680b85704f915e5754af1a219f095e011071b88951572f7ac
[INFO] running `Command { std: "docker" "start" "-a" "2e4d456cc5354fc680b85704f915e5754af1a219f095e011071b88951572f7ac", kill_on_drop: false }`
[INFO] [stderr] warning: method `print` is never used
[INFO] [stderr]   --> src/bin/2024-14.rs:49:12
[INFO] [stderr]    |
[INFO] [stderr] 28 | impl BathroomData {
[INFO] [stderr]    | ----------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 49 |     pub fn print(&self) {
[INFO] [stderr]    |            ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `measure_plot_sides` is never used
[INFO] [stderr]   --> src/bin/2024-12.rs:50:4
[INFO] [stderr]    |
[INFO] [stderr] 50 | fn measure_plot_sides(
[INFO] [stderr]    |    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `re_ltr`
[INFO] [stderr]   --> src/bin/2024-4.rs:70:9
[INFO] [stderr]    |
[INFO] [stderr] 70 |     let re_ltr = Regex::new("MAS").unwrap();
[INFO] [stderr]    |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_re_ltr`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `re_rtl`
[INFO] [stderr]   --> src/bin/2024-4.rs:71:9
[INFO] [stderr]    |
[INFO] [stderr] 71 |     let re_rtl = Regex::new("SAM").unwrap();
[INFO] [stderr]    |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_re_rtl`
[INFO] [stderr] 
[INFO] [stderr] warning: function `get_matching_combinations` is never used
[INFO] [stderr]   --> src/bin/2024-19.rs:51:4
[INFO] [stderr]    |
[INFO] [stderr] 51 | fn get_matching_combinations(
[INFO] [stderr]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `advent-of-code` (bin "2024-14" test) generated 1 warning
[INFO] [stderr] warning: `advent-of-code` (bin "2024-12" test) generated 1 warning
[INFO] [stderr] warning: `advent-of-code` (bin "2024-4" test) generated 2 warnings (run `cargo fix --bin "2024-4" -p advent-of-code --tests` to apply 2 suggestions)
[INFO] [stderr] warning: `advent-of-code` (bin "2024-19" test) generated 1 warning
[INFO] [stderr] warning: unused import: `run_on_challenge_input_lines`
[INFO] [stderr]  --> src/bin/2024-8.rs:3:50
[INFO] [stderr]   |
[INFO] [stderr] 3 | use advent_of_code::{get_challenge_input_as_str, run_on_challenge_input_lines};
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `advent-of-code` (bin "2024-8" test) generated 1 warning (run `cargo fix --bin "2024-8" -p advent-of-code --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.39s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/advent_of_code-f0f97511c95a16ca)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/2015-1.rs (/opt/rustwide/target/debug/deps/2015_1-1e25df1f61c2445c)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/2023-1.rs (/opt/rustwide/target/debug/deps/2023_1-988d283eb0705787)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/2023-2.rs (/opt/rustwide/target/debug/deps/2023_2-6d3babc51e5db4e3)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stderr]      Running unittests src/bin/2024-1.rs (/opt/rustwide/target/debug/deps/2024_1-15453f78b2c0ca09)
[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] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/2024-10.rs (/opt/rustwide/target/debug/deps/2024_10-fba602b5e70e8370)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test tests::test_parse ... ok
[INFO] [stdout] test tests::test_one_trailhead_two_reachable ... FAILED
[INFO] [stdout] test tests::test_one_trailhead_four_reachable ... FAILED
[INFO] [stdout] test tests::test_part_two ... FAILED
[INFO] [stdout] test tests::test_part_one ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::test_one_trailhead_two_reachable stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::test_one_trailhead_two_reachable' (24) panicked at src/bin/2024-10.rs:16:20:
[INFO] [stdout] attempt to subtract with overflow
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5940c4366cea - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5940c4366cea - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5940c4366cea - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5940c4366cea - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5940c437ab9a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5940c437ab9a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5940c436b522 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5940c436b522 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5940c4345cef - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5940c4345cef - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5940c435f149 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5940c42f430c - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5940c42f430c - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5940c435f302 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5940c435f302 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5940c4345dda - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5940c433afb9 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5940c4346abd - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5940c437b32c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5940c437c1e9 - core[e929cb53b82a81ca]::panicking::panic_const::panic_const_sub_overflow
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:175:17
[INFO] [stdout]   20:     0x5940c42de1e1 - <2024_10[80c0cc3877cc222c]::Coordinate>::surrounding_coordinates
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/2024-10.rs:16:20
[INFO] [stdout]   21:     0x5940c42dd80e - 2024_10[80c0cc3877cc222c]::follow_trails
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/2024-10.rs:108:46
[INFO] [stdout]   22:     0x5940c42dddfb - 2024_10[80c0cc3877cc222c]::part_one
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/2024-10.rs:166:13
[INFO] [stdout]   23:     0x5940c42e0155 - 2024_10[80c0cc3877cc222c]::tests::test_one_trailhead_two_reachable
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/2024-10.rs:241:22
[INFO] [stdout]   24:     0x5940c42dd357 - 2024_10[80c0cc3877cc222c]::tests::test_one_trailhead_two_reachable::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/2024-10.rs:240:42
[INFO] [stdout]   25:     0x5940c42e74f6 - <2024_10[80c0cc3877cc222c]::tests::test_one_trailhead_two_reachable::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x5940c42e75eb - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x5940c42e75eb - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   28:     0x5940c42f4ddb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   29:     0x5940c42f4ddb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   30:     0x5940c42f4ddb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5940c42f4ddb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x5940c42f4ddb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5940c42f4ddb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   34:     0x5940c42f4ddb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   35:     0x5940c42ee4f4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   36:     0x5940c42ee4f4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   37:     0x5940c42f79e2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   38:     0x5940c42f79e2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   39:     0x5940c42f79e2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   40:     0x5940c42f79e2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   41:     0x5940c42f79e2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   42:     0x5940c42f79e2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   43:     0x5940c42f79e2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x5940c43665ff - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   45:     0x5940c43665ff - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   46:     0x74aff2076aa4 - <unknown>
[INFO] [stdout]   47:     0x74aff2103a64 - clone
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::test_one_trailhead_four_reachable stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::test_one_trailhead_four_reachable' (23) panicked at src/bin/2024-10.rs:16:20:
[INFO] [stdout] attempt to subtract with overflow
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5940c4366cea - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5940c4366cea - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5940c4366cea - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5940c4366cea - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5940c437ab9a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5940c437ab9a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5940c436b522 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5940c436b522 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5940c4345cef - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5940c4345cef - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5940c435f149 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5940c42f430c - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5940c42f430c - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5940c435f302 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5940c435f302 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5940c4345dda - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5940c433afb9 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5940c4346abd - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5940c437b32c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5940c437c1e9 - core[e929cb53b82a81ca]::panicking::panic_const::panic_const_sub_overflow
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:175:17
[INFO] [stdout]   20:     0x5940c42de1e1 - <2024_10[80c0cc3877cc222c]::Coordinate>::surrounding_coordinates
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/2024-10.rs:16:20
[INFO] [stdout]   21:     0x5940c42dd80e - 2024_10[80c0cc3877cc222c]::follow_trails
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/2024-10.rs:108:46
[INFO] [stdout]   22:     0x5940c42dddfb - 2024_10[80c0cc3877cc222c]::part_one
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/2024-10.rs:166:13
[INFO] [stdout]   23:     0x5940c42e01c5 - 2024_10[80c0cc3877cc222c]::tests::test_one_trailhead_four_reachable
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/2024-10.rs:247:22
[INFO] [stdout]   24:     0x5940c42dd387 - 2024_10[80c0cc3877cc222c]::tests::test_one_trailhead_four_reachable::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/2024-10.rs:246:43
[INFO] [stdout]   25:     0x5940c42e7536 - <2024_10[80c0cc3877cc222c]::tests::test_one_trailhead_four_reachable::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x5940c42e75eb - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x5940c42e75eb - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   28:     0x5940c42f4ddb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   29:     0x5940c42f4ddb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   30:     0x5940c42f4ddb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5940c42f4ddb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x5940c42f4ddb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5940c42f4ddb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   34:     0x5940c42f4ddb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   35:     0x5940c42ee4f4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   36:     0x5940c42ee4f4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   37:     0x5940c42f79e2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   38:     0x5940c42f79e2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   39:     0x5940c42f79e2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   40:     0x5940c42f79e2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   41:     0x5940c42f79e2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   42:     0x5940c42f79e2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   43:     0x5940c42f79e2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x5940c43665ff - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   45:     0x5940c43665ff - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   46:     0x74aff2076aa4 - <unknown>
[INFO] [stdout]   47:     0x74aff2103a64 - clone
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::test_part_two stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::test_part_two' (27) panicked at src/bin/2024-10.rs:19:20:
[INFO] [stdout] attempt to subtract with overflow
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5940c4366cea - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5940c4366cea - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5940c4366cea - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5940c4366cea - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5940c437ab9a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5940c437ab9a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5940c436b522 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5940c436b522 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5940c4345cef - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5940c4345cef - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5940c435f149 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5940c42f430c - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5940c42f430c - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5940c435f302 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5940c435f302 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5940c4345dda - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5940c433afb9 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5940c4346abd - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5940c437b32c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5940c437c1e9 - core[e929cb53b82a81ca]::panicking::panic_const::panic_const_sub_overflow
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:175:17
[INFO] [stdout]   20:     0x5940c42de241 - <2024_10[80c0cc3877cc222c]::Coordinate>::surrounding_coordinates
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/2024-10.rs:19:20
[INFO] [stdout]   21:     0x5940c42dd9f1 - 2024_10[80c0cc3877cc222c]::follow_all_trails
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/2024-10.rs:137:46
[INFO] [stdout]   22:     0x5940c42dd1c6 - 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/2024-10.rs:151:21
[INFO] [stdout]   23:     0x5940c42dcb82 - core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call::<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/traits/iterator.rs:886:29
[INFO] [stdout]   24:     0x5940c42dc824 - core[e929cb53b82a81ca]::iter::adapters::filter::filter_fold::<&2024_10[80c0cc3877cc222c]::Coordinate, (), 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#1}, core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/adapters/filter.rs:79:44
[INFO] [stdout]   25:     0x5940c42dba66 - <core[e929cb53b82a81ca]::slice::iter::Iter<2024_10[80c0cc3877cc222c]::Coordinate> as core[e929cb53b82a81ca]::iter::traits::iterator::Iterator>::fold::<(), core[e929cb53b82a81ca]::iter::adapters::filter::filter_fold<&2024_10[80c0cc3877cc222c]::Coordinate, (), 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#1}, core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#2}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/slice/iter/macros.rs:279:27
[INFO] [stdout]   26:     0x5940c42db261 - <core[e929cb53b82a81ca]::iter::adapters::filter::Filter<core[e929cb53b82a81ca]::slice::iter::Iter<2024_10[80c0cc3877cc222c]::Coordinate>, 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#1}> as core[e929cb53b82a81ca]::iter::traits::iterator::Iterator>::fold::<(), core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/adapters/filter.rs:165:19
[INFO] [stdout]   27:     0x5940c42dc125 - <core[e929cb53b82a81ca]::iter::adapters::filter::Filter<core[e929cb53b82a81ca]::slice::iter::Iter<2024_10[80c0cc3877cc222c]::Coordinate>, 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#1}> as core[e929cb53b82a81ca]::iter::traits::iterator::Iterator>::for_each::<2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#2}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/traits/iterator.rs:889:14
[INFO] [stdout]   28:     0x5940c42ddbbb - 2024_10[80c0cc3877cc222c]::follow_all_trails
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/2024-10.rs:150:18
[INFO] [stdout]   29:     0x5940c42dd1c6 - 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/2024-10.rs:151:21
[INFO] [stdout]   30:     0x5940c42dcb82 - core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call::<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/traits/iterator.rs:886:29
[INFO] [stdout]   31:     0x5940c42dc824 - core[e929cb53b82a81ca]::iter::adapters::filter::filter_fold::<&2024_10[80c0cc3877cc222c]::Coordinate, (), 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#1}, core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/adapters/filter.rs:79:44
[INFO] [stdout]   32:     0x5940c42dba66 - <core[e929cb53b82a81ca]::slice::iter::Iter<2024_10[80c0cc3877cc222c]::Coordinate> as core[e929cb53b82a81ca]::iter::traits::iterator::Iterator>::fold::<(), core[e929cb53b82a81ca]::iter::adapters::filter::filter_fold<&2024_10[80c0cc3877cc222c]::Coordinate, (), 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#1}, core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#2}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/slice/iter/macros.rs:279:27
[INFO] [stdout]   33:     0x5940c42db261 - <core[e929cb53b82a81ca]::iter::adapters::filter::Filter<core[e929cb53b82a81ca]::slice::iter::Iter<2024_10[80c0cc3877cc222c]::Coordinate>, 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#1}> as core[e929cb53b82a81ca]::iter::traits::iterator::Iterator>::fold::<(), core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/adapters/filter.rs:165:19
[INFO] [stdout]   34:     0x5940c42dc125 - <core[e929cb53b82a81ca]::iter::adapters::filter::Filter<core[e929cb53b82a81ca]::slice::iter::Iter<2024_10[80c0cc3877cc222c]::Coordinate>, 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#1}> as core[e929cb53b82a81ca]::iter::traits::iterator::Iterator>::for_each::<2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#2}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/traits/iterator.rs:889:14
[INFO] [stdout]   35:     0x5940c42ddbbb - 2024_10[80c0cc3877cc222c]::follow_all_trails
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/2024-10.rs:150:18
[INFO] [stdout]   36:     0x5940c42dd1c6 - 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/2024-10.rs:151:21
[INFO] [stdout]   37:     0x5940c42dcb82 - core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call::<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/traits/iterator.rs:886:29
[INFO] [stdout]   38:     0x5940c42dc824 - core[e929cb53b82a81ca]::iter::adapters::filter::filter_fold::<&2024_10[80c0cc3877cc222c]::Coordinate, (), 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#1}, core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/adapters/filter.rs:79:44
[INFO] [stdout]   39:     0x5940c42dba66 - <core[e929cb53b82a81ca]::slice::iter::Iter<2024_10[80c0cc3877cc222c]::Coordinate> as core[e929cb53b82a81ca]::iter::traits::iterator::Iterator>::fold::<(), core[e929cb53b82a81ca]::iter::adapters::filter::filter_fold<&2024_10[80c0cc3877cc222c]::Coordinate, (), 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#1}, core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#2}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/slice/iter/macros.rs:279:27
[INFO] [stdout]   40:     0x5940c42db261 - <core[e929cb53b82a81ca]::iter::adapters::filter::Filter<core[e929cb53b82a81ca]::slice::iter::Iter<2024_10[80c0cc3877cc222c]::Coordinate>, 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#1}> as core[e929cb53b82a81ca]::iter::traits::iterator::Iterator>::fold::<(), core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/adapters/filter.rs:165:19
[INFO] [stdout]   41:     0x5940c42dc125 - <core[e929cb53b82a81ca]::iter::adapters::filter::Filter<core[e929cb53b82a81ca]::slice::iter::Iter<2024_10[80c0cc3877cc222c]::Coordinate>, 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#1}> as core[e929cb53b82a81ca]::iter::traits::iterator::Iterator>::for_each::<2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#2}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/traits/iterator.rs:889:14
[INFO] [stdout]   42:     0x5940c42ddbbb - 2024_10[80c0cc3877cc222c]::follow_all_trails
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/2024-10.rs:150:18
[INFO] [stdout]   43:     0x5940c42dd1c6 - 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/2024-10.rs:151:21
[INFO] [stdout]   44:     0x5940c42dcb82 - core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call::<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/traits/iterator.rs:886:29
[INFO] [stdout]   45:     0x5940c42dc824 - core[e929cb53b82a81ca]::iter::adapters::filter::filter_fold::<&2024_10[80c0cc3877cc222c]::Coordinate, (), 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#1}, core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/adapters/filter.rs:79:44
[INFO] [stdout]   46:     0x5940c42dba66 - <core[e929cb53b82a81ca]::slice::iter::Iter<2024_10[80c0cc3877cc222c]::Coordinate> as core[e929cb53b82a81ca]::iter::traits::iterator::Iterator>::fold::<(), core[e929cb53b82a81ca]::iter::adapters::filter::filter_fold<&2024_10[80c0cc3877cc222c]::Coordinate, (), 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#1}, core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#2}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/slice/iter/macros.rs:279:27
[INFO] [stdout]   47:     0x5940c42db261 - <core[e929cb53b82a81ca]::iter::adapters::filter::Filter<core[e929cb53b82a81ca]::slice::iter::Iter<2024_10[80c0cc3877cc222c]::Coordinate>, 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#1}> as core[e929cb53b82a81ca]::iter::traits::iterator::Iterator>::fold::<(), core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/adapters/filter.rs:165:19
[INFO] [stdout]   48:     0x5940c42dc125 - <core[e929cb53b82a81ca]::iter::adapters::filter::Filter<core[e929cb53b82a81ca]::slice::iter::Iter<2024_10[80c0cc3877cc222c]::Coordinate>, 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#1}> as core[e929cb53b82a81ca]::iter::traits::iterator::Iterator>::for_each::<2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#2}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/traits/iterator.rs:889:14
[INFO] [stdout]   49:     0x5940c42ddbbb - 2024_10[80c0cc3877cc222c]::follow_all_trails
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/2024-10.rs:150:18
[INFO] [stdout]   50:     0x5940c42dd1c6 - 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/2024-10.rs:151:21
[INFO] [stdout]   51:     0x5940c42dcb82 - core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call::<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/traits/iterator.rs:886:29
[INFO] [stdout]   52:     0x5940c42dc824 - core[e929cb53b82a81ca]::iter::adapters::filter::filter_fold::<&2024_10[80c0cc3877cc222c]::Coordinate, (), 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#1}, core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/adapters/filter.rs:79:44
[INFO] [stdout]   53:     0x5940c42dba66 - <core[e929cb53b82a81ca]::slice::iter::Iter<2024_10[80c0cc3877cc222c]::Coordinate> as core[e929cb53b82a81ca]::iter::traits::iterator::Iterator>::fold::<(), core[e929cb53b82a81ca]::iter::adapters::filter::filter_fold<&2024_10[80c0cc3877cc222c]::Coordinate, (), 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#1}, core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#2}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/slice/iter/macros.rs:279:27
[INFO] [stdout]   54:     0x5940c42db261 - <core[e929cb53b82a81ca]::iter::adapters::filter::Filter<core[e929cb53b82a81ca]::slice::iter::Iter<2024_10[80c0cc3877cc222c]::Coordinate>, 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#1}> as core[e929cb53b82a81ca]::iter::traits::iterator::Iterator>::fold::<(), core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/adapters/filter.rs:165:19
[INFO] [stdout]   55:     0x5940c42dc125 - <core[e929cb53b82a81ca]::iter::adapters::filter::Filter<core[e929cb53b82a81ca]::slice::iter::Iter<2024_10[80c0cc3877cc222c]::Coordinate>, 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#1}> as core[e929cb53b82a81ca]::iter::traits::iterator::Iterator>::for_each::<2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#2}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/traits/iterator.rs:889:14
[INFO] [stdout]   56:     0x5940c42ddbbb - 2024_10[80c0cc3877cc222c]::follow_all_trails
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/2024-10.rs:150:18
[INFO] [stdout]   57:     0x5940c42dd1c6 - 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/2024-10.rs:151:21
[INFO] [stdout]   58:     0x5940c42dcb82 - core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call::<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/traits/iterator.rs:886:29
[INFO] [stdout]   59:     0x5940c42dc824 - core[e929cb53b82a81ca]::iter::adapters::filter::filter_fold::<&2024_10[80c0cc3877cc222c]::Coordinate, (), 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#1}, core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/adapters/filter.rs:79:44
[INFO] [stdout]   60:     0x5940c42dba66 - <core[e929cb53b82a81ca]::slice::iter::Iter<2024_10[80c0cc3877cc222c]::Coordinate> as core[e929cb53b82a81ca]::iter::traits::iterator::Iterator>::fold::<(), core[e929cb53b82a81ca]::iter::adapters::filter::filter_fold<&2024_10[80c0cc3877cc222c]::Coordinate, (), 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#1}, core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#2}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/slice/iter/macros.rs:279:27
[INFO] [stdout]   61:     0x5940c42db261 - <core[e929cb53b82a81ca]::iter::adapters::filter::Filter<core[e929cb53b82a81ca]::slice::iter::Iter<2024_10[80c0cc3877cc222c]::Coordinate>, 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#1}> as core[e929cb53b82a81ca]::iter::traits::iterator::Iterator>::fold::<(), core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/adapters/filter.rs:165:19
[INFO] [stdout]   62:     0x5940c42dc125 - <core[e929cb53b82a81ca]::iter::adapters::filter::Filter<core[e929cb53b82a81ca]::slice::iter::Iter<2024_10[80c0cc3877cc222c]::Coordinate>, 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#1}> as core[e929cb53b82a81ca]::iter::traits::iterator::Iterator>::for_each::<2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#2}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/traits/iterator.rs:889:14
[INFO] [stdout]   63:     0x5940c42ddbbb - 2024_10[80c0cc3877cc222c]::follow_all_trails
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/2024-10.rs:150:18
[INFO] [stdout]   64:     0x5940c42dd1c6 - 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/2024-10.rs:151:21
[INFO] [stdout]   65:     0x5940c42dcb82 - core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call::<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/traits/iterator.rs:886:29
[INFO] [stdout]   66:     0x5940c42dc824 - core[e929cb53b82a81ca]::iter::adapters::filter::filter_fold::<&2024_10[80c0cc3877cc222c]::Coordinate, (), 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#1}, core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/adapters/filter.rs:79:44
[INFO] [stdout]   67:     0x5940c42dba66 - <core[e929cb53b82a81ca]::slice::iter::Iter<2024_10[80c0cc3877cc222c]::Coordinate> as core[e929cb53b82a81ca]::iter::traits::iterator::Iterator>::fold::<(), core[e929cb53b82a81ca]::iter::adapters::filter::filter_fold<&2024_10[80c0cc3877cc222c]::Coordinate, (), 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#1}, core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#2}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/slice/iter/macros.rs:279:27
[INFO] [stdout]   68:     0x5940c42db261 - <core[e929cb53b82a81ca]::iter::adapters::filter::Filter<core[e929cb53b82a81ca]::slice::iter::Iter<2024_10[80c0cc3877cc222c]::Coordinate>, 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#1}> as core[e929cb53b82a81ca]::iter::traits::iterator::Iterator>::fold::<(), core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/adapters/filter.rs:165:19
[INFO] [stdout]   69:     0x5940c42dc125 - <core[e929cb53b82a81ca]::iter::adapters::filter::Filter<core[e929cb53b82a81ca]::slice::iter::Iter<2024_10[80c0cc3877cc222c]::Coordinate>, 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#1}> as core[e929cb53b82a81ca]::iter::traits::iterator::Iterator>::for_each::<2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#2}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/traits/iterator.rs:889:14
[INFO] [stdout]   70:     0x5940c42ddbbb - 2024_10[80c0cc3877cc222c]::follow_all_trails
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/2024-10.rs:150:18
[INFO] [stdout]   71:     0x5940c42dd1c6 - 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#2}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/2024-10.rs:151:21
[INFO] [stdout]   72:     0x5940c42dcb82 - core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call::<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#2}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/traits/iterator.rs:886:29
[INFO] [stdout]   73:     0x5940c42dc824 - core[e929cb53b82a81ca]::iter::adapters::filter::filter_fold::<&2024_10[80c0cc3877cc222c]::Coordinate, (), 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#1}, core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#2}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/adapters/filter.rs:79:44
[INFO] [stdout]   74:     0x5940c42dba66 - <core[e929cb53b82a81ca]::slice::iter::Iter<2024_10[80c0cc3877cc222c]::Coordinate> as core[e929cb53b82a81ca]::iter::traits::iterator::Iterator>::fold::<(), core[e929cb53b82a81ca]::iter::adapters::filter::filter_fold<&2024_10[80c0cc3877cc222c]::Coordinate, (), 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#1}, core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#2}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/slice/iter/macros.rs:279:27
[INFO] [stdout]   75:     0x5940c42db261 - <core[e929cb53b82a81ca]::iter::adapters::filter::Filter<core[e929cb53b82a81ca]::slice::iter::Iter<2024_10[80c0cc3877cc222c]::Coordinate>, 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#1}> as core[e929cb53b82a81ca]::iter::traits::iterator::Iterator>::fold::<(), core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#2}>::{closure#0}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/adapters/filter.rs:165:19
[INFO] [stdout]   76:     0x5940c42dc125 - <core[e929cb53b82a81ca]::iter::adapters::filter::Filter<core[e929cb53b82a81ca]::slice::iter::Iter<2024_10[80c0cc3877cc222c]::Coordinate>, 2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#1}> as core[e929cb53b82a81ca]::iter::traits::iterator::Iterator>::for_each::<2024_10[80c0cc3877cc222c]::follow_all_trails::{closure#2}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/traits/iterator.rs:889:14
[INFO] [stdout]   77:     0x5940c42ddbbb - 2024_10[80c0cc3877cc222c]::follow_all_trails
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/2024-10.rs:150:18
[INFO] [stdout]   78:     0x5940c42de06a - 2024_10[80c0cc3877cc222c]::part_two
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/2024-10.rs:183:13
[INFO] [stdout]   79:     0x5940c42e00e5 - 2024_10[80c0cc3877cc222c]::tests::test_part_two
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/2024-10.rs:259:22
[INFO] [stdout]   80:     0x5940c42dd327 - 2024_10[80c0cc3877cc222c]::tests::test_part_two::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/2024-10.rs:258:23
[INFO] [stdout]   81:     0x5940c42e74b6 - <2024_10[80c0cc3877cc222c]::tests::test_part_two::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   82:     0x5940c42e75eb - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   83:     0x5940c42e75eb - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   84:     0x5940c42f4ddb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   85:     0x5940c42f4ddb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   86:     0x5940c42f4ddb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   87:     0x5940c42f4ddb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   88:     0x5940c42f4ddb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   89:     0x5940c42f4ddb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   90:     0x5940c42f4ddb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   91:     0x5940c42ee4f4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   92:     0x5940c42ee4f4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   93:     0x5940c42f79e2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   94:     0x5940c42f79e2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   95:     0x5940c42f79e2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   96:     0x5940c42f79e2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   97:     0x5940c42f79e2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   98:     0x5940c42f79e2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   99:     0x5940c42f79e2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]  100:     0x5940c43665ff - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]  101:     0x5940c43665ff - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]  102:     0x74aff2076aa4 - <unknown>
[INFO] [stdout]  103:     0x74aff2103a64 - clone
[INFO] [stdout]  104:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::test_part_one stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::test_part_one' (26) panicked at src/bin/2024-10.rs:19:20:
[INFO] [stdout] attempt to subtract with overflow
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5940c4366cea - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5940c4366cea - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5940c4366cea - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5940c4366cea - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5940c437ab9a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5940c437ab9a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5940c436b522 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5940c436b522 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5940c4345cef - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5940c4345cef - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5940c435f149 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5940c42f430c - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5940c42f430c - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5940c435f302 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5940c435f302 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5940c4345dda - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5940c433afb9 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5940c4346abd - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5940c437b32c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5940c437c1e9 - core[e929cb53b82a81ca]::panicking::panic_const::panic_const_sub_overflow
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:175:17
[INFO] [stdout]   20:     0x5940c42de241 - <2024_10[80c0cc3877cc222c]::Coordinate>::surrounding_coordinates
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/2024-10.rs:19:20
[INFO] [stdout]   21:     0x5940c42dd80e - 2024_10[80c0cc3877cc222c]::follow_trails
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/2024-10.rs:108:46
[INFO] [stdout]   22:     0x5940c42dd0e6 - 2024_10[80c0cc3877cc222c]::follow_trails::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/2024-10.rs:124:21
[INFO] [stdout]   23:     0x5940c42dcb42 - core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call::<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_trails::{closure#3}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/traits/iterator.rs:886:29
[INFO] [stdout]   24:     0x5940c42dc784 - core[e929cb53b82a81ca]::iter::adapters::filter::filter_fold::<&2024_10[80c0cc3877cc222c]::Coordinate, (), 2024_10[80c0cc3877cc222c]::follow_trails::{closure#2}, core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_trails::{closure#3}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/adapters/filter.rs:79:44
[INFO] [stdout]   25:     0x5940c42db8e6 - <core[e929cb53b82a81ca]::slice::iter::Iter<2024_10[80c0cc3877cc222c]::Coordinate> as core[e929cb53b82a81ca]::iter::traits::iterator::Iterator>::fold::<(), core[e929cb53b82a81ca]::iter::adapters::filter::filter_fold<&2024_10[80c0cc3877cc222c]::Coordinate, (), 2024_10[80c0cc3877cc222c]::follow_trails::{closure#2}, core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_trails::{closure#3}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/slice/iter/macros.rs:279:27
[INFO] [stdout]   26:     0x5940c42db201 - <core[e929cb53b82a81ca]::iter::adapters::filter::Filter<core[e929cb53b82a81ca]::slice::iter::Iter<2024_10[80c0cc3877cc222c]::Coordinate>, 2024_10[80c0cc3877cc222c]::follow_trails::{closure#2}> as core[e929cb53b82a81ca]::iter::traits::iterator::Iterator>::fold::<(), core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_trails::{closure#3}>::{closure#0}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/adapters/filter.rs:165:19
[INFO] [stdout]   27:     0x5940c42dc0f5 - <core[e929cb53b82a81ca]::iter::adapters::filter::Filter<core[e929cb53b82a81ca]::slice::iter::Iter<2024_10[80c0cc3877cc222c]::Coordinate>, 2024_10[80c0cc3877cc222c]::follow_trails::{closure#2}> as core[e929cb53b82a81ca]::iter::traits::iterator::Iterator>::for_each::<2024_10[80c0cc3877cc222c]::follow_trails::{closure#3}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/traits/iterator.rs:889:14
[INFO] [stdout]   28:     0x5940c42dd996 - 2024_10[80c0cc3877cc222c]::follow_trails
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/2024-10.rs:123:18
[INFO] [stdout]   29:     0x5940c42dd0e6 - 2024_10[80c0cc3877cc222c]::follow_trails::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/2024-10.rs:124:21
[INFO] [stdout]   30:     0x5940c42dcb42 - core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call::<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_trails::{closure#3}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/traits/iterator.rs:886:29
[INFO] [stdout]   31:     0x5940c42dc784 - core[e929cb53b82a81ca]::iter::adapters::filter::filter_fold::<&2024_10[80c0cc3877cc222c]::Coordinate, (), 2024_10[80c0cc3877cc222c]::follow_trails::{closure#2}, core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_trails::{closure#3}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/adapters/filter.rs:79:44
[INFO] [stdout]   32:     0x5940c42db8e6 - <core[e929cb53b82a81ca]::slice::iter::Iter<2024_10[80c0cc3877cc222c]::Coordinate> as core[e929cb53b82a81ca]::iter::traits::iterator::Iterator>::fold::<(), core[e929cb53b82a81ca]::iter::adapters::filter::filter_fold<&2024_10[80c0cc3877cc222c]::Coordinate, (), 2024_10[80c0cc3877cc222c]::follow_trails::{closure#2}, core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_trails::{closure#3}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/slice/iter/macros.rs:279:27
[INFO] [stdout]   33:     0x5940c42db201 - <core[e929cb53b82a81ca]::iter::adapters::filter::Filter<core[e929cb53b82a81ca]::slice::iter::Iter<2024_10[80c0cc3877cc222c]::Coordinate>, 2024_10[80c0cc3877cc222c]::follow_trails::{closure#2}> as core[e929cb53b82a81ca]::iter::traits::iterator::Iterator>::fold::<(), core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_trails::{closure#3}>::{closure#0}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/adapters/filter.rs:165:19
[INFO] [stdout]   34:     0x5940c42dc0f5 - <core[e929cb53b82a81ca]::iter::adapters::filter::Filter<core[e929cb53b82a81ca]::slice::iter::Iter<2024_10[80c0cc3877cc222c]::Coordinate>, 2024_10[80c0cc3877cc222c]::follow_trails::{closure#2}> as core[e929cb53b82a81ca]::iter::traits::iterator::Iterator>::for_each::<2024_10[80c0cc3877cc222c]::follow_trails::{closure#3}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/traits/iterator.rs:889:14
[INFO] [stdout]   35:     0x5940c42dd996 - 2024_10[80c0cc3877cc222c]::follow_trails
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/2024-10.rs:123:18
[INFO] [stdout]   36:     0x5940c42dd0e6 - 2024_10[80c0cc3877cc222c]::follow_trails::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/2024-10.rs:124:21
[INFO] [stdout]   37:     0x5940c42dcb42 - core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call::<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_trails::{closure#3}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/traits/iterator.rs:886:29
[INFO] [stdout]   38:     0x5940c42dc784 - core[e929cb53b82a81ca]::iter::adapters::filter::filter_fold::<&2024_10[80c0cc3877cc222c]::Coordinate, (), 2024_10[80c0cc3877cc222c]::follow_trails::{closure#2}, core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_trails::{closure#3}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/adapters/filter.rs:79:44
[INFO] [stdout]   39:     0x5940c42db8e6 - <core[e929cb53b82a81ca]::slice::iter::Iter<2024_10[80c0cc3877cc222c]::Coordinate> as core[e929cb53b82a81ca]::iter::traits::iterator::Iterator>::fold::<(), core[e929cb53b82a81ca]::iter::adapters::filter::filter_fold<&2024_10[80c0cc3877cc222c]::Coordinate, (), 2024_10[80c0cc3877cc222c]::follow_trails::{closure#2}, core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_trails::{closure#3}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/slice/iter/macros.rs:279:27
[INFO] [stdout]   40:     0x5940c42db201 - <core[e929cb53b82a81ca]::iter::adapters::filter::Filter<core[e929cb53b82a81ca]::slice::iter::Iter<2024_10[80c0cc3877cc222c]::Coordinate>, 2024_10[80c0cc3877cc222c]::follow_trails::{closure#2}> as core[e929cb53b82a81ca]::iter::traits::iterator::Iterator>::fold::<(), core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_trails::{closure#3}>::{closure#0}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/adapters/filter.rs:165:19
[INFO] [stdout]   41:     0x5940c42dc0f5 - <core[e929cb53b82a81ca]::iter::adapters::filter::Filter<core[e929cb53b82a81ca]::slice::iter::Iter<2024_10[80c0cc3877cc222c]::Coordinate>, 2024_10[80c0cc3877cc222c]::follow_trails::{closure#2}> as core[e929cb53b82a81ca]::iter::traits::iterator::Iterator>::for_each::<2024_10[80c0cc3877cc222c]::follow_trails::{closure#3}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/traits/iterator.rs:889:14
[INFO] [stdout]   42:     0x5940c42dd996 - 2024_10[80c0cc3877cc222c]::follow_trails
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/2024-10.rs:123:18
[INFO] [stdout]   43:     0x5940c42dd0e6 - 2024_10[80c0cc3877cc222c]::follow_trails::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/2024-10.rs:124:21
[INFO] [stdout]   44:     0x5940c42dcb42 - core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call::<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_trails::{closure#3}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/traits/iterator.rs:886:29
[INFO] [stdout]   45:     0x5940c42dc784 - core[e929cb53b82a81ca]::iter::adapters::filter::filter_fold::<&2024_10[80c0cc3877cc222c]::Coordinate, (), 2024_10[80c0cc3877cc222c]::follow_trails::{closure#2}, core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_trails::{closure#3}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/adapters/filter.rs:79:44
[INFO] [stdout]   46:     0x5940c42db8e6 - <core[e929cb53b82a81ca]::slice::iter::Iter<2024_10[80c0cc3877cc222c]::Coordinate> as core[e929cb53b82a81ca]::iter::traits::iterator::Iterator>::fold::<(), core[e929cb53b82a81ca]::iter::adapters::filter::filter_fold<&2024_10[80c0cc3877cc222c]::Coordinate, (), 2024_10[80c0cc3877cc222c]::follow_trails::{closure#2}, core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_trails::{closure#3}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/slice/iter/macros.rs:279:27
[INFO] [stdout]   47:     0x5940c42db201 - <core[e929cb53b82a81ca]::iter::adapters::filter::Filter<core[e929cb53b82a81ca]::slice::iter::Iter<2024_10[80c0cc3877cc222c]::Coordinate>, 2024_10[80c0cc3877cc222c]::follow_trails::{closure#2}> as core[e929cb53b82a81ca]::iter::traits::iterator::Iterator>::fold::<(), core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_trails::{closure#3}>::{closure#0}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/adapters/filter.rs:165:19
[INFO] [stdout]   48:     0x5940c42dc0f5 - <core[e929cb53b82a81ca]::iter::adapters::filter::Filter<core[e929cb53b82a81ca]::slice::iter::Iter<2024_10[80c0cc3877cc222c]::Coordinate>, 2024_10[80c0cc3877cc222c]::follow_trails::{closure#2}> as core[e929cb53b82a81ca]::iter::traits::iterator::Iterator>::for_each::<2024_10[80c0cc3877cc222c]::follow_trails::{closure#3}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/traits/iterator.rs:889:14
[INFO] [stdout]   49:     0x5940c42dd996 - 2024_10[80c0cc3877cc222c]::follow_trails
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/2024-10.rs:123:18
[INFO] [stdout]   50:     0x5940c42dd0e6 - 2024_10[80c0cc3877cc222c]::follow_trails::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/2024-10.rs:124:21
[INFO] [stdout]   51:     0x5940c42dcb42 - core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call::<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_trails::{closure#3}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/traits/iterator.rs:886:29
[INFO] [stdout]   52:     0x5940c42dc784 - core[e929cb53b82a81ca]::iter::adapters::filter::filter_fold::<&2024_10[80c0cc3877cc222c]::Coordinate, (), 2024_10[80c0cc3877cc222c]::follow_trails::{closure#2}, core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_trails::{closure#3}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/adapters/filter.rs:79:44
[INFO] [stdout]   53:     0x5940c42db8e6 - <core[e929cb53b82a81ca]::slice::iter::Iter<2024_10[80c0cc3877cc222c]::Coordinate> as core[e929cb53b82a81ca]::iter::traits::iterator::Iterator>::fold::<(), core[e929cb53b82a81ca]::iter::adapters::filter::filter_fold<&2024_10[80c0cc3877cc222c]::Coordinate, (), 2024_10[80c0cc3877cc222c]::follow_trails::{closure#2}, core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_trails::{closure#3}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/slice/iter/macros.rs:279:27
[INFO] [stdout]   54:     0x5940c42db201 - <core[e929cb53b82a81ca]::iter::adapters::filter::Filter<core[e929cb53b82a81ca]::slice::iter::Iter<2024_10[80c0cc3877cc222c]::Coordinate>, 2024_10[80c0cc3877cc222c]::follow_trails::{closure#2}> as core[e929cb53b82a81ca]::iter::traits::iterator::Iterator>::fold::<(), core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_trails::{closure#3}>::{closure#0}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/adapters/filter.rs:165:19
[INFO] [stdout]   55:     0x5940c42dc0f5 - <core[e929cb53b82a81ca]::iter::adapters::filter::Filter<core[e929cb53b82a81ca]::slice::iter::Iter<2024_10[80c0cc3877cc222c]::Coordinate>, 2024_10[80c0cc3877cc222c]::follow_trails::{closure#2}> as core[e929cb53b82a81ca]::iter::traits::iterator::Iterator>::for_each::<2024_10[80c0cc3877cc222c]::follow_trails::{closure#3}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/traits/iterator.rs:889:14
[INFO] [stdout]   56:     0x5940c42dd996 - 2024_10[80c0cc3877cc222c]::follow_trails
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/2024-10.rs:123:18
[INFO] [stdout]   57:     0x5940c42dd0e6 - 2024_10[80c0cc3877cc222c]::follow_trails::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/2024-10.rs:124:21
[INFO] [stdout]   58:     0x5940c42dcb42 - core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call::<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_trails::{closure#3}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/traits/iterator.rs:886:29
[INFO] [stdout]   59:     0x5940c42dc784 - core[e929cb53b82a81ca]::iter::adapters::filter::filter_fold::<&2024_10[80c0cc3877cc222c]::Coordinate, (), 2024_10[80c0cc3877cc222c]::follow_trails::{closure#2}, core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_trails::{closure#3}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/adapters/filter.rs:79:44
[INFO] [stdout]   60:     0x5940c42db8e6 - <core[e929cb53b82a81ca]::slice::iter::Iter<2024_10[80c0cc3877cc222c]::Coordinate> as core[e929cb53b82a81ca]::iter::traits::iterator::Iterator>::fold::<(), core[e929cb53b82a81ca]::iter::adapters::filter::filter_fold<&2024_10[80c0cc3877cc222c]::Coordinate, (), 2024_10[80c0cc3877cc222c]::follow_trails::{closure#2}, core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_trails::{closure#3}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/slice/iter/macros.rs:279:27
[INFO] [stdout]   61:     0x5940c42db201 - <core[e929cb53b82a81ca]::iter::adapters::filter::Filter<core[e929cb53b82a81ca]::slice::iter::Iter<2024_10[80c0cc3877cc222c]::Coordinate>, 2024_10[80c0cc3877cc222c]::follow_trails::{closure#2}> as core[e929cb53b82a81ca]::iter::traits::iterator::Iterator>::fold::<(), core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_trails::{closure#3}>::{closure#0}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/adapters/filter.rs:165:19
[INFO] [stdout]   62:     0x5940c42dc0f5 - <core[e929cb53b82a81ca]::iter::adapters::filter::Filter<core[e929cb53b82a81ca]::slice::iter::Iter<2024_10[80c0cc3877cc222c]::Coordinate>, 2024_10[80c0cc3877cc222c]::follow_trails::{closure#2}> as core[e929cb53b82a81ca]::iter::traits::iterator::Iterator>::for_each::<2024_10[80c0cc3877cc222c]::follow_trails::{closure#3}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/traits/iterator.rs:889:14
[INFO] [stdout]   63:     0x5940c42dd996 - 2024_10[80c0cc3877cc222c]::follow_trails
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/2024-10.rs:123:18
[INFO] [stdout]   64:     0x5940c42dd0e6 - 2024_10[80c0cc3877cc222c]::follow_trails::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/2024-10.rs:124:21
[INFO] [stdout]   65:     0x5940c42dcb42 - core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call::<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_trails::{closure#3}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/traits/iterator.rs:886:29
[INFO] [stdout]   66:     0x5940c42dc784 - core[e929cb53b82a81ca]::iter::adapters::filter::filter_fold::<&2024_10[80c0cc3877cc222c]::Coordinate, (), 2024_10[80c0cc3877cc222c]::follow_trails::{closure#2}, core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_trails::{closure#3}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/adapters/filter.rs:79:44
[INFO] [stdout]   67:     0x5940c42db8e6 - <core[e929cb53b82a81ca]::slice::iter::Iter<2024_10[80c0cc3877cc222c]::Coordinate> as core[e929cb53b82a81ca]::iter::traits::iterator::Iterator>::fold::<(), core[e929cb53b82a81ca]::iter::adapters::filter::filter_fold<&2024_10[80c0cc3877cc222c]::Coordinate, (), 2024_10[80c0cc3877cc222c]::follow_trails::{closure#2}, core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_trails::{closure#3}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/slice/iter/macros.rs:279:27
[INFO] [stdout]   68:     0x5940c42db201 - <core[e929cb53b82a81ca]::iter::adapters::filter::Filter<core[e929cb53b82a81ca]::slice::iter::Iter<2024_10[80c0cc3877cc222c]::Coordinate>, 2024_10[80c0cc3877cc222c]::follow_trails::{closure#2}> as core[e929cb53b82a81ca]::iter::traits::iterator::Iterator>::fold::<(), core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_trails::{closure#3}>::{closure#0}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/adapters/filter.rs:165:19
[INFO] [stdout]   69:     0x5940c42dc0f5 - <core[e929cb53b82a81ca]::iter::adapters::filter::Filter<core[e929cb53b82a81ca]::slice::iter::Iter<2024_10[80c0cc3877cc222c]::Coordinate>, 2024_10[80c0cc3877cc222c]::follow_trails::{closure#2}> as core[e929cb53b82a81ca]::iter::traits::iterator::Iterator>::for_each::<2024_10[80c0cc3877cc222c]::follow_trails::{closure#3}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/traits/iterator.rs:889:14
[INFO] [stdout]   70:     0x5940c42dd996 - 2024_10[80c0cc3877cc222c]::follow_trails
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/2024-10.rs:123:18
[INFO] [stdout]   71:     0x5940c42dd0e6 - 2024_10[80c0cc3877cc222c]::follow_trails::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/2024-10.rs:124:21
[INFO] [stdout]   72:     0x5940c42dcb42 - core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call::<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_trails::{closure#3}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/traits/iterator.rs:886:29
[INFO] [stdout]   73:     0x5940c42dc784 - core[e929cb53b82a81ca]::iter::adapters::filter::filter_fold::<&2024_10[80c0cc3877cc222c]::Coordinate, (), 2024_10[80c0cc3877cc222c]::follow_trails::{closure#2}, core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_trails::{closure#3}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/adapters/filter.rs:79:44
[INFO] [stdout]   74:     0x5940c42db8e6 - <core[e929cb53b82a81ca]::slice::iter::Iter<2024_10[80c0cc3877cc222c]::Coordinate> as core[e929cb53b82a81ca]::iter::traits::iterator::Iterator>::fold::<(), core[e929cb53b82a81ca]::iter::adapters::filter::filter_fold<&2024_10[80c0cc3877cc222c]::Coordinate, (), 2024_10[80c0cc3877cc222c]::follow_trails::{closure#2}, core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_trails::{closure#3}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/slice/iter/macros.rs:279:27
[INFO] [stdout]   75:     0x5940c42db201 - <core[e929cb53b82a81ca]::iter::adapters::filter::Filter<core[e929cb53b82a81ca]::slice::iter::Iter<2024_10[80c0cc3877cc222c]::Coordinate>, 2024_10[80c0cc3877cc222c]::follow_trails::{closure#2}> as core[e929cb53b82a81ca]::iter::traits::iterator::Iterator>::fold::<(), core[e929cb53b82a81ca]::iter::traits::iterator::Iterator::for_each::call<&2024_10[80c0cc3877cc222c]::Coordinate, 2024_10[80c0cc3877cc222c]::follow_trails::{closure#3}>::{closure#0}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/adapters/filter.rs:165:19
[INFO] [stdout]   76:     0x5940c42dc0f5 - <core[e929cb53b82a81ca]::iter::adapters::filter::Filter<core[e929cb53b82a81ca]::slice::iter::Iter<2024_10[80c0cc3877cc222c]::Coordinate>, 2024_10[80c0cc3877cc222c]::follow_trails::{closure#2}> as core[e929cb53b82a81ca]::iter::traits::iterator::Iterator>::for_each::<2024_10[80c0cc3877cc222c]::follow_trails::{closure#3}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/iter/traits/iterator.rs:889:14
[INFO] [stdout]   77:     0x5940c42dd996 - 2024_10[80c0cc3877cc222c]::follow_trails
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/2024-10.rs:123:18
[INFO] [stdout]   78:     0x5940c42dddfb - 2024_10[80c0cc3877cc222c]::part_one
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/2024-10.rs:166:13
[INFO] [stdout]   79:     0x5940c42e0075 - 2024_10[80c0cc3877cc222c]::tests::test_part_one
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/2024-10.rs:253:22
[INFO] [stdout]   80:     0x5940c42dd2f7 - 2024_10[80c0cc3877cc222c]::tests::test_part_one::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/2024-10.rs:252:23
[INFO] [stdout]   81:     0x5940c42e7476 - <2024_10[80c0cc3877cc222c]::tests::test_part_one::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   82:     0x5940c42e75eb - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   83:     0x5940c42e75eb - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   84:     0x5940c42f4ddb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   85:     0x5940c42f4ddb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   86:     0x5940c42f4ddb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   87:     0x5940c42f4ddb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   88:     0x5940c42f4ddb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   89:     0x5940c42f4ddb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   90:     0x5940c42f4ddb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   91:     0x5940c42ee4f4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   92:     0x5940c42ee4f4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   93:     0x5940c42f79e2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   94:     0x5940c42f79e2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   95:     0x5940c42f79e2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   96:     0x5940c42f79e2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   97:     0x5940c42f79e2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   98:     0x5940c42f79e2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   99:     0x5940c42f79e2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]  100:     0x5940c43665ff - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]  101:     0x5940c43665ff - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]  102:     0x74aff2076aa4 - <unknown>
[INFO] [stdout]  103:     0x74aff2103a64 - clone
[INFO] [stdout]  104:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::test_one_trailhead_four_reachable
[INFO] [stdout]     tests::test_one_trailhead_two_reachable
[INFO] [stdout]     tests::test_part_one
[INFO] [stdout]     tests::test_part_two
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin 2024-10`
[INFO] running `Command { std: "docker" "inspect" "2e4d456cc5354fc680b85704f915e5754af1a219f095e011071b88951572f7ac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2e4d456cc5354fc680b85704f915e5754af1a219f095e011071b88951572f7ac", kill_on_drop: false }`
[INFO] [stdout] 2e4d456cc5354fc680b85704f915e5754af1a219f095e011071b88951572f7ac
