[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-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjorgeja%2Fadvent-of-code-2021" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-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-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jorgeja/advent-of-code-2021 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "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-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 900454746f16b7919869362692e7e6e5cd321baf470f483251b96e7c6ec988e3
[INFO] running `Command { std: "docker" "start" "-a" "900454746f16b7919869362692e7e6e5cd321baf470f483251b96e7c6ec988e3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "900454746f16b7919869362692e7e6e5cd321baf470f483251b96e7c6ec988e3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "900454746f16b7919869362692e7e6e5cd321baf470f483251b96e7c6ec988e3", kill_on_drop: false }`
[INFO] [stdout] 900454746f16b7919869362692e7e6e5cd321baf470f483251b96e7c6ec988e3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 44575a1cc11ddcbf066620570985ebe812f5c5b1cbff13d0388e0ee92962a9b9
[INFO] running `Command { std: "docker" "start" "-a" "44575a1cc11ddcbf066620570985ebe812f5c5b1cbff13d0388e0ee92962a9b9", 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.33s
[INFO] running `Command { std: "docker" "inspect" "44575a1cc11ddcbf066620570985ebe812f5c5b1cbff13d0388e0ee92962a9b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "44575a1cc11ddcbf066620570985ebe812f5c5b1cbff13d0388e0ee92962a9b9", kill_on_drop: false }`
[INFO] [stdout] 44575a1cc11ddcbf066620570985ebe812f5c5b1cbff13d0388e0ee92962a9b9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0379ff51f0f9ba3c569bb1da1ffed36f7d5bbec80e1ea755cc6ff6a6f2cd2183
[INFO] running `Command { std: "docker" "start" "-a" "0379ff51f0f9ba3c569bb1da1ffed36f7d5bbec80e1ea755cc6ff6a6f2cd2183", kill_on_drop: false }`
[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]    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 `test` profile [unoptimized + debuginfo] target(s) in 1.49s
[INFO] running `Command { std: "docker" "inspect" "0379ff51f0f9ba3c569bb1da1ffed36f7d5bbec80e1ea755cc6ff6a6f2cd2183", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0379ff51f0f9ba3c569bb1da1ffed36f7d5bbec80e1ea755cc6ff6a6f2cd2183", kill_on_drop: false }`
[INFO] [stdout] 0379ff51f0f9ba3c569bb1da1ffed36f7d5bbec80e1ea755cc6ff6a6f2cd2183
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 44e699f1a6881fa7d5805d32405b2a9eb2f06dcc2384573ed87c15ca07d7bae9
[INFO] running `Command { std: "docker" "start" "-a" "44e699f1a6881fa7d5805d32405b2a9eb2f06dcc2384573ed87c15ca07d7bae9", 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] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stdout] running 54 tests
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/advent_of_code_2021-9965820b75fb6cef)
[INFO] [stdout] test day10::test_day10::day10_part1 ... ok
[INFO] [stdout] test day10::test_day10::day10_part2 ... ok
[INFO] [stdout] test day12::test_day12::day12_part1_small_test ... ok
[INFO] [stdout] test day10::test_day10::day10_part1_test ... ok
[INFO] [stdout] test day12::test_day12::day12_part1_test ... ok
[INFO] [stdout] test day13::test_day13::day13_part2_test ... ok
[INFO] [stdout] test day13::test_day13::day13_part1_test ... ok
[INFO] [stdout] test day12::test_day12::day12_part2_small_test_2 ... ok
[INFO] [stdout] test day12::test_day12::day12_part2_small_test ... ok
[INFO] [stdout] test day2::test_day2::day2_part1 ... ok
[INFO] [stdout] test day14::test_day14::test_contains ... ok
[INFO] [stdout] test day1::test_day1::day1_part2 ... ok
[INFO] [stdout] test day3::test_day3::day3_part1 ... ok
[INFO] [stdout] test day1::test_day1::day1_part1 ... ok
[INFO] [stdout] test day13::test_day13::day13_part1 ... ok
[INFO] [stdout] test day2::test_day2::day2_part2 ... ok
[INFO] [stdout] test day3::test_day3::test_day3_part2 ... ok
[INFO] [stdout] test day3::test_day3::test_mask ... ok
[INFO] [stdout] test day3::test_day3::day3_part2 ... ok
[INFO] [stdout] test day4::test_day4::test_day4_part2 ... ok
[INFO] [stdout] test day14::test_day14::day14_part1_test ... ok
[INFO] [stdout] test day11::test_day11::day11_part1 ... 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_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 day6::test_day6::day6_part1_test ... ok
[INFO] [stdout] test day7::test_day7::day7_part2_test ... ok
[INFO] [stdout] test day8::test_day8::day8_part1_test ... ok
[INFO] [stdout] test day4::test_day4::day4_part1 ... ok
[INFO] [stdout] test day10::test_day10::day10_part2_test ... ok
[INFO] [stdout] test day8::test_day8::day8_part1 ... 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 day8::test_day8::day8_part2_test ... ok
[INFO] [stdout] test day4::test_day4::day4_part2 ... ok
[INFO] [stdout] test day11::test_day11::day11_part1_test ... ok
[INFO] [stdout] test day9::test_day9::day9_part2_test ... ok
[INFO] [stdout] test day11::test_day11::day11_part2 ... ok
[INFO] [stdout] test day9::test_day9::day9_part1 ... ok
[INFO] [stdout] test day11::test_day11::day11_part2_test ... ok
[INFO] [stdout] test day6::test_day6::day6_part1 ... ok
[INFO] [stdout] test day7::test_day7::day7_part2 ... ok
[INFO] [stdout] test day8::test_day8::day8_part2 ... ok
[INFO] [stdout] test day12::test_day12::day12_part1 ... ok
[INFO] [stdout] test day9::test_day9::day9_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" "44e699f1a6881fa7d5805d32405b2a9eb2f06dcc2384573ed87c15ca07d7bae9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "44e699f1a6881fa7d5805d32405b2a9eb2f06dcc2384573ed87c15ca07d7bae9", kill_on_drop: false }`
[INFO] [stdout] 44e699f1a6881fa7d5805d32405b2a9eb2f06dcc2384573ed87c15ca07d7bae9
