[INFO] cloning repository https://github.com/Dunklas/aoc-2020 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Dunklas/aoc-2020" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDunklas%2Faoc-2020", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDunklas%2Faoc-2020'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] bf53ba69c50cd72b5baa561ed379772e3d0b53a6 [INFO] testing Dunklas/aoc-2020 against 1.55.0 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDunklas%2Faoc-2020" "/workspace/builds/worker-63/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-63/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Dunklas/aoc-2020 on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Dunklas/aoc-2020 [INFO] finished tweaking git repo https://github.com/Dunklas/aoc-2020 [INFO] tweaked toml for git repo https://github.com/Dunklas/aoc-2020 written to /workspace/builds/worker-63/source/Cargo.toml [INFO] crate git repo https://github.com/Dunklas/aoc-2020 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-63/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-63/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e92dffecf993fb3b0554f1410ad14f87837bf07df903f6c0bfc05354281305fc [INFO] running `Command { std: "docker" "start" "-a" "e92dffecf993fb3b0554f1410ad14f87837bf07df903f6c0bfc05354281305fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e92dffecf993fb3b0554f1410ad14f87837bf07df903f6c0bfc05354281305fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e92dffecf993fb3b0554f1410ad14f87837bf07df903f6c0bfc05354281305fc", kill_on_drop: false }` [INFO] [stdout] e92dffecf993fb3b0554f1410ad14f87837bf07df903f6c0bfc05354281305fc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-63/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-63/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" "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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3431b9d73467e1f56feb671877bc1918245bd91f1122db7f007e2c8fcdba6900 [INFO] running `Command { std: "docker" "start" "-a" "3431b9d73467e1f56feb671877bc1918245bd91f1122db7f007e2c8fcdba6900", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling regex-syntax v0.6.21 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Compiling regex v1.4.2 [INFO] [stderr] Compiling aoc-2020 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: cannot borrow `joltage_ratings` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/solutions/day10.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 26 | let max = joltage_ratings.iter().max().unwrap(); [INFO] [stdout] | --------------- immutable borrow occurs here [INFO] [stdout] 27 | joltage_ratings.push(max + 3); [INFO] [stdout] | ^^^^^^^^^^^^^^^ --- immutable borrow later used here [INFO] [stdout] | | [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mutable_borrow_reservation_conflict)]` on by default [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/solutions/day12.rs:58:38 [INFO] [stdout] | [INFO] [stdout] 58 | Err(e) => panic!(e) [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 58 | Err(e) => panic!("{}", e) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 58 | Err(e) => std::panic::panic_any(e) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/solutions/day12.rs:65:38 [INFO] [stdout] | [INFO] [stdout] 65 | Err(e) => panic!(e) [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 65 | Err(e) => panic!("{}", e) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 65 | Err(e) => std::panic::panic_any(e) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 04s [INFO] running `Command { std: "docker" "inspect" "3431b9d73467e1f56feb671877bc1918245bd91f1122db7f007e2c8fcdba6900", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3431b9d73467e1f56feb671877bc1918245bd91f1122db7f007e2c8fcdba6900", kill_on_drop: false }` [INFO] [stdout] 3431b9d73467e1f56feb671877bc1918245bd91f1122db7f007e2c8fcdba6900 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-63/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-63/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" "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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7fd3118fd916f328fe53c6ac9b2e718e5f5cb503ff81fc0c8beaefff6a767516 [INFO] running `Command { std: "docker" "start" "-a" "7fd3118fd916f328fe53c6ac9b2e718e5f5cb503ff81fc0c8beaefff6a767516", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling aoc-2020 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: cannot borrow `joltage_ratings` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/solutions/day10.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 26 | let max = joltage_ratings.iter().max().unwrap(); [INFO] [stdout] | --------------- immutable borrow occurs here [INFO] [stdout] 27 | joltage_ratings.push(max + 3); [INFO] [stdout] | ^^^^^^^^^^^^^^^ --- immutable borrow later used here [INFO] [stdout] | | [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mutable_borrow_reservation_conflict)]` on by default [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `part_2_test` [INFO] [stdout] --> src/solutions/day17.rs:120:8 [INFO] [stdout] | [INFO] [stdout] 120 | fn part_2_test() { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/solutions/day12.rs:58:38 [INFO] [stdout] | [INFO] [stdout] 58 | Err(e) => panic!(e) [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 58 | Err(e) => panic!("{}", e) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 58 | Err(e) => std::panic::panic_any(e) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/solutions/day12.rs:65:38 [INFO] [stdout] | [INFO] [stdout] 65 | Err(e) => panic!(e) [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 65 | Err(e) => panic!("{}", e) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 65 | Err(e) => std::panic::panic_any(e) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.44s [INFO] running `Command { std: "docker" "inspect" "7fd3118fd916f328fe53c6ac9b2e718e5f5cb503ff81fc0c8beaefff6a767516", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7fd3118fd916f328fe53c6ac9b2e718e5f5cb503ff81fc0c8beaefff6a767516", kill_on_drop: false }` [INFO] [stdout] 7fd3118fd916f328fe53c6ac9b2e718e5f5cb503ff81fc0c8beaefff6a767516 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-63/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-63/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" "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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 7fb011cb29c6b61d9e7505c92fb460d06e08aec15c203cdf0a667b297e366f0a [INFO] running `Command { std: "docker" "start" "-a" "7fb011cb29c6b61d9e7505c92fb460d06e08aec15c203cdf0a667b297e366f0a", kill_on_drop: false }` [INFO] [stderr] warning: cannot borrow `joltage_ratings` as mutable because it is also borrowed as immutable [INFO] [stderr] --> src/solutions/day10.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 26 | let max = joltage_ratings.iter().max().unwrap(); [INFO] [stderr] | --------------- immutable borrow occurs here [INFO] [stderr] 27 | joltage_ratings.push(max + 3); [INFO] [stderr] | ^^^^^^^^^^^^^^^ --- immutable borrow later used here [INFO] [stderr] | | [INFO] [stderr] | mutable borrow occurs here [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mutable_borrow_reservation_conflict)]` on by default [INFO] [stderr] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stderr] = note: for more information, see issue #59159 [INFO] [stderr] [INFO] [stderr] warning: function is never used: `part_2_test` [INFO] [stderr] --> src/solutions/day17.rs:120:8 [INFO] [stderr] | [INFO] [stderr] 120 | fn part_2_test() { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/solutions/day12.rs:58:38 [INFO] [stderr] | [INFO] [stderr] 58 | Err(e) => panic!(e) [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 58 | Err(e) => panic!("{}", e) [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: or use std::panic::panic_any instead [INFO] [stderr] | [INFO] [stderr] 58 | Err(e) => std::panic::panic_any(e) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/solutions/day12.rs:65:38 [INFO] [stderr] | [INFO] [stderr] 65 | Err(e) => panic!(e) [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 65 | Err(e) => panic!("{}", e) [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: or use std::panic::panic_any instead [INFO] [stderr] | [INFO] [stderr] 65 | Err(e) => std::panic::panic_any(e) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `aoc-2020` (bin "aoc-2020" test) generated 4 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/aoc_2020-42639ec6970949c5) [INFO] [stdout] [INFO] [stdout] running 68 tests [INFO] [stdout] test grid::grid::tests::adjacent_to_left_right ... ok [INFO] [stdout] test grid::grid::tests::adjacent_diagonal ... ok [INFO] [stdout] test grid::grid::tests::at_pos ... ok [INFO] [stdout] test grid::grid::tests::coordinates ... ok [INFO] [stdout] test grid::grid::tests::adjacent_to_up_down ... ok [INFO] [stdout] test grid::grid::tests::height ... ok [INFO] [stdout] test grid::grid::tests::number_of ... ok [INFO] [stdout] test grid::grid::tests::width ... ok [INFO] [stdout] test grid::grid::tests::set ... ok [INFO] [stdout] test solutions::day10::tests::test_part_1 ... ok [INFO] [stdout] test solutions::day10::tests::test_part_2_short ... ok [INFO] [stdout] test solutions::day11::tests::test_number_visible_occupied_seats2 ... ok [INFO] [stdout] test solutions::day10::tests::test_part_2_long ... ok [INFO] [stdout] test solutions::day11::tests::test_number_visible_occupied_seats ... ok [INFO] [stdout] test solutions::day11::tests::test_number_visible_occupied_seats3 ... ok [INFO] [stdout] test solutions::day12::tests::test_rotate_waypoint_left ... ok [INFO] [stdout] test solutions::day12::tests::test_rotate_waypoint_right ... ok [INFO] [stdout] test solutions::day13::tests::test_part_1 ... ok [INFO] [stdout] test solutions::day13::tests::test_part_2 ... ok [INFO] [stdout] test solutions::day11::tests::test_part_2 ... ok [INFO] [stdout] test solutions::day11::tests::test_part_1 ... ok [INFO] [stdout] test solutions::day14::tests::apply_mask_v1_test ... ok [INFO] [stdout] test solutions::day14::tests::apply_mask_v2_test ... ok [INFO] [stdout] test solutions::day15::tests::part_1_test ... ok [INFO] [stdout] test solutions::day1::tests::part_1 ... ok [INFO] [stdout] test solutions::day1::tests::part_2 ... ok [INFO] [stdout] test solutions::day20::tests::test_part_1 ... ok [INFO] [stdout] test solutions::day21::tests::part_1_test ... ok [INFO] [stdout] test solutions::day21::tests::part_2_test ... ok [INFO] [stdout] test solutions::day22::tests::test_part_2 ... ok [INFO] [stdout] test solutions::day18::tests::part_1_test_no_parenthesis ... ok [INFO] [stdout] test solutions::day22::tests::test_part_1 ... ok [INFO] [stdout] test solutions::day18::tests::part_1_test_parenthesis ... ok [INFO] [stdout] test solutions::day18::tests::part_2_test_no_parenthesis ... ok [INFO] [stdout] test solutions::day20::tests::test_part_2 ... ok [INFO] [stdout] test solutions::day18::tests::part_2_test_parenthesis ... ok [INFO] [stdout] test solutions::day22::tests::test_part_2_small ... ok [INFO] [stdout] test solutions::day12::tests::part_1_test ... ok [INFO] [stdout] test solutions::day3::tests::should_find_right_number_of_tree_obstacles ... ok [INFO] [stdout] test solutions::day3::tests::should_translate_pos ... ok [INFO] [stdout] test solutions::day4::tests::birth_year ... ok [INFO] [stdout] test solutions::day19::tests::part_1_test ... ok [INFO] [stdout] test solutions::day12::tests::part_2_test ... ok [INFO] [stdout] test solutions::day4::tests::hair_color ... ok [INFO] [stdout] test solutions::day4::tests::eye_color ... ok [INFO] [stdout] test solutions::day4::tests::height ... ok [INFO] [stdout] test solutions::day14::tests::part_1_test ... ok [INFO] [stdout] test solutions::day4::tests::passport_id ... ok [INFO] [stdout] test solutions::day2::tests::part_1_test ... ok [INFO] [stdout] test solutions::day2::tests::should_convert_line_to_password_and_policy ... ok [INFO] [stdout] test solutions::day2::tests::part_2_test ... ok [INFO] [stdout] test solutions::day6::tests::part_1_test ... ok [INFO] [stdout] test solutions::day5::tests::seat_to_row_and_col_test ... ok [INFO] [stdout] test solutions::day6::tests::part_2_test ... ok [INFO] [stdout] test solutions::day8::tests::parse_single_instruction ... ok [INFO] [stdout] test solutions::day9::tests::part_2_test ... ok [INFO] [stdout] test solutions::day8::tests::part_2_test ... ok [INFO] [stdout] test solutions::day9::tests::part_1_test ... ok [INFO] [stdout] test solutions::day8::tests::part_1_test ... ok [INFO] [stdout] test solutions::day16::tests::part_1_test ... ok [INFO] [stdout] test solutions::day4::tests::invalid_passports ... ok [INFO] [stdout] test solutions::day4::tests::valid_passports ... ok [INFO] [stdout] test solutions::day4::tests::parse_invalid_credential ... ok [INFO] [stdout] test solutions::day4::tests::parse_credential ... ok [INFO] [stdout] test solutions::day7::tests::test_part_2 ... ok [INFO] [stdout] test solutions::day16::tests::part_2_test ... ok [INFO] [stdout] test solutions::day7::tests::test_part_1 ... ok [INFO] [stdout] test solutions::day17::tests::part_1_test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 68 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.49s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "7fb011cb29c6b61d9e7505c92fb460d06e08aec15c203cdf0a667b297e366f0a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7fb011cb29c6b61d9e7505c92fb460d06e08aec15c203cdf0a667b297e366f0a", kill_on_drop: false }` [INFO] [stdout] 7fb011cb29c6b61d9e7505c92fb460d06e08aec15c203cdf0a667b297e366f0a