[INFO] fetching crate smtpapi 0.1.3... [INFO] testing smtpapi-0.1.3 against master#99e3aef02079e9c10583638520cd0c134dc3a01d for pr-85530 [INFO] extracting crate smtpapi 0.1.3 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate smtpapi 0.1.3 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 smtpapi 0.1.3 [INFO] finished tweaking crates.io crate smtpapi 0.1.3 [INFO] tweaked toml for crates.io crate smtpapi 0.1.3 written to /workspace/builds/worker-1/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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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] 9b3edd5f2bb77b080e5a5ca46463b5f43d66dbfb70469ca421dd29d7d0945b15 [INFO] running `Command { std: "docker" "start" "-a" "9b3edd5f2bb77b080e5a5ca46463b5f43d66dbfb70469ca421dd29d7d0945b15", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9b3edd5f2bb77b080e5a5ca46463b5f43d66dbfb70469ca421dd29d7d0945b15", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9b3edd5f2bb77b080e5a5ca46463b5f43d66dbfb70469ca421dd29d7d0945b15", kill_on_drop: false }` [INFO] [stdout] 9b3edd5f2bb77b080e5a5ca46463b5f43d66dbfb70469ca421dd29d7d0945b15 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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] f893e0168026c3fad9e3772c5589ab5d87c62986fe172bda6b914154adb97e5d [INFO] running `Command { std: "docker" "start" "-a" "f893e0168026c3fad9e3772c5589ab5d87c62986fe172bda6b914154adb97e5d", kill_on_drop: false }` [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling smtpapi v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:11:10 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(RustcDecodable, RustcEncodable, Debug, Clone)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:11:26 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(RustcDecodable, RustcEncodable, Debug, Clone)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:93:10 [INFO] [stdout] | [INFO] [stdout] 93 | #[derive(RustcDecodable, RustcEncodable, Debug, Clone)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:93:26 [INFO] [stdout] | [INFO] [stdout] 93 | #[derive(RustcDecodable, RustcEncodable, Debug, Clone)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.29s [INFO] running `Command { std: "docker" "inspect" "f893e0168026c3fad9e3772c5589ab5d87c62986fe172bda6b914154adb97e5d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f893e0168026c3fad9e3772c5589ab5d87c62986fe172bda6b914154adb97e5d", kill_on_drop: false }` [INFO] [stdout] f893e0168026c3fad9e3772c5589ab5d87c62986fe172bda6b914154adb97e5d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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] d6cbc0697c5442a047606ca18732e9ace18348985d48737af15a8c36c38966bb [INFO] running `Command { std: "docker" "start" "-a" "d6cbc0697c5442a047606ca18732e9ace18348985d48737af15a8c36c38966bb", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.95 [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:11:10 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(RustcDecodable, RustcEncodable, Debug, Clone)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:11:26 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(RustcDecodable, RustcEncodable, Debug, Clone)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:93:10 [INFO] [stdout] | [INFO] [stdout] 93 | #[derive(RustcDecodable, RustcEncodable, Debug, Clone)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:93:26 [INFO] [stdout] | [INFO] [stdout] 93 | #[derive(RustcDecodable, RustcEncodable, Debug, Clone)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling smtpapi v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:11:10 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(RustcDecodable, RustcEncodable, Debug, Clone)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:11:26 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(RustcDecodable, RustcEncodable, Debug, Clone)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:93:10 [INFO] [stdout] | [INFO] [stdout] 93 | #[derive(RustcDecodable, RustcEncodable, Debug, Clone)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/lib.rs:93:26 [INFO] [stdout] | [INFO] [stdout] 93 | #[derive(RustcDecodable, RustcEncodable, Debug, Clone)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.27s [INFO] running `Command { std: "docker" "inspect" "d6cbc0697c5442a047606ca18732e9ace18348985d48737af15a8c36c38966bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d6cbc0697c5442a047606ca18732e9ace18348985d48737af15a8c36c38966bb", kill_on_drop: false }` [INFO] [stdout] d6cbc0697c5442a047606ca18732e9ace18348985d48737af15a8c36c38966bb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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] 6a5fa5f73340fff996d75321f5045f86cbfea586bad47abf25a2b162997fc4bd [INFO] running `Command { std: "docker" "start" "-a" "6a5fa5f73340fff996d75321f5045f86cbfea586bad47abf25a2b162997fc4bd", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/lib.rs:11:10 [INFO] [stderr] | [INFO] [stderr] 11 | #[derive(RustcDecodable, RustcEncodable, Debug, Clone)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/lib.rs:11:26 [INFO] [stderr] | [INFO] [stderr] 11 | #[derive(RustcDecodable, RustcEncodable, Debug, Clone)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/lib.rs:93:10 [INFO] [stderr] | [INFO] [stderr] 93 | #[derive(RustcDecodable, RustcEncodable, Debug, Clone)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/lib.rs:93:26 [INFO] [stderr] | [INFO] [stderr] 93 | #[derive(RustcDecodable, RustcEncodable, Debug, Clone)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/lib.rs:11:10 [INFO] [stderr] | [INFO] [stderr] 11 | #[derive(RustcDecodable, RustcEncodable, Debug, Clone)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/lib.rs:11:26 [INFO] [stderr] | [INFO] [stderr] 11 | #[derive(RustcDecodable, RustcEncodable, Debug, Clone)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/lib.rs:93:10 [INFO] [stderr] | [INFO] [stderr] 93 | #[derive(RustcDecodable, RustcEncodable, Debug, Clone)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/lib.rs:93:26 [INFO] [stderr] | [INFO] [stderr] 93 | #[derive(RustcDecodable, RustcEncodable, Debug, Clone)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/smtpapi-591438f6298b07b9) [INFO] [stdout] [INFO] [stdout] running 15 tests [INFO] [stdout] test tests::header_with_categories_to_json_string ... ok [INFO] [stdout] test tests::header_with_ip_pool_to_json_string ... ok [INFO] [stdout] test tests::header_with_send_at_to_json_string ... ok [INFO] [stdout] test tests::header_with_send_each_at_to_json_string ... ok [INFO] [stdout] test tests::header_with_set_filter_to_json_string ... ok [INFO] [stdout] test tests::header_with_one_filter_to_json_string ... ok [INFO] [stdout] test tests::header_with_unicode_categories_to_json_string ... ok [INFO] [stdout] test tests::header_with_sections_to_json_string ... ok [INFO] [stdout] test tests::header_with_subs_to_json_string ... ok [INFO] [stdout] test tests::header_with_unique_args_to_json_string ... ok [INFO] [stdout] test tests::header_with_tos_to_json_string ... ok [INFO] [stdout] test tests::header_with_asm_group_id_to_json_string ... ok [INFO] [stdout] test tests::header_with_more_filters_to_json_string ... ok [INFO] [stdout] test tests::header_to_empty_json_string ... ok [INFO] [stdout] test tests::to_string ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/lib.rs (/opt/rustwide/target/debug/deps/lib-fe02844676d876b5) [INFO] [stdout] [INFO] [stdout] running 16 tests [INFO] [stdout] test header_as_empty_json_string ... ok [INFO] [stdout] test header_with_ip_pool_to_json_string ... ok [INFO] [stdout] test header_with_more_filters_to_json_string ... ok [INFO] [stdout] test header_with_one_filter_to_json_string ... ok [INFO] [stdout] test header_with_set_filter_to_json_string ... ok [INFO] [stdout] test header_with_substitution_tags ... ok [INFO] [stdout] test header_with_tos ... ok [INFO] [stdout] test header_with_unicode_categories_to_json_string ... ok [INFO] [stdout] test version ... ok [INFO] [stderr] Doc-tests smtpapi [INFO] [stdout] test header_with_unique_args_to_json_string ... ok [INFO] [stdout] test header_with_add_send_each_at_to_json_string ... ok [INFO] [stdout] test header_with_categories_to_json_string ... ok [INFO] [stdout] test header_with_send_each_at_to_json_string ... ok [INFO] [stdout] test header_with_asm_group_id_to_json_string ... ok [INFO] [stdout] test header_with_sections_to_json_string ... ok [INFO] [stdout] test header_with_send_at_to_json_string ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 25 tests [INFO] [stdout] test src/lib.rs - Header::add_send_each_at (line 555) ... ok [INFO] [stdout] test src/lib.rs - Header::set_ip_pool (line 506) ... ok [INFO] [stdout] test src/lib.rs - Header::add_to (line 222) ... ok [INFO] [stdout] test src/lib.rs - Header::to_json_string (line 208) ... ok [INFO] [stdout] test src/lib.rs - Header::add_tos (line 237) ... ok [INFO] [stdout] test src/lib.rs - Header::set_filter (line 488) ... ok [INFO] [stdout] test src/lib.rs - Header::add_substitution (line 274) ... ok [INFO] [stdout] test src/lib.rs - Filter::new (line 38) ... ok [INFO] [stdout] test src/lib.rs - Filter::to_string (line 70) ... ok [INFO] [stdout] test src/lib.rs - Header::add_categories (line 390) ... ok [INFO] [stdout] test src/lib.rs - Header::add_substitutions (line 297) ... ok [INFO] [stdout] test src/lib.rs - Header::set_tos (line 255) ... ok [INFO] [stdout] test src/lib.rs - Header::set_asm_group_id (line 522) ... ok [INFO] [stdout] test src/lib.rs - Header::new (line 184) ... ok [INFO] [stdout] test src/lib.rs - Header::add_category (line 375) ... ok [INFO] [stdout] test src/lib.rs - Header::set_send_at (line 538) ... ok [INFO] [stdout] test src/lib.rs - Header::set_send_each_at (line 579) ... ok [INFO] [stdout] test src/lib.rs - Header::set_categories (line 408) ... ok [INFO] [stdout] test src/lib.rs - Header::add_section (line 338) ... ok [INFO] [stdout] test src/lib.rs - Header::set_substitutions (line 316) ... ok [INFO] [stdout] test src/lib.rs - Filter::add_setting (line 52) ... ok [INFO] [stdout] test src/lib.rs - Header::set_unique_args (line 443) ... ok [INFO] [stdout] test src/lib.rs - Header::set_sections (line 354) ... ok [INFO] [stdout] test src/lib.rs - Header::add_filter (line 464) ... ok [INFO] [stdout] test src/lib.rs - Header::add_unique_arg (line 427) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.25s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "6a5fa5f73340fff996d75321f5045f86cbfea586bad47abf25a2b162997fc4bd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6a5fa5f73340fff996d75321f5045f86cbfea586bad47abf25a2b162997fc4bd", kill_on_drop: false }` [INFO] [stdout] 6a5fa5f73340fff996d75321f5045f86cbfea586bad47abf25a2b162997fc4bd