[INFO] cloning repository https://github.com/skalermo/advent-of-code-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/skalermo/advent-of-code-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fskalermo%2Fadvent-of-code-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fskalermo%2Fadvent-of-code-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9d0bc69682ce21d82e195b7c7c3aceb4825b7e5c [INFO] testing skalermo/advent-of-code-rust against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fskalermo%2Fadvent-of-code-rust" "/workspace/builds/worker-29/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-29/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/skalermo/advent-of-code-rust on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/skalermo/advent-of-code-rust [INFO] finished tweaking git repo https://github.com/skalermo/advent-of-code-rust [INFO] tweaked toml for git repo https://github.com/skalermo/advent-of-code-rust written to /workspace/builds/worker-29/source/Cargo.toml [INFO] crate git repo https://github.com/skalermo/advent-of-code-rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 014a92c964c761b9b9afac0738505756d166637e096f69d3c6c562e5fc64c1bc [INFO] running `Command { std: "docker" "start" "-a" "014a92c964c761b9b9afac0738505756d166637e096f69d3c6c562e5fc64c1bc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "014a92c964c761b9b9afac0738505756d166637e096f69d3c6c562e5fc64c1bc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "014a92c964c761b9b9afac0738505756d166637e096f69d3c6c562e5fc64c1bc", kill_on_drop: false }` [INFO] [stdout] 014a92c964c761b9b9afac0738505756d166637e096f69d3c6c562e5fc64c1bc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 07d235e0cd79fd3fb9b7688e38beb0829d9aa3507e422e4c9f25d2c8a95c2fe2 [INFO] running `Command { std: "docker" "start" "-a" "07d235e0cd79fd3fb9b7688e38beb0829d9aa3507e422e4c9f25d2c8a95c2fe2", kill_on_drop: false }` [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling itertools v0.10.0 [INFO] [stderr] Compiling advent-of-code-rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> days/day_2.rs:64:25 [INFO] [stdout] | [INFO] [stdout] 64 | _ => panic!(format!("Undefined opcode: {}", cur_opcode)), [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] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 64 - _ => panic!(format!("Undefined opcode: {}", cur_opcode)), [INFO] [stdout] 64 + _ => panic!("Undefined opcode: {}", cur_opcode), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> days/day_3.rs:141:25 [INFO] [stdout] | [INFO] [stdout] 141 | c => panic!(format!("Character '{}' doesn't correspond to direction.", c)) [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] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 141 - c => panic!(format!("Character '{}' doesn't correspond to direction.", c)) [INFO] [stdout] 141 + c => panic!("Character '{}' doesn't correspond to direction.", c) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> main.rs:23:21 [INFO] [stdout] | [INFO] [stdout] 23 | _ => panic!(format!("Solution not implemented for day {}", day_to_solve)), [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] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 23 - _ => panic!(format!("Solution not implemented for day {}", day_to_solve)), [INFO] [stdout] 23 + _ => panic!("Solution not implemented for day {}", day_to_solve), [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 4.23s [INFO] running `Command { std: "docker" "inspect" "07d235e0cd79fd3fb9b7688e38beb0829d9aa3507e422e4c9f25d2c8a95c2fe2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "07d235e0cd79fd3fb9b7688e38beb0829d9aa3507e422e4c9f25d2c8a95c2fe2", kill_on_drop: false }` [INFO] [stdout] 07d235e0cd79fd3fb9b7688e38beb0829d9aa3507e422e4c9f25d2c8a95c2fe2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1d5f5701da59f9cb7c3a1bbb425e800ca008e79b53c99228ba26f256768a6c2a [INFO] running `Command { std: "docker" "start" "-a" "1d5f5701da59f9cb7c3a1bbb425e800ca008e79b53c99228ba26f256768a6c2a", kill_on_drop: false }` [INFO] [stderr] Compiling advent-of-code-rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> days/day_2.rs:64:25 [INFO] [stdout] | [INFO] [stdout] 64 | _ => panic!(format!("Undefined opcode: {}", cur_opcode)), [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] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 64 - _ => panic!(format!("Undefined opcode: {}", cur_opcode)), [INFO] [stdout] 64 + _ => panic!("Undefined opcode: {}", cur_opcode), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> days/day_3.rs:141:25 [INFO] [stdout] | [INFO] [stdout] 141 | c => panic!(format!("Character '{}' doesn't correspond to direction.", c)) [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] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 141 - c => panic!(format!("Character '{}' doesn't correspond to direction.", c)) [INFO] [stdout] 141 + c => panic!("Character '{}' doesn't correspond to direction.", c) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> main.rs:23:21 [INFO] [stdout] | [INFO] [stdout] 23 | _ => panic!(format!("Solution not implemented for day {}", day_to_solve)), [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] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 23 - _ => panic!(format!("Solution not implemented for day {}", day_to_solve)), [INFO] [stdout] 23 + _ => panic!("Solution not implemented for day {}", day_to_solve), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.97s [INFO] running `Command { std: "docker" "inspect" "1d5f5701da59f9cb7c3a1bbb425e800ca008e79b53c99228ba26f256768a6c2a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1d5f5701da59f9cb7c3a1bbb425e800ca008e79b53c99228ba26f256768a6c2a", kill_on_drop: false }` [INFO] [stdout] 1d5f5701da59f9cb7c3a1bbb425e800ca008e79b53c99228ba26f256768a6c2a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b41437986866c810c40d19bb16a176e3b13e524abcc3504f6cd1824d57fecd62 [INFO] running `Command { std: "docker" "start" "-a" "b41437986866c810c40d19bb16a176e3b13e524abcc3504f6cd1824d57fecd62", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> days/day_2.rs:64:25 [INFO] [stderr] | [INFO] [stderr] 64 | _ => panic!(format!("Undefined opcode: {}", cur_opcode)), [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] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 64 - _ => panic!(format!("Undefined opcode: {}", cur_opcode)), [INFO] [stderr] 64 + _ => panic!("Undefined opcode: {}", cur_opcode), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> days/day_3.rs:141:25 [INFO] [stderr] | [INFO] [stderr] 141 | c => panic!(format!("Character '{}' doesn't correspond to direction.", c)) [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] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 141 - c => panic!(format!("Character '{}' doesn't correspond to direction.", c)) [INFO] [stderr] 141 + c => panic!("Character '{}' doesn't correspond to direction.", c) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> main.rs:23:21 [INFO] [stderr] | [INFO] [stderr] 23 | _ => panic!(format!("Solution not implemented for day {}", day_to_solve)), [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] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 23 - _ => panic!(format!("Solution not implemented for day {}", day_to_solve)), [INFO] [stderr] 23 + _ => panic!("Solution not implemented for day {}", day_to_solve), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `advent-of-code-rust` (bin "advent-of-code-rust" test) generated 3 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/advent_of_code_rust-7dd90f0ba2fb286b) [INFO] [stdout] [INFO] [stdout] running 51 tests [INFO] [stdout] test days::day_1::test::task1_example ... ok [INFO] [stdout] test days::day_1::test::task1_example2 ... ok [INFO] [stdout] test days::day_1::test::task1_example3 ... ok [INFO] [stdout] test days::day_1::test::task1_example4 ... ok [INFO] [stdout] test days::day_1::test::task2_example2 ... ok [INFO] [stdout] test days::day_1::test::task2_example1 ... ok [INFO] [stdout] test days::day_1::test::task2_example3 ... ok [INFO] [stdout] test days::day_2::test::task1_example ... ok [INFO] [stdout] test days::day_2::test::task1_example3 ... ok [INFO] [stdout] test days::day_2::test::task1_example4 ... ok [INFO] [stdout] test days::day_2::test::task1_example2 ... ok [INFO] [stdout] test days::day_2::test::task1_example5 ... ok [INFO] [stdout] test days::day_3::test::task1_example2 ... ok [INFO] [stdout] test days::day_3::test::task1_example1 ... ok [INFO] [stdout] test days::day_3::test::task1_example3 ... ok [INFO] [stdout] test days::day_3::test::task2_example1 ... ok [INFO] [stdout] test days::day_3::test::test_build_line_from ... ok [INFO] [stdout] test days::day_3::test::task2_example2 ... ok [INFO] [stdout] test days::day_3::test::task2_example3 ... ok [INFO] [stdout] test days::day_3::test::test_contains ... ok [INFO] [stdout] test days::day_3::test::test_get_translation_by ... ok [INFO] [stdout] test days::day_3::test::test_has_same_orientation ... ok [INFO] [stdout] test days::day_3::test::test_has_not_same_orientation ... ok [INFO] [stdout] test days::day_3::test::test_horizontal_orientation ... ok [INFO] [stdout] test days::day_3::test::test_intersection ... ok [INFO] [stdout] test days::day_3::test::test_new ... ok [INFO] [stdout] test days::day_3::test::test_no_intersection ... ok [INFO] [stdout] test days::day_3::test::test_not_contains ... ok [INFO] [stdout] test days::day_3::test::test_vertical_orientation ... ok [INFO] [stdout] test days::day_4::test::task1_check_if_password ... ok [INFO] [stdout] test days::day_4::test::task2_check_if_password ... ok [INFO] [stdout] test days::day_4::test::test_parse_input ... ok [INFO] [stdout] test days::day_5::test::task1_example1 ... ok [INFO] [stdout] test days::day_5::test::task2_example1_less_than_position_mode ... ok [INFO] [stdout] test days::day_5::test::task2_example2_eq_position_mode ... ok [INFO] [stdout] test days::day_5::test::task2_example3_less_than_immediate_mode ... ok [INFO] [stdout] test days::day_5::test::task2_example4_eq_immediate_mode ... ok [INFO] [stdout] test days::day_4::test::test_custom ... ok [INFO] [stdout] test days::day_5::test::task2_example6_jump_if_true_immediate_mode ... ok [INFO] [stdout] test days::day_5::test::task2_example5_jump_if_false_position_mode ... ok [INFO] [stdout] test days::day_5::test::test_handle_modes_opcode ... ok [INFO] [stdout] test days::day_5::test::task2_example7_larger_example ... ok [INFO] [stdout] test days::day_6::test::task1_example ... ok [INFO] [stdout] test days::day_6::test::task2_example ... ok [INFO] [stdout] test days::day_7::test::test_permutations ... ok [INFO] [stdout] test days::day_8::test::task1_example ... ok [INFO] [stdout] test days::day_7::test::task1_example1 ... ok [INFO] [stdout] test days::day_7::test::task1_example2 ... ok [INFO] [stdout] test days::day_7::test::task1_example3 ... ok [INFO] [stdout] test days::day_7::test::task2_example1 ... ok [INFO] [stdout] test days::day_7::test::task2_example2 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 51 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b41437986866c810c40d19bb16a176e3b13e524abcc3504f6cd1824d57fecd62", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b41437986866c810c40d19bb16a176e3b13e524abcc3504f6cd1824d57fecd62", kill_on_drop: false }` [INFO] [stdout] b41437986866c810c40d19bb16a176e3b13e524abcc3504f6cd1824d57fecd62