[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.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fskalermo%2Fadvent-of-code-rust" "/workspace/builds/worker-97/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-97/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/skalermo/advent-of-code-rust on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.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-97/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.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-97/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-97/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dbb93fb4419a15a116115ad66be45476c0a13d93cd772eb29621f39ea9a1d60a [INFO] running `Command { std: "docker" "start" "-a" "dbb93fb4419a15a116115ad66be45476c0a13d93cd772eb29621f39ea9a1d60a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dbb93fb4419a15a116115ad66be45476c0a13d93cd772eb29621f39ea9a1d60a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dbb93fb4419a15a116115ad66be45476c0a13d93cd772eb29621f39ea9a1d60a", kill_on_drop: false }` [INFO] [stdout] dbb93fb4419a15a116115ad66be45476c0a13d93cd772eb29621f39ea9a1d60a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-97/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-97/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 38ca22ae75ec799ae176b387d6047b024c03546770f43ac2b6b5b301a25384ed [INFO] running `Command { std: "docker" "start" "-a" "38ca22ae75ec799ae176b387d6047b024c03546770f43ac2b6b5b301a25384ed", 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 2.62s [INFO] running `Command { std: "docker" "inspect" "38ca22ae75ec799ae176b387d6047b024c03546770f43ac2b6b5b301a25384ed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "38ca22ae75ec799ae176b387d6047b024c03546770f43ac2b6b5b301a25384ed", kill_on_drop: false }` [INFO] [stdout] 38ca22ae75ec799ae176b387d6047b024c03546770f43ac2b6b5b301a25384ed [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-97/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-97/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 324bac829fbc3c229cb0a8f264f66f05a03712aaee5f5415225503241dd7ea17 [INFO] running `Command { std: "docker" "start" "-a" "324bac829fbc3c229cb0a8f264f66f05a03712aaee5f5415225503241dd7ea17", 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 1.06s [INFO] running `Command { std: "docker" "inspect" "324bac829fbc3c229cb0a8f264f66f05a03712aaee5f5415225503241dd7ea17", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "324bac829fbc3c229cb0a8f264f66f05a03712aaee5f5415225503241dd7ea17", kill_on_drop: false }` [INFO] [stdout] 324bac829fbc3c229cb0a8f264f66f05a03712aaee5f5415225503241dd7ea17 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-97/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-97/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 27b3920e048492e1839beac636f3e0626b25a2873ec08a2261cec5a702d1c1c3 [INFO] running `Command { std: "docker" "start" "-a" "27b3920e048492e1839beac636f3e0626b25a2873ec08a2261cec5a702d1c1c3", kill_on_drop: false }` [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.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/advent_of_code_rust-80a043494746c644) [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::task2_example1 ... 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_example3 ... ok [INFO] [stdout] test days::day_2::test::task1_example ... ok [INFO] [stdout] test days::day_2::test::task1_example2 ... ok [INFO] [stdout] test days::day_2::test::task1_example4 ... ok [INFO] [stdout] test days::day_2::test::task1_example3 ... ok [INFO] [stdout] test days::day_2::test::task1_example5 ... ok [INFO] [stdout] test days::day_3::test::task1_example1 ... ok [INFO] [stdout] test days::day_3::test::task1_example2 ... 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::task2_example2 ... ok [INFO] [stdout] test days::day_3::test::task2_example3 ... ok [INFO] [stdout] test days::day_3::test::test_build_line_from ... 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_not_same_orientation ... ok [INFO] [stdout] test days::day_3::test::test_has_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_4::test::test_custom ... 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_5::test::task2_example5_jump_if_false_position_mode ... ok [INFO] [stdout] test days::day_5::test::task2_example7_larger_example ... ok [INFO] [stdout] test days::day_5::test::task2_example6_jump_if_true_immediate_mode ... ok [INFO] [stdout] test days::day_5::test::test_handle_modes_opcode ... 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_example2 ... ok [INFO] [stdout] test days::day_7::test::task1_example1 ... 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.05s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "27b3920e048492e1839beac636f3e0626b25a2873ec08a2261cec5a702d1c1c3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "27b3920e048492e1839beac636f3e0626b25a2873ec08a2261cec5a702d1c1c3", kill_on_drop: false }` [INFO] [stdout] 27b3920e048492e1839beac636f3e0626b25a2873ec08a2261cec5a702d1c1c3