[INFO] cloning repository https://github.com/jorgeja/advent-of-code-2021
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jorgeja/advent-of-code-2021" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjorgeja%2Fadvent-of-code-2021", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjorgeja%2Fadvent-of-code-2021'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ee19dba67147f0e1bedd39453a1f2a2ab1fa8d47
[INFO] testing jorgeja/advent-of-code-2021 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%2Fjorgeja%2Fadvent-of-code-2021" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jorgeja/advent-of-code-2021
[INFO] finished tweaking git repo https://github.com/jorgeja/advent-of-code-2021
[INFO] tweaked toml for git repo https://github.com/jorgeja/advent-of-code-2021 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jorgeja/advent-of-code-2021 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/jorgeja/advent-of-code-2021 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-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 3365b6b0745ac117736e738fd210b13a89794ce823f8e1e8bdbef459b123ca6b
[INFO] running `Command { std: "docker" "start" "-a" "3365b6b0745ac117736e738fd210b13a89794ce823f8e1e8bdbef459b123ca6b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3365b6b0745ac117736e738fd210b13a89794ce823f8e1e8bdbef459b123ca6b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3365b6b0745ac117736e738fd210b13a89794ce823f8e1e8bdbef459b123ca6b", kill_on_drop: false }`
[INFO] [stdout] 3365b6b0745ac117736e738fd210b13a89794ce823f8e1e8bdbef459b123ca6b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 849bfe0ffba4b4c64937df3a74068b9e593e37f380b54970debb1a760b9b450d
[INFO] running `Command { std: "docker" "start" "-a" "849bfe0ffba4b4c64937df3a74068b9e593e37f380b54970debb1a760b9b450d", kill_on_drop: false }`
[INFO] [stderr]    Compiling advent-of-code-2021 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/day3.rs:49:45
[INFO] [stdout]    |
[INFO] [stdout] 49 |     let mut working_list: Vec<usize> = input.clone().into();
[INFO] [stdout]    |                                             ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `[usize]` does not implement `Clone`, so calling `clone` on `&[usize]` copies the reference, which does not do anything and can be removed
[INFO] [stdout]    = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/day3.rs:63:45
[INFO] [stdout]    |
[INFO] [stdout] 63 |     let mut working_list: Vec<usize> = input.clone().into();
[INFO] [stdout]    |                                             ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `[usize]` does not implement `Clone`, so calling `clone` on `&[usize]` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]  --> src/day14.rs:9:51
[INFO] [stdout]   |
[INFO] [stdout] 9 |         let key = split.next().unwrap().as_bytes().clone();
[INFO] [stdout]   |                                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]   |
[INFO] [stdout]   = note: the type `[u8]` does not implement `Clone`, so calling `clone` on `&[u8]` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/day14.rs:10:51
[INFO] [stdout]    |
[INFO] [stdout] 10 |         let val = split.next().unwrap().as_bytes().clone();
[INFO] [stdout]    |                                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `[u8]` does not implement `Clone`, so calling `clone` on `&[u8]` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
[INFO] running `Command { std: "docker" "inspect" "849bfe0ffba4b4c64937df3a74068b9e593e37f380b54970debb1a760b9b450d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "849bfe0ffba4b4c64937df3a74068b9e593e37f380b54970debb1a760b9b450d", kill_on_drop: false }`
[INFO] [stdout] 849bfe0ffba4b4c64937df3a74068b9e593e37f380b54970debb1a760b9b450d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] fd73c67ef7955d0ccdd3e2aad7f62e485aaeae33298210d604d73ca1f7b8be1b
[INFO] running `Command { std: "docker" "start" "-a" "fd73c67ef7955d0ccdd3e2aad7f62e485aaeae33298210d604d73ca1f7b8be1b", kill_on_drop: false }`
[INFO] [stderr]    Compiling advent-of-code-2021 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/day3.rs:49:45
[INFO] [stdout]    |
[INFO] [stdout] 49 |     let mut working_list: Vec<usize> = input.clone().into();
[INFO] [stdout]    |                                             ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `[usize]` does not implement `Clone`, so calling `clone` on `&[usize]` copies the reference, which does not do anything and can be removed
[INFO] [stdout]    = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/day3.rs:63:45
[INFO] [stdout]    |
[INFO] [stdout] 63 |     let mut working_list: Vec<usize> = input.clone().into();
[INFO] [stdout]    |                                             ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `[usize]` does not implement `Clone`, so calling `clone` on `&[usize]` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]  --> src/day14.rs:9:51
[INFO] [stdout]   |
[INFO] [stdout] 9 |         let key = split.next().unwrap().as_bytes().clone();
[INFO] [stdout]   |                                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]   |
[INFO] [stdout]   = note: the type `[u8]` does not implement `Clone`, so calling `clone` on `&[u8]` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/day14.rs:10:51
[INFO] [stdout]    |
[INFO] [stdout] 10 |         let val = split.next().unwrap().as_bytes().clone();
[INFO] [stdout]    |                                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `[u8]` does not implement `Clone`, so calling `clone` on `&[u8]` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/day3.rs:49:45
[INFO] [stdout]    |
[INFO] [stdout] 49 |     let mut working_list: Vec<usize> = input.clone().into();
[INFO] [stdout]    |                                             ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `[usize]` does not implement `Clone`, so calling `clone` on `&[usize]` copies the reference, which does not do anything and can be removed
[INFO] [stdout]    = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/day3.rs:63:45
[INFO] [stdout]    |
[INFO] [stdout] 63 |     let mut working_list: Vec<usize> = input.clone().into();
[INFO] [stdout]    |                                             ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `[usize]` does not implement `Clone`, so calling `clone` on `&[usize]` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]  --> src/day14.rs:9:51
[INFO] [stdout]   |
[INFO] [stdout] 9 |         let key = split.next().unwrap().as_bytes().clone();
[INFO] [stdout]   |                                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]   |
[INFO] [stdout]   = note: the type `[u8]` does not implement `Clone`, so calling `clone` on `&[u8]` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/day14.rs:10:51
[INFO] [stdout]    |
[INFO] [stdout] 10 |         let val = split.next().unwrap().as_bytes().clone();
[INFO] [stdout]    |                                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `[u8]` does not implement `Clone`, so calling `clone` on `&[u8]` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.53s
[INFO] running `Command { std: "docker" "inspect" "fd73c67ef7955d0ccdd3e2aad7f62e485aaeae33298210d604d73ca1f7b8be1b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fd73c67ef7955d0ccdd3e2aad7f62e485aaeae33298210d604d73ca1f7b8be1b", kill_on_drop: false }`
[INFO] [stdout] fd73c67ef7955d0ccdd3e2aad7f62e485aaeae33298210d604d73ca1f7b8be1b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 3eb9cfbfadd8d0c57cc09aa78240992de5b2648ad0ddbf4ef9d14b24494e018f
[INFO] running `Command { std: "docker" "start" "-a" "3eb9cfbfadd8d0c57cc09aa78240992de5b2648ad0ddbf4ef9d14b24494e018f", kill_on_drop: false }`
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]   --> src/day3.rs:49:45
[INFO] [stderr]    |
[INFO] [stderr] 49 |     let mut working_list: Vec<usize> = input.clone().into();
[INFO] [stderr]    |                                             ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]    |
[INFO] [stderr]    = note: the type `[usize]` does not implement `Clone`, so calling `clone` on `&[usize]` copies the reference, which does not do anything and can be removed
[INFO] [stderr]    = note: `#[warn(noop_method_call)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]   --> src/day3.rs:63:45
[INFO] [stderr]    |
[INFO] [stderr] 63 |     let mut working_list: Vec<usize> = input.clone().into();
[INFO] [stderr]    |                                             ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]    |
[INFO] [stderr]    = note: the type `[usize]` does not implement `Clone`, so calling `clone` on `&[usize]` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]  --> src/day14.rs:9:51
[INFO] [stderr]   |
[INFO] [stderr] 9 |         let key = split.next().unwrap().as_bytes().clone();
[INFO] [stderr]   |                                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]   |
[INFO] [stderr]   = note: the type `[u8]` does not implement `Clone`, so calling `clone` on `&[u8]` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]   --> src/day14.rs:10:51
[INFO] [stderr]    |
[INFO] [stderr] 10 |         let val = split.next().unwrap().as_bytes().clone();
[INFO] [stderr]    |                                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]    |
[INFO] [stderr]    = note: the type `[u8]` does not implement `Clone`, so calling `clone` on `&[u8]` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: `advent-of-code-2021` (lib) generated 4 warnings (run `cargo fix --lib -p advent-of-code-2021` to apply 4 suggestions)
[INFO] [stderr] warning: `advent-of-code-2021` (lib test) generated 4 warnings (4 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/advent_of_code_2021-9965820b75fb6cef)
[INFO] [stdout] 
[INFO] [stdout] running 54 tests
[INFO] [stdout] test day10::test_day10::day10_part1_test ... ok
[INFO] [stdout] test day10::test_day10::day10_part2_test ... ok
[INFO] [stdout] test day10::test_day10::day10_part2 ... ok
[INFO] [stdout] test day10::test_day10::day10_part1 ... ok
[INFO] [stdout] test day12::test_day12::day12_part2_small_test ... ok
[INFO] [stdout] test day12::test_day12::day12_part1_small_test ... ok
[INFO] [stdout] test day13::test_day13::day13_part2_test ... ok
[INFO] [stdout] test day12::test_day12::day12_part1_test ... ok
[INFO] [stdout] test day12::test_day12::day12_part2_small_test_2 ... ok
[INFO] [stdout] test day13::test_day13::day13_part1_test ... ok
[INFO] [stdout] test day2::test_day2::day2_part1 ... ok
[INFO] [stdout] test day14::test_day14::day14_part1_test ... ok
[INFO] [stdout] test day14::test_day14::test_contains ... ok
[INFO] [stdout] test day2::test_day2::day2_part2 ... ok
[INFO] [stdout] test day3::test_day3::test_day3_part2 ... ok
[INFO] [stdout] test day1::test_day1::day1_part2 ... ok
[INFO] [stdout] test day1::test_day1::day1_part1 ... ok
[INFO] [stdout] test day3::test_day3::test_mask ... ok
[INFO] [stdout] test day3::test_day3::day3_part1 ... ok
[INFO] [stdout] test day3::test_day3::day3_part2 ... ok
[INFO] [stdout] test day13::test_day13::day13_part1 ... ok
[INFO] [stdout] test day11::test_day11::day11_part1_test ... ok
[INFO] [stdout] test day4::test_day4::test_day4_part2 ... ok
[INFO] [stdout] test day5::test_day5::test_day5_part1 ... ok
[INFO] [stdout] test day5::test_day5::test_day5_part2 ... ok
[INFO] [stdout] test day13::test_day13::day13_part2 ... ok
[INFO] [stdout] test day6::test_day6::day6_part1_test ... ok
[INFO] [stdout] test day6::test_day6::day6_part2 ... ok
[INFO] [stdout] test day6::test_day6::day6_part2_test ... ok
[INFO] [stdout] test day7::test_day7::day7_part1_test ... ok
[INFO] [stdout] test day7::test_day7::day7_part1 ... ok
[INFO] [stdout] test day4::test_day4::day4_part2 ... ok
[INFO] [stdout] test day4::test_day4::day4_part1 ... ok
[INFO] [stdout] test day7::test_day7::day7_part2_test ... ok
[INFO] [stdout] test day8::test_day8::day8_part1_test ... ok
[INFO] [stdout] test day8::test_day8::day8_part2_test_small ... ok
[INFO] [stdout] test day9::test_day9::day9_part1_test ... ok
[INFO] [stdout] test day11::test_day11::day11_part2 ... ok
[INFO] [stdout] test day8::test_day8::day8_part1 ... ok
[INFO] [stdout] test day9::test_day9::day9_part2_test ... ok
[INFO] [stdout] test day11::test_day11::day11_part1 ... ok
[INFO] [stdout] test day8::test_day8::day8_part2_test ... ok
[INFO] [stdout] test day9::test_day9::day9_part1 ... ok
[INFO] [stdout] test day11::test_day11::day11_part2_test ... ok
[INFO] [stdout] test day7::test_day7::day7_part2 ... ok
[INFO] [stdout] test day9::test_day9::day9_part2 ... ok
[INFO] [stdout] test day6::test_day6::day6_part1 ... ok
[INFO] [stdout] test day12::test_day12::day12_part1 ... ok
[INFO] [stdout] test day8::test_day8::day8_part2 ... ok
[INFO] [stdout] test day5::test_day5::day5_part1 ... ok
[INFO] [stdout] test day5::test_day5::day5_part2 ... ok
[INFO] [stdout] test day12::test_day12::day12_part2 ... ok
[INFO] [stdout] test day14::test_day14::day14_part1 ... ok
[INFO] [stdout] test day14::test_day14::day14_part2 has been running for over 60 seconds
[ERROR] error running command: no output for 300 seconds
[INFO] running `Command { std: "docker" "inspect" "3eb9cfbfadd8d0c57cc09aa78240992de5b2648ad0ddbf4ef9d14b24494e018f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3eb9cfbfadd8d0c57cc09aa78240992de5b2648ad0ddbf4ef9d14b24494e018f", kill_on_drop: false }`
[INFO] [stdout] 3eb9cfbfadd8d0c57cc09aa78240992de5b2648ad0ddbf4ef9d14b24494e018f
