[INFO] cloning repository https://github.com/surething/advent-of-code
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/surething/advent-of-code" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsurething%2Fadvent-of-code", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsurething%2Fadvent-of-code'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 31aa7cb8dfce94533ac076a83b6c3107931633bc
[INFO] testing surething/advent-of-code against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsurething%2Fadvent-of-code" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/surething/advent-of-code
[INFO] finished tweaking git repo https://github.com/surething/advent-of-code
[INFO] tweaked toml for git repo https://github.com/surething/advent-of-code written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/surething/advent-of-code on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/surething/advent-of-code already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7ba4c133959f07828e86cf849170c8436de0542bdf638f37fcff07935c70567a
[INFO] running `Command { std: "docker" "start" "-a" "7ba4c133959f07828e86cf849170c8436de0542bdf638f37fcff07935c70567a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7ba4c133959f07828e86cf849170c8436de0542bdf638f37fcff07935c70567a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7ba4c133959f07828e86cf849170c8436de0542bdf638f37fcff07935c70567a", kill_on_drop: false }`
[INFO] [stdout] 7ba4c133959f07828e86cf849170c8436de0542bdf638f37fcff07935c70567a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=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" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 58193df492bfaf93a85405ea5e43a5593fe0aee7463b11b4c2ab3eb6196d8341
[INFO] running `Command { std: "docker" "start" "-a" "58193df492bfaf93a85405ea5e43a5593fe0aee7463b11b4c2ab3eb6196d8341", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling nom v8.0.0
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling bindgen v0.72.1
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling rustc-hash v2.1.1
[INFO] [stderr]    Compiling bytemuck v1.24.0
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling md5 v0.8.0
[INFO] [stderr]    Compiling libloading v0.8.9
[INFO] [stderr]    Compiling aoc-cli v0.1.0 (/opt/rustwide/workdir/crates/aoc-cli)
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling safe_arch v0.7.4
[INFO] [stderr]    Compiling wide v0.7.33
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling simba v0.9.1
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling nalgebra-macros v0.3.0
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling nalgebra v0.34.1
[INFO] [stderr]    Compiling strum v0.27.2
[INFO] [stderr]    Compiling aoc-common v0.1.0 (/opt/rustwide/workdir/crates/aoc-common)
[INFO] [stderr]    Compiling aoc-data v0.1.0 (/opt/rustwide/workdir/crates/aoc-data)
[INFO] [stderr]    Compiling aoc-2018 v0.1.0 (/opt/rustwide/workdir/crates/aoc-2018)
[INFO] [stderr]    Compiling aoc-2025 v0.1.0 (/opt/rustwide/workdir/crates/aoc-2025)
[INFO] [stderr]    Compiling aoc-2015 v0.1.0 (/opt/rustwide/workdir/crates/aoc-2015)
[INFO] [stderr]    Compiling aoc-2023 v0.1.0 (/opt/rustwide/workdir/crates/aoc-2023)
[INFO] [stderr]    Compiling aoc-2022 v0.1.0 (/opt/rustwide/workdir/crates/aoc-2022)
[INFO] [stderr]    Compiling aoc-2016 v0.1.0 (/opt/rustwide/workdir/crates/aoc-2016)
[INFO] [stderr]    Compiling aoc-2017 v0.1.0 (/opt/rustwide/workdir/crates/aoc-2017)
[INFO] [stderr]    Compiling aoc-2020 v0.1.0 (/opt/rustwide/workdir/crates/aoc-2020)
[INFO] [stderr]    Compiling aoc-2021 v0.1.0 (/opt/rustwide/workdir/crates/aoc-2021)
[INFO] [stderr]    Compiling aoc-2019 v0.1.0 (/opt/rustwide/workdir/crates/aoc-2019)
[INFO] [stderr]    Compiling z3-sys v0.10.3
[INFO] [stderr]    Compiling z3 v0.19.5
[INFO] [stderr]    Compiling aoc-2024 v0.1.0 (/opt/rustwide/workdir/crates/aoc-2024)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.17s
[INFO] running `Command { std: "docker" "inspect" "58193df492bfaf93a85405ea5e43a5593fe0aee7463b11b4c2ab3eb6196d8341", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "58193df492bfaf93a85405ea5e43a5593fe0aee7463b11b4c2ab3eb6196d8341", kill_on_drop: false }`
[INFO] [stdout] 58193df492bfaf93a85405ea5e43a5593fe0aee7463b11b4c2ab3eb6196d8341
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=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" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3032b593ede2e3dbe49cba4ff647086b0c8f7b3f1a1fe5fc74df1e891eb0db54
[INFO] running `Command { std: "docker" "start" "-a" "3032b593ede2e3dbe49cba4ff647086b0c8f7b3f1a1fe5fc74df1e891eb0db54", kill_on_drop: false }`
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling toml_datetime v0.7.3
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling relative-path v1.9.3
[INFO] [stderr]    Compiling rstest_macros v0.26.1
[INFO] [stderr]    Compiling futures-timer v3.0.3
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling aoc-cli v0.1.0 (/opt/rustwide/workdir/crates/aoc-cli)
[INFO] [stderr]    Compiling indexmap v2.12.1
[INFO] [stderr]    Compiling toml_parser v1.0.4
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling toml_edit v0.23.9
[INFO] [stderr]    Compiling proc-macro-crate v3.4.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling nalgebra-macros v0.3.0
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling nalgebra v0.34.1
[INFO] [stderr]    Compiling bindgen v0.72.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling strum v0.27.2
[INFO] [stderr]    Compiling aoc-common v0.1.0 (/opt/rustwide/workdir/crates/aoc-common)
[INFO] [stderr]    Compiling aoc-data v0.1.0 (/opt/rustwide/workdir/crates/aoc-data)
[INFO] [stderr]    Compiling aoc-2021 v0.1.0 (/opt/rustwide/workdir/crates/aoc-2021)
[INFO] [stderr]    Compiling aoc-2025 v0.1.0 (/opt/rustwide/workdir/crates/aoc-2025)
[INFO] [stderr]    Compiling aoc-2023 v0.1.0 (/opt/rustwide/workdir/crates/aoc-2023)
[INFO] [stderr]    Compiling aoc-2022 v0.1.0 (/opt/rustwide/workdir/crates/aoc-2022)
[INFO] [stderr]    Compiling aoc-2020 v0.1.0 (/opt/rustwide/workdir/crates/aoc-2020)
[INFO] [stderr]    Compiling aoc-2019 v0.1.0 (/opt/rustwide/workdir/crates/aoc-2019)
[INFO] [stderr]    Compiling aoc-2018 v0.1.0 (/opt/rustwide/workdir/crates/aoc-2018)
[INFO] [stderr]    Compiling aoc-2015 v0.1.0 (/opt/rustwide/workdir/crates/aoc-2015)
[INFO] [stderr]    Compiling aoc-2016 v0.1.0 (/opt/rustwide/workdir/crates/aoc-2016)
[INFO] [stderr]    Compiling aoc-2017 v0.1.0 (/opt/rustwide/workdir/crates/aoc-2017)
[INFO] [stderr]    Compiling rstest v0.26.1
[INFO] [stderr]    Compiling z3-sys v0.10.3
[INFO] [stderr]    Compiling z3 v0.19.5
[INFO] [stderr]    Compiling aoc-2024 v0.1.0 (/opt/rustwide/workdir/crates/aoc-2024)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 14.25s
[INFO] running `Command { std: "docker" "inspect" "3032b593ede2e3dbe49cba4ff647086b0c8f7b3f1a1fe5fc74df1e891eb0db54", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3032b593ede2e3dbe49cba4ff647086b0c8f7b3f1a1fe5fc74df1e891eb0db54", kill_on_drop: false }`
[INFO] [stdout] 3032b593ede2e3dbe49cba4ff647086b0c8f7b3f1a1fe5fc74df1e891eb0db54
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=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" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] d4c52005cbd58d59d2a2713b2a1c6d019393237dac81d0c40fdd82e8bf448f3b
[INFO] running `Command { std: "docker" "start" "-a" "d4c52005cbd58d59d2a2713b2a1c6d019393237dac81d0c40fdd82e8bf448f3b", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/aoc_2015-07ae95d4fcf0be28)
[INFO] [stdout] 
[INFO] [stdout] running 126 tests
[INFO] [stdout] test day10::test::example1 ... ok
[INFO] [stdout] test day10::test::example2 ... ok
[INFO] [stdout] test day11::test::example1 ... ok
[INFO] [stdout] test day10::test::part1 ... ok
[INFO] [stdout] test day11::test::example2 ... ok
[INFO] [stdout] test day11::test::part1 ... ok
[INFO] [stdout] test day10::test::part2 ... ok
[INFO] [stdout] test day11::test::part2 ... ok
[INFO] [stdout] test day12::test::example1 ... ok
[INFO] [stdout] test day12::test::example2 ... ok
[INFO] [stdout] test day12::test::part1 ... ok
[INFO] [stdout] test day12::test::part2 ... ok
[INFO] [stdout] test day13::test::example1 ... ok
[INFO] [stdout] test day13::test::example2 ... ok
[INFO] [stdout] test day13::test::part1 ... ok
[INFO] [stdout] test day13::test::part2 ... ok
[INFO] [stdout] test day14::test::example2 ... ok
[INFO] [stdout] test day14::test::example1 ... ok
[INFO] [stdout] test day14::test::part1 ... ok
[INFO] [stdout] test day14::test::part2 ... ok
[INFO] [stdout] test day15::test::example2 ... ok
[INFO] [stdout] test day15::test::part2 ... ok
[INFO] [stdout] test day15::test::example1 ... ok
[INFO] [stdout] test day16::test::example1 ... ok
[INFO] [stdout] test day16::test::example2 ... ok
[INFO] [stdout] test day17::test::example2 ... ok
[INFO] [stdout] test day15::test::part1 ... ok
[INFO] [stdout] test day18::test::example1 ... ok
[INFO] [stdout] test day18::test::part2 ... ok
[INFO] [stdout] test day19::test::part1 ... ok
[INFO] [stdout] test day19::test::example2 ... ok
[INFO] [stdout] test day17::test::example1 ... ok
[INFO] [stdout] test day17::test::part1 ... ok
[INFO] [stdout] test day19::test::part2 ... ok
[INFO] [stdout] test day17::test::part2 ... ok
[INFO] [stdout] test day18::test::example2 ... ok
[INFO] [stdout] test day16::test::part2 ... ok
[INFO] [stdout] test day19::test::example1 ... ok
[INFO] [stdout] test day1::test::example1::case_2 ... ok
[INFO] [stdout] test day16::test::part1 ... ok
[INFO] [stdout] test day1::test::example1::case_3 ... ok
[INFO] [stdout] test day1::test::example1::case_6 ... ok
[INFO] [stdout] test day1::test::example1::case_7 ... ok
[INFO] [stdout] test day1::test::example1::case_8 ... ok
[INFO] [stdout] test day1::test::example1::case_9 ... ok
[INFO] [stdout] test day1::test::example2::case_2 ... ok
[INFO] [stdout] test day18::test::part1 ... ok
[INFO] [stdout] test day1::test::example2::case_3 ... ok
[INFO] [stdout] test day1::test::example1::case_4 ... ok
[INFO] [stdout] test day1::test::example1::case_5 ... ok
[INFO] [stdout] test day20::test::example1 ... ok
[INFO] [stdout] test day1::test::part2 ... ok
[INFO] [stdout] test day1::test::example1::case_1 ... ok
[INFO] [stdout] test day1::test::example2::case_4 ... ok
[INFO] [stdout] test day1::test::example2::case_1 ... ok
[INFO] [stdout] test day1::test::part1 ... ok
[INFO] [stdout] test day20::test::example2 ... ok
[INFO] [stdout] test day20::test::part1 ... ok
[INFO] [stdout] test day21::test::part1 ... ok
[INFO] [stdout] test day21::test::part2 ... ok
[INFO] [stdout] test day20::test::part2 ... ok
[INFO] [stdout] test day22::test::example2 ... ok
[INFO] [stdout] test day21::test::example1 ... ok
[INFO] [stdout] test day22::test::example1 ... ok
[INFO] [stdout] test day23::test::example2 ... ok
[INFO] [stdout] test day22::test::part1 ... ok
[INFO] [stdout] test day23::test::part1 ... ok
[INFO] [stdout] test day24::test::example1 ... ok
[INFO] [stdout] test day24::test::part2 ... ok
[INFO] [stdout] test day21::test::example2 ... ok
[INFO] [stdout] test day23::test::part2 ... ok
[INFO] [stdout] test day24::test::example2 ... ok
[INFO] [stdout] test day24::test::part1 ... ok
[INFO] [stdout] test day25::test::part1 ... ok
[INFO] [stdout] test day22::test::part2 ... ok
[INFO] [stdout] test day2::test::example1::case_1 ... ok
[INFO] [stdout] test day2::test::example1::case_2 ... ok
[INFO] [stdout] test day25::test::example1 ... ok
[INFO] [stdout] test day25::test::example2 ... ok
[INFO] [stdout] test day23::test::example1 ... ok
[INFO] [stdout] test day25::test::part2 ... ok
[INFO] [stdout] test day3::test::example1::case_1 ... ok
[INFO] [stdout] test day2::test::example2::case_1 ... ok
[INFO] [stdout] test day3::test::example1::case_2 ... ok
[INFO] [stdout] test day3::test::example2::case_1 ... ok
[INFO] [stdout] test day2::test::example2::case_2 ... ok
[INFO] [stdout] test day3::test::example2::case_2 ... ok
[INFO] [stdout] test day3::test::example2::case_3 ... ok
[INFO] [stdout] test day3::test::example1::case_3 ... ok
[INFO] [stdout] test day2::test::part1 ... ok
[INFO] [stdout] test day5::test::example1::case_2 ... ok
[INFO] [stdout] test day5::test::example1::case_1 ... ok
[INFO] [stdout] test day5::test::example1::case_3 ... ok
[INFO] [stdout] test day2::test::part2 ... ok
[INFO] [stdout] test day5::test::example1::case_4 ... ok
[INFO] [stdout] test day5::test::example1::case_5 ... ok
[INFO] [stdout] test day5::test::example2::case_4 ... ok
[INFO] [stdout] test day5::test::example2::case_2 ... ok
[INFO] [stdout] test day5::test::example2::case_3 ... ok
[INFO] [stdout] test day5::test::example2::case_1 ... ok
[INFO] [stdout] test day7::test::example1 ... ok
[INFO] [stdout] test day5::test::part1 ... ok
[INFO] [stdout] test day3::test::part1 ... ok
[INFO] [stdout] test day7::test::part1 ... ok
[INFO] [stdout] test day3::test::part2 ... ok
[INFO] [stdout] test day8::test::example1 ... ok
[INFO] [stdout] test day5::test::part2 ... ok
[INFO] [stdout] test day8::test::example2 ... ok
[INFO] [stdout] test day8::test::part1 ... ok
[INFO] [stdout] test day9::test::example1 ... ok
[INFO] [stdout] test day8::test::part2 ... ok
[INFO] [stdout] test day9::test::example2 ... ok
[INFO] [stdout] test day9::test::part1 ... ok
[INFO] [stdout] test day7::test::part2 ... ok
[INFO] [stdout] test day9::test::part2 ... ok
[INFO] [stdout] test day6::test::example1::case_2 ... ok
[INFO] [stdout] test day6::test::example2::case_1 ... ok
[INFO] [stdout] test day6::test::example1::case_3 ... ok
[INFO] [stdout] test day6::test::example1::case_1 ... ok
[INFO] [stdout] test day6::test::example2::case_2 ... ok
[INFO] [stdout] test day4::test::part1::case_1 ... ok
[INFO] [stdout] test day6::test::part2 ... ok
[INFO] [stdout] test day6::test::part1 ... ok
[INFO] [stdout] test day4::test::example1::case_1 ... ok
[INFO] [stdout] test day4::test::example1::case_2 ... ok
[INFO] [stdout] test day4::test::part2::case_1 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 126 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.20s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/aoc_2016-ff01d36a4b7cb269)
[INFO] [stdout] 
[INFO] [stdout] running 102 tests
[INFO] [stdout] test day10::test::example1 ... ok
[INFO] [stdout] test day10::test::part1 ... ok
[INFO] [stdout] test day10::test::example2 ... ok
[INFO] [stdout] test day11::test::example2 ... ok
[INFO] [stdout] test day11::test::example1 ... ok
[INFO] [stdout] test day10::test::part2 ... ok
[INFO] [stdout] test day11::test::part1 ... ok
[INFO] [stdout] test day11::test::part2 ... ok
[INFO] [stdout] test day12::test::example1 ... ok
[INFO] [stdout] test day12::test::example2 ... ok
[INFO] [stdout] test day12::test::part1 ... ok
[INFO] [stdout] test day12::test::part2 ... ok
[INFO] [stdout] test day13::test::example1 ... ok
[INFO] [stdout] test day13::test::example2 ... ok
[INFO] [stdout] test day13::test::part1 ... ok
[INFO] [stdout] test day13::test::part2 ... ok
[INFO] [stdout] test day14::test::example1 ... ok
[INFO] [stdout] test day14::test::example2 ... ok
[INFO] [stdout] test day14::test::part1 ... ok
[INFO] [stdout] test day14::test::part2 ... ok
[INFO] [stdout] test day15::test::example1 ... ok
[INFO] [stdout] test day15::test::part2 ... ok
[INFO] [stdout] test day15::test::example2 ... ok
[INFO] [stdout] test day16::test::example2 ... ok
[INFO] [stdout] test day15::test::part1 ... ok
[INFO] [stdout] test day18::test::part2 ... ok
[INFO] [stdout] test day16::test::part1 ... ok
[INFO] [stdout] test day17::test::part1 ... ok
[INFO] [stdout] test day18::test::example1 ... ok
[INFO] [stdout] test day17::test::example2 ... ok
[INFO] [stdout] test day17::test::example1 ... ok
[INFO] [stdout] test day16::test::example1 ... ok
[INFO] [stdout] test day17::test::part2 ... ok
[INFO] [stdout] test day19::test::example1 ... ok
[INFO] [stdout] test day16::test::part2 ... ok
[INFO] [stdout] test day19::test::part1 ... ok
[INFO] [stdout] test day19::test::part2 ... ok
[INFO] [stdout] test day18::test::part1 ... ok
[INFO] [stdout] test day1::test::example1::case_2 ... ok
[INFO] [stdout] test day1::test::example1::case_3 ... ok
[INFO] [stdout] test day19::test::example2 ... ok
[INFO] [stdout] test day1::test::example1::case_1 ... ok
[INFO] [stdout] test day1::test::part1 ... ok
[INFO] [stdout] test day1::test::example2::case_1 ... ok
[INFO] [stdout] test day18::test::example2 ... ok
[INFO] [stdout] test day20::test::example2 ... ok
[INFO] [stdout] test day20::test::part2 ... ok
[INFO] [stdout] test day20::test::part1 ... ok
[INFO] [stdout] test day21::test::example1 ... ok
[INFO] [stdout] test day21::test::part1 ... ok
[INFO] [stdout] test day20::test::example1 ... ok
[INFO] [stdout] test day22::test::example2 ... ok
[INFO] [stdout] test day22::test::part1 ... ok
[INFO] [stdout] test day23::test::example1 ... ok
[INFO] [stdout] test day21::test::example2 ... ok
[INFO] [stdout] test day1::test::part2 ... ok
[INFO] [stdout] test day23::test::example2 ... ok
[INFO] [stdout] test day22::test::example1 ... ok
[INFO] [stdout] test day24::test::example2 ... ok
[INFO] [stdout] test day22::test::part2 ... ok
[INFO] [stdout] test day23::test::part1 ... ok
[INFO] [stdout] test day24::test::part2 ... ok
[INFO] [stdout] test day23::test::part2 ... ok
[INFO] [stdout] test day24::test::example1 ... ok
[INFO] [stdout] test day24::test::part1 ... ok
[INFO] [stdout] test day21::test::part2 ... ok
[INFO] [stdout] test day25::test::example1 ... ok
[INFO] [stdout] test day25::test::part2 ... ok
[INFO] [stdout] test day25::test::part1 ... ok
[INFO] [stdout] test day2::test::example2 ... ok
[INFO] [stdout] test day2::test::example1 ... ok
[INFO] [stdout] test day2::test::part1 ... ok
[INFO] [stdout] test day25::test::example2 ... ok
[INFO] [stdout] test day2::test::part2 ... ok
[INFO] [stdout] test day3::test::example1 ... ok
[INFO] [stdout] test day3::test::part2 ... ok
[INFO] [stdout] test day4::test::part1 ... ok
[INFO] [stdout] test day3::test::example2 ... ok
[INFO] [stdout] test day5::test::example1 ... ok
[INFO] [stdout] test day5::test::part1 ... ok
[INFO] [stdout] test day5::test::part2 ... ok
[INFO] [stdout] test day3::test::part1 ... ok
[INFO] [stdout] test day4::test::example1 ... ok
[INFO] [stdout] test day4::test::example2 ... ok
[INFO] [stdout] test day6::test::part1 ... ok
[INFO] [stdout] test day4::test::part2 ... ok
[INFO] [stdout] test day5::test::example2 ... ok
[INFO] [stdout] test day7::test::part1 ... ok
[INFO] [stdout] test day6::test::example1 ... ok
[INFO] [stdout] test day6::test::example2 ... ok
[INFO] [stdout] test day6::test::part2 ... ok
[INFO] [stdout] test day7::test::example1 ... ok
[INFO] [stdout] test day7::test::example2 ... ok
[INFO] [stdout] test day7::test::part2 ... ok
[INFO] [stdout] test day8::test::example1 ... ok
[INFO] [stdout] test day8::test::part1 ... ok
[INFO] [stdout] test day8::test::part2 ... ok
[INFO] [stdout] test day9::test::part1 ... ok
[INFO] [stdout] test day9::test::part2 ... ok
[INFO] [stdout] test day9::test::example1 ... ok
[INFO] [stdout] test day8::test::example2 ... ok
[INFO] [stdout] test day9::test::example2 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 102 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/aoc_2017-65b81f9e1ed8c864)
[INFO] [stdout] 
[INFO] [stdout] running 107 tests
[INFO] [stdout] test day10::test::example1 ... ok
[INFO] [stdout] test day10::test::part2 ... ok
[INFO] [stdout] test day10::test::part1 ... ok
[INFO] [stdout] test day10::test::example2 ... ok
[INFO] [stdout] test day11::test::example1 ... ok
[INFO] [stdout] test day11::test::part1 ... ok
[INFO] [stdout] test day11::test::example2 ... ok
[INFO] [stdout] test day11::test::part2 ... ok
[INFO] [stdout] test day12::test::example1 ... ok
[INFO] [stdout] test day12::test::example2 ... ok
[INFO] [stdout] test day12::test::part2 ... ok
[INFO] [stdout] test day12::test::part1 ... ok
[INFO] [stdout] test day13::test::example2 ... ok
[INFO] [stdout] test day13::test::example1 ... ok
[INFO] [stdout] test day13::test::part1 ... ok
[INFO] [stdout] test day14::test::example1 ... ok
[INFO] [stdout] test day13::test::part2 ... ok
[INFO] [stdout] test day14::test::example2 ... ok
[INFO] [stdout] test day14::test::part1 ... ok
[INFO] [stdout] test day14::test::part2 ... ok
[INFO] [stdout] test day15::test::part1 ... ok
[INFO] [stdout] test day15::test::part2 ... ok
[INFO] [stdout] test day15::test::example1 ... ok
[INFO] [stdout] test day15::test::example2 ... ok
[INFO] [stdout] test day16::test::example2 ... ok
[INFO] [stdout] test day16::test::part2 ... ok
[INFO] [stdout] test day17::test::example2 ... ok
[INFO] [stdout] test day16::test::example1 ... ok
[INFO] [stdout] test day18::test::part1 ... ok
[INFO] [stdout] test day18::test::example2 ... ok
[INFO] [stdout] test day17::test::example1 ... ok
[INFO] [stdout] test day18::test::part2 ... ok
[INFO] [stdout] test day19::test::example2 ... ok
[INFO] [stdout] test day17::test::part1 ... ok
[INFO] [stdout] test day16::test::part1 ... ok
[INFO] [stdout] test day19::test::part2 ... ok
[INFO] [stdout] test day1::test::example1::case_1 ... ok
[INFO] [stdout] test day1::test::example1::case_3 ... ok
[INFO] [stdout] test day19::test::part1 ... ok
[INFO] [stdout] test day1::test::example2::case_1 ... ok
[INFO] [stdout] test day18::test::example1 ... ok
[INFO] [stdout] test day1::test::example1::case_2 ... ok
[INFO] [stdout] test day1::test::example2::case_3 ... ok
[INFO] [stdout] test day1::test::example2::case_4 ... ok
[INFO] [stdout] test day1::test::example1::case_4 ... ok
[INFO] [stdout] test day19::test::example1 ... ok
[INFO] [stdout] test day1::test::example2::case_2 ... ok
[INFO] [stdout] test day20::test::example1 ... ok
[INFO] [stdout] test day20::test::example2 ... ok
[INFO] [stdout] test day1::test::example2::case_5 ... ok
[INFO] [stdout] test day1::test::part2 ... ok
[INFO] [stdout] test day21::test::example1 ... ok
[INFO] [stdout] test day20::test::part1 ... ok
[INFO] [stdout] test day21::test::example2 ... ok
[INFO] [stdout] test day1::test::part1 ... ok
[INFO] [stdout] test day20::test::part2 ... ok
[INFO] [stdout] test day22::test::example1 ... ok
[INFO] [stdout] test day22::test::example2 ... ok
[INFO] [stdout] test day22::test::part1 ... ok
[INFO] [stdout] test day22::test::part2 ... ok
[INFO] [stdout] test day17::test::part2 ... ok
[INFO] [stdout] test day23::test::part2 ... ok
[INFO] [stdout] test day21::test::part1 ... ok
[INFO] [stdout] test day21::test::part2 ... ok
[INFO] [stdout] test day23::test::example1 ... ok
[INFO] [stdout] test day23::test::part1 ... ok
[INFO] [stdout] test day23::test::example2 ... ok
[INFO] [stdout] test day24::test::example1 ... ok
[INFO] [stdout] test day24::test::example2 ... ok
[INFO] [stdout] test day24::test::part1 ... ok
[INFO] [stdout] test day24::test::part2 ... ok
[INFO] [stdout] test day25::test::example1 ... ok
[INFO] [stdout] test day25::test::example2 ... ok
[INFO] [stdout] test day25::test::part1 ... ok
[INFO] [stdout] test day25::test::part2 ... ok
[INFO] [stdout] test day2::test::example1 ... ok
[INFO] [stdout] test day2::test::example2 ... ok
[INFO] [stdout] test day2::test::part1 ... ok
[INFO] [stdout] test day2::test::part2 ... ok
[INFO] [stdout] test day3::test::example1 ... ok
[INFO] [stdout] test day3::test::example2 ... ok
[INFO] [stdout] test day3::test::part1 ... ok
[INFO] [stdout] test day4::test::example1 ... ok
[INFO] [stdout] test day3::test::part2 ... ok
[INFO] [stdout] test day4::test::example2 ... ok
[INFO] [stdout] test day4::test::part2 ... ok
[INFO] [stdout] test day5::test::example1 ... ok
[INFO] [stdout] test day5::test::example2 ... ok
[INFO] [stdout] test day4::test::part1 ... ok
[INFO] [stdout] test day6::test::example2 ... ok
[INFO] [stdout] test day5::test::part1 ... ok
[INFO] [stdout] test day6::test::part1 ... ok
[INFO] [stdout] test day5::test::part2 ... ok
[INFO] [stdout] test day6::test::part2 ... ok
[INFO] [stdout] test day7::test::part2 ... ok
[INFO] [stdout] test day8::test::example2 ... ok
[INFO] [stdout] test day7::test::example1 ... ok
[INFO] [stdout] test day9::test::example1 ... ok
[INFO] [stdout] test day6::test::example1 ... ok
[INFO] [stdout] test day9::test::part1 ... ok
[INFO] [stdout] test day8::test::example1 ... ok
[INFO] [stdout] test day8::test::part1 ... ok
[INFO] [stdout] test day8::test::part2 ... ok
[INFO] [stdout] test day7::test::example2 ... ok
[INFO] [stdout] test day9::test::example2 ... ok
[INFO] [stdout] test day9::test::part2 ... ok
[INFO] [stdout] test day7::test::part1 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 107 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/aoc_2018-05d5ddef97dd7e5d)
[INFO] [stdout] 
[INFO] [stdout] running 107 tests
[INFO] [stdout] test day10::test::example1 ... ok
[INFO] [stdout] test day10::test::example2 ... ok
[INFO] [stdout] test day10::test::part2 ... ok
[INFO] [stdout] test day10::test::part1 ... ok
[INFO] [stdout] test day11::test::example1 ... ok
[INFO] [stdout] test day11::test::example2 ... ok
[INFO] [stdout] test day11::test::part1 ... ok
[INFO] [stdout] test day11::test::part2 ... ok
[INFO] [stdout] test day12::test::example1 ... ok
[INFO] [stdout] test day12::test::example2 ... ok
[INFO] [stdout] test day12::test::part1 ... ok
[INFO] [stdout] test day12::test::part2 ... ok
[INFO] [stdout] test day13::test::example1 ... ok
[INFO] [stdout] test day13::test::example2 ... ok
[INFO] [stdout] test day13::test::part1 ... ok
[INFO] [stdout] test day13::test::part2 ... ok
[INFO] [stdout] test day14::test::example1 ... ok
[INFO] [stdout] test day14::test::example2 ... ok
[INFO] [stdout] test day14::test::part1 ... ok
[INFO] [stdout] test day14::test::part2 ... ok
[INFO] [stdout] test day15::test::example1 ... ok
[INFO] [stdout] test day15::test::example2 ... ok
[INFO] [stdout] test day15::test::part1 ... ok
[INFO] [stdout] test day16::test::example1 ... ok
[INFO] [stdout] test day15::test::part2 ... ok
[INFO] [stdout] test day16::test::example2 ... ok
[INFO] [stdout] test day16::test::part1 ... ok
[INFO] [stdout] test day16::test::part2 ... ok
[INFO] [stdout] test day17::test::example1 ... ok
[INFO] [stdout] test day17::test::part1 ... ok
[INFO] [stdout] test day18::test::example1 ... ok
[INFO] [stdout] test day17::test::part2 ... ok
[INFO] [stdout] test day18::test::part1 ... ok
[INFO] [stdout] test day19::test::example2 ... ok
[INFO] [stdout] test day18::test::example2 ... ok
[INFO] [stdout] test day1::test::example1::case_4 ... ok
[INFO] [stdout] test day17::test::example2 ... ok
[INFO] [stdout] test day1::test::example2::case_3 ... ok
[INFO] [stdout] test day1::test::example1::case_1 ... ok
[INFO] [stdout] test day1::test::example1::case_3 ... ok
[INFO] [stdout] test day19::test::example1 ... ok
[INFO] [stdout] test day1::test::example2::case_1 ... ok
[INFO] [stdout] test day1::test::example2::case_2 ... ok
[INFO] [stdout] test day20::test::example1 ... ok
[INFO] [stdout] test day1::test::example2::case_5 ... ok
[INFO] [stdout] test day20::test::example2 ... ok
[INFO] [stdout] test day1::test::example1::case_2 ... ok
[INFO] [stdout] test day20::test::part2 ... ok
[INFO] [stdout] test day18::test::part2 ... ok
[INFO] [stdout] test day1::test::example2::case_4 ... ok
[INFO] [stdout] test day21::test::part1 ... ok
[INFO] [stdout] test day20::test::part1 ... ok
[INFO] [stdout] test day21::test::example1 ... ok
[INFO] [stdout] test day22::test::example1 ... ok
[INFO] [stdout] test day22::test::example2 ... ok
[INFO] [stdout] test day19::test::part1 ... ok
[INFO] [stdout] test day21::test::part2 ... ok
[INFO] [stdout] test day19::test::part2 ... ok
[INFO] [stdout] test day21::test::example2 ... ok
[INFO] [stdout] test day22::test::part1 ... ok
[INFO] [stdout] test day23::test::example1 ... ok
[INFO] [stdout] test day23::test::part2 ... ok
[INFO] [stdout] test day22::test::part2 ... ok
[INFO] [stdout] test day24::test::part1 ... ok
[INFO] [stdout] test day25::test::example1 ... ok
[INFO] [stdout] test day23::test::example2 ... ok
[INFO] [stdout] test day23::test::part1 ... ok
[INFO] [stdout] test day24::test::example1 ... ok
[INFO] [stdout] test day24::test::example2 ... ok
[INFO] [stdout] test day25::test::example2 ... ok
[INFO] [stdout] test day24::test::part2 ... ok
[INFO] [stdout] test day2::test::example1 ... ok
[INFO] [stdout] test day25::test::part2 ... ok
[INFO] [stdout] test day2::test::part1 ... ok
[INFO] [stdout] test day1::test::part1 ... ok
[INFO] [stdout] test day25::test::part1 ... ok
[INFO] [stdout] test day2::test::part2 ... ok
[INFO] [stdout] test day2::test::example2 ... ok
[INFO] [stdout] test day3::test::example1 ... ok
[INFO] [stdout] test day3::test::example2 ... ok
[INFO] [stdout] test day4::test::example1 ... ok
[INFO] [stdout] test day4::test::part2 ... ok
[INFO] [stdout] test day4::test::part1 ... ok
[INFO] [stdout] test day5::test::example1 ... ok
[INFO] [stdout] test day5::test::example2 ... ok
[INFO] [stdout] test day3::test::part2 ... ok
[INFO] [stdout] test day4::test::example2 ... ok
[INFO] [stdout] test day6::test::example1 ... ok
[INFO] [stdout] test day6::test::part2 ... ok
[INFO] [stdout] test day3::test::part1 ... ok
[INFO] [stdout] test day5::test::part1 ... ok
[INFO] [stdout] test day5::test::part2 ... ok
[INFO] [stdout] test day7::test::part1 ... ok
[INFO] [stdout] test day8::test::example1 ... ok
[INFO] [stdout] test day6::test::example2 ... ok
[INFO] [stdout] test day8::test::example2 ... ok
[INFO] [stdout] test day6::test::part1 ... ok
[INFO] [stdout] test day7::test::example2 ... ok
[INFO] [stdout] test day7::test::example1 ... ok
[INFO] [stdout] test day7::test::part2 ... ok
[INFO] [stdout] test day9::test::example1 ... ok
[INFO] [stdout] test day8::test::part2 ... ok
[INFO] [stdout] test day9::test::example2 ... ok
[INFO] [stdout] test day8::test::part1 ... ok
[INFO] [stdout] test day9::test::part1 ... ok
[INFO] [stdout] test day9::test::part2 ... ok
[INFO] [stdout] test day1::test::part2 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 107 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/aoc_2019-ed60eee73990717b)
[INFO] [stdout] 
[INFO] [stdout] running 105 tests
[INFO] [stdout] test day10::test::example1 ... ok
[INFO] [stdout] test day10::test::example2 ... ok
[INFO] [stdout] test day10::test::part1 ... ok
[INFO] [stdout] test day11::test::example1 ... ok
[INFO] [stdout] test day10::test::part2 ... ok
[INFO] [stdout] test day11::test::example2 ... ok
[INFO] [stdout] test day11::test::part1 ... ok
[INFO] [stdout] test day11::test::part2 ... ok
[INFO] [stdout] test day12::test::example1 ... ok
[INFO] [stdout] test day12::test::example2 ... ok
[INFO] [stdout] test day12::test::part1 ... ok
[INFO] [stdout] test day13::test::example1 ... ok
[INFO] [stdout] test day12::test::part2 ... ok
[INFO] [stdout] test day13::test::example2 ... ok
[INFO] [stdout] test day13::test::part1 ... ok
[INFO] [stdout] test day13::test::part2 ... ok
[INFO] [stdout] test day14::test::example1 ... ok
[INFO] [stdout] test day14::test::part2 ... ok
[INFO] [stdout] test day14::test::example2 ... ok
[INFO] [stdout] test day14::test::part1 ... ok
[INFO] [stdout] test day15::test::example1 ... ok
[INFO] [stdout] test day15::test::example2 ... ok
[INFO] [stdout] test day15::test::part2 ... ok
[INFO] [stdout] test day17::test::example1 ... ok
[INFO] [stdout] test day17::test::part1 ... ok
[INFO] [stdout] test day15::test::part1 ... ok
[INFO] [stdout] test day18::test::example2 ... ok
[INFO] [stdout] test day18::test::part1 ... ok
[INFO] [stdout] test day19::test::example1 ... ok
[INFO] [stdout] test day16::test::part1 ... ok
[INFO] [stdout] test day16::test::example1 ... ok
[INFO] [stdout] test day16::test::example2 ... ok
[INFO] [stdout] test day19::test::example2 ... ok
[INFO] [stdout] test day19::test::part2 ... ok
[INFO] [stdout] test day1::test::example1::case_3 ... ok
[INFO] [stdout] test day18::test::example1 ... ok
[INFO] [stdout] test day1::test::example1::case_1 ... ok
[INFO] [stdout] test day19::test::part1 ... ok
[INFO] [stdout] test day1::test::example2::case_2 ... ok
[INFO] [stdout] test day1::test::example1::case_2 ... ok
[INFO] [stdout] test day1::test::example1::case_4 ... ok
[INFO] [stdout] test day18::test::part2 ... ok
[INFO] [stdout] test day20::test::example1 ... ok
[INFO] [stdout] test day1::test::part2 ... ok
[INFO] [stdout] test day1::test::part1 ... ok
[INFO] [stdout] test day1::test::example2::case_1 ... ok
[INFO] [stdout] test day17::test::example2 ... ok
[INFO] [stdout] test day16::test::part2 ... ok
[INFO] [stdout] test day1::test::example2::case_3 ... ok
[INFO] [stdout] test day20::test::part2 ... ok
[INFO] [stdout] test day21::test::example1 ... ok
[INFO] [stdout] test day21::test::example2 ... ok
[INFO] [stdout] test day20::test::example2 ... ok
[INFO] [stdout] test day17::test::part2 ... ok
[INFO] [stdout] test day20::test::part1 ... ok
[INFO] [stdout] test day21::test::part1 ... ok
[INFO] [stdout] test day22::test::part1 ... ok
[INFO] [stdout] test day22::test::part2 ... ok
[INFO] [stdout] test day23::test::example2 ... ok
[INFO] [stdout] test day21::test::part2 ... ok
[INFO] [stdout] test day23::test::part1 ... ok
[INFO] [stdout] test day22::test::example2 ... ok
[INFO] [stdout] test day23::test::example1 ... ok
[INFO] [stdout] test day23::test::part2 ... ok
[INFO] [stdout] test day24::test::example2 ... ok
[INFO] [stdout] test day22::test::example1 ... ok
[INFO] [stdout] test day25::test::part2 ... ok
[INFO] [stdout] test day24::test::part1 ... ok
[INFO] [stdout] test day2::test::example1 ... ok
[INFO] [stdout] test day24::test::part2 ... ok
[INFO] [stdout] test day2::test::example2 ... ok
[INFO] [stdout] test day3::test::example1 ... ok
[INFO] [stdout] test day24::test::example1 ... ok
[INFO] [stdout] test day25::test::example1 ... ok
[INFO] [stdout] test day3::test::example2 ... ok
[INFO] [stdout] test day2::test::part1 ... ok
[INFO] [stdout] test day3::test::part1 ... ok
[INFO] [stdout] test day2::test::part2 ... ok
[INFO] [stdout] test day25::test::example2 ... ok
[INFO] [stdout] test day25::test::part1 ... ok
[INFO] [stdout] test day4::test::part1 ... ok
[INFO] [stdout] test day4::test::part2 ... ok
[INFO] [stdout] test day5::test::part1 ... ok
[INFO] [stdout] test day5::test::part2 ... ok
[INFO] [stdout] test day3::test::part2 ... ok
[INFO] [stdout] test day6::test::part2 ... ok
[INFO] [stdout] test day5::test::example1 ... ok
[INFO] [stdout] test day5::test::example2 ... ok
[INFO] [stdout] test day7::test::example2 ... ok
[INFO] [stdout] test day7::test::part2 ... ok
[INFO] [stdout] test day6::test::example2 ... ok
[INFO] [stdout] test day8::test::example1 ... ok
[INFO] [stdout] test day6::test::part1 ... ok
[INFO] [stdout] test day7::test::example1 ... ok
[INFO] [stdout] test day8::test::part1 ... ok
[INFO] [stdout] test day8::test::part2 ... ok
[INFO] [stdout] test day4::test::example1 ... ok
[INFO] [stdout] test day4::test::example2 ... ok
[INFO] [stdout] test day6::test::example1 ... ok
[INFO] [stdout] test day9::test::example2 ... ok
[INFO] [stdout] test day7::test::part1 ... ok
[INFO] [stdout] test day8::test::example2 ... ok
[INFO] [stdout] test day9::test::part1 ... ok
[INFO] [stdout] test day9::test::example1 ... ok
[INFO] [stdout] test day9::test::part2 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 105 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/aoc_2020-5340fe3137bab12d)
[INFO] [stdout] 
[INFO] [stdout] running 100 tests
[INFO] [stdout] test day10::test::example1 ... ok
[INFO] [stdout] test day10::test::example2 ... ok
[INFO] [stdout] test day10::test::part1 ... ok
[INFO] [stdout] test day10::test::part2 ... ok
[INFO] [stdout] test day11::test::example1 ... ok
[INFO] [stdout] test day11::test::example2 ... ok
[INFO] [stdout] test day11::test::part2 ... ok
[INFO] [stdout] test day12::test::example1 ... ok
[INFO] [stdout] test day11::test::part1 ... ok
[INFO] [stdout] test day12::test::example2 ... ok
[INFO] [stdout] test day12::test::part1 ... ok
[INFO] [stdout] test day12::test::part2 ... ok
[INFO] [stdout] test day13::test::example1 ... ok
[INFO] [stdout] test day13::test::example2 ... ok
[INFO] [stdout] test day13::test::part2 ... ok
[INFO] [stdout] test day14::test::example1 ... ok
[INFO] [stdout] test day13::test::part1 ... ok
[INFO] [stdout] test day16::test::example2 ... ok
[INFO] [stdout] test day15::test::part2 ... ok
[INFO] [stdout] test day17::test::example1 ... ok
[INFO] [stdout] test day17::test::example2 ... ok
[INFO] [stdout] test day14::test::part1 ... ok
[INFO] [stdout] test day15::test::example1 ... ok
[INFO] [stdout] test day14::test::part2 ... ok
[INFO] [stdout] test day15::test::example2 ... ok
[INFO] [stdout] test day15::test::part1 ... ok
[INFO] [stdout] test day16::test::example1 ... ok
[INFO] [stdout] test day18::test::example1 ... ok
[INFO] [stdout] test day16::test::part2 ... ok
[INFO] [stdout] test day18::test::part1 ... ok
[INFO] [stdout] test day18::test::example2 ... ok
[INFO] [stdout] test day18::test::part2 ... ok
[INFO] [stdout] test day14::test::example2 ... ok
[INFO] [stdout] test day17::test::part1 ... ok
[INFO] [stdout] test day17::test::part2 ... ok
[INFO] [stdout] test day19::test::example1 ... ok
[INFO] [stdout] test day16::test::part1 ... ok
[INFO] [stdout] test day1::test::example2 ... ok
[INFO] [stdout] test day19::test::example2 ... ok
[INFO] [stdout] test day19::test::part1 ... ok
[INFO] [stdout] test day19::test::part2 ... ok
[INFO] [stdout] test day1::test::example1 ... ok
[INFO] [stdout] test day20::test::example1 ... ok
[INFO] [stdout] test day20::test::part2 ... ok
[INFO] [stdout] test day20::test::example2 ... ok
[INFO] [stdout] test day20::test::part1 ... ok
[INFO] [stdout] test day21::test::example1 ... ok
[INFO] [stdout] test day21::test::example2 ... ok
[INFO] [stdout] test day21::test::part1 ... ok
[INFO] [stdout] test day21::test::part2 ... ok
[INFO] [stdout] test day22::test::example1 ... ok
[INFO] [stdout] test day22::test::example2 ... ok
[INFO] [stdout] test day22::test::part1 ... ok
[INFO] [stdout] test day22::test::part2 ... ok
[INFO] [stdout] test day23::test::example1 ... ok
[INFO] [stdout] test day23::test::example2 ... ok
[INFO] [stdout] test day23::test::part1 ... ok
[INFO] [stdout] test day23::test::part2 ... ok
[INFO] [stdout] test day24::test::example1 ... ok
[INFO] [stdout] test day24::test::example2 ... ok
[INFO] [stdout] test day24::test::part1 ... ok
[INFO] [stdout] test day25::test::example1 ... ok
[INFO] [stdout] test day25::test::example2 ... ok
[INFO] [stdout] test day24::test::part2 ... ok
[INFO] [stdout] test day25::test::part1 ... ok
[INFO] [stdout] test day25::test::part2 ... ok
[INFO] [stdout] test day2::test::example2 ... ok
[INFO] [stdout] test day2::test::example1 ... ok
[INFO] [stdout] test day3::test::example1 ... ok
[INFO] [stdout] test day3::test::example2 ... ok
[INFO] [stdout] test day2::test::part1 ... ok
[INFO] [stdout] test day3::test::part2 ... ok
[INFO] [stdout] test day2::test::part2 ... ok
[INFO] [stdout] test day4::test::example1 ... ok
[INFO] [stdout] test day3::test::part1 ... ok
[INFO] [stdout] test day4::test::part2 ... ok
[INFO] [stdout] test day5::test::part2 ... ok
[INFO] [stdout] test day6::test::example1 ... ok
[INFO] [stdout] test day4::test::example2 ... ok
[INFO] [stdout] test day4::test::part1 ... ok
[INFO] [stdout] test day5::test::example1 ... ok
[INFO] [stdout] test day5::test::part1 ... ok
[INFO] [stdout] test day5::test::example2 ... ok
[INFO] [stdout] test day6::test::example2 ... ok
[INFO] [stdout] test day6::test::part2 ... ok
[INFO] [stdout] test day7::test::example2 ... ok
[INFO] [stdout] test day1::test::part1 ... ok
[INFO] [stdout] test day7::test::part1 ... ok
[INFO] [stdout] test day7::test::example1 ... ok
[INFO] [stdout] test day8::test::part1 ... ok
[INFO] [stdout] test day8::test::part2 ... ok
[INFO] [stdout] test day9::test::example1 ... ok
[INFO] [stdout] test day9::test::example2 ... ok
[INFO] [stdout] test day7::test::part2 ... ok
[INFO] [stdout] test day9::test::part1 ... ok
[INFO] [stdout] test day8::test::example1 ... ok
[INFO] [stdout] test day6::test::part1 ... ok
[INFO] [stdout] test day8::test::example2 ... ok
[INFO] [stdout] test day9::test::part2 ... ok
[INFO] [stdout] test day1::test::part2 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 100 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/aoc_2021-3e25e9231fc0b719)
[INFO] [stdout] 
[INFO] [stdout] running 100 tests
[INFO] [stdout] test day10::test::example1 ... ok
[INFO] [stdout] test day10::test::example2 ... ok
[INFO] [stdout] test day10::test::part2 ... ok
[INFO] [stdout] test day11::test::example2 ... ok
[INFO] [stdout] test day10::test::part1 ... ok
[INFO] [stdout] test day11::test::example1 ... ok
[INFO] [stdout] test day11::test::part1 ... ok
[INFO] [stdout] test day12::test::example1 ... ok
[INFO] [stdout] test day11::test::part2 ... ok
[INFO] [stdout] test day12::test::example2 ... ok
[INFO] [stdout] test day12::test::part1 ... ok
[INFO] [stdout] test day12::test::part2 ... ok
[INFO] [stdout] test day13::test::example1 ... ok
[INFO] [stdout] test day13::test::example2 ... ok
[INFO] [stdout] test day13::test::part2 ... ok
[INFO] [stdout] test day14::test::example2 ... ok
[INFO] [stdout] test day13::test::part1 ... ok
[INFO] [stdout] test day14::test::part1 ... ok
[INFO] [stdout] test day15::test::example1 ... ok
[INFO] [stdout] test day15::test::example2 ... ok
[INFO] [stdout] test day16::test::example1 ... ok
[INFO] [stdout] test day14::test::part2 ... ok
[INFO] [stdout] test day16::test::part2 ... ok
[INFO] [stdout] test day16::test::part1 ... ok
[INFO] [stdout] test day17::test::example1 ... ok
[INFO] [stdout] test day17::test::part1 ... ok
[INFO] [stdout] test day17::test::part2 ... ok
[INFO] [stdout] test day14::test::example1 ... ok
[INFO] [stdout] test day18::test::example2 ... ok
[INFO] [stdout] test day15::test::part2 ... ok
[INFO] [stdout] test day15::test::part1 ... ok
[INFO] [stdout] test day16::test::example2 ... ok
[INFO] [stdout] test day18::test::part2 ... ok
[INFO] [stdout] test day19::test::part1 ... ok
[INFO] [stdout] test day17::test::example2 ... ok
[INFO] [stdout] test day18::test::example1 ... ok
[INFO] [stdout] test day19::test::example1 ... ok
[INFO] [stdout] test day18::test::part1 ... ok
[INFO] [stdout] test day20::test::example2 ... ok
[INFO] [stdout] test day19::test::part2 ... ok
[INFO] [stdout] test day1::test::example1 ... ok
[INFO] [stdout] test day20::test::part2 ... ok
[INFO] [stdout] test day1::test::example2 ... ok
[INFO] [stdout] test day20::test::example1 ... ok
[INFO] [stdout] test day21::test::example2 ... ok
[INFO] [stdout] test day21::test::part1 ... ok
[INFO] [stdout] test day20::test::part1 ... ok
[INFO] [stdout] test day22::test::part1 ... ok
[INFO] [stdout] test day19::test::example2 ... ok
[INFO] [stdout] test day21::test::part2 ... ok
[INFO] [stdout] test day23::test::part2 ... ok
[INFO] [stdout] test day22::test::part2 ... ok
[INFO] [stdout] test day24::test::example1 ... ok
[INFO] [stdout] test day23::test::example1 ... ok
[INFO] [stdout] test day21::test::example1 ... ok
[INFO] [stdout] test day23::test::example2 ... ok
[INFO] [stdout] test day22::test::example1 ... ok
[INFO] [stdout] test day23::test::part1 ... ok
[INFO] [stdout] test day22::test::example2 ... ok
[INFO] [stdout] test day24::test::part1 ... ok
[INFO] [stdout] test day24::test::part2 ... ok
[INFO] [stdout] test day24::test::example2 ... ok
[INFO] [stdout] test day25::test::example2 ... ok
[INFO] [stdout] test day25::test::example1 ... ok
[INFO] [stdout] test day2::test::example1 ... ok
[INFO] [stdout] test day2::test::example2 ... ok
[INFO] [stdout] test day3::test::example1 ... ok
[INFO] [stdout] test day25::test::part1 ... ok
[INFO] [stdout] test day25::test::part2 ... ok
[INFO] [stdout] test day3::test::part1 ... ok
[INFO] [stdout] test day2::test::part2 ... ok
[INFO] [stdout] test day3::test::example2 ... ok
[INFO] [stdout] test day1::test::part2 ... ok
[INFO] [stdout] test day3::test::part2 ... ok
[INFO] [stdout] test day4::test::part1 ... ok
[INFO] [stdout] test day4::test::example1 ... ok
[INFO] [stdout] test day4::test::part2 ... ok
[INFO] [stdout] test day2::test::part1 ... ok
[INFO] [stdout] test day4::test::example2 ... ok
[INFO] [stdout] test day5::test::example1 ... ok
[INFO] [stdout] test day1::test::part1 ... ok
[INFO] [stdout] test day6::test::example2 ... ok
[INFO] [stdout] test day5::test::part1 ... ok
[INFO] [stdout] test day6::test::part1 ... ok
[INFO] [stdout] test day7::test::example1 ... ok
[INFO] [stdout] test day7::test::example2 ... ok
[INFO] [stdout] test day5::test::part2 ... ok
[INFO] [stdout] test day7::test::part1 ... ok
[INFO] [stdout] test day6::test::example1 ... ok
[INFO] [stdout] test day8::test::example1 ... ok
[INFO] [stdout] test day5::test::example2 ... ok
[INFO] [stdout] test day8::test::part1 ... ok
[INFO] [stdout] test day6::test::part2 ... ok
[INFO] [stdout] test day8::test::part2 ... ok
[INFO] [stdout] test day7::test::part2 ... ok
[INFO] [stdout] test day9::test::example1 ... ok
[INFO] [stdout] test day9::test::example2 ... ok
[INFO] [stdout] test day8::test::example2 ... ok
[INFO] [stdout] test day9::test::part1 ... ok
[INFO] [stdout] test day9::test::part2 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 100 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/aoc_2022-73baa0b902677dda)
[INFO] [stdout] 
[INFO] [stdout] running 100 tests
[INFO] [stdout] test day10::test::example1 ... ok
[INFO] [stdout] test day10::test::example2 ... ok
[INFO] [stdout] test day10::test::part2 ... ok
[INFO] [stdout] test day10::test::part1 ... ok
[INFO] [stdout] test day11::test::example1 ... ok
[INFO] [stdout] test day11::test::example2 ... ok
[INFO] [stdout] test day11::test::part1 ... ok
[INFO] [stdout] test day11::test::part2 ... ok
[INFO] [stdout] test day12::test::example1 ... ok
[INFO] [stdout] test day12::test::example2 ... ok
[INFO] [stdout] test day12::test::part1 ... ok
[INFO] [stdout] test day12::test::part2 ... ok
[INFO] [stdout] test day13::test::example1 ... ok
[INFO] [stdout] test day13::test::example2 ... ok
[INFO] [stdout] test day13::test::part1 ... ok
[INFO] [stdout] test day13::test::part2 ... ok
[INFO] [stdout] test day14::test::example1 ... ok
[INFO] [stdout] test day14::test::example2 ... ok
[INFO] [stdout] test day14::test::part1 ... ok
[INFO] [stdout] test day14::test::part2 ... ok
[INFO] [stdout] test day15::test::example2 ... ok
[INFO] [stdout] test day15::test::example1 ... ok
[INFO] [stdout] test day15::test::part1 ... ok
[INFO] [stdout] test day16::test::example1 ... ok
[INFO] [stdout] test day16::test::part1 ... ok
[INFO] [stdout] test day15::test::part2 ... ok
[INFO] [stdout] test day17::test::part1 ... ok
[INFO] [stdout] test day16::test::example2 ... ok
[INFO] [stdout] test day17::test::example1 ... ok
[INFO] [stdout] test day19::test::example2 ... ok
[INFO] [stdout] test day1::test::example1 ... ok
[INFO] [stdout] test day18::test::example2 ... ok
[INFO] [stdout] test day19::test::example1 ... ok
[INFO] [stdout] test day16::test::part2 ... ok
[INFO] [stdout] test day18::test::part1 ... ok
[INFO] [stdout] test day1::test::example2 ... ok
[INFO] [stdout] test day18::test::part2 ... ok
[INFO] [stdout] test day18::test::example1 ... ok
[INFO] [stdout] test day19::test::part2 ... ok
[INFO] [stdout] test day17::test::part2 ... ok
[INFO] [stdout] test day20::test::part2 ... ok
[INFO] [stdout] test day20::test::example1 ... ok
[INFO] [stdout] test day20::test::example2 ... ok
[INFO] [stdout] test day21::test::example2 ... ok
[INFO] [stdout] test day21::test::part1 ... ok
[INFO] [stdout] test day19::test::part1 ... ok
[INFO] [stdout] test day17::test::example2 ... ok
[INFO] [stdout] test day20::test::part1 ... ok
[INFO] [stdout] test day22::test::example2 ... ok
[INFO] [stdout] test day21::test::example1 ... ok
[INFO] [stdout] test day22::test::part2 ... ok
[INFO] [stdout] test day23::test::example1 ... ok
[INFO] [stdout] test day23::test::example2 ... ok
[INFO] [stdout] test day23::test::part1 ... ok
[INFO] [stdout] test day21::test::part2 ... ok
[INFO] [stdout] test day22::test::example1 ... ok
[INFO] [stdout] test day22::test::part1 ... ok
[INFO] [stdout] test day23::test::part2 ... ok
[INFO] [stdout] test day24::test::part1 ... ok
[INFO] [stdout] test day24::test::example1 ... ok
[INFO] [stdout] test day24::test::example2 ... ok
[INFO] [stdout] test day25::test::example2 ... ok
[INFO] [stdout] test day24::test::part2 ... ok
[INFO] [stdout] test day25::test::part1 ... ok
[INFO] [stdout] test day2::test::example1 ... ok
[INFO] [stdout] test day25::test::example1 ... ok
[INFO] [stdout] test day2::test::example2 ... ok
[INFO] [stdout] test day3::test::example1 ... ok
[INFO] [stdout] test day3::test::part1 ... ok
[INFO] [stdout] test day25::test::part2 ... ok
[INFO] [stdout] test day2::test::part1 ... ok
[INFO] [stdout] test day4::test::example2 ... ok
[INFO] [stdout] test day4::test::part1 ... ok
[INFO] [stdout] test day5::test::example1 ... ok
[INFO] [stdout] test day3::test::example2 ... ok
[INFO] [stdout] test day3::test::part2 ... ok
[INFO] [stdout] test day4::test::part2 ... ok
[INFO] [stdout] test day2::test::part2 ... ok
[INFO] [stdout] test day5::test::example2 ... ok
[INFO] [stdout] test day6::test::example1 ... ok
[INFO] [stdout] test day1::test::part1 ... ok
[INFO] [stdout] test day4::test::example1 ... ok
[INFO] [stdout] test day6::test::part2 ... ok
[INFO] [stdout] test day5::test::part1 ... ok
[INFO] [stdout] test day5::test::part2 ... ok
[INFO] [stdout] test day7::test::part1 ... ok
[INFO] [stdout] test day7::test::part2 ... ok
[INFO] [stdout] test day8::test::example2 ... ok
[INFO] [stdout] test day8::test::part1 ... ok
[INFO] [stdout] test day6::test::example2 ... ok
[INFO] [stdout] test day6::test::part1 ... ok
[INFO] [stdout] test day7::test::example1 ... ok
[INFO] [stdout] test day8::test::part2 ... ok
[INFO] [stdout] test day7::test::example2 ... ok
[INFO] [stdout] test day8::test::example1 ... ok
[INFO] [stdout] test day9::test::example1 ... ok
[INFO] [stdout] test day9::test::example2 ... ok
[INFO] [stdout] test day9::test::part1 ... ok
[INFO] [stdout] test day9::test::part2 ... ok
[INFO] [stdout] test day1::test::part2 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 100 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/aoc_2023-84c806a35e06bea0)
[INFO] [stdout] 
[INFO] [stdout] running 100 tests
[INFO] [stdout] test day10::test::example1 ... ok
[INFO] [stdout] test day10::test::example2 ... ok
[INFO] [stdout] test day10::test::part2 ... ok
[INFO] [stdout] test day10::test::part1 ... ok
[INFO] [stdout] test day11::test::example1 ... ok
[INFO] [stdout] test day11::test::example2 ... ok
[INFO] [stdout] test day11::test::part1 ... ok
[INFO] [stdout] test day11::test::part2 ... ok
[INFO] [stdout] test day12::test::example1 ... ok
[INFO] [stdout] test day12::test::example2 ... ok
[INFO] [stdout] test day12::test::part1 ... ok
[INFO] [stdout] test day12::test::part2 ... ok
[INFO] [stdout] test day13::test::example1 ... ok
[INFO] [stdout] test day13::test::example2 ... ok
[INFO] [stdout] test day13::test::part1 ... ok
[INFO] [stdout] test day13::test::part2 ... ok
[INFO] [stdout] test day14::test::example1 ... ok
[INFO] [stdout] test day14::test::example2 ... ok
[INFO] [stdout] test day14::test::part1 ... ok
[INFO] [stdout] test day15::test::part1 ... ok
[INFO] [stdout] test day16::test::example1 ... ok
[INFO] [stdout] test day14::test::part2 ... ok
[INFO] [stdout] test day16::test::part1 ... ok
[INFO] [stdout] test day17::test::example1 ... ok
[INFO] [stdout] test day15::test::part2 ... ok
[INFO] [stdout] test day15::test::example1 ... ok
[INFO] [stdout] test day18::test::example2 ... ok
[INFO] [stdout] test day18::test::part1 ... ok
[INFO] [stdout] test day16::test::example2 ... ok
[INFO] [stdout] test day16::test::part2 ... ok
[INFO] [stdout] test day18::test::part2 ... ok
[INFO] [stdout] test day19::test::example2 ... ok
[INFO] [stdout] test day17::test::example2 ... ok
[INFO] [stdout] test day19::test::part1 ... ok
[INFO] [stdout] test day19::test::example1 ... ok
[INFO] [stdout] test day19::test::part2 ... ok
[INFO] [stdout] test day1::test::example1 ... ok
[INFO] [stdout] test day1::test::example2 ... ok
[INFO] [stdout] test day20::test::example1 ... ok
[INFO] [stdout] test day20::test::example2 ... ok
[INFO] [stdout] test day20::test::part2 ... ok
[INFO] [stdout] test day17::test::part1 ... ok
[INFO] [stdout] test day17::test::part2 ... ok
[INFO] [stdout] test day18::test::example1 ... ok
[INFO] [stdout] test day21::test::example1 ... ok
[INFO] [stdout] test day21::test::example2 ... ok
[INFO] [stdout] test day21::test::part1 ... ok
[INFO] [stdout] test day21::test::part2 ... ok
[INFO] [stdout] test day22::test::example1 ... ok
[INFO] [stdout] test day15::test::example2 ... ok
[INFO] [stdout] test day1::test::part1 ... ok
[INFO] [stdout] test day1::test::part2 ... ok
[INFO] [stdout] test day20::test::part1 ... ok
[INFO] [stdout] test day22::test::example2 ... ok
[INFO] [stdout] test day22::test::part2 ... ok
[INFO] [stdout] test day23::test::example2 ... ok
[INFO] [stdout] test day22::test::part1 ... ok
[INFO] [stdout] test day23::test::example1 ... ok
[INFO] [stdout] test day23::test::part2 ... ok
[INFO] [stdout] test day24::test::example1 ... ok
[INFO] [stdout] test day24::test::part1 ... ok
[INFO] [stdout] test day24::test::part2 ... ok
[INFO] [stdout] test day25::test::example2 ... ok
[INFO] [stdout] test day25::test::part1 ... ok
[INFO] [stdout] test day25::test::part2 ... ok
[INFO] [stdout] test day2::test::example2 ... ok
[INFO] [stdout] test day24::test::example2 ... ok
[INFO] [stdout] test day2::test::part1 ... ok
[INFO] [stdout] test day3::test::example1 ... ok
[INFO] [stdout] test day3::test::part1 ... ok
[INFO] [stdout] test day25::test::example1 ... ok
[INFO] [stdout] test day23::test::part1 ... ok
[INFO] [stdout] test day4::test::example2 ... ok
[INFO] [stdout] test day2::test::example1 ... ok
[INFO] [stdout] test day2::test::part2 ... ok
[INFO] [stdout] test day3::test::example2 ... ok
[INFO] [stdout] test day3::test::part2 ... ok
[INFO] [stdout] test day4::test::example1 ... ok
[INFO] [stdout] test day4::test::part1 ... ok
[INFO] [stdout] test day4::test::part2 ... ok
[INFO] [stdout] test day5::test::example1 ... ok
[INFO] [stdout] test day5::test::example2 ... ok
[INFO] [stdout] test day5::test::part1 ... ok
[INFO] [stdout] test day5::test::part2 ... ok
[INFO] [stdout] test day6::test::example1 ... ok
[INFO] [stdout] test day6::test::example2 ... ok
[INFO] [stdout] test day6::test::part1 ... ok
[INFO] [stdout] test day6::test::part2 ... ok
[INFO] [stdout] test day7::test::example2 ... ok
[INFO] [stdout] test day7::test::part1 ... ok
[INFO] [stdout] test day7::test::example1 ... ok
[INFO] [stdout] test day8::test::example2 ... ok
[INFO] [stdout] test day8::test::part1 ... ok
[INFO] [stdout] test day8::test::part2 ... ok
[INFO] [stdout] test day7::test::part2 ... ok
[INFO] [stdout] test day9::test::part1 ... ok
[INFO] [stdout] test day9::test::part2 ... ok
[INFO] [stdout] test day9::test::example1 ... ok
[INFO] [stdout] test day8::test::example1 ... ok
[INFO] [stdout] test day9::test::example2 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 100 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/aoc_2024-a258e37c2eb80af4)
[INFO] [stdout] 
[INFO] [stdout] running 110 tests
[INFO] [stdout] test day10::test::example2 ... ok
[INFO] [stdout] test day10::test::example1 ... ok
[INFO] [stdout] test day13::test::example1 ... ok
[INFO] [stdout] test day11::test::example1 ... ok
[INFO] [stdout] test day12::test::example1 ... ok
[INFO] [stdout] test day12::test::example_tiny ... ok
[INFO] [stdout] test day12::test::example_e ... ok
[INFO] [stdout] test day12::test::example_moebius ... ok
[INFO] [stdout] test day13::test::example2 ... ok
[INFO] [stdout] test day12::test::example_topology ... ok
[INFO] [stdout] test day14::test::example1 ... ok
[INFO] [stdout] test day12::test::example2 ... ok
[INFO] [stdout] test day15::test::example1 ... ok
[INFO] [stdout] test day15::test::example2 ... ok
[INFO] [stdout] test day15::test::example_small_part1 ... ok
[INFO] [stdout] test day15::test::example_small_part2 ... ok
[INFO] [stdout] test day11::test::part1 ... ok
[INFO] [stdout] test day16::test::example1 ... ok
[INFO] [stdout] test day11::test::example2 ... ok
[INFO] [stdout] test day13::test::part1 ... ok
[INFO] [stdout] test day13::test::part2 ... ok
[INFO] [stdout] test day17::test::example1::case_1_flexi ... ok
[INFO] [stdout] test day16::test::example_second_part_1 ... ok
[INFO] [stdout] test day17::test::example1::case_2_small ... ok
[INFO] [stdout] test day17::test::example2::case_1_small ... ok
[INFO] [stdout] test day17::test::part1::case_1_flexi ... ok
[INFO] [stdout] test day14::test::part1 ... ok
[INFO] [stdout] test day17::test::part1::case_2_small ... ok
[INFO] [stdout] test day18::test::example2 ... ok
[INFO] [stdout] test day18::test::part2 ... ok
[INFO] [stdout] test day16::test::example2 ... ok
[INFO] [stdout] test day19::test::example1 ... ok
[INFO] [stdout] test day18::test::example1 ... ok
[INFO] [stdout] test day19::test::example2 ... ok
[INFO] [stdout] test day19::test::part2 ... ok
[INFO] [stdout] test day19::test::part1 ... ok
[INFO] [stdout] test day1::test::example2 ... ok
[INFO] [stdout] test day1::test::example1 ... ok
[INFO] [stdout] test day16::test::example_second_part_2 ... ok
[INFO] [stdout] test day10::test::part2 ... ok
[INFO] [stdout] test day20::test::example1 ... ok
[INFO] [stdout] test day20::test::example2 ... ok
[INFO] [stdout] test day20::test::part1 ... ok
[INFO] [stdout] test day21::test::example1 ... ok
[INFO] [stdout] test day21::test::example2 ... ok
[INFO] [stdout] test day20::test::part2 ... ok
[INFO] [stdout] test day21::test::part1 ... ok
[INFO] [stdout] test day21::test::part2 ... ok
[INFO] [stdout] test day22::test::example2 ... ok
[INFO] [stdout] test day22::test::example1 ... ok
[INFO] [stdout] test day22::test::part2 ... ok
[INFO] [stdout] test day23::test::example1 ... ok
[INFO] [stdout] test day22::test::part1 ... ok
[INFO] [stdout] test day23::test::part1 ... ok
[INFO] [stdout] test day23::test::example2 ... ok
[INFO] [stdout] test day24::test::example2 ... ok
[INFO] [stdout] test day23::test::part2 ... ok
[INFO] [stdout] test day24::test::part1 ... ok
[INFO] [stdout] test day1::test::part2 ... ok
[INFO] [stdout] test day24::test::example1 ... ok
[INFO] [stdout] test day24::test::part2 ... ok
[INFO] [stdout] test day25::test::example1 ... ok
[INFO] [stdout] test day1::test::part1 ... ok
[INFO] [stdout] test day25::test::example2 ... ok
[INFO] [stdout] test day25::test::part1 ... ok
[INFO] [stdout] test day25::test::part2 ... ok
[INFO] [stdout] test day2::test::example1 ... ok
[INFO] [stdout] test day10::test::part1 ... ok
[INFO] [stdout] test day2::test::example2 ... ok
[INFO] [stdout] test day3::test::example1 ... ok
[INFO] [stdout] test day3::test::example2 ... ok
[INFO] [stdout] test day18::test::part1 ... ok
[INFO] [stdout] test day4::test::example2 ... ok
[INFO] [stdout] test day4::test::example1 ... ok
[INFO] [stdout] test day15::test::part1 ... ok
[INFO] [stdout] test day5::test::example1 ... ok
[INFO] [stdout] test day15::test::part2 ... ok
[INFO] [stdout] test day5::test::example2 ... ok
[INFO] [stdout] test day6::test::example1 ... ok
[INFO] [stdout] test day6::test::example2 ... ok
[INFO] [stdout] test day2::test::part2 ... ok
[INFO] [stdout] test day2::test::part1 ... ok
[INFO] [stdout] test day3::test::part1 ... ok
[INFO] [stdout] test day3::test::part2 ... ok
[INFO] [stdout] test day7::test::example1 ... ok
[INFO] [stdout] test day7::test::example2 ... ok
[INFO] [stdout] test day8::test::antinode ... ok
[INFO] [stdout] test day8::test::example1 ... ok
[INFO] [stdout] test day8::test::example2 ... ok
[INFO] [stdout] test day8::test::part1 ... ok
[INFO] [stdout] test day8::test::part2 ... ok
[INFO] [stdout] test day9::test::example1 ... ok
[INFO] [stdout] test day9::test::example2 ... ok
[INFO] [stdout] test day6::test::part1 ... ok
[INFO] [stdout] test day4::test::part2 ... ok
[INFO] [stdout] test day5::test::part1 ... ok
[INFO] [stdout] test day4::test::part1 ... ok
[INFO] [stdout] test day17::test::part2::case_1_small ... ok
[INFO] [stdout] test day12::test::part1 ... ok
[INFO] [stdout] test day11::test::part2 ... ok
[INFO] [stdout] test day16::test::part1 ... ok
[INFO] [stdout] test day12::test::part2 ... ok
[INFO] [stdout] test day7::test::part1 ... ok
[INFO] [stdout] test day5::test::part2 ... ok
[INFO] [stdout] test day9::test::part1 ... ok
[INFO] [stdout] test day9::test::part2 ... ok
[INFO] [stdout] test day7::test::part2 ... ok
[INFO] [stdout] test day14::test::part2 has been running for over 60 seconds
[INFO] [stdout] test day16::test::part2 has been running for over 60 seconds
[INFO] [stdout] test day6::test::part2 has been running for over 60 seconds
[INFO] [stderr] error: test failed, to rerun pass `-p aoc-2024 --lib`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/deps/aoc_2024-a258e37c2eb80af4` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "d4c52005cbd58d59d2a2713b2a1c6d019393237dac81d0c40fdd82e8bf448f3b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d4c52005cbd58d59d2a2713b2a1c6d019393237dac81d0c40fdd82e8bf448f3b", kill_on_drop: false }`
[INFO] [stdout] d4c52005cbd58d59d2a2713b2a1c6d019393237dac81d0c40fdd82e8bf448f3b
