[INFO] fetching crate codeowners 0.1.3... [INFO] testing codeowners-0.1.3 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate codeowners 0.1.3 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate codeowners 0.1.3 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate codeowners 0.1.3 [INFO] finished tweaking crates.io crate codeowners 0.1.3 [INFO] tweaked toml for crates.io crate codeowners 0.1.3 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 87bffbb829e008b3f1e81ccfda774376516e0ef332df400d09a27b46123bc50e [INFO] running `Command { std: "docker" "start" "-a" "87bffbb829e008b3f1e81ccfda774376516e0ef332df400d09a27b46123bc50e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "87bffbb829e008b3f1e81ccfda774376516e0ef332df400d09a27b46123bc50e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "87bffbb829e008b3f1e81ccfda774376516e0ef332df400d09a27b46123bc50e", kill_on_drop: false }` [INFO] [stdout] 87bffbb829e008b3f1e81ccfda774376516e0ef332df400d09a27b46123bc50e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 36d4f76ca01e3260fe82e49e464bb52666091a3e314cd03b42fc1b87d9fab6ab [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" "36d4f76ca01e3260fe82e49e464bb52666091a3e314cd03b42fc1b87d9fab6ab", kill_on_drop: false }` [INFO] [stderr] Compiling codeowners v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:90:9 [INFO] [stdout] | [INFO] [stdout] 90 | / lazy_static! { [INFO] [stdout] 91 | | static ref TEAM: Regex = Regex::new(r"^@\S+/\S+").unwrap(); [INFO] [stdout] 92 | | static ref USERNAME: Regex = Regex::new(r"^@\S+").unwrap(); [INFO] [stdout] 93 | | static ref EMAIL: Regex = Regex::new(r"^\S+@\S+").unwrap(); [INFO] [stdout] 94 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:90:9 [INFO] [stdout] | [INFO] [stdout] 90 | / lazy_static! { [INFO] [stdout] 91 | | static ref TEAM: Regex = Regex::new(r"^@\S+/\S+").unwrap(); [INFO] [stdout] 92 | | static ref USERNAME: Regex = Regex::new(r"^@\S+").unwrap(); [INFO] [stdout] 93 | | static ref EMAIL: Regex = Regex::new(r"^\S+@\S+").unwrap(); [INFO] [stdout] 94 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:90:9 [INFO] [stdout] | [INFO] [stdout] 90 | / lazy_static! { [INFO] [stdout] 91 | | static ref TEAM: Regex = Regex::new(r"^@\S+/\S+").unwrap(); [INFO] [stdout] 92 | | static ref USERNAME: Regex = Regex::new(r"^@\S+").unwrap(); [INFO] [stdout] 93 | | static ref EMAIL: Regex = Regex::new(r"^\S+@\S+").unwrap(); [INFO] [stdout] 94 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_left_matches`: superseded by `trim_start_matches` [INFO] [stdout] --> src/lib.rs:239:35 [INFO] [stdout] | [INFO] [stdout] 239 | let mut normalized = prefixed.trim_left_matches("/").to_string(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_start_matches` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.45s [INFO] running `Command { std: "docker" "inspect" "36d4f76ca01e3260fe82e49e464bb52666091a3e314cd03b42fc1b87d9fab6ab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "36d4f76ca01e3260fe82e49e464bb52666091a3e314cd03b42fc1b87d9fab6ab", kill_on_drop: false }` [INFO] [stdout] 36d4f76ca01e3260fe82e49e464bb52666091a3e314cd03b42fc1b87d9fab6ab [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0ff54ae2558f3345117a96dfbca34e136956db17bb094ca55f6f571cec236450 [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" "0ff54ae2558f3345117a96dfbca34e136956db17bb094ca55f6f571cec236450", kill_on_drop: false }` [INFO] [stderr] Compiling difference v1.0.0 [INFO] [stderr] Compiling ansi_term v0.9.0 [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:90:9 [INFO] [stdout] | [INFO] [stdout] 90 | / lazy_static! { [INFO] [stdout] 91 | | static ref TEAM: Regex = Regex::new(r"^@\S+/\S+").unwrap(); [INFO] [stdout] 92 | | static ref USERNAME: Regex = Regex::new(r"^@\S+").unwrap(); [INFO] [stdout] 93 | | static ref EMAIL: Regex = Regex::new(r"^\S+@\S+").unwrap(); [INFO] [stdout] 94 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:90:9 [INFO] [stdout] | [INFO] [stdout] 90 | / lazy_static! { [INFO] [stdout] 91 | | static ref TEAM: Regex = Regex::new(r"^@\S+/\S+").unwrap(); [INFO] [stdout] 92 | | static ref USERNAME: Regex = Regex::new(r"^@\S+").unwrap(); [INFO] [stdout] 93 | | static ref EMAIL: Regex = Regex::new(r"^\S+@\S+").unwrap(); [INFO] [stdout] 94 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:90:9 [INFO] [stdout] | [INFO] [stdout] 90 | / lazy_static! { [INFO] [stdout] 91 | | static ref TEAM: Regex = Regex::new(r"^@\S+/\S+").unwrap(); [INFO] [stdout] 92 | | static ref USERNAME: Regex = Regex::new(r"^@\S+").unwrap(); [INFO] [stdout] 93 | | static ref EMAIL: Regex = Regex::new(r"^\S+@\S+").unwrap(); [INFO] [stdout] 94 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_left_matches`: superseded by `trim_start_matches` [INFO] [stdout] --> src/lib.rs:239:35 [INFO] [stdout] | [INFO] [stdout] 239 | let mut normalized = prefixed.trim_left_matches("/").to_string(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_start_matches` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling pretty_assertions v0.4.1 [INFO] [stderr] Compiling codeowners v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:90:9 [INFO] [stdout] | [INFO] [stdout] 90 | / lazy_static! { [INFO] [stdout] 91 | | static ref TEAM: Regex = Regex::new(r"^@\S+/\S+").unwrap(); [INFO] [stdout] 92 | | static ref USERNAME: Regex = Regex::new(r"^@\S+").unwrap(); [INFO] [stdout] 93 | | static ref EMAIL: Regex = Regex::new(r"^\S+@\S+").unwrap(); [INFO] [stdout] 94 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:90:9 [INFO] [stdout] | [INFO] [stdout] 90 | / lazy_static! { [INFO] [stdout] 91 | | static ref TEAM: Regex = Regex::new(r"^@\S+/\S+").unwrap(); [INFO] [stdout] 92 | | static ref USERNAME: Regex = Regex::new(r"^@\S+").unwrap(); [INFO] [stdout] 93 | | static ref EMAIL: Regex = Regex::new(r"^\S+@\S+").unwrap(); [INFO] [stdout] 94 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib.rs:90:9 [INFO] [stdout] | [INFO] [stdout] 90 | / lazy_static! { [INFO] [stdout] 91 | | static ref TEAM: Regex = Regex::new(r"^@\S+/\S+").unwrap(); [INFO] [stdout] 92 | | static ref USERNAME: Regex = Regex::new(r"^@\S+").unwrap(); [INFO] [stdout] 93 | | static ref EMAIL: Regex = Regex::new(r"^\S+@\S+").unwrap(); [INFO] [stdout] 94 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_left_matches`: superseded by `trim_start_matches` [INFO] [stdout] --> src/lib.rs:239:35 [INFO] [stdout] | [INFO] [stdout] 239 | let mut normalized = prefixed.trim_left_matches("/").to_string(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_start_matches` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 5.20s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/codeowners-c1692dd4ea4a68e8) [INFO] running `Command { std: "docker" "inspect" "0ff54ae2558f3345117a96dfbca34e136956db17bb094ca55f6f571cec236450", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0ff54ae2558f3345117a96dfbca34e136956db17bb094ca55f6f571cec236450", kill_on_drop: false }` [INFO] [stdout] 0ff54ae2558f3345117a96dfbca34e136956db17bb094ca55f6f571cec236450 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 54a9ed926be2398a0e144eeacae69a0019e2f67c99ebf332603d314991077911 [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" "54a9ed926be2398a0e144eeacae69a0019e2f67c99ebf332603d314991077911", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:90:9 [INFO] [stderr] | [INFO] [stderr] 90 | / lazy_static! { [INFO] [stderr] 91 | | static ref TEAM: Regex = Regex::new(r"^@\S+/\S+").unwrap(); [INFO] [stderr] 92 | | static ref USERNAME: Regex = Regex::new(r"^@\S+").unwrap(); [INFO] [stderr] 93 | | static ref EMAIL: Regex = Regex::new(r"^\S+@\S+").unwrap(); [INFO] [stderr] 94 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:90:9 [INFO] [stderr] | [INFO] [stderr] 90 | / lazy_static! { [INFO] [stderr] 91 | | static ref TEAM: Regex = Regex::new(r"^@\S+/\S+").unwrap(); [INFO] [stderr] 92 | | static ref USERNAME: Regex = Regex::new(r"^@\S+").unwrap(); [INFO] [stderr] 93 | | static ref EMAIL: Regex = Regex::new(r"^\S+@\S+").unwrap(); [INFO] [stderr] 94 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `core::str::::trim_left_matches`: superseded by `trim_start_matches` [INFO] [stderr] --> src/lib.rs:239:35 [INFO] [stderr] | [INFO] [stderr] 239 | let mut normalized = prefixed.trim_left_matches("/").to_string(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_start_matches` [INFO] [stderr] [INFO] [stderr] warning: `codeowners` (lib) generated 4 warnings (1 duplicate) [INFO] [stderr] warning: `codeowners` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/codeowners-c1692dd4ea4a68e8) [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test tests::owner_displays ... ok [INFO] [stdout] test tests::from_reader_parses ... ok [INFO] [stdout] test tests::owners_owns_unanchored_apps ... ok [INFO] [stdout] test tests::owners_owns_anchored_build_logs ... ok [INFO] [stdout] test tests::owners_owns_wildcard ... ok [INFO] [stderr] Doc-tests codeowners [INFO] [stdout] test tests::owner_parses ... ok [INFO] [stdout] test tests::owners_owns_go_extention ... ok [INFO] [stdout] test tests::implied_children_owners ... ok [INFO] [stdout] test tests::owners_owns_js_extention ... ok [INFO] [stdout] test tests::owners_owns_unanchored_docs ... ok [INFO] [stdout] test tests::owners_owns_anchored_docs ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test src/lib.rs - (line 11) - compile ... ok [INFO] [stdout] test src/lib.rs - locate (line 159) ... ok [INFO] [stdout] test src/lib.rs - Owner (line 58) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.15s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "54a9ed926be2398a0e144eeacae69a0019e2f67c99ebf332603d314991077911", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "54a9ed926be2398a0e144eeacae69a0019e2f67c99ebf332603d314991077911", kill_on_drop: false }` [INFO] [stdout] 54a9ed926be2398a0e144eeacae69a0019e2f67c99ebf332603d314991077911