[INFO] cloning repository https://github.com/barbarj/aoc-2024 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/barbarj/aoc-2024" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbarbarj%2Faoc-2024", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbarbarj%2Faoc-2024'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 40ee40f89b1d2fad83f970ee5cc156d5d80e3cd6 [INFO] testing barbarj/aoc-2024 against master#b03b3a7ec92682be2917540b679478d41c95a30c for pr-137122-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbarbarj%2Faoc-2024" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/barbarj/aoc-2024 [INFO] finished tweaking git repo https://github.com/barbarj/aoc-2024 [INFO] tweaked toml for git repo https://github.com/barbarj/aoc-2024 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/barbarj/aoc-2024 on toolchain b03b3a7ec92682be2917540b679478d41c95a30c [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b03b3a7ec92682be2917540b679478d41c95a30c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/barbarj/aoc-2024 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" "+b03b3a7ec92682be2917540b679478d41c95a30c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+b03b3a7ec92682be2917540b679478d41c95a30c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c793db998f4cb8f7e4ebbc7155dad451046e6b13f04255c676d3b36970b7549a [INFO] running `Command { std: "docker" "start" "-a" "c793db998f4cb8f7e4ebbc7155dad451046e6b13f04255c676d3b36970b7549a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c793db998f4cb8f7e4ebbc7155dad451046e6b13f04255c676d3b36970b7549a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c793db998f4cb8f7e4ebbc7155dad451046e6b13f04255c676d3b36970b7549a", kill_on_drop: false }` [INFO] [stdout] c793db998f4cb8f7e4ebbc7155dad451046e6b13f04255c676d3b36970b7549a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+b03b3a7ec92682be2917540b679478d41c95a30c" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bae396cb68a6452e4fbe5f125488e025ebe58c609b25fb5b3f14a77ee977f02f [INFO] running `Command { std: "docker" "start" "-a" "bae396cb68a6452e4fbe5f125488e025ebe58c609b25fb5b3f14a77ee977f02f", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling md5 v0.7.0 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling aoc-2024 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.64s [INFO] running `Command { std: "docker" "inspect" "bae396cb68a6452e4fbe5f125488e025ebe58c609b25fb5b3f14a77ee977f02f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bae396cb68a6452e4fbe5f125488e025ebe58c609b25fb5b3f14a77ee977f02f", kill_on_drop: false }` [INFO] [stdout] bae396cb68a6452e4fbe5f125488e025ebe58c609b25fb5b3f14a77ee977f02f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+b03b3a7ec92682be2917540b679478d41c95a30c" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a6d5318f3f943be27bebb3bb8cf698e95575ded3c71d8df3a63fa7730b66f2de [INFO] running `Command { std: "docker" "start" "-a" "a6d5318f3f943be27bebb3bb8cf698e95575ded3c71d8df3a63fa7730b66f2de", kill_on_drop: false }` [INFO] [stderr] Compiling aoc-2024 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2.94s [INFO] running `Command { std: "docker" "inspect" "a6d5318f3f943be27bebb3bb8cf698e95575ded3c71d8df3a63fa7730b66f2de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a6d5318f3f943be27bebb3bb8cf698e95575ded3c71d8df3a63fa7730b66f2de", kill_on_drop: false }` [INFO] [stdout] a6d5318f3f943be27bebb3bb8cf698e95575ded3c71d8df3a63fa7730b66f2de [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+b03b3a7ec92682be2917540b679478d41c95a30c" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a7cc8ced13c6f5f70abec06a359422c9db427864d94a33774400a21de81f2700 [INFO] running `Command { std: "docker" "start" "-a" "a7cc8ced13c6f5f70abec06a359422c9db427864d94a33774400a21de81f2700", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/aoc_2024-96dae76b15d951b6) [INFO] [stdout] [INFO] [stdout] running 127 tests [INFO] [stdout] test y2015::d1::tests::part2 ... ok [INFO] [stdout] test y2015::d1::tests::part1 ... ok [INFO] [stdout] test y2015::d1::tests::part1_example ... ok [INFO] [stdout] test y2015::d3::tests::part1 ... ok [INFO] [stdout] test y2015::d5::tests::part1_example ... ok [INFO] [stdout] test y2024::d10::tests::part2_example ... ok [INFO] [stdout] test y2024::d10::tests::part2 ... ok [INFO] [stdout] test y2024::d10::tests::part1_example ... ok [INFO] [stdout] test y2024::d11::tests::cycle_testing ... ok [INFO] [stdout] test y2024::d12::tests::part2_example ... ok [INFO] [stdout] test y2024::d10::tests::part1 ... ok [INFO] [stdout] test y2015::d2::tests::part2 ... ok [INFO] [stdout] test y2024::d11::tests::part1_example ... ok [INFO] [stdout] test y2024::d12::tests::part1_example ... ok [INFO] [stdout] test y2015::d5::tests::part1 ... ok [INFO] [stdout] test y2015::d3::tests::part2 ... ok [INFO] [stdout] test y2015::d2::tests::part1 ... ok [INFO] [stdout] test y2024::d12::tests::part1 ... ok [INFO] [stdout] test y2024::d11::tests::part1 ... ok [INFO] [stdout] test y2024::d15::tests::part1_small_example ... ok [INFO] [stdout] test y2024::d15::tests::part1_large_example ... ok [INFO] [stdout] test y2024::d15::tests::part2_large_example ... ok [INFO] [stdout] test y2024::d14::tests::part1_example ... ok [INFO] [stdout] test y2024::d15::tests::part1 ... ok [INFO] [stdout] test y2024::d16::tests::part1_small_example ... ok [INFO] [stdout] test y2024::d16::tests::part1_example ... ok [INFO] [stdout] test y2024::d16::tests::part2_example ... ok [INFO] [stdout] test y2024::d12::tests::part2 ... ok [INFO] [stdout] test y2024::d14::tests::part1 ... ok [INFO] [stdout] test y2024::d16::tests::part2_small_example ... ok [INFO] [stdout] test y2024::d17::tests::part2 ... ok [INFO] [stdout] test y2024::d17::tests::part1_example ... ok [INFO] [stdout] test y2024::d17::tests::part2_example ... ok [INFO] [stdout] test y2024::d17::tests::part1 ... ok [INFO] [stdout] test y2024::d18::tests::part1_example ... ok [INFO] [stdout] test y2024::d18::tests::part2_example ... ok [INFO] [stdout] test y2024::d13::tests::part2_example ... ok [INFO] [stdout] test y2024::d19::tests::part1_example ... ok [INFO] [stdout] test y2024::d13::tests::part1 ... ok [INFO] [stdout] test y2024::d19::tests::part2_example ... ok [INFO] [stdout] test y2024::d1::tests::part1 ... ok [INFO] [stdout] test y2024::d1::tests::part1_example ... ok [INFO] [stdout] test y2024::d13::tests::part1_example ... ok [INFO] [stdout] test y2024::d1::tests::part2_example ... ok [INFO] [stdout] test y2024::d1::tests::part2 ... ok [INFO] [stdout] test y2024::d16::tests::part1 ... ok [INFO] [stdout] test y2024::d18::tests::part1 ... ok [INFO] [stdout] test y2024::d20::tests::part1_example ... ok [INFO] [stdout] test y2024::d18::tests::part2 ... ok [INFO] [stdout] test y2024::d21::tests::first_example ... ok [INFO] [stdout] test y2024::d20::tests::part2_example_76 ... ok [INFO] [stdout] test y2024::d20::tests::part2_example_70 ... ok [INFO] [stdout] test y2024::d20::tests::part1 ... ok [INFO] [stdout] test y2024::d21::tests::last_example ... ok [INFO] [stdout] test y2024::d21::tests::num_parts ... ok [INFO] [stdout] test y2024::d13::tests::part2_problem ... ok [INFO] [stdout] test y2024::d19::tests::part1 ... ok [INFO] [stdout] test y2024::d21::tests::part1 ... ok [INFO] [stdout] test y2024::d22::tests::part1_example ... ok [INFO] [stdout] test y2024::d21::tests::part1_example ... ok [INFO] [stdout] test y2024::d19::tests::part2 ... ok [INFO] [stdout] test y2024::d22::tests::price_change_sequence ... ok [INFO] [stdout] test y2024::d21::tests::seq_lens ... ok [INFO] [stdout] test y2024::d23::tests::part1_example ... ok [INFO] [stdout] test y2024::d23::tests::part2_example ... ok [INFO] [stdout] test y2015::d5::tests::part2 ... ok [INFO] [stdout] test y2024::d24::tests::expected_result ... ok [INFO] [stdout] test y2024::d24::tests::input_gate_count ... ok [INFO] [stdout] test y2024::d22::tests::part2_example ... ok [INFO] [stdout] test y2024::d24::tests::part1_large_example ... ok [INFO] [stdout] test y2024::d24::tests::part1_small_example ... ok [INFO] [stdout] test y2024::d24::tests::part1 ... ok [INFO] [stdout] test y2024::d24::tests::y_num ... ok [INFO] [stdout] test y2024::d24::tests::x_num ... ok [INFO] [stdout] test y2024::d25::tests::part1_example ... ok [INFO] [stdout] test y2024::d23::tests::vertice_count ... ok [INFO] [stdout] test y2024::d2::tests::part1_example ... ok [INFO] [stdout] test y2024::d2::tests::part1 ... ok [INFO] [stdout] test y2024::d15::tests::part2 ... ok [INFO] [stdout] test y2024::d2::tests::part2_more_valid ... ok [INFO] [stdout] test y2024::d2::tests::part2_example ... ok [INFO] [stdout] test y2024::d2::tests::part2 ... ok [INFO] [stdout] test y2024::d2::tests::unsafe_edge_cases ... ok [INFO] [stdout] test y2024::d2::tests::print_safe ... ok [INFO] [stdout] test y2024::d25::tests::part1 ... ok [INFO] [stdout] test y2024::d2::tests::print_unsafe ... ok [INFO] [stdout] test y2024::d3::tests::part1_example ... ok [INFO] [stdout] test y2024::d3::tests::part1 ... ok [INFO] [stdout] test y2024::d3::tests::part2_example ... ok [INFO] [stdout] test y2024::d4::tests::part1_example ... ok [INFO] [stdout] test y2024::d4::tests::part2 ... ok [INFO] [stdout] test y2024::d4::tests::part2_example ... ok [INFO] [stdout] test y2024::d5::tests::part1_example ... ok [INFO] [stdout] test y2024::d4::tests::part1 ... ok [INFO] [stdout] test y2024::d5::tests::part2_example ... ok [INFO] [stdout] test y2024::d5::tests::show_no_unordered_numbers_present ... ok [INFO] [stdout] test y2024::d3::tests::part2 ... ok [INFO] [stdout] test y2024::d6::tests::part1 ... ok [INFO] [stdout] test y2024::d6::tests::part1_example ... ok [INFO] [stdout] test y2024::d6::tests::part2_example ... ok [INFO] [stdout] test y2024::d23::tests::part2 ... FAILED [INFO] [stdout] test y2024::d7::tests::part1_example ... ok [INFO] [stdout] test y2024::d7::tests::part1 ... ok [INFO] [stdout] test y2024::d5::tests::part2 ... ok [INFO] [stdout] test y2024::d8::tests::part1 ... ok [INFO] [stdout] test y2024::d8::tests::part1_example ... ok [INFO] [stdout] test y2024::d8::tests::part2 ... ok [INFO] [stdout] test y2024::d7::tests::part2_example ... ok [INFO] [stdout] test y2024::d8::tests::part2_example ... ok [INFO] [stdout] test y2024::d9::tests::part1_example ... ok [INFO] [stdout] test y2024::d9::tests::part1 ... ok [INFO] [stdout] test y2024::d9::tests::part2 ... ok [INFO] [stdout] test y2024::d9::tests::part2_example ... ok [INFO] [stdout] test y2024::d5::tests::part1 ... ok [INFO] [stdout] test y2024::d23::tests::part1 ... ok [INFO] [stdout] test y2024::d14::tests::part2 ... ok [INFO] [stdout] test y2024::d22::tests::part1 ... ok [INFO] [stdout] test y2024::d11::tests::part2 ... ok [INFO] [stdout] test y2024::d16::tests::part2 ... ok [INFO] [stdout] test y2015::d4::tests::part1 ... ok [INFO] [stdout] test y2024::d6::tests::part2 ... ok [INFO] [stdout] test y2024::d20::tests::part2 ... ok [INFO] [stdout] test y2024::d21::tests::part2 ... ok [INFO] [stdout] test y2015::d4::tests::part1_example ... ok [INFO] [stdout] test y2024::d7::tests::part2 ... ok [INFO] [stdout] test y2024::d22::tests::part2 ... ok [INFO] [stdout] test y2015::d4::tests::part2 ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- y2024::d23::tests::part2 stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'y2024::d23::tests::part2' panicked at src/y2024/d23.rs:158:9: [INFO] [stdout] assertion `left == right` failed [INFO] [stdout] left: "ak,ay,iy,je,ki,ou,pu,sf,ua,ws,ya,yj" [INFO] [stdout] right: "ag,bt,cq,da,hp,hs,mi,pa,qd,qe,qi,ri,uq" [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5f9bd1be8d32 - std::backtrace_rs::backtrace::libunwind::trace::hf6dd235ae0786829 [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5f9bd1be8d32 - std::backtrace_rs::backtrace::trace_unsynchronized::h3a5b54e78104e8b2 [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5f9bd1be8d32 - std::sys::backtrace::_print_fmt::hca7a5c1644e21919 [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5f9bd1be8d32 - ::fmt::h38110959524b373c [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5f9bd1c0ed13 - core::fmt::rt::Argument::fmt::h391eb3fdbf3d4042 [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5f9bd1c0ed13 - core::fmt::write::h5b87140645224122 [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/core/src/fmt/mod.rs:1465:25 [INFO] [stdout] 6: 0x5f9bd1be5cb3 - std::io::default_write_fmt::h3039811ce7aea84b [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5f9bd1be5cb3 - std::io::Write::write_fmt::h2eef262cf4840ab4 [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5f9bd1be8b82 - std::sys::backtrace::BacktraceLock::print::hcd755c38f62e4492 [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x5f9bd1bea29c - std::panicking::default_hook::{{closure}}::h351f33591b26e6e7 [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/std/src/panicking.rs:300:27 [INFO] [stdout] 10: 0x5f9bd1bea0f2 - std::panicking::default_hook::he5bba7bf0a373c6e [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/std/src/panicking.rs:324:9 [INFO] [stdout] 11: 0x5f9bd1929cc4 - as core::ops::function::Fn>::call::he967d9fa26b9957c [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/alloc/src/boxed.rs:1980:9 [INFO] [stdout] 12: 0x5f9bd1929cc4 - test::test_main_with_exit_callback::{{closure}}::h80e1694b81a05381 [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5f9bd1beac7b - as core::ops::function::Fn>::call::h4e924fcf5bc64d70 [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/alloc/src/boxed.rs:1980:9 [INFO] [stdout] 14: 0x5f9bd1beac7b - std::panicking::rust_panic_with_hook::hdf456b43e6535023 [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/std/src/panicking.rs:841:13 [INFO] [stdout] 15: 0x5f9bd1beaa4a - std::panicking::begin_panic_handler::{{closure}}::he1c1ab0b84006a97 [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/std/src/panicking.rs:706:13 [INFO] [stdout] 16: 0x5f9bd1be9229 - std::sys::backtrace::__rust_end_short_backtrace::h2a71da996e10b8a0 [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 17: 0x5f9bd1bea6dd - __rustc[92197b79f0fe8095]::rust_begin_unwind [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/std/src/panicking.rs:697:5 [INFO] [stdout] 18: 0x5f9bd1c0d4b0 - core::panicking::panic_fmt::h723bf1d52f6dad29 [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x5f9bd1c0d7e3 - core::panicking::assert_failed_inner::hf0724fdfb0e16b9c [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/core/src/panicking.rs:432:17 [INFO] [stdout] 20: 0x5f9bd189bcf5 - core::panicking::assert_failed::h6e94647abc42b293 [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/core/src/panicking.rs:387:5 [INFO] [stdout] 21: 0x5f9bd1868090 - aoc_2024::y2024::d23::tests::part2::hf6dc602d8a06b5dc [INFO] [stdout] at /opt/rustwide/workdir/src/y2024/d23.rs:158:9 [INFO] [stdout] 22: 0x5f9bd1867fd7 - aoc_2024::y2024::d23::tests::part2::{{closure}}::had744e4563bb692e [INFO] [stdout] at /opt/rustwide/workdir/src/y2024/d23.rs:156:15 [INFO] [stdout] 23: 0x5f9bd18df4b6 - core::ops::function::FnOnce::call_once::hb0eb8a89f3f65f23 [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x5f9bd192f46b - core::ops::function::FnOnce::call_once::h0669c8b9c48a7d8a [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x5f9bd192f46b - test::__rust_begin_short_backtrace::h7b085d6d90a7575c [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/test/src/lib.rs:648:18 [INFO] [stdout] 26: 0x5f9bd192e63e - test::run_test_in_process::{{closure}}::ha304053f1e1d1fbe [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/test/src/lib.rs:671:74 [INFO] [stdout] 27: 0x5f9bd192e63e - as core::ops::function::FnOnce<()>>::call_once::h8e30650eb6723f86 [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 28: 0x5f9bd192e63e - std::panicking::catch_unwind::do_call::hfe563e330be3fd9d [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/std/src/panicking.rs:589:40 [INFO] [stdout] 29: 0x5f9bd192e63e - std::panicking::catch_unwind::hed40f568f7f44546 [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/std/src/panicking.rs:552:19 [INFO] [stdout] 30: 0x5f9bd192e63e - std::panic::catch_unwind::h3bb9c46c11d39dfb [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x5f9bd192e63e - test::run_test_in_process::hd65f1a6e6622ae42 [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/test/src/lib.rs:671:27 [INFO] [stdout] 32: 0x5f9bd192e63e - test::run_test::{{closure}}::h9e896de936f245ea [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/test/src/lib.rs:592:43 [INFO] [stdout] 33: 0x5f9bd18f2234 - test::run_test::{{closure}}::hbb18881f56552c10 [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/test/src/lib.rs:622:41 [INFO] [stdout] 34: 0x5f9bd18f2234 - std::sys::backtrace::__rust_begin_short_backtrace::hca2387d32733b689 [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 35: 0x5f9bd18f5b2a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h9601175bf02a7fb8 [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 36: 0x5f9bd18f5b2a - as core::ops::function::FnOnce<()>>::call_once::had8286ad0e1f2528 [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 37: 0x5f9bd18f5b2a - std::panicking::catch_unwind::do_call::he4164e9e75841fd6 [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/std/src/panicking.rs:589:40 [INFO] [stdout] 38: 0x5f9bd18f5b2a - std::panicking::catch_unwind::h48ccc52a84ae7300 [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/std/src/panicking.rs:552:19 [INFO] [stdout] 39: 0x5f9bd18f5b2a - std::panic::catch_unwind::h3d97eb787aa35ee4 [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x5f9bd18f5b2a - std::thread::Builder::spawn_unchecked_::{{closure}}::h1019329d11de31fb [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 41: 0x5f9bd18f5b2a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h050615be551c6447 [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 42: 0x5f9bd1bedbd7 - as core::ops::function::FnOnce>::call_once::h23e83c3768c28e74 [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/alloc/src/boxed.rs:1966:9 [INFO] [stdout] 43: 0x5f9bd1bedbd7 - as core::ops::function::FnOnce>::call_once::he67b41932d2c126e [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/alloc/src/boxed.rs:1966:9 [INFO] [stdout] 44: 0x5f9bd1bedbd7 - std::sys::pal::unix::thread::Thread::new::thread_start::hc05bf0eaa2386caa [INFO] [stdout] at /rustc/b03b3a7ec92682be2917540b679478d41c95a30c/library/std/src/sys/pal/unix/thread.rs:97:17 [INFO] [stdout] 45: 0x70803b8a3aa4 - [INFO] [stdout] 46: 0x70803b930a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] y2024::d23::tests::part2 [INFO] [stdout] [INFO] [stdout] test result: FAILED. 126 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 37.86s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--bin aoc-2024` [INFO] running `Command { std: "docker" "inspect" "a7cc8ced13c6f5f70abec06a359422c9db427864d94a33774400a21de81f2700", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a7cc8ced13c6f5f70abec06a359422c9db427864d94a33774400a21de81f2700", kill_on_drop: false }` [INFO] [stdout] a7cc8ced13c6f5f70abec06a359422c9db427864d94a33774400a21de81f2700