[INFO] fetching crate pidgin 0.4.3... [INFO] testing pidgin-0.4.3 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate pidgin 0.4.3 into /workspace/builds/worker-69/source [INFO] validating manifest of crates.io crate pidgin 0.4.3 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate pidgin 0.4.3 [INFO] finished tweaking crates.io crate pidgin 0.4.3 [INFO] tweaked toml for crates.io crate pidgin 0.4.3 written to /workspace/builds/worker-69/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded serde_regex v1.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-69/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-69/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" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 33b7e43b714cbd1f9f714d699589c64b209fb9d51cf02f07b8003fce097bdd1b [INFO] running `Command { std: "docker" "start" "-a" "33b7e43b714cbd1f9f714d699589c64b209fb9d51cf02f07b8003fce097bdd1b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "33b7e43b714cbd1f9f714d699589c64b209fb9d51cf02f07b8003fce097bdd1b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "33b7e43b714cbd1f9f714d699589c64b209fb9d51cf02f07b8003fce097bdd1b", kill_on_drop: false }` [INFO] [stdout] 33b7e43b714cbd1f9f714d699589c64b209fb9d51cf02f07b8003fce097bdd1b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-69/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-69/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" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5fe8c32844f5d4da7045bb1458368956442cb95af5ae986a8b23f1e5bc7562ba [INFO] running `Command { std: "docker" "start" "-a" "5fe8c32844f5d4da7045bb1458368956442cb95af5ae986a8b23f1e5bc7562ba", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling quote v1.0.15 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling serde_regex v1.1.0 [INFO] [stderr] Compiling pidgin v0.4.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/pidgin.rs:601:38 [INFO] [stdout] | [INFO] [stdout] 601 | fn find_character_classes(&self, mut phrases: Vec>) -> Vec> { [INFO] [stdout] | ----^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 40.04s [INFO] running `Command { std: "docker" "inspect" "5fe8c32844f5d4da7045bb1458368956442cb95af5ae986a8b23f1e5bc7562ba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5fe8c32844f5d4da7045bb1458368956442cb95af5ae986a8b23f1e5bc7562ba", kill_on_drop: false }` [INFO] [stdout] 5fe8c32844f5d4da7045bb1458368956442cb95af5ae986a8b23f1e5bc7562ba [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-69/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-69/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" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 066fe746009c27c967d8b72350aec007a97f07efd94311805d52d521b3e395a2 [INFO] running `Command { std: "docker" "start" "-a" "066fe746009c27c967d8b72350aec007a97f07efd94311805d52d521b3e395a2", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.119 [INFO] [stderr] Compiling semver v1.0.6 [INFO] [stderr] Compiling crossbeam-utils v0.8.7 [INFO] [stderr] Compiling crossbeam-epoch v0.9.7 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling ryu v1.0.9 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling plotters-backend v0.3.2 [INFO] [stderr] Compiling itoa v1.0.1 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling half v1.8.2 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/pidgin.rs:601:38 [INFO] [stdout] | [INFO] [stdout] 601 | fn find_character_classes(&self, mut phrases: Vec>) -> Vec> { [INFO] [stdout] | ----^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling itertools v0.10.3 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling plotters-svg v0.3.1 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling crossbeam-channel v0.5.2 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling getrandom v0.2.5 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling cast v0.2.7 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion-plot v0.4.4 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling plotters v0.3.1 [INFO] [stderr] Compiling criterion v0.3.5 [INFO] [stderr] Compiling pidgin v0.4.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/pidgin.rs:601:38 [INFO] [stdout] | [INFO] [stdout] 601 | fn find_character_classes(&self, mut phrases: Vec>) -> Vec> { [INFO] [stdout] | ----^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 15.60s [INFO] running `Command { std: "docker" "inspect" "066fe746009c27c967d8b72350aec007a97f07efd94311805d52d521b3e395a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "066fe746009c27c967d8b72350aec007a97f07efd94311805d52d521b3e395a2", kill_on_drop: false }` [INFO] [stdout] 066fe746009c27c967d8b72350aec007a97f07efd94311805d52d521b3e395a2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-69/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-69/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" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 8b6e59b4dacebe1af91641ace013aee7fa65a31db3ff2a2bb13177e13dc1f93b [INFO] running `Command { std: "docker" "start" "-a" "8b6e59b4dacebe1af91641ace013aee7fa65a31db3ff2a2bb13177e13dc1f93b", kill_on_drop: false }` [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/pidgin.rs:601:38 [INFO] [stderr] | [INFO] [stderr] 601 | fn find_character_classes(&self, mut phrases: Vec>) -> Vec> { [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `pidgin` (lib) generated 1 warning [INFO] [stderr] warning: `pidgin` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/pidgin-14aaa9075a445737) [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test util::tests::char_and_p_named_char_class_is_not_atomic ... ok [INFO] [stdout] test util::tests::one_level_group_nesting ... ok [INFO] [stdout] test util::tests::sequence_of_char_class_is_not_atomic ... ok [INFO] [stdout] test util::tests::group_is_atomic ... ok [INFO] [stdout] test util::tests::sequence_of_groups_is_not_atomic ... ok [INFO] [stdout] test util::tests::p_named_char_class_is_atomic ... ok [INFO] [stdout] test util::tests::leading_slash_then_char_is_atomic ... ok [INFO] [stdout] test util::tests::simple_char_class_is_atomic ... ok [INFO] [stderr] Running tests/macro.rs (/opt/rustwide/target/debug/deps/macro-8bde5559591c0dbc) [INFO] [stdout] test util::tests::simple_char_class_with_escape_is_atomic ... ok [INFO] [stdout] test util::tests::single_characters_are_atomic ... ok [INFO] [stdout] test util::tests::two_chars_where_first_is_not_slash_non_atomic ... ok [INFO] [stdout] test util::tests::one_level_char_class_nesting ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 51 tests [INFO] [stdout] test foo_bar ... ok [INFO] [stdout] test common_prefix ... ok [INFO] [stdout] test both_prefix_and_suffix ... ok [INFO] [stdout] test complex_character_class ... ok [INFO] [stdout] test children ... ok [INFO] [stdout] test complex_character_class_alternation ... ok [INFO] [stdout] test foo_star_bar ... ok [INFO] [stdout] test long_character_class ... ok [INFO] [stdout] test foo_at_2_to_4_bar ... ok [INFO] [stdout] test longer_repeat_found ... ok [INFO] [stdout] test common_suffix ... ok [INFO] [stdout] test foo_foo ... ok [INFO] [stdout] test foo_foo2 ... ok [INFO] [stdout] test has_test ... ok [INFO] [stdout] test foo_bar_foo ... ok [INFO] [stdout] test foo_maybe_bar ... ok [INFO] [stdout] test complex_repeat ... ok [INFO] [stdout] test multiple_definitions ... ok [INFO] [stdout] test foo_plus_bar ... ok [INFO] [stdout] test maybe_space ... ok [INFO] [stdout] test deep_name ... ok [INFO] [stdout] test rule_example ... ok [INFO] [stdout] test foo_at_least_2_bar ... ok [INFO] [stdout] test deep_all_names ... ok [INFO] [stdout] test no_unicode ... ok [INFO] [stdout] test namespace_collision ... ok [INFO] [stdout] test short_character_class ... ok [INFO] [stdout] test optional_space ... ok [INFO] [stdout] test optional_space_with_repetition ... ok [INFO] [stdout] test stingy ... ok [INFO] [stdout] test matcher_serialization ... ok [INFO] [stdout] test vec_rule_simple ... ok [INFO] [stdout] test regex_rule ... ok [INFO] [stdout] test small_repeat_ignored ... ok [INFO] [stdout] test rule_specific_flags ... ok [INFO] [stdout] test stinginess ... ok [INFO] [stdout] test rule_general_and_specific_b_flags ... ok [INFO] [stdout] test rule_general_flags ... ok [INFO] [stdout] test rx ... ok [INFO] [stdout] test using_sub_rule ... ok [INFO] [stdout] test simple_alternation ... ok [INFO] [stdout] test some_space ... ok [INFO] [stdout] test foreign_grammar ... ok [INFO] [stdout] test rule_general_and_specific_flags ... ok [INFO] [stdout] test vec_rule_with_repetition ... ok [INFO] [stdout] test word_bound_right ... ok [INFO] [stdout] test word_bound_left ... ok [INFO] [stdout] test parse_example ... ok [INFO] [stdout] test rx_example ... ok [INFO] [stdout] test complex_example ... ok [INFO] [stdout] test messing_about ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 51 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.22s [INFO] [stdout] [INFO] [stderr] Doc-tests pidgin [INFO] [stdout] [INFO] [stdout] running 39 tests [INFO] [stdout] test src/macros.rs - macros::grammar (line 9) ... FAILED [INFO] [stdout] test src/lib.rs - (line 26) ... FAILED [INFO] [stdout] test src/macros.rs - macros::grammar (line 344) ... FAILED [INFO] [stdout] test src/macros.rs - macros::grammar (line 371) ... FAILED [INFO] [stdout] test src/macros.rs - macros::grammar (line 328) ... FAILED [INFO] [stdout] test src/grammar.rs - grammar::Grammar::rule (line 171) ... FAILED [INFO] [stdout] test src/macros.rs - macros::grammar (line 188) ... FAILED [INFO] [stdout] test src/macros.rs - macros::grammar (line 295) ... FAILED [INFO] [stdout] test src/lib.rs - (line 18) ... ok [INFO] [stdout] test src/macros.rs - macros::grammar (line 233) ... FAILED [INFO] [stdout] test src/macros.rs - macros::grammar (line 75) ... FAILED [INFO] [stdout] test src/macros.rs - macros::grammar (line 151) ... FAILED [INFO] [stdout] test src/macros.rs - macros::grammar (line 143) ... FAILED [INFO] [stdout] test src/macros.rs - macros::grammar (line 107) ... FAILED [INFO] [stdout] test src/macros.rs - macros::grammar (line 310) ... FAILED [INFO] [stdout] test src/macros.rs - macros::grammar (line 217) ... FAILED [INFO] [stdout] test src/macros.rs - macros::grammar (line 174) ... FAILED [INFO] [stdout] test src/macros.rs - macros::grammar (line 246) ... FAILED [INFO] [stdout] test src/macros.rs - macros::grammar (line 281) ... FAILED [INFO] [stdout] test src/macros.rs - macros::grammar (line 262) ... FAILED [INFO] [stdout] test src/macros.rs - macros::grammar (line 207) ... FAILED [INFO] [stdout] test src/macros.rs - macros::grammar (line 197) ... FAILED [INFO] [stdout] test src/macros.rs - macros::grammar (line 389) ... FAILED [INFO] [stdout] test src/macros.rs - macros::grammar (line 402) ... FAILED [INFO] [stdout] test src/macros.rs - macros::grammar (line 128) ... FAILED [INFO] [stdout] test src/matching.rs - matching::Match::start (line 267) ... FAILED [INFO] [stdout] test src/matching.rs - matching::Match::children (line 321) ... FAILED [INFO] [stdout] test src/matching.rs - matching::Matcher::is_match (line 115) ... FAILED [INFO] [stdout] test src/grammar.rs - grammar::Grammar::matcher (line 45) ... FAILED [INFO] [stdout] test src/macros.rs - macros::grammar (line 428) ... FAILED [INFO] [stdout] test src/matching.rs - matching::Matcher::parse (line 34) ... FAILED [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type lib --crate-name pidgin --test /opt/rustwide/workdir/src/lib.rs -L dependency=/opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern criterion=/opt/rustwide/target/debug/deps/libcriterion-7df608e8cb3be739.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib --extern pidgin=/opt/rustwide/target/debug/deps/libpidgin-bbf04415a4dd135b.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-c6ef3d6f98357a85.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-9b20215a754dc323.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-395e999fdc9ba04f.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-6a1d7ffb151a511c.rlib --extern serde_regex=/opt/rustwide/target/debug/deps/libserde_regex-cc1c354fb181f395.rlib -C embed-bitcode=no --error-format human` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "8b6e59b4dacebe1af91641ace013aee7fa65a31db3ff2a2bb13177e13dc1f93b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8b6e59b4dacebe1af91641ace013aee7fa65a31db3ff2a2bb13177e13dc1f93b", kill_on_drop: false }` [INFO] [stdout] 8b6e59b4dacebe1af91641ace013aee7fa65a31db3ff2a2bb13177e13dc1f93b