[INFO] fetching crate mozpdb 0.2.7... [INFO] testing mozpdb-0.2.7 against master#99e3aef02079e9c10583638520cd0c134dc3a01d for pr-85530 [INFO] extracting crate mozpdb 0.2.7 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate mozpdb 0.2.7 on toolchain 99e3aef02079e9c10583638520cd0c134dc3a01d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate mozpdb 0.2.7 [INFO] finished tweaking crates.io crate mozpdb 0.2.7 [INFO] tweaked toml for crates.io crate mozpdb 0.2.7 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate crates.io crate mozpdb 0.2.7 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded unicode-xid v0.0.4 [INFO] [stderr] Downloaded quote v0.3.15 [INFO] [stderr] Downloaded fallible-iterator v0.1.3 [INFO] [stderr] Downloaded synom v0.11.3 [INFO] [stderr] Downloaded syn v0.11.11 [INFO] [stderr] Downloaded uuid v0.5.0 [INFO] [stderr] Downloaded scroll v0.9.0 [INFO] [stderr] Downloaded scroll_derive v0.9.1 [INFO] [stderr] Downloaded getopts v0.2.14 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4f8fce87360133522c05b3d333a09c07e39899798e9f22ea7ff7cb1c9e77371d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "4f8fce87360133522c05b3d333a09c07e39899798e9f22ea7ff7cb1c9e77371d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4f8fce87360133522c05b3d333a09c07e39899798e9f22ea7ff7cb1c9e77371d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f8fce87360133522c05b3d333a09c07e39899798e9f22ea7ff7cb1c9e77371d", kill_on_drop: false }` [INFO] [stdout] 4f8fce87360133522c05b3d333a09c07e39899798e9f22ea7ff7cb1c9e77371d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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=forbid" "-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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 124e0fb8a8f99192eb2b9b985d563ea2ba9b6aa85a07df4be64de1157b2d7002 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "124e0fb8a8f99192eb2b9b985d563ea2ba9b6aa85a07df4be64de1157b2d7002", kill_on_drop: false }` [INFO] [stderr] Compiling uuid v0.5.0 [INFO] [stderr] Compiling fallible-iterator v0.1.3 [INFO] [stderr] Compiling scroll_derive v0.9.1 [INFO] [stderr] Compiling scroll v0.9.0 [INFO] [stderr] Compiling mozpdb v0.2.7 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/msf/mod.rs:51:40 [INFO] [stdout] | [INFO] [stdout] 51 | Available { stream_table_view: Box> } [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn SourceView<'s>` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/msf/mod.rs:54:26 [INFO] [stdout] | [INFO] [stdout] 54 | fn view<'s>(source: &mut Source<'s>, page_list: &PageList) -> Result>> { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Source<'s>` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/msf/mod.rs:54:74 [INFO] [stdout] | [INFO] [stdout] 54 | fn view<'s>(source: &mut Source<'s>, page_list: &PageList) -> Result>> { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn SourceView<'s>` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/msf/mod.rs:93:48 [INFO] [stdout] | [INFO] [stdout] 93 | pub fn new(source: S, header_view: Box) -> Result> { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn SourceView` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/msf/mod.rs:314:22 [INFO] [stdout] | [INFO] [stdout] 314 | source_view: Box>, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn SourceView<'s>` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/msf/mod.rs:335:70 [INFO] [stdout] | [INFO] [stdout] 335 | pub fn open_msf<'s, S: Source<'s> + 's>(mut source: S) -> Result + 's>> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn MSF<'s, S> + 's` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/pdb.rs:41:14 [INFO] [stdout] | [INFO] [stdout] 41 | msf: Box + 's>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn MSF<'s, S> + 's` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/source.rs:52:62 [INFO] [stdout] | [INFO] [stdout] 52 | fn view(&mut self, slices: &[SourceSlice]) -> Result>, io::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn SourceView<'s>` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/source.rs:84:62 [INFO] [stdout] | [INFO] [stdout] 84 | fn view(&mut self, slices: &[SourceSlice]) -> Result>, io::Error> { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn SourceView<'s>` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/common.rs:86:40 [INFO] [stdout] | [INFO] [stdout] 86 | Error::IoError(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/common.rs:97:44 [INFO] [stdout] | [INFO] [stdout] 97 | Error::ScrollError(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on `Self: Drop` are useless, consider instead using `std::mem::needs_drop` to detect if a type has a destructor [INFO] [stdout] --> src/source.rs:56:27 [INFO] [stdout] | [INFO] [stdout] 56 | pub trait SourceView<'s>: Drop + fmt::Debug { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(drop_bounds)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.66s [INFO] running `Command { std: "docker" "inspect" "124e0fb8a8f99192eb2b9b985d563ea2ba9b6aa85a07df4be64de1157b2d7002", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "124e0fb8a8f99192eb2b9b985d563ea2ba9b6aa85a07df4be64de1157b2d7002", kill_on_drop: false }` [INFO] [stdout] 124e0fb8a8f99192eb2b9b985d563ea2ba9b6aa85a07df4be64de1157b2d7002 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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=forbid" "-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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 72f9e290b547db28ae7255beef97960707154affbb2bb9aa856cc2a11e69ddc7 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "72f9e290b547db28ae7255beef97960707154affbb2bb9aa856cc2a11e69ddc7", kill_on_drop: false }` [INFO] [stderr] Compiling getopts v0.2.14 [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/msf/mod.rs:51:40 [INFO] [stdout] | [INFO] [stdout] 51 | Available { stream_table_view: Box> } [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn SourceView<'s>` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/msf/mod.rs:54:26 [INFO] [stdout] | [INFO] [stdout] 54 | fn view<'s>(source: &mut Source<'s>, page_list: &PageList) -> Result>> { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Source<'s>` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/msf/mod.rs:54:74 [INFO] [stdout] | [INFO] [stdout] 54 | fn view<'s>(source: &mut Source<'s>, page_list: &PageList) -> Result>> { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn SourceView<'s>` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/msf/mod.rs:93:48 [INFO] [stdout] | [INFO] [stdout] 93 | pub fn new(source: S, header_view: Box) -> Result> { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn SourceView` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/msf/mod.rs:314:22 [INFO] [stdout] | [INFO] [stdout] 314 | source_view: Box>, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn SourceView<'s>` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/msf/mod.rs:335:70 [INFO] [stdout] | [INFO] [stdout] 335 | pub fn open_msf<'s, S: Source<'s> + 's>(mut source: S) -> Result + 's>> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn MSF<'s, S> + 's` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/pdb.rs:41:14 [INFO] [stdout] | [INFO] [stdout] 41 | msf: Box + 's>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn MSF<'s, S> + 's` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/source.rs:52:62 [INFO] [stdout] | [INFO] [stdout] 52 | fn view(&mut self, slices: &[SourceSlice]) -> Result>, io::Error>; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn SourceView<'s>` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/source.rs:84:62 [INFO] [stdout] | [INFO] [stdout] 84 | fn view(&mut self, slices: &[SourceSlice]) -> Result>, io::Error> { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn SourceView<'s>` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/common.rs:86:40 [INFO] [stdout] | [INFO] [stdout] 86 | Error::IoError(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/common.rs:97:44 [INFO] [stdout] | [INFO] [stdout] 97 | Error::ScrollError(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on `Self: Drop` are useless, consider instead using `std::mem::needs_drop` to detect if a type has a destructor [INFO] [stdout] --> src/source.rs:56:27 [INFO] [stdout] | [INFO] [stdout] 56 | pub trait SourceView<'s>: Drop + fmt::Debug { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(drop_bounds)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0503]: cannot use `state` because it was mutably borrowed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/getopts-0.2.14/src/lib.rs:1008:33 [INFO] [stdout] | [INFO] [stdout] 955 | let mut machine = |cont: &mut bool, (i, c): (usize, char)| { [INFO] [stdout] | ---------------------------------------- borrow of `state` occurs here [INFO] [stdout] ... [INFO] [stdout] 959 | state = match (state, whitespace, limit) { [INFO] [stdout] | ----- borrow occurs due to use of `state` in closure [INFO] [stdout] ... [INFO] [stdout] 1008 | while cont && match state { B | C => true, A => false } { [INFO] [stdout] | ^ use of borrowed `state` [INFO] [stdout] 1009 | machine(&mut cont, (fake_i, ' ')); [INFO] [stdout] | ------- borrow later used here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0503`. [INFO] [stdout] [INFO] [stderr] error: could not compile `getopts` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "72f9e290b547db28ae7255beef97960707154affbb2bb9aa856cc2a11e69ddc7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "72f9e290b547db28ae7255beef97960707154affbb2bb9aa856cc2a11e69ddc7", kill_on_drop: false }` [INFO] [stdout] 72f9e290b547db28ae7255beef97960707154affbb2bb9aa856cc2a11e69ddc7