[INFO] fetching crate bigbro 0.5.2... [INFO] testing bigbro-0.5.2 against master#99e3aef02079e9c10583638520cd0c134dc3a01d for pr-85530 [INFO] extracting crate bigbro 0.5.2 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate bigbro 0.5.2 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] removed /workspace/builds/worker-2/source/.cargo/config [INFO] started tweaking crates.io crate bigbro 0.5.2 [INFO] finished tweaking crates.io crate bigbro 0.5.2 [INFO] tweaked toml for crates.io crate bigbro 0.5.2 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] c8e287a864b98222e6bb15e0f4afacc8ad1e8aa26ba20e3bc7b380b97ecc883e [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" "c8e287a864b98222e6bb15e0f4afacc8ad1e8aa26ba20e3bc7b380b97ecc883e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c8e287a864b98222e6bb15e0f4afacc8ad1e8aa26ba20e3bc7b380b97ecc883e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c8e287a864b98222e6bb15e0f4afacc8ad1e8aa26ba20e3bc7b380b97ecc883e", kill_on_drop: false }` [INFO] [stdout] c8e287a864b98222e6bb15e0f4afacc8ad1e8aa26ba20e3bc7b380b97ecc883e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] 1c7b9456713bf8888f8d0ca37f1ae7e9b8077f1e1b29f9e9bcde129cc01f1ae3 [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" "1c7b9456713bf8888f8d0ca37f1ae7e9b8077f1e1b29f9e9bcde129cc01f1ae3", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.95 [INFO] [stderr] Compiling seccomp-droundy-sys v0.1.2 [INFO] [stderr] Compiling seccomp-droundy v0.1.0 [INFO] [stderr] Compiling bigbro v0.5.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linux.rs:144:60 [INFO] [stdout] | [INFO] [stdout] 144 | pub fn stdout(&mut self) -> std::io::Result>> { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn std::io::Read` [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/lib.rs:622:60 [INFO] [stdout] | [INFO] [stdout] 622 | pub fn stdout(&mut self) -> std::io::Result>> { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn std::io::Read` [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: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.78s [INFO] running `Command { std: "docker" "inspect" "1c7b9456713bf8888f8d0ca37f1ae7e9b8077f1e1b29f9e9bcde129cc01f1ae3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1c7b9456713bf8888f8d0ca37f1ae7e9b8077f1e1b29f9e9bcde129cc01f1ae3", kill_on_drop: false }` [INFO] [stdout] 1c7b9456713bf8888f8d0ca37f1ae7e9b8077f1e1b29f9e9bcde129cc01f1ae3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] 6fba7951daa72fb2fa13e2eab6d4a5a1b2394b0e59e9c230a6da87c35b769c92 [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" "6fba7951daa72fb2fa13e2eab6d4a5a1b2394b0e59e9c230a6da87c35b769c92", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling bigbro v0.5.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linux.rs:144:60 [INFO] [stdout] | [INFO] [stdout] 144 | pub fn stdout(&mut self) -> std::io::Result>> { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn std::io::Read` [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/lib.rs:622:60 [INFO] [stdout] | [INFO] [stdout] 622 | pub fn stdout(&mut self) -> std::io::Result>> { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn std::io::Read` [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: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linux.rs:144:60 [INFO] [stdout] | [INFO] [stdout] 144 | pub fn stdout(&mut self) -> std::io::Result>> { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn std::io::Read` [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/lib.rs:622:60 [INFO] [stdout] | [INFO] [stdout] 622 | pub fn stdout(&mut self) -> std::io::Result>> { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn std::io::Read` [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: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.76s [INFO] running `Command { std: "docker" "inspect" "6fba7951daa72fb2fa13e2eab6d4a5a1b2394b0e59e9c230a6da87c35b769c92", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6fba7951daa72fb2fa13e2eab6d4a5a1b2394b0e59e9c230a6da87c35b769c92", kill_on_drop: false }` [INFO] [stdout] 6fba7951daa72fb2fa13e2eab6d4a5a1b2394b0e59e9c230a6da87c35b769c92 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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", kill_on_drop: false }` [INFO] [stdout] 30b2090fc86c5c88288d0ecdc302895f5fee6b6cc022d0da4f90be71de689e63 [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" "30b2090fc86c5c88288d0ecdc302895f5fee6b6cc022d0da4f90be71de689e63", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] running 1 test [INFO] [stderr] --> src/linux.rs:144:60 [INFO] [stderr] | [INFO] [stderr] 144 | pub fn stdout(&mut self) -> std::io::Result>> { [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn std::io::Read` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:622:60 [INFO] [stderr] | [INFO] [stderr] 622 | pub fn stdout(&mut self) -> std::io::Result>> { [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn std::io::Read` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linux.rs:144:60 [INFO] [stderr] | [INFO] [stderr] 144 | pub fn stdout(&mut self) -> std::io::Result>> { [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn std::io::Read` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:622:60 [INFO] [stderr] | [INFO] [stderr] 622 | pub fn stdout(&mut self) -> std::io::Result>> { [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn std::io::Read` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/bigbro-49e319824e216b07) [INFO] [stdout] CHANGELOG.md [INFO] [stdout] Cargo.lock [INFO] [stdout] Cargo.toml [INFO] [stdout] Cargo.toml.orig [INFO] [stdout] Dockerfile [INFO] [stdout] LICENSE [INFO] [stdout] Makefile [INFO] [stdout] README.md [INFO] [stdout] appveyor.yml [INFO] [stdout] bench [INFO] [stdout] benches [INFO] [stdout] bigbro-linux.c [INFO] [stdout] bigbro-windows.c [INFO] [stdout] bigbro.h [INFO] [stdout] build [INFO] [stdout] ci [INFO] [stdout] configure.fac [INFO] [stdout] configure.py [INFO] [stdout] docker-security.json [INFO] [stdout] errors.h [INFO] [stdout] fileaccesses.c [INFO] [stdout] hashset.h [INFO] [stdout] linux-proc.h [INFO] [stdout] realpath.h [INFO] [stdout] run-tests.py [INFO] [stdout] run-windows-tests.py [INFO] [stdout] sparse.py [INFO] [stdout] src [INFO] [stdout] syscalls [INFO] [stdout] tests [INFO] [stdout] vagrant [INFO] [stdout] web [INFO] [stdout] win32 [INFO] [stdout] CHANGELOG.md [INFO] [stdout] Cargo.lock [INFO] [stdout] Cargo.toml [INFO] [stdout] Cargo.toml.orig [INFO] [stdout] Dockerfile [INFO] [stdout] LICENSE [INFO] [stdout] Makefile [INFO] [stdout] README.md [INFO] [stdout] appveyor.yml [INFO] [stdout] bench [INFO] [stdout] benches [INFO] [stdout] bigbro-linux.c [INFO] [stdout] bigbro-windows.c [INFO] [stdout] bigbro.h [INFO] [stdout] build [INFO] [stdout] ci [INFO] [stdout] configure.fac [INFO] [stdout] configure.py [INFO] [stdout] docker-security.json [INFO] [stdout] errors.h [INFO] [stdout] fileaccesses.c [INFO] [stdout] hashset.h [INFO] [stdout] linux-proc.h [INFO] [stdout] realpath.h [INFO] [stdout] run-tests.py [INFO] [stdout] run-windows-tests.py [INFO] [stdout] sparse.py [INFO] [stdout] src [INFO] [stdout] syscalls [INFO] [stdout] tests [INFO] [stdout] vagrant [INFO] [stdout] web [INFO] [stdout] win32 [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/bigbro_fsatrace-70d5a6fcb32ce2f8) [INFO] [stdout] test test_have_closed_fds ... ok [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/test_bigbro-838b16ae33ff435f) [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/test_bigbro_chan-4bca199b54e382e1) [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/test_bigbro_scaling-87fa8861037f914a) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/test_bigbro_twostep-7983305595a413f6) [INFO] [stdout] [INFO] [stderr] Running tests/lib.rs (/opt/rustwide/target/debug/deps/lib-351f1946452e2324) [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests bigbro [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test stupid_test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 14 tests [INFO] [stdout] test src/lib.rs - Command::new (line 107) ... ok [INFO] [stdout] test src/lib.rs - Status::read_from_directories (line 487) ... ok [INFO] [stdout] test src/lib.rs - Status::read_from_files (line 519) ... ok [INFO] [stdout] test src/lib.rs - (line 10) ... ok [INFO] [stdout] test src/lib.rs - Command::env (line 150) ... ok [INFO] [stdout] test src/lib.rs - Command::log_stdouterr (line 287) ... ok [INFO] [stdout] test src/lib.rs - Command::env (line 181) ... ok [INFO] [stdout] test src/lib.rs - Command (line 56) ... ok [INFO] [stdout] test src/lib.rs - Command::save_stdouterr (line 261) ... ok [INFO] [stdout] test src/lib.rs - Command::blind (line 326) ... ok [INFO] [stdout] test src/lib.rs - Status::stdout (line 597) ... ok [INFO] [stdout] test src/lib.rs - Status::status (line 459) ... ok [INFO] [stdout] test src/lib.rs - Status::written_to_files (line 556) ... ok [INFO] [stdout] test src/lib.rs - Command::spawn_and_hook (line 366) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.10s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "30b2090fc86c5c88288d0ecdc302895f5fee6b6cc022d0da4f90be71de689e63", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "30b2090fc86c5c88288d0ecdc302895f5fee6b6cc022d0da4f90be71de689e63", kill_on_drop: false }` [INFO] [stdout] 30b2090fc86c5c88288d0ecdc302895f5fee6b6cc022d0da4f90be71de689e63