[INFO] fetching crate bmx 0.0.2... [INFO] testing bmx-0.0.2 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7 [INFO] extracting crate bmx 0.0.2 into /workspace/builds/worker-7-tc2/source [INFO] started tweaking crates.io crate bmx 0.0.2 [INFO] finished tweaking crates.io crate bmx 0.0.2 [INFO] tweaked toml for crates.io crate bmx 0.0.2 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate bmx 0.0.2 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 8 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f883b973fb5e258beba3c6f78bd7b8aee13028c67d29b8b7c491d13181658916 [INFO] running `Command { std: "docker" "start" "-a" "f883b973fb5e258beba3c6f78bd7b8aee13028c67d29b8b7c491d13181658916", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f883b973fb5e258beba3c6f78bd7b8aee13028c67d29b8b7c491d13181658916", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f883b973fb5e258beba3c6f78bd7b8aee13028c67d29b8b7c491d13181658916", kill_on_drop: false }` [INFO] [stdout] f883b973fb5e258beba3c6f78bd7b8aee13028c67d29b8b7c491d13181658916 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] acb177d85a1c7104af00f91b64cd31373f6af1a7f4f1caf3359ffd370f30a517 [INFO] running `Command { std: "docker" "start" "-a" "acb177d85a1c7104af00f91b64cd31373f6af1a7f4f1caf3359ffd370f30a517", kill_on_drop: false }` [INFO] [stderr] Compiling lexpr-macros v0.2.2 [INFO] [stderr] Compiling lexpr v0.2.7 [INFO] [stderr] Compiling bmx v0.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: fields `root_id` and `branch_ids` are never read [INFO] [stdout] --> src/forest.rs:104:9 [INFO] [stdout] | [INFO] [stdout] 102 | NoSuchBranch { [INFO] [stdout] | ------------ fields in this variant [INFO] [stdout] 103 | root_name: Ident, [INFO] [stdout] 104 | root_id: NodeId, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 105 | branch_ids: Vec, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `InnerError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `tree` is never read [INFO] [stdout] --> src/exec.rs:732:5 [INFO] [stdout] | [INFO] [stdout] 731 | pub struct BranchIter<'a> { [INFO] [stdout] | ---------- field in this struct [INFO] [stdout] 732 | tree: &'a Tree, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `BranchIter` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `roots` is never read [INFO] [stdout] --> src/exec.rs:858:5 [INFO] [stdout] | [INFO] [stdout] 856 | pub struct PreparedRoot { [INFO] [stdout] | ------------ field in this struct [INFO] [stdout] 857 | root_id: ExecNodeId, [INFO] [stdout] 858 | roots: HashMap, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `PreparedRoot` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib.rs:220:88 [INFO] [stdout] | [INFO] [stdout] 220 | fn display<'a>(&'a self, forest: &'a Forest, tree: &'a exec::Tree) -> ValueDisplay<'_> { [INFO] [stdout] | -- -- -- the lifetime is named here ^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 220 - fn display<'a>(&'a self, forest: &'a Forest, tree: &'a exec::Tree) -> ValueDisplay<'_> { [INFO] [stdout] 220 + fn display<'a>(&'a self, forest: &'a Forest, tree: &'a exec::Tree) -> ValueDisplay<'a> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.56s [INFO] running `Command { std: "docker" "inspect" "acb177d85a1c7104af00f91b64cd31373f6af1a7f4f1caf3359ffd370f30a517", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "acb177d85a1c7104af00f91b64cd31373f6af1a7f4f1caf3359ffd370f30a517", kill_on_drop: false }` [INFO] [stdout] acb177d85a1c7104af00f91b64cd31373f6af1a7f4f1caf3359ffd370f30a517 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d5950ea3d0abefc6e77540090fad88768c17f2477e25b51a3bbba33011e71980 [INFO] running `Command { std: "docker" "start" "-a" "d5950ea3d0abefc6e77540090fad88768c17f2477e25b51a3bbba33011e71980", kill_on_drop: false }` [INFO] [stderr] Compiling bmx v0.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: fields `root_id` and `branch_ids` are never read [INFO] [stdout] --> src/forest.rs:104:9 [INFO] [stdout] | [INFO] [stdout] 102 | NoSuchBranch { [INFO] [stdout] | ------------ fields in this variant [INFO] [stdout] 103 | root_name: Ident, [INFO] [stdout] 104 | root_id: NodeId, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 105 | branch_ids: Vec, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `InnerError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `tree` is never read [INFO] [stdout] --> src/exec.rs:732:5 [INFO] [stdout] | [INFO] [stdout] 731 | pub struct BranchIter<'a> { [INFO] [stdout] | ---------- field in this struct [INFO] [stdout] 732 | tree: &'a Tree, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `BranchIter` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `roots` is never read [INFO] [stdout] --> src/exec.rs:858:5 [INFO] [stdout] | [INFO] [stdout] 856 | pub struct PreparedRoot { [INFO] [stdout] | ------------ field in this struct [INFO] [stdout] 857 | root_id: ExecNodeId, [INFO] [stdout] 858 | roots: HashMap, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `PreparedRoot` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib.rs:220:88 [INFO] [stdout] | [INFO] [stdout] 220 | fn display<'a>(&'a self, forest: &'a Forest, tree: &'a exec::Tree) -> ValueDisplay<'_> { [INFO] [stdout] | -- -- -- the lifetime is named here ^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 220 - fn display<'a>(&'a self, forest: &'a Forest, tree: &'a exec::Tree) -> ValueDisplay<'_> { [INFO] [stdout] 220 + fn display<'a>(&'a self, forest: &'a Forest, tree: &'a exec::Tree) -> ValueDisplay<'a> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `root_id` and `branch_ids` are never read [INFO] [stdout] --> src/forest.rs:104:9 [INFO] [stdout] | [INFO] [stdout] 102 | NoSuchBranch { [INFO] [stdout] | ------------ fields in this variant [INFO] [stdout] 103 | root_name: Ident, [INFO] [stdout] 104 | root_id: NodeId, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 105 | branch_ids: Vec, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `InnerError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `tree` is never read [INFO] [stdout] --> src/exec.rs:732:5 [INFO] [stdout] | [INFO] [stdout] 731 | pub struct BranchIter<'a> { [INFO] [stdout] | ---------- field in this struct [INFO] [stdout] 732 | tree: &'a Tree, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `BranchIter` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `roots` is never read [INFO] [stdout] --> src/exec.rs:858:5 [INFO] [stdout] | [INFO] [stdout] 856 | pub struct PreparedRoot { [INFO] [stdout] | ------------ field in this struct [INFO] [stdout] 857 | root_id: ExecNodeId, [INFO] [stdout] 858 | roots: HashMap, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `PreparedRoot` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib.rs:220:88 [INFO] [stdout] | [INFO] [stdout] 220 | fn display<'a>(&'a self, forest: &'a Forest, tree: &'a exec::Tree) -> ValueDisplay<'_> { [INFO] [stdout] | -- -- -- the lifetime is named here ^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 220 - fn display<'a>(&'a self, forest: &'a Forest, tree: &'a exec::Tree) -> ValueDisplay<'_> { [INFO] [stdout] 220 + fn display<'a>(&'a self, forest: &'a Forest, tree: &'a exec::Tree) -> ValueDisplay<'a> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.88s [INFO] running `Command { std: "docker" "inspect" "d5950ea3d0abefc6e77540090fad88768c17f2477e25b51a3bbba33011e71980", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d5950ea3d0abefc6e77540090fad88768c17f2477e25b51a3bbba33011e71980", kill_on_drop: false }` [INFO] [stdout] d5950ea3d0abefc6e77540090fad88768c17f2477e25b51a3bbba33011e71980 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] e452b20662a44bacf8dac0815ebe56c55aa5746778302824180d0abf53456b71 [INFO] running `Command { std: "docker" "start" "-a" "e452b20662a44bacf8dac0815ebe56c55aa5746778302824180d0abf53456b71", kill_on_drop: false }` [INFO] [stderr] warning: fields `root_id` and `branch_ids` are never read [INFO] [stderr] --> src/forest.rs:104:9 [INFO] [stderr] | [INFO] [stderr] 102 | NoSuchBranch { [INFO] [stderr] | ------------ fields in this variant [INFO] [stderr] 103 | root_name: Ident, [INFO] [stderr] 104 | root_id: NodeId, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] 105 | branch_ids: Vec, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `InnerError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: field `tree` is never read [INFO] [stderr] --> src/exec.rs:732:5 [INFO] [stderr] | [INFO] [stderr] 731 | pub struct BranchIter<'a> { [INFO] [stderr] | ---------- field in this struct [INFO] [stderr] 732 | tree: &'a Tree, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `BranchIter` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: field `roots` is never read [INFO] [stderr] --> src/exec.rs:858:5 [INFO] [stderr] | [INFO] [stderr] 856 | pub struct PreparedRoot { [INFO] [stderr] | ------------ field in this struct [INFO] [stderr] 857 | root_id: ExecNodeId, [INFO] [stderr] 858 | roots: HashMap, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `PreparedRoot` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/lib.rs:220:88 [INFO] [stderr] | [INFO] [stderr] 220 | fn display<'a>(&'a self, forest: &'a Forest, tree: &'a exec::Tree) -> ValueDisplay<'_> { [INFO] [stderr] | -- -- -- the lifetime is named here ^^ the same lifetime is elided here [INFO] [stderr] | | | [INFO] [stderr] | | the lifetime is named here [INFO] [stderr] | the lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 220 - fn display<'a>(&'a self, forest: &'a Forest, tree: &'a exec::Tree) -> ValueDisplay<'_> { [INFO] [stderr] 220 + fn display<'a>(&'a self, forest: &'a Forest, tree: &'a exec::Tree) -> ValueDisplay<'a> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `bmx` (lib) generated 4 warnings (run `cargo fix --lib -p bmx` to apply 1 suggestion) [INFO] [stderr] warning: `bmx` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/bmx-dd093dc4c7ab39d5) [INFO] [stdout] [INFO] [stderr] Running tests/codec.rs (/opt/rustwide/target/debug/deps/codec-594eff4761994dae) [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 1 test [INFO] [stderr] Doc-tests bmx [INFO] [stdout] test run_codec_tests ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [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] running `Command { std: "docker" "inspect" "e452b20662a44bacf8dac0815ebe56c55aa5746778302824180d0abf53456b71", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e452b20662a44bacf8dac0815ebe56c55aa5746778302824180d0abf53456b71", kill_on_drop: false }` [INFO] [stdout] e452b20662a44bacf8dac0815ebe56c55aa5746778302824180d0abf53456b71