[INFO] cloning repository https://github.com/skarahoda/advent-code
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/skarahoda/advent-code" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fskarahoda%2Fadvent-code", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fskarahoda%2Fadvent-code'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] fdce604defb1bc0c38d8939c04eaec3cee11464c
[INFO] testing skarahoda/advent-code against master#ec6f9a5b4413f74386267ef8efc93712c2ce6db6 for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fskarahoda%2Fadvent-code" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/skarahoda/advent-code
[INFO] finished tweaking git repo https://github.com/skarahoda/advent-code
[INFO] tweaked toml for git repo https://github.com/skarahoda/advent-code written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/skarahoda/advent-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/skarahoda/advent-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 spinners v4.1.1
[INFO] [stderr]   Downloaded convert_case v0.6.0
[INFO] [stderr]   Downloaded napi-derive-backend v1.0.75
[INFO] [stderr]   Downloaded napi-derive v2.16.13
[INFO] [stderr]   Downloaded napi-sys v2.4.0
[INFO] [stderr]   Downloaded ctor v0.2.9
[INFO] [stderr]   Downloaded napi-build v2.1.3
[INFO] [stderr]   Downloaded napi v2.16.13
[INFO] [stderr]   Downloaded rustix v0.36.4
[INFO] [stderr]   Downloaded linux-raw-sys v0.1.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] b3e2c2e6c9640695ae986c2364ff594848bb2b624c0d26fbbae16d48806c94ef
[INFO] running `Command { std: "docker" "start" "-a" "b3e2c2e6c9640695ae986c2364ff594848bb2b624c0d26fbbae16d48806c94ef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b3e2c2e6c9640695ae986c2364ff594848bb2b624c0d26fbbae16d48806c94ef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b3e2c2e6c9640695ae986c2364ff594848bb2b624c0d26fbbae16d48806c94ef", kill_on_drop: false }`
[INFO] [stdout] b3e2c2e6c9640695ae986c2364ff594848bb2b624c0d26fbbae16d48806c94ef
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] e08ce846d26b56ccaa12c293c26c1ebf7e77a9f4a0a7e60e559a56f9ddaedd7d
[INFO] running `Command { std: "docker" "start" "-a" "e08ce846d26b56ccaa12c293c26c1ebf7e77a9f4a0a7e60e559a56f9ddaedd7d", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.5
[INFO] [stderr]    Compiling syn v1.0.105
[INFO] [stderr]    Compiling thiserror v1.0.37
[INFO] [stderr]    Compiling libc v0.2.137
[INFO] [stderr]    Compiling io-lifetimes v1.0.3
[INFO] [stderr]    Compiling heck v0.4.0
[INFO] [stderr]    Compiling rustversion v1.0.18
[INFO] [stderr]    Compiling semver v1.0.23
[INFO] [stderr]    Compiling rustix v0.36.4
[INFO] [stderr]    Compiling ucd-trie v0.1.5
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling aho-corasick v0.7.20
[INFO] [stderr]    Compiling regex-syntax v0.6.28
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling linux-raw-sys v0.1.3
[INFO] [stderr]    Compiling serde_json v1.0.134
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling napi-build v2.1.3
[INFO] [stderr]    Compiling os_str_bytes v6.4.1
[INFO] [stderr]    Compiling itoa v1.0.14
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling napi-sys v2.4.0
[INFO] [stderr]    Compiling maplit v1.0.2
[INFO] [stderr]    Compiling advent-of-code v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling termcolor v1.1.3
[INFO] [stderr]    Compiling md5 v0.7.0
[INFO] [stderr]    Compiling clap_lex v0.3.0
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]    Compiling regex v1.7.0
[INFO] [stderr]    Compiling is-terminal v0.4.1
[INFO] [stderr]    Compiling napi-derive-backend v1.0.75
[INFO] [stderr]    Compiling ctor v0.2.9
[INFO] [stderr]    Compiling thiserror-impl v1.0.37
[INFO] [stderr]    Compiling strum_macros v0.24.3
[INFO] [stderr]    Compiling clap_derive v4.0.21
[INFO] [stderr]    Compiling napi v2.16.13
[INFO] [stderr]    Compiling napi-derive v2.16.13
[INFO] [stderr]    Compiling pest v2.5.1
[INFO] [stderr]    Compiling strum v0.24.1
[INFO] [stderr]    Compiling spinners v4.1.1
[INFO] [stderr]    Compiling clap v4.0.29
[INFO] [stderr]    Compiling pest_meta v2.5.1
[INFO] [stderr]    Compiling pest_generator v2.5.1
[INFO] [stderr]    Compiling pest_derive v2.5.1
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/solver/solver_2024_04/mod.rs:93:18
[INFO] [stdout]    |
[INFO] [stdout] 93 |     fn get_cross(&self, x: usize, y: usize) -> Option<Cross> {
[INFO] [stdout]    |                  ^^^^^ the lifetime is elided here    ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 93 |     fn get_cross(&self, x: usize, y: usize) -> Option<Cross<'_>> {
[INFO] [stdout]    |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/solver/solver_2024_04/mod.rs:93:18
[INFO] [stdout]    |
[INFO] [stdout] 93 |     fn get_cross(&self, x: usize, y: usize) -> Option<Cross> {
[INFO] [stdout]    |                  ^^^^^ the lifetime is elided here    ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 93 |     fn get_cross(&self, x: usize, y: usize) -> Option<Cross<'_>> {
[INFO] [stdout]    |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: feature `linked_list_cursors` is declared but not used
[INFO] [stdout]  --> src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(linked_list_cursors)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_features)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: feature `linked_list_cursors` is declared but not used
[INFO] [stdout]  --> src/main.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(linked_list_cursors)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_features)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.67s
[INFO] running `Command { std: "docker" "inspect" "e08ce846d26b56ccaa12c293c26c1ebf7e77a9f4a0a7e60e559a56f9ddaedd7d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e08ce846d26b56ccaa12c293c26c1ebf7e77a9f4a0a7e60e559a56f9ddaedd7d", kill_on_drop: false }`
[INFO] [stdout] e08ce846d26b56ccaa12c293c26c1ebf7e77a9f4a0a7e60e559a56f9ddaedd7d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 1fb5bef78720750ac868c74e628199157300358d373d5a184297f82162a53bd1
[INFO] running `Command { std: "docker" "start" "-a" "1fb5bef78720750ac868c74e628199157300358d373d5a184297f82162a53bd1", kill_on_drop: false }`
[INFO] [stderr]    Compiling advent-of-code v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/solver/solver_2024_04/mod.rs:93:18
[INFO] [stdout]    |
[INFO] [stdout] 93 |     fn get_cross(&self, x: usize, y: usize) -> Option<Cross> {
[INFO] [stdout]    |                  ^^^^^ the lifetime is elided here    ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 93 |     fn get_cross(&self, x: usize, y: usize) -> Option<Cross<'_>> {
[INFO] [stdout]    |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/solver/solver_2024_04/mod.rs:93:18
[INFO] [stdout]    |
[INFO] [stdout] 93 |     fn get_cross(&self, x: usize, y: usize) -> Option<Cross> {
[INFO] [stdout]    |                  ^^^^^ the lifetime is elided here    ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 93 |     fn get_cross(&self, x: usize, y: usize) -> Option<Cross<'_>> {
[INFO] [stdout]    |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: feature `linked_list_cursors` is declared but not used
[INFO] [stdout]  --> src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(linked_list_cursors)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_features)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: feature `linked_list_cursors` is declared but not used
[INFO] [stdout]  --> src/main.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(linked_list_cursors)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_features)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 10.51s
[INFO] running `Command { std: "docker" "inspect" "1fb5bef78720750ac868c74e628199157300358d373d5a184297f82162a53bd1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1fb5bef78720750ac868c74e628199157300358d373d5a184297f82162a53bd1", kill_on_drop: false }`
[INFO] [stdout] 1fb5bef78720750ac868c74e628199157300358d373d5a184297f82162a53bd1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 8a79df758c4a71d10283e6fce34195adbe61a6086fd0558eb283d194cd580ac0
[INFO] running `Command { std: "docker" "start" "-a" "8a79df758c4a71d10283e6fce34195adbe61a6086fd0558eb283d194cd580ac0", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/solver/solver_2024_04/mod.rs:93:18
[INFO] [stderr]    |
[INFO] [stderr] 93 |     fn get_cross(&self, x: usize, y: usize) -> Option<Cross> {
[INFO] [stderr]    |                  ^^^^^ the lifetime is elided here    ^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 93 |     fn get_cross(&self, x: usize, y: usize) -> Option<Cross<'_>> {
[INFO] [stderr]    |                                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: feature `linked_list_cursors` is declared but not used
[INFO] [stderr]  --> src/main.rs:1:12
[INFO] [stderr]   |
[INFO] [stderr] 1 | #![feature(linked_list_cursors)]
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_features)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: feature `linked_list_cursors` is declared but not used
[INFO] [stderr]  --> src/lib.rs:1:12
[INFO] [stderr]   |
[INFO] [stderr] 1 | #![feature(linked_list_cursors)]
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_features)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `advent-of-code` (bin "advent-of-code" test) generated 2 warnings (run `cargo fix --bin "advent-of-code" -p advent-of-code --tests` to apply 1 suggestion)
[INFO] [stderr] warning: `advent-of-code` (lib test) generated 2 warnings (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.15s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/advent_of_code-904e634fe1bbc5e4)
[INFO] [stdout] 
[INFO] [stdout] running 177 tests
[INFO] [stdout] test solver::solver_2015_01::first_part::same_number_of_closing_and_opening_parenthesis ... ok
[INFO] [stdout] test solver::solver_2015_01::first_part::has_more_opening_parenthesis ... ok
[INFO] [stdout] test solver::solver_2015_01::second_part::enter_basement_with_first_character ... ok
[INFO] [stdout] test solver::solver_2015_01::second_part::enter_basement_with_last_character ... ok
[INFO] [stdout] test solver::solver_2015_02::first_part::first_example ... ok
[INFO] [stdout] test solver::solver_2015_02::second_part::first_example ... ok
[INFO] [stdout] test solver::solver_2015_02::first_part::second_example ... ok
[INFO] [stdout] test solver::solver_2015_02::second_part::second_example ... ok
[INFO] [stdout] test solver::solver_2015_03::first_part::first_example ... ok
[INFO] [stdout] test solver::solver_2015_03::first_part::second_example ... ok
[INFO] [stdout] test solver::solver_2015_03::first_part::third_example ... ok
[INFO] [stdout] test solver::solver_2015_03::second_part::first_example ... ok
[INFO] [stdout] test solver::solver_2015_03::second_part::second_example ... ok
[INFO] [stdout] test solver::solver_2015_03::second_part::third_example ... ok
[INFO] [stdout] test solver::solver_2015_05::does_contain_repeating_two_letters::when_no_repeating_characters ... ok
[INFO] [stdout] test solver::solver_2015_05::does_contain_repeating_two_letters::when_repeating_character_at_the_beginning ... ok
[INFO] [stdout] test solver::solver_2015_05::does_contain_two_characters_in_a_row::when_input_have_same_characters_at_the_beginning ... ok
[INFO] [stdout] test solver::solver_2015_05::does_contain_two_characters_in_a_row::when_input_does_not_have_same_characters ... ok
[INFO] [stdout] test solver::solver_2015_05::does_contain_two_characters_in_a_row::when_input_have_same_characters_at_the_middle ... ok
[INFO] [stdout] test solver::solver_2015_05::does_contain_vowel::when_input_have_two_different_vowel ... ok
[INFO] [stdout] test solver::solver_2015_05::does_contain_vowel::when_input_have_three_different_vowel ... ok
[INFO] [stdout] test solver::solver_2015_05::is_nice_string::when_short_nice_string ... ok
[INFO] [stdout] test solver::solver_2015_01::second_part::enter_basement_in_the_middle ... ok
[INFO] [stdout] test solver::solver_2015_05::does_contain_two_characters_in_a_row::when_input_have_same_characters_at_the_end ... ok
[INFO] [stdout] test solver::solver_2015_05::does_contain_repeating_two_letters::when_repeating_character_at_the_beginning_and_end ... ok
[INFO] [stdout] test solver::solver_2015_05::is_nice_string::when_no_same_characters_in_a_row ... ok
[INFO] [stdout] test solver::solver_2015_07::find_start_of_message_marker::should_solve_i_in_example ... ok
[INFO] [stdout] test solver::solver_2015_07::find_start_of_message_marker::should_solve_e_in_example ... ok
[INFO] [stdout] test solver::solver_2015_07::find_start_of_message_marker::should_solve_g_in_example ... ok
[INFO] [stdout] test solver::solver_2015_08::tests::should_solve_first_part_example ... ok
[INFO] [stdout] test solver::solver_2015_07::find_start_of_message_marker::should_solve_h_in_example ... ok
[INFO] [stdout] test solver::solver_2015_07::find_start_of_message_marker::should_solve_x_in_example ... ok
[INFO] [stdout] test solver::solver_2015_07::find_start_of_message_marker::should_solve_y_in_example ... ok
[INFO] [stdout] test solver::solver_2015_08::tests::should_solve_second_part_example ... ok
[INFO] [stdout] test solver::solver_2015_07::find_start_of_message_marker::should_solve_d_in_example ... ok
[INFO] [stdout] test solver::solver_2015_05::does_contain_vowel::when_input_have_three_vowel ... ok
[INFO] [stdout] test solver::solver_2015_05::does_contain_vowel::when_input_does_not_have_vowel ... ok
[INFO] [stdout] test solver::solver_2015_05::is_nice_string::second_example ... ok
[INFO] [stdout] test solver::solver_2015_01::first_part::has_more_closing_parenthesis ... ok
[INFO] [stdout] test solver::solver_2015_05::is_nice_string::when_have_forbidden_words ... ok
[INFO] [stdout] test solver::solver_2015_05::is_nice_string::when_long_nice_string ... ok
[INFO] [stdout] test solver::solver_2015_07::find_start_of_message_marker::should_solve_f_in_example ... ok
[INFO] [stdout] test solver::solver_2015_10::tests::should_look_and_say_11 ... ok
[INFO] [stdout] test solver::solver_2015_10::tests::should_look_and_say_1211 ... ok
[INFO] [stdout] test solver::solver_2015_10::tests::should_look_and_say_1 ... ok
[INFO] [stdout] test solver::solver_2015_10::tests::should_look_and_say_21 ... ok
[INFO] [stdout] test solver::solver_2015_12::tests::should_solve_second_part_example ... ok
[INFO] [stdout] test solver::solver_2015_10::tests::should_look_and_say_111221 ... ok
[INFO] [stdout] test solver::solver_2015_18::tests::should_solve_first_part_example ... ok
[INFO] [stdout] test solver::solver_2015_12::tests::should_solve_first_part_example ... ok
[INFO] [stdout] test solver::solver_2015_17::tests::should_solve_first_part_example ... ok
[INFO] [stdout] test solver::solver_2015_18::tests::should_solve_second_part_example ... ok
[INFO] [stdout] test solver::solver_2015_19::tests::should_solve_first_part_example ... ok
[INFO] [stdout] test solver::solver_2022_01::tests::solve_second_part ... ok
[INFO] [stdout] test solver::solver_2022_01::tests::solve_first_part ... ok
[INFO] [stdout] test solver::solver_2022_03::tests::solve_second_part ... ok
[INFO] [stdout] test solver::solver_2022_04::tests::solve_second_part ... ok
[INFO] [stdout] test solver::solver_2022_04::tests::solve_first_part ... ok
[INFO] [stdout] test solver::solver_2022_03::tests::solve_first_part ... ok
[INFO] [stdout] test solver::solver_2022_06::find_start_of_message_marker::fifth_example ... ok
[INFO] [stdout] test solver::solver_2022_05::tests::solve_second_part ... ok
[INFO] [stdout] test solver::solver_2022_06::find_start_of_message_marker::first_example ... ok
[INFO] [stdout] test solver::solver_2022_06::find_start_of_message_marker::fifth_example_in_second_part ... ok
[INFO] [stdout] test solver::solver_2022_02::tests::solve_first_part ... ok
[INFO] [stdout] test solver::solver_2015_09::tests::should_solve_first_part_example ... ok
[INFO] [stdout] test solver::solver_2022_02::tests::solve_second_part ... ok
[INFO] [stdout] test solver::solver_2022_05::tests::solve_first_part ... ok
[INFO] [stdout] test solver::solver_2022_06::find_start_of_message_marker::fourth_example ... ok
[INFO] [stdout] test solver::solver_2022_06::find_start_of_message_marker::second_example ... ok
[INFO] [stdout] test solver::solver_2022_06::find_start_of_message_marker::third_example ... ok
[INFO] [stdout] test solver::solver_2022_06::find_start_of_message_marker::fourth_example_in_second_part ... ok
[INFO] [stdout] test solver::solver_2022_06::find_start_of_message_marker::second_example_in_second_part ... ok
[INFO] [stdout] test solver::solver_2022_06::find_start_of_message_marker::third_example_in_second_part ... ok
[INFO] [stdout] test solver::solver_2022_07::tests::should_solve_second_part_example ... ok
[INFO] [stdout] test solver::solver_2022_08::tests::should_solve_first_part_example ... ok
[INFO] [stdout] test solver::solver_2022_08::tests::should_solve_second_part_example ... ok
[INFO] [stdout] test solver::solver_2022_07::tests::should_solve_first_part_example ... ok
[INFO] [stdout] test solver::solver_2022_11::tests::should_parse_input ... ok
[INFO] [stdout] test solver::solver_2022_06::find_start_of_message_marker::first_example_in_second_part ... ok
[INFO] [stdout] test solver::solver_2022_10::tests::should_solve_first_part_example ... ok
[INFO] [stdout] test solver::solver_2022_12::tests::should_solve_first_part_example ... ok
[INFO] [stdout] test solver::solver_2022_11::tests::should_solve_first_part_example ... ok
[INFO] [stdout] test solver::solver_2022_12::tests::should_solve_second_part_example ... ok
[INFO] [stdout] test solver::solver_2022_13::tests::should_parse_input ... ok
[INFO] [stdout] test solver::solver_2022_13::tests::should_solve_first_part_example ... ok
[INFO] [stdout] test solver::solver_2022_13::tests::should_solve_second_part_example ... ok
[INFO] [stdout] test solver::solver_2022_14::tests::should_solve_first_part ... ok
[INFO] [stdout] test solver::solver_2015_09::tests::should_solve_second_part_example ... ok
[INFO] [stdout] test solver::solver_2022_15::tests::should_solve_first_part ... ok
[INFO] [stdout] test solver::solver_2022_10::tests::should_solve_second_part_example ... ok
[INFO] [stdout] test solver::solver_2022_14::tests::should_solve_second_part ... ok
[INFO] [stdout] test solver::solver_2022_15::tests::should_solve_second_part ... ok
[INFO] [stdout] test solver::solver_2022_09::tests::should_solve_second_part_example ... ok
[INFO] [stdout] test solver::solver_2015_15::tests::should_solve_first_part_example ... ok
[INFO] [stdout] test solver::solver_2022_18::tests::should_solve_first_part ... ok
[INFO] [stdout] test solver::solver_2022_20::tests::should_solve_first_part ... ok
[INFO] [stdout] test solver::solver_2022_20::tests::should_solve_second_part ... ok
[INFO] [stdout] test solver::solver_2022_17::tests::should_get_moves ... ok
[INFO] [stdout] test solver::solver_2022_18::tests::should_solve_second_part ... ok
[INFO] [stdout] test solver::solver_2022_21::find_start_of_message_marker::should_solve_first_part ... ok
[INFO] [stdout] test solver::solver_2022_22::tests::should_solve_first_part ... ok
[INFO] [stdout] test solver::solver_2022_21::find_start_of_message_marker::should_solve_second_part ... ok
[INFO] [stdout] test solver::solver_2024_01::tests::solve_second_part ... ok
[INFO] [stdout] test solver::solver_2024_01::tests::solve_first_part ... ok
[INFO] [stdout] test solver::solver_2022_22::tests::should_solve_second_part ... ok
[INFO] [stdout] test solver::solver_2024_02::tests::decide_safe_list_when_first_two_are_three_above_each_other ... ok
[INFO] [stdout] test solver::solver_2024_02::tests::decide_safe_list_when_first_two_are_two_above_each_other ... ok
[INFO] [stdout] test solver::solver_2024_02::tests::decide_unsafe_list_when_first_two_are_ascending_and_then_descending ... ok
[INFO] [stdout] test solver::solver_2024_02::tests::decide_safe_list_when_first_two_are_one_above_each_other ... ok
[INFO] [stdout] test solver::solver_2024_02::tests::solve_first_part ... ok
[INFO] [stdout] test solver::solver_2024_02::tests::solve_second_part ... ok
[INFO] [stdout] test solver::solver_2024_03::tests::solve_first_part ... ok
[INFO] [stdout] test solver::solver_2024_03::tests::solve_second_part ... ok
[INFO] [stdout] test solver::solver_2024_04::tests::solve_first_part ... ok
[INFO] [stdout] test solver::solver_2024_04::tests::solve_second_part ... ok
[INFO] [stdout] test solver::solver_2024_05::tests::solve_first_part ... ok
[INFO] [stdout] test solver::solver_2024_05::tests::solve_second_part ... ok
[INFO] [stdout] test solver::solver_2024_06::tests::solve_first_part ... ok
[INFO] [stdout] test solver::solver_2024_06::tests::solve_second_part ... ok
[INFO] [stdout] test solver::solver_2022_17::tests::should_solve_first_part ... ok
[INFO] [stdout] test solver::solver_2024_07::tests::is_valid_equation ... ok
[INFO] [stdout] test solver::solver_2024_07::tests::solve_first_part ... ok
[INFO] [stdout] test solver::solver_2024_07::tests::solve_second_part ... ok
[INFO] [stdout] test solver::solver_2024_08::tests::solve_second_part ... ok
[INFO] [stdout] test solver::solver_2022_16::tests::should_solve_first_part ... ok
[INFO] [stdout] test solver::solver_2024_09::tests::solve_first_part ... ok
[INFO] [stdout] test solver::solver_2024_09::tests::solve_second_part ... ok
[INFO] [stdout] test solver::solver_2024_10::tests::solve_first_part ... ok
[INFO] [stdout] test solver::solver_2024_10::tests::solve_second_part ... ok
[INFO] [stdout] test solver::solver_2024_12::tests::should_solve_first_part ... ok
[INFO] [stdout] test solver::solver_2024_12::tests::should_solve_second_part ... ok
[INFO] [stdout] test solver::solver_2024_12::tests::should_solve_second_part_e_shape ... ok
[INFO] [stdout] test solver::solver_2024_12::tests::should_solve_second_part_two_inner_squares ... ok
[INFO] [stdout] test solver::solver_2024_02::tests::decide_unsafe_list_when_first_two_are_same ... ok
[INFO] [stdout] test solver::solver_2024_02::tests::decide_unsafe_list_when_first_two_are_descending_and_then_ascending ... ok
[INFO] [stdout] test solver::solver_2015_17::tests::should_solve_second_part_example ... FAILED
[INFO] [stdout] test solver::solver_2024_08::tests::solve_first_part ... ok
[INFO] [stdout] test solver::solver_2015_13::tests::should_solve_first_part_example ... ok
[INFO] [stdout] test solver::solver_2024_13::tests::should_solve_first_part ... ok
[INFO] [stdout] test solver::solver_2024_15::tests::should_solve_first_part ... ok
[INFO] [stdout] test solver::solver_2024_15::tests::should_solve_second_part ... ok
[INFO] [stdout] test solver::solver_2024_15::tests::should_solve_first_part_big ... ok
[INFO] [stdout] test solver::solver_2024_15::tests::should_solve_second_part_example_from_reddit ... ok
[INFO] [stdout] test solver::solver_2024_14::tests::should_solve_first_part ... ok
[INFO] [stdout] test solver::solver_2024_11::tests::should_solve_first_part ... ok
[INFO] [stdout] test solver::solver_2022_09::tests::should_solve_first_part_example ... ok
[INFO] [stdout] test solver::solver_2024_19::test::test_solve_first_part ... ok
[INFO] [stdout] test solver::solver_2024_19::test::test_solve_second_part ... ok
[INFO] [stdout] test solver::solver_2024_18::test::test_solve_second_part ... ok
[INFO] [stdout] test solver::solver_2024_17::test::test_solve_second_part ... ok
[INFO] [stdout] test solver::solver_2024_21::test::test_solve_first_part ... ok
[INFO] [stdout] test solver::solver_2024_22::test::test_get_next_secret_number ... ok
[INFO] [stdout] test solver::solver_2024_18::test::test_solve_first_part ... ok
[INFO] [stdout] test solver::solver_2024_22::test::test_solve_first_part ... ok
[INFO] [stdout] test solver::solver_2015_15::tests::should_solve_second_part_example ... ok
[INFO] [stdout] test solver::solver_2024_22::test::test_get_nth_secret_number ... ok
[INFO] [stdout] test solver::solver_2024_20::test::test_solve_first_part ... ok
[INFO] [stdout] test solver::solver_2024_23::test::test_solve_first_part ... ok
[INFO] [stdout] test solver::solver_2024_24::test::test_solve_first_part ... ok
[INFO] [stdout] test solver::solver_2024_23::test::test_solve_second_part ... ok
[INFO] [stdout] test solver::solver_2024_17::test::test_solve_first_part ... ok
[INFO] [stdout] test solver::solver_2024_24::test::test_solve_first_part_with_example2 ... ok
[INFO] [stdout] test solver::solver_2024_22::test::test_get_prices_and_diffs ... FAILED
[INFO] [stdout] test solver::solver_2024_25::test::test_solve_first_part ... ok
[INFO] [stdout] test solver::solver_2022_17::tests::should_solve_second_part ... ok
[INFO] [stdout] test solver::solver_2024_25::test::test_solve_second_part ... ok
[INFO] [stdout] test solver::solver_2024_22::test::test_solve_second_part ... ok
[INFO] [stdout] test solver::solver_2015_14::tests::should_solve_second_part_example ... ok
[INFO] [stdout] test solver::solver_2015_14::tests::should_solve_first_part_example ... ok
[INFO] [stdout] test solver::solver_2024_22::test::test_solve_second_part_example3 ... ok
[INFO] [stdout] test solver::solver_2024_16::tests::should_solve_first_part ... ok
[INFO] [stdout] test solver::solver_2024_20::test::test_solve_second_part ... ok
[INFO] [stdout] test solver::solver_2024_16::tests::should_solve_second_part ... ok
[INFO] [stdout] test solver::solver_2022_16::tests::should_solve_second_part ... ok
[INFO] [stdout] test solver::solver_2022_11::tests::should_solve_second_part_example ... ok
[INFO] [stdout] test solver::solver_2015_04::first_part::solve_first_example ... ok
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stdout] test solver::solver_2015_04::first_part::solve_second_example ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- solver::solver_2015_17::tests::should_solve_second_part_example stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'solver::solver_2015_17::tests::should_solve_second_part_example' (77) panicked at src/solver/solver_2015_17/mod.rs:81:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 3
[INFO] [stdout]  right: 0
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61a868bfab3a - 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:     0x61a868bfab3a - 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:     0x61a868bfab3a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61a868bfab3a - <<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:     0x61a868c0fb6a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61a868c0fb6a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x61a868bff422 - 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:     0x61a868bff422 - <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:     0x61a868bd9b3f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x61a868bd9b3f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61a868bf2f99 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61a868a0d1ac - <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:     0x61a868a0d1ac - 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:     0x61a868bf3152 - <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:     0x61a868bf3152 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x61a868bd9bf8 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x61a868bcedd9 - 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:     0x61a868bda90d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61a868c1032c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61a868c101e3 - core[e929cb53b82a81ca]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x61a868c0becd - core[e929cb53b82a81ca]::panicking::assert_failed::<usize, usize>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x61a86897cce1 - advent_of_code[f531a73cfa5c491]::solver::solver_2015_17::tests::should_solve_second_part_example
[INFO] [stdout]                                at /opt/rustwide/workdir/src/solver/solver_2015_17/mod.rs:81:9
[INFO] [stdout]   22:     0x61a86896e687 - advent_of_code[f531a73cfa5c491]::solver::solver_2015_17::tests::should_solve_second_part_example::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/solver/solver_2015_17/mod.rs:79:42
[INFO] [stdout]   23:     0x61a8689672a6 - <advent_of_code[f531a73cfa5c491]::solver::solver_2015_17::tests::should_solve_second_part_example::{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]   24:     0x61a868a0048b - <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]   25:     0x61a868a0048b - 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]   26:     0x61a868a0dc7b - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x61a868a0dc7b - <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]   28:     0x61a868a0dc7b - 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]   29:     0x61a868a0dc7b - 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]   30:     0x61a868a0dc7b - 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]   31:     0x61a868a0dc7b - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x61a868a0dc7b - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x61a868a07394 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x61a868a07394 - 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]   35:     0x61a868a10882 - 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]   36:     0x61a868a10882 - <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]   37:     0x61a868a10882 - 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]   38:     0x61a868a10882 - 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]   39:     0x61a868a10882 - 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]   40:     0x61a868a10882 - 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]   41:     0x61a868a10882 - <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]   42:     0x61a868bfa44f - <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]   43:     0x61a868bfa44f - <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]   44:     0x72bbec034aa4 - <unknown>
[INFO] [stdout]   45:     0x72bbec0c1a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- solver::solver_2024_22::test::test_get_prices_and_diffs stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'solver::solver_2024_22::test::test_get_prices_and_diffs' (185) panicked at src/solver/solver_2024_22/mod.rs:126:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: [(0, -3), (6, 6), (5, -1), (4, -1), (4, 0), (6, 2), (4, -2), (4, 0), (2, -2), (4, 2)]
[INFO] [stdout]  right: [(0, -3), (6, 6), (5, -1), (4, -1), (4, 0), (6, 2), (4, -2), (4, 0), (2, -2)]
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61a868bfab3a - 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:     0x61a868bfab3a - 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:     0x61a868bfab3a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61a868bfab3a - <<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:     0x61a868c0fb6a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61a868c0fb6a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x61a868bff422 - 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:     0x61a868bff422 - <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:     0x61a868bd9b3f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x61a868bd9b3f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61a868bf2f99 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61a868a0d1ac - <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:     0x61a868a0d1ac - 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:     0x61a868bf3152 - <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:     0x61a868bf3152 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x61a868bd9bf8 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x61a868bcedd9 - 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:     0x61a868bda90d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61a868c1032c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61a868c101e3 - core[e929cb53b82a81ca]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x61a8689c6a1e - core[e929cb53b82a81ca]::panicking::assert_failed::<alloc[9d7caffeb3b5d2c6]::vec::Vec<(usize, isize)>, alloc[9d7caffeb3b5d2c6]::vec::Vec<(usize, isize)>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x61a8689bf64b - advent_of_code[f531a73cfa5c491]::solver::solver_2024_22::test::test_get_prices_and_diffs
[INFO] [stdout]                                at /opt/rustwide/workdir/src/solver/solver_2024_22/mod.rs:126:9
[INFO] [stdout]   22:     0x61a8689bba27 - advent_of_code[f531a73cfa5c491]::solver::solver_2024_22::test::test_get_prices_and_diffs::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/solver/solver_2024_22/mod.rs:125:35
[INFO] [stdout]   23:     0x61a868968da6 - <advent_of_code[f531a73cfa5c491]::solver::solver_2024_22::test::test_get_prices_and_diffs::{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]   24:     0x61a868a0048b - <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]   25:     0x61a868a0048b - 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]   26:     0x61a868a0dc7b - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x61a868a0dc7b - <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]   28:     0x61a868a0dc7b - 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]   29:     0x61a868a0dc7b - 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]   30:     0x61a868a0dc7b - 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]   31:     0x61a868a0dc7b - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x61a868a0dc7b - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x61a868a07394 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x61a868a07394 - 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]   35:     0x61a868a10882 - 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]   36:     0x61a868a10882 - <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]   37:     0x61a868a10882 - 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]   38:     0x61a868a10882 - 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]   39:     0x61a868a10882 - 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]   40:     0x61a868a10882 - 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]   41:     0x61a868a10882 - <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]   42:     0x61a868bfa44f - <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]   43:     0x61a868bfa44f - <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]   44:     0x72bbec034aa4 - <unknown>
[INFO] [stdout]   45:     0x72bbec0c1a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     solver::solver_2015_17::tests::should_solve_second_part_example
[INFO] [stdout]     solver::solver_2024_22::test::test_get_prices_and_diffs
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 175 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.76s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "8a79df758c4a71d10283e6fce34195adbe61a6086fd0558eb283d194cd580ac0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8a79df758c4a71d10283e6fce34195adbe61a6086fd0558eb283d194cd580ac0", kill_on_drop: false }`
[INFO] [stdout] 8a79df758c4a71d10283e6fce34195adbe61a6086fd0558eb283d194cd580ac0
