[INFO] cloning repository https://github.com/prscoelho/aoc2019
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/prscoelho/aoc2019" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fprscoelho%2Faoc2019", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fprscoelho%2Faoc2019'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f4f97163a823d336aa183cd4c8ffe410941ffa11
[INFO] testing prscoelho/aoc2019/f4f97163a823d336aa183cd4c8ffe410941ffa11 against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fprscoelho%2Faoc2019" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/prscoelho/aoc2019
[INFO] finished tweaking git repo https://github.com/prscoelho/aoc2019
[INFO] tweaked toml for git repo https://github.com/prscoelho/aoc2019 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/prscoelho/aoc2019 on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/prscoelho/aoc2019 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f1a4a747cfadc658e1d6bf8b4cbd31fe77a077adaebc176c83c13ee235df79ed
[INFO] running `Command { std: "docker" "start" "-a" "f1a4a747cfadc658e1d6bf8b4cbd31fe77a077adaebc176c83c13ee235df79ed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f1a4a747cfadc658e1d6bf8b4cbd31fe77a077adaebc176c83c13ee235df79ed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f1a4a747cfadc658e1d6bf8b4cbd31fe77a077adaebc176c83c13ee235df79ed", kill_on_drop: false }`
[INFO] [stdout] f1a4a747cfadc658e1d6bf8b4cbd31fe77a077adaebc176c83c13ee235df79ed
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 95f5499c6ded3f985b33f4d11dd25f9ba0ee26281ba2f68a019c42905f7fe8cc
[INFO] running `Command { std: "docker" "start" "-a" "95f5499c6ded3f985b33f4d11dd25f9ba0ee26281ba2f68a019c42905f7fe8cc", kill_on_drop: false }`
[INFO] [stderr]    Compiling semver-parser v0.7.0
[INFO] [stderr]    Compiling crossbeam-utils v0.7.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.8.0
[INFO] [stderr]    Compiling num-traits v0.2.10
[INFO] [stderr]    Compiling scopeguard v1.0.0
[INFO] [stderr]    Compiling libc v0.2.66
[INFO] [stderr]    Compiling byteorder v1.3.2
[INFO] [stderr]    Compiling num-integer v0.1.41
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]    Compiling rayon-core v1.7.0
[INFO] [stderr]    Compiling either v1.5.3
[INFO] [stderr]    Compiling num-derive v0.2.5
[INFO] [stderr]    Compiling memchr v2.2.1
[INFO] [stderr]    Compiling crc32fast v1.2.0
[INFO] [stderr]    Compiling adler32 v1.0.4
[INFO] [stderr]    Compiling num-rational v0.2.2
[INFO] [stderr]    Compiling num-iter v0.1.39
[INFO] [stderr]    Compiling inflate v0.4.5
[INFO] [stderr]    Compiling color_quant v1.0.1
[INFO] [stderr]    Compiling thread_local v1.0.1
[INFO] [stderr]    Compiling gif v0.10.3
[INFO] [stderr]    Compiling semver v0.9.0
[INFO] [stderr]    Compiling regex-syntax v0.6.17
[INFO] [stderr]    Compiling itertools v0.8.2
[INFO] [stderr]    Compiling crossbeam-queue v0.2.1
[INFO] [stderr]    Compiling crossbeam-channel v0.4.0
[INFO] [stderr]    Compiling rustc_version v0.2.3
[INFO] [stderr]    Compiling num_cpus v1.11.1
[INFO] [stderr]    Compiling deflate v0.7.20
[INFO] [stderr]    Compiling png v0.15.3
[INFO] [stderr]    Compiling aho-corasick v0.7.6
[INFO] [stderr]    Compiling memoffset v0.5.3
[INFO] [stderr]    Compiling crossbeam-deque v0.7.2
[INFO] [stderr]    Compiling crossbeam v0.7.3
[INFO] [stderr]    Compiling rayon v1.3.0
[INFO] [stderr]    Compiling regex v1.3.7
[INFO] [stderr]    Compiling tiff v0.3.1
[INFO] [stderr]    Compiling jpeg-decoder v0.1.18
[INFO] [stderr]    Compiling image v0.22.3
[INFO] [stderr]    Compiling aoc2019 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/aoc08/mod.rs:22:15
[INFO] [stdout]    |
[INFO] [stdout] 22 |     fn layers(&self) -> std::slice::Chunks<u8> {
[INFO] [stdout]    |               ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |               |
[INFO] [stdout]    |               the lifetime is elided 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] 22 |     fn layers(&self) -> std::slice::Chunks<'_, u8> {
[INFO] [stdout]    |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.93s
[INFO] running `Command { std: "docker" "inspect" "95f5499c6ded3f985b33f4d11dd25f9ba0ee26281ba2f68a019c42905f7fe8cc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "95f5499c6ded3f985b33f4d11dd25f9ba0ee26281ba2f68a019c42905f7fe8cc", kill_on_drop: false }`
[INFO] [stdout] 95f5499c6ded3f985b33f4d11dd25f9ba0ee26281ba2f68a019c42905f7fe8cc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8c1cc1cf4660a2ebca38765f1cdc914b9353dd46474e1e017e4955273bb299c5
[INFO] running `Command { std: "docker" "start" "-a" "8c1cc1cf4660a2ebca38765f1cdc914b9353dd46474e1e017e4955273bb299c5", kill_on_drop: false }`
[INFO] [stderr]    Compiling aoc2019 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/aoc08/mod.rs:22:15
[INFO] [stdout]    |
[INFO] [stdout] 22 |     fn layers(&self) -> std::slice::Chunks<u8> {
[INFO] [stdout]    |               ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |               |
[INFO] [stdout]    |               the lifetime is elided 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] 22 |     fn layers(&self) -> std::slice::Chunks<'_, u8> {
[INFO] [stdout]    |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.42s
[INFO] running `Command { std: "docker" "inspect" "8c1cc1cf4660a2ebca38765f1cdc914b9353dd46474e1e017e4955273bb299c5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8c1cc1cf4660a2ebca38765f1cdc914b9353dd46474e1e017e4955273bb299c5", kill_on_drop: false }`
[INFO] [stdout] 8c1cc1cf4660a2ebca38765f1cdc914b9353dd46474e1e017e4955273bb299c5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 1200fde2edcf6453ae224f1a7a16798e86c6ac199b9ed8904f637b094db42998
[INFO] running `Command { std: "docker" "start" "-a" "1200fde2edcf6453ae224f1a7a16798e86c6ac199b9ed8904f637b094db42998", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] 
[INFO] [stderr]   --> src/aoc08/mod.rs:22:15
[INFO] [stdout] running 105 tests
[INFO] [stderr]    |
[INFO] [stderr] 22 |     fn layers(&self) -> std::slice::Chunks<u8> {
[INFO] [stderr]    |               ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |               |
[INFO] [stderr]    |               the lifetime is elided 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] 22 |     fn layers(&self) -> std::slice::Chunks<'_, u8> {
[INFO] [stderr]    |                                            +++
[INFO] [stderr] 
[INFO] [stderr] warning: `aoc2019` (bin "aoc2019" test) generated 1 warning (run `cargo fix --bin "aoc2019" -p aoc2019 --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/aoc2019-3364560f98a21102)
[INFO] [stdout] test aoc01::test::test_second ... ok
[INFO] [stdout] test aoc02::test::test_first ... ok
[INFO] [stdout] test aoc01::test::test_first ... ok
[INFO] [stdout] test aoc05::test::test_decode2 ... ok
[INFO] [stdout] test aoc05::test::test_instruction ... ok
[INFO] [stdout] test aoc05::test::test_load ... ok
[INFO] [stdout] test aoc05::test::test_save ... ok
[INFO] [stdout] test aoc06::test::test_count ... ok
[INFO] [stdout] test aoc04::test::test_valid_second ... ok
[INFO] [stdout] test aoc04::test::test_valid_first ... ok
[INFO] [stdout] test aoc08::test::test_find ... ok
[INFO] [stdout] test aoc06::test::test_read ... ok
[INFO] [stdout] test aoc07::test::test_decode2 ... ok
[INFO] [stdout] test aoc05::test::test_decode1 ... ok
[INFO] [stdout] test aoc08::test::test_new ... ok
[INFO] [stdout] test aoc08::test::test_first ... ok
[INFO] [stdout] test aoc02::test::test_second ... ok
[INFO] [stdout] test aoc07::test::test_decode1 ... ok
[INFO] [stdout] test aoc06::test::test_first ... ok
[INFO] [stdout] test aoc06::test::test_second ... ok
[INFO] [stdout] test aoc08::test::test_solve ... ok
[INFO] [stdout] test aoc09::test::test_first ... ok
[INFO] [stdout] test aoc09::test::test_single_intcode ... ok
[INFO] [stdout] test aoc10::test::test_vaporize1 ... ok
[INFO] [stdout] test aoc10::test::test_vaporize2 ... ok
[INFO] [stdout] test aoc10::test::test_gcd ... ok
[INFO] [stdout] test aoc11::test::test_walk ... ok
[INFO] [stdout] test aoc10::test::test_read ... ok
[INFO] [stdout] test aoc12::test::test_example1 ... ok
[INFO] [stdout] test aoc12::test::test_example2 ... ok
[INFO] [stdout] test aoc12::test::test_first ... ok
[INFO] [stdout] test aoc11::test::test_robot ... ok
[INFO] [stdout] test aoc13::test::test_first ... ok
[INFO] [stdout] test aoc11::test::test_first ... ok
[INFO] [stdout] test aoc09::test::test_second ... ok
[INFO] [stdout] test aoc14::test::test_example3_2 ... ok
[INFO] [stdout] test aoc14::test::test_first ... ok
[INFO] [stdout] test aoc14::test::test_example5_2 ... ok
[INFO] [stdout] test aoc15::test::test_bfs ... ok
[INFO] [stdout] test aoc15::test::test_bfs_depth ... ok
[INFO] [stdout] test aoc15::test::test_bfs_unknown ... ok
[INFO] [stdout] test aoc14::test::test_example4_2 ... ok
[INFO] [stdout] test aoc16::test::example1 ... ok
[INFO] [stdout] test aoc16::test::example2 ... ok
[INFO] [stdout] test aoc16::test::example3 ... ok
[INFO] [stdout] test aoc14::test::test_second ... ok
[INFO] [stdout] test aoc15::test::test_first ... ok
[INFO] [stdout] test aoc15::test::test_second ... ok
[INFO] [stdout] test aoc10::test::test_second ... ok
[INFO] [stdout] test aoc04::test::test_second ... ok
[INFO] [stdout] test aoc16::test::example6 ... ok
[INFO] [stdout] test aoc16::test::example4 ... ok
[INFO] [stdout] test aoc17::test::first ... ok
[INFO] [stdout] test aoc18::test::example1 ... ok
[INFO] [stdout] test aoc18::test::example2 ... ok
[INFO] [stdout] test aoc17::test::compact ... ok
[INFO] [stdout] test aoc18::test::example3 ... ok
[INFO] [stdout] test aoc18::test::example5 ... ok
[INFO] [stdout] test aoc17::test::second ... ok
[INFO] [stdout] test aoc18::test::next_keys ... ok
[INFO] [stdout] test aoc04::test::test_first ... ok
[INFO] [stdout] test aoc12::test::test_second ... ok
[INFO] [stdout] test aoc16::test::example5 ... ok
[INFO] [stdout] test aoc19::test::first ... ok
[INFO] [stdout] test aoc20::parse::portal ... ok
[INFO] [stdout] test aoc20::test::example1 ... ok
[INFO] [stdout] test aoc20::test::example2 ... ok
[INFO] [stdout] test aoc20::test::example3 ... ok
[INFO] [stdout] test aoc07::test::test_first ... ok
[INFO] [stdout] test aoc20::test::nodes ... ok
[INFO] [stdout] test aoc19::test::compare_scan ... ok
[INFO] [stdout] test aoc21::test::first ... ok
[INFO] [stdout] test aoc10::test::test_first ... ok
[INFO] [stdout] test aoc22::test::example1 ... ok
[INFO] [stdout] test aoc22::test::example2 ... ok
[INFO] [stdout] test aoc22::test::first ... ok
[INFO] [stdout] test aoc22::test::parse ... ok
[INFO] [stdout] test aoc22::test::second ... ok
[INFO] [stdout] test aoc22::test::single_cut ... ok
[INFO] [stdout] test aoc07::test::test_feedback1 ... ok
[INFO] [stdout] test aoc20::test::second ... ok
[INFO] [stdout] test aoc24::first::test::input ... ok
[INFO] [stdout] test aoc24::first::test::input_simple ... ok
[INFO] [stdout] test aoc24::first::test::neighbours_normal ... ok
[INFO] [stdout] test aoc24::first::test::neighbours_simple ... ok
[INFO] [stdout] test aoc24::first::test::state_is_biodiversity ... ok
[INFO] [stdout] test aoc24::second::test::example ... ok
[INFO] [stdout] test aoc24::test::example ... ok
[INFO] [stdout] test aoc24::test::first ... ok
[INFO] [stdout] test aoc23::test::first ... ok
[INFO] [stdout] test aoc23::test::second ... FAILED
[INFO] [stdout] test aoc21::test::second ... ok
[INFO] [stdout] test aoc20::test::first ... ok
[INFO] [stdout] test aoc07::test::test_feedback2 ... ok
[INFO] [stdout] test aoc03::test::test_second ... ok
[INFO] [stdout] test aoc13::test::test_second ... ok
[INFO] [stdout] test aoc16::test::first ... ok
[INFO] [stdout] test aoc03::test::test_first ... ok
[INFO] [stdout] test aoc07::test::test_second ... ok
[INFO] [stdout] test aoc18::test::first ... ok
[INFO] [stdout] test aoc18::test::second ... ok
[INFO] [stdout] test aoc18::test::example4 ... ok
[INFO] [stdout] test aoc16::test::second has been running for over 60 seconds
[INFO] [stdout] test aoc19::test::second has been running for over 60 seconds
[INFO] [stdout] test aoc24::test::second has been running for over 60 seconds
[INFO] [stdout] test aoc24::test::second ... ok
[INFO] [stdout] test aoc16::test::second ... ok
[INFO] [stdout] test aoc19::test::second ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- aoc23::test::second stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'aoc23::test::second' (2304) panicked at src/aoc23/mod.rs:138:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 0
[INFO] [stdout]  right: 16666
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f45aa3f217a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5f45aa3f217a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5f45aa3f217a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5f45aa3f217a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5f45aa40766a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5f45aa40766a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5f45aa3f6ab2 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5f45aa3f6ab2 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5f45aa3d0fdf - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5f45aa3d0fdf - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5f45aa3ea339 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5f45aa23c97c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5f45aa23c97c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5f45aa3ea4f2 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5f45aa3ea4f2 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5f45aa3d1098 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5f45aa3c8a09 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5f45aa3d1dad - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5f45aa407f4c - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5f45aa407e03 - core[10b6fa85044e1869]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5f45aa1ece2a - core::panicking::assert_failed::hb611f6ffed322a67
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5f45aa18f716 - aoc2019::aoc23::test::second::h1ff3d3e631a09943
[INFO] [stdout]                                at /opt/rustwide/workdir/src/aoc23/mod.rs:138:9
[INFO] [stdout]   22:     0x5f45aa18f737 - aoc2019::aoc23::test::second::{{closure}}::h5a9c2d2ae2c064d1
[INFO] [stdout]                                at /opt/rustwide/workdir/src/aoc23/mod.rs:136:16
[INFO] [stdout]   23:     0x5f45aa21a916 - core::ops::function::FnOnce::call_once::h9145f5ada9e15752
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5f45aa230a5b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5f45aa230a5b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x5f45aa23d44b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x5f45aa23d44b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x5f45aa23d44b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5f45aa23d44b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5f45aa23d44b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5f45aa23d44b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x5f45aa23d44b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x5f45aa238b64 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x5f45aa238b64 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x5f45aa240052 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   36:     0x5f45aa240052 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x5f45aa240052 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x5f45aa240052 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x5f45aa240052 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5f45aa240052 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   41:     0x5f45aa240052 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5f45aa3f1a5f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   43:     0x5f45aa3f1a5f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x71dabf535aa4 - <unknown>
[INFO] [stdout]   45:     0x71dabf5c2a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     aoc23::test::second
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 104 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 293.62s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin aoc2019`
[INFO] running `Command { std: "docker" "inspect" "1200fde2edcf6453ae224f1a7a16798e86c6ac199b9ed8904f637b094db42998", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1200fde2edcf6453ae224f1a7a16798e86c6ac199b9ed8904f637b094db42998", kill_on_drop: false }`
[INFO] [stdout] 1200fde2edcf6453ae224f1a7a16798e86c6ac199b9ed8904f637b094db42998
