[INFO] fetching crate codeowners 0.1.3... [INFO] testing codeowners-0.1.3 against 1.60.0 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 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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] 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" "+1.60.0" "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] 07e662958fd60a9bea045cc8ca73f9eb380d8e97ad5dbc116a5b7cd23f0aa480 [INFO] running `Command { std: "docker" "start" "-a" "07e662958fd60a9bea045cc8ca73f9eb380d8e97ad5dbc116a5b7cd23f0aa480", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "07e662958fd60a9bea045cc8ca73f9eb380d8e97ad5dbc116a5b7cd23f0aa480", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "07e662958fd60a9bea045cc8ca73f9eb380d8e97ad5dbc116a5b7cd23f0aa480", kill_on_drop: false }` [INFO] [stdout] 07e662958fd60a9bea045cc8ca73f9eb380d8e97ad5dbc116a5b7cd23f0aa480 [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" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8be7d9935e59c4a512caddf531c6e63ecf23f44844eaa95a308894e9c85f94dd [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" "8be7d9935e59c4a512caddf531c6e63ecf23f44844eaa95a308894e9c85f94dd", 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.92s [INFO] running `Command { std: "docker" "inspect" "8be7d9935e59c4a512caddf531c6e63ecf23f44844eaa95a308894e9c85f94dd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8be7d9935e59c4a512caddf531c6e63ecf23f44844eaa95a308894e9c85f94dd", kill_on_drop: false }` [INFO] [stdout] 8be7d9935e59c4a512caddf531c6e63ecf23f44844eaa95a308894e9c85f94dd [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" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", 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] a09c5bf915ef75cbaf744422ee9c6abb2f2eb282cd8d97fe2a78da538d6704b8 [INFO] running `Command { std: "docker" "start" "-a" "a09c5bf915ef75cbaf744422ee9c6abb2f2eb282cd8d97fe2a78da538d6704b8", 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 4.30s [INFO] running `Command { std: "docker" "inspect" "a09c5bf915ef75cbaf744422ee9c6abb2f2eb282cd8d97fe2a78da538d6704b8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a09c5bf915ef75cbaf744422ee9c6abb2f2eb282cd8d97fe2a78da538d6704b8", kill_on_drop: false }` [INFO] [stdout] a09c5bf915ef75cbaf744422ee9c6abb2f2eb282cd8d97fe2a78da538d6704b8 [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" "+1.60.0" "test" "--frozen", 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] 0faac9688cee409774fd4896ce17466c5cb1050ee8f70b19289f25b8451b433c [INFO] running `Command { std: "docker" "start" "-a" "0faac9688cee409774fd4896ce17466c5cb1050ee8f70b19289f25b8451b433c", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] [INFO] [stderr] --> src/lib.rs:90:9 [INFO] [stdout] running 11 tests [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.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/codeowners-f8fbeaba495fbdb0) [INFO] [stdout] test tests::owner_displays ... ok [INFO] [stdout] test tests::implied_children_owners ... ok [INFO] [stdout] test tests::owners_owns_anchored_docs ... ok [INFO] [stdout] test tests::from_reader_parses ... ok [INFO] [stdout] test tests::owners_owns_go_extention ... ok [INFO] [stdout] test tests::owners_owns_anchored_build_logs ... ok [INFO] [stdout] test tests::owner_parses ... ok [INFO] [stdout] test tests::owners_owns_wildcard ... 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_unanchored_apps ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stderr] Doc-tests codeowners [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test src/lib.rs - (line 11) - compile ... ok [INFO] [stdout] test src/lib.rs - Owner (line 58) ... ok [INFO] [stdout] test src/lib.rs - locate (line 159) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.59s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "0faac9688cee409774fd4896ce17466c5cb1050ee8f70b19289f25b8451b433c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0faac9688cee409774fd4896ce17466c5cb1050ee8f70b19289f25b8451b433c", kill_on_drop: false }` [INFO] [stdout] 0faac9688cee409774fd4896ce17466c5cb1050ee8f70b19289f25b8451b433c