[INFO] fetching crate zia 0.5.0... [INFO] testing zia-0.5.0 against 1.55.0 for beta-1.56-1 [INFO] extracting crate zia 0.5.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate zia 0.5.0 on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate zia 0.5.0 [INFO] finished tweaking crates.io crate zia 0.5.0 [INFO] tweaked toml for crates.io crate zia 0.5.0 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] aa25f891f3331a1fed5d1f8680fcfce3604f73f5856a0b731324e5553e961cb1 [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" "aa25f891f3331a1fed5d1f8680fcfce3604f73f5856a0b731324e5553e961cb1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "aa25f891f3331a1fed5d1f8680fcfce3604f73f5856a0b731324e5553e961cb1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aa25f891f3331a1fed5d1f8680fcfce3604f73f5856a0b731324e5553e961cb1", kill_on_drop: false }` [INFO] [stdout] aa25f891f3331a1fed5d1f8680fcfce3604f73f5856a0b731324e5553e961cb1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 427ea8092be6bcf1e930b0ff2a0b6f8796b04245ea49ec10ac3b7dd6858c9b0b [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" "427ea8092be6bcf1e930b0ff2a0b6f8796b04245ea49ec10ac3b7dd6858c9b0b", 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] Compiling slog v2.7.0 [INFO] [stderr] Compiling object v0.26.2 [INFO] [stderr] Compiling term v0.7.0 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling slog-term v2.8.0 [INFO] [stderr] Compiling backtrace v0.3.61 [INFO] [stderr] Compiling snafu v0.5.0 [INFO] [stderr] Compiling zia v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/delta.rs:21:25 [INFO] [stdout] | [INFO] [stdout] 21 | fn apply(&mut self, Self::Delta); [INFO] [stdout] | ^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self::Delta` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/delta.rs:22:20 [INFO] [stdout] | [INFO] [stdout] 22 | fn diff(&self, Self) -> Self::Delta; [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/delta.rs:53:27 [INFO] [stdout] | [INFO] [stdout] 53 | fn combine(&mut self, Self); [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.18s [INFO] running `Command { std: "docker" "inspect" "427ea8092be6bcf1e930b0ff2a0b6f8796b04245ea49ec10ac3b7dd6858c9b0b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "427ea8092be6bcf1e930b0ff2a0b6f8796b04245ea49ec10ac3b7dd6858c9b0b", kill_on_drop: false }` [INFO] [stdout] 427ea8092be6bcf1e930b0ff2a0b6f8796b04245ea49ec10ac3b7dd6858c9b0b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.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] 3f50815a7fc036db5975f60d3c5a92e7695ad3ffd955fcb6810930afab449e34 [INFO] running `Command { std: "docker" "start" "-a" "3f50815a7fc036db5975f60d3c5a92e7695ad3ffd955fcb6810930afab449e34", kill_on_drop: false }` [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling wait-timeout v0.2.0 [INFO] [stderr] Compiling criterion v0.3.5 [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/delta.rs:21:25 [INFO] [stdout] | [INFO] [stdout] 21 | fn apply(&mut self, Self::Delta); [INFO] [stdout] | ^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self::Delta` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/delta.rs:22:20 [INFO] [stdout] | [INFO] [stdout] 22 | fn diff(&self, Self) -> Self::Delta; [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/delta.rs:53:27 [INFO] [stdout] | [INFO] [stdout] 53 | fn combine(&mut self, Self); [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rusty-fork v0.2.2 [INFO] [stderr] Compiling proptest v0.9.6 [INFO] [stderr] Compiling test_zia v0.5.0 [INFO] [stderr] Compiling zia v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/delta.rs:21:25 [INFO] [stdout] | [INFO] [stdout] 21 | fn apply(&mut self, Self::Delta); [INFO] [stdout] | ^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self::Delta` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/delta.rs:22:20 [INFO] [stdout] | [INFO] [stdout] 22 | fn diff(&self, Self) -> Self::Delta; [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/delta.rs:53:27 [INFO] [stdout] | [INFO] [stdout] 53 | fn combine(&mut self, Self); [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 28.75s [INFO] running `Command { std: "docker" "inspect" "3f50815a7fc036db5975f60d3c5a92e7695ad3ffd955fcb6810930afab449e34", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3f50815a7fc036db5975f60d3c5a92e7695ad3ffd955fcb6810930afab449e34", kill_on_drop: false }` [INFO] [stdout] 3f50815a7fc036db5975f60d3c5a92e7695ad3ffd955fcb6810930afab449e34 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 7880a00483091bc6739bbc6ca8fc694b068998b02ec72be2f33f0d575ffa33bc [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" "7880a00483091bc6739bbc6ca8fc694b068998b02ec72be2f33f0d575ffa33bc", kill_on_drop: false }` [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stderr] --> src/delta.rs:21:25 [INFO] [stderr] | [INFO] [stderr] 21 | fn apply(&mut self, Self::Delta); [INFO] [stderr] | ^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self::Delta` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stderr] --> src/delta.rs:22:20 [INFO] [stderr] | [INFO] [stderr] 22 | fn diff(&self, Self) -> Self::Delta; [INFO] [stderr] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stderr] --> src/delta.rs:53:27 [INFO] [stderr] | [INFO] [stderr] 53 | fn combine(&mut self, Self); [INFO] [stderr] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: `zia` (lib) generated 3 warnings [INFO] [stderr] warning: `zia` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.15s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/zia-bb92ea314b71d078) [INFO] [stdout] [INFO] [stderr] Running tests/definitions.rs (/opt/rustwide/target/debug/deps/definitions-57500a311fee5ff3) [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 11 tests [INFO] [stdout] test fresh_symbol ... ok [INFO] [stdout] test pair_on_the_left ... ok [INFO] [stdout] test fresh_refactor ... ok [INFO] [stdout] test setting_definition_of_concrete ... ok [INFO] [stdout] test definition_loop ... ok [INFO] [stdout] test nested_definition_loop ... ok [INFO] [stdout] test bad_refactor ... ok [INFO] [stdout] test redundantly_remove_definition ... ok [INFO] [stdout] test redundancy ... ok [INFO] [stdout] test chained_definitions_loop ... ok [INFO] [stdout] test defining_used_symbol_as_used_pair ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.74s [INFO] [stdout] [INFO] [stderr] Running tests/definitions_and_reductions.rs (/opt/rustwide/target/debug/deps/definitions_and_reductions-5dbecd9197dd3575) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test sneeky_infinite_reduction_chain ... ok [INFO] [stdout] test reducing_part_of_a_labelled_concept ... ok [INFO] [stdout] test indirect_reduction ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.22s [INFO] [stdout] [INFO] [stderr] Running tests/precedence.rs (/opt/rustwide/target/debug/deps/precedence-bd656fbb119fed0a) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test lower_than_default_precedence ... ok [INFO] [stdout] test set_let_precedence ... ok [INFO] [stdout] test set_reduction_precedence ... ok [INFO] [stdout] test default_precedence ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.23s [INFO] [stdout] [INFO] [stderr] Running tests/program_recognition.rs (/opt/rustwide/target/debug/deps/program_recognition-d2a4d89b3d6af24b) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test fresh_symbol_is_not_a_program ... ok [INFO] [stdout] test fresh_nested_pair_does_not_reduce ... ok [INFO] [stdout] test fresh_pair_does_not_reduce ... ok [INFO] [stdout] test used_symbol_does_not_reduce ... ok [INFO] [stdout] test used_symbol_in_a_pair_does_not_reduce ... ok [INFO] [stderr] Running tests/reductions.rs (/opt/rustwide/target/debug/deps/reductions-b35ae1e5bbc8e9a0) [INFO] [stdout] test used_symbol_in_a_nested_pair_does_not_reduce ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.45s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test trivial_parentheses ... ok [INFO] [stdout] test pair_to_symbol ... ok [INFO] [stdout] test infinite_expansion ... ok [INFO] [stdout] test change_reduction_rule ... ok [INFO] [stdout] test nested_pair_to_symbol ... ok [INFO] [stdout] test cycle ... ok [INFO] [stdout] test redundancy ... ok [INFO] [stdout] test leapfrog_reduction_rule ... ok [INFO] [stdout] test broken_end_chain ... ok [INFO] [stdout] test broken_middle_chain ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.18s [INFO] [stdout] [INFO] [stderr] Running tests/syntax.rs (/opt/rustwide/target/debug/deps/syntax-09951dc70d7181f9) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test empty_parentheses ... ok [INFO] [stdout] test random_input ... ok [INFO] [stdout] test ambiguous_expression ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.73s [INFO] [stdout] [INFO] [stderr] Running tests/variables.rs (/opt/rustwide/target/debug/deps/variables-85c3919555b18794) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test single_variable_reduction ... ok [INFO] [stdout] test repeated_variable_reduction ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.70s [INFO] [stdout] [INFO] [stderr] Doc-tests zia [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 49) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.20s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "7880a00483091bc6739bbc6ca8fc694b068998b02ec72be2f33f0d575ffa33bc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7880a00483091bc6739bbc6ca8fc694b068998b02ec72be2f33f0d575ffa33bc", kill_on_drop: false }` [INFO] [stdout] 7880a00483091bc6739bbc6ca8fc694b068998b02ec72be2f33f0d575ffa33bc