[INFO] fetching crate ref-map 0.1.3... [INFO] testing ref-map-0.1.3 against try#b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b for pr-145330-1 [INFO] extracting crate ref-map 0.1.3 into /workspace/builds/worker-1-tc2/source [INFO] started tweaking crates.io crate ref-map 0.1.3 [INFO] finished tweaking crates.io crate ref-map 0.1.3 [INFO] tweaked toml for crates.io crate ref-map 0.1.3 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate ref-map 0.1.3 on toolchain b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "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" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 72b60ab0f0365eb5d56f3f44ea47b52f1c502cf33a15f5cc07b976ac11974083 [INFO] running `Command { std: "docker" "start" "-a" "72b60ab0f0365eb5d56f3f44ea47b52f1c502cf33a15f5cc07b976ac11974083", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "72b60ab0f0365eb5d56f3f44ea47b52f1c502cf33a15f5cc07b976ac11974083", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "72b60ab0f0365eb5d56f3f44ea47b52f1c502cf33a15f5cc07b976ac11974083", kill_on_drop: false }` [INFO] [stdout] 72b60ab0f0365eb5d56f3f44ea47b52f1c502cf33a15f5cc07b976ac11974083 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 53755c0d419b03be0db0d00cb525358b13725e8f5a354e1c8a23ee450229e598 [INFO] running `Command { std: "docker" "start" "-a" "53755c0d419b03be0db0d00cb525358b13725e8f5a354e1c8a23ee450229e598", kill_on_drop: false }` [INFO] [stderr] Compiling ref-map v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/result.rs:52:23 [INFO] [stdout] | [INFO] [stdout] 52 | fn ref_map(&'r self, f: F) -> Result [INFO] [stdout] | ^^ -- the same lifetime is elided here [INFO] [stdout] | | [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 `'r` [INFO] [stdout] | [INFO] [stdout] 52 | fn ref_map(&'r self, f: F) -> Result [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/result.rs:57:27 [INFO] [stdout] | [INFO] [stdout] 57 | fn ref_map_err(&'r self, f: F) -> Result<&T, D> [INFO] [stdout] | ^^ -- the same lifetime is elided here [INFO] [stdout] | | [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] help: consistently use `'r` [INFO] [stdout] | [INFO] [stdout] 57 | fn ref_map_err(&'r self, f: F) -> Result<&'r T, D> [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/result.rs:64:23 [INFO] [stdout] | [INFO] [stdout] 64 | fn ref_map(&'r self, f: F) -> Result [INFO] [stdout] | ^^ -- the same lifetime is elided here [INFO] [stdout] | | [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] help: consistently use `'r` [INFO] [stdout] | [INFO] [stdout] 64 | fn ref_map(&'r self, f: F) -> Result [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/result.rs:75:27 [INFO] [stdout] | [INFO] [stdout] 75 | fn ref_map_err(&'r self, f: F) -> Result<&T, D> [INFO] [stdout] | ^^ -- the same lifetime is elided here [INFO] [stdout] | | [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] help: consistently use `'r` [INFO] [stdout] | [INFO] [stdout] 75 | fn ref_map_err(&'r self, f: F) -> Result<&'r T, D> [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s [INFO] running `Command { std: "docker" "inspect" "53755c0d419b03be0db0d00cb525358b13725e8f5a354e1c8a23ee450229e598", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "53755c0d419b03be0db0d00cb525358b13725e8f5a354e1c8a23ee450229e598", kill_on_drop: false }` [INFO] [stdout] 53755c0d419b03be0db0d00cb525358b13725e8f5a354e1c8a23ee450229e598 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 31632bc44b1bc31b9c5b4cc902be04953233b733752e6c1201c64fe1f841b1f1 [INFO] running `Command { std: "docker" "start" "-a" "31632bc44b1bc31b9c5b4cc902be04953233b733752e6c1201c64fe1f841b1f1", kill_on_drop: false }` [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/result.rs:52:23 [INFO] [stdout] | [INFO] [stdout] 52 | fn ref_map(&'r self, f: F) -> Result [INFO] [stdout] | ^^ -- the same lifetime is elided here [INFO] [stdout] | | [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 `'r` [INFO] [stdout] | [INFO] [stdout] 52 | fn ref_map(&'r self, f: F) -> Result [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/result.rs:57:27 [INFO] [stdout] | [INFO] [stdout] 57 | fn ref_map_err(&'r self, f: F) -> Result<&T, D> [INFO] [stdout] | ^^ -- the same lifetime is elided here [INFO] [stdout] | | [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] help: consistently use `'r` [INFO] [stdout] | [INFO] [stdout] 57 | fn ref_map_err(&'r self, f: F) -> Result<&'r T, D> [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/result.rs:64:23 [INFO] [stdout] | [INFO] [stdout] 64 | fn ref_map(&'r self, f: F) -> Result [INFO] [stdout] | ^^ -- the same lifetime is elided here [INFO] [stdout] | | [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] help: consistently use `'r` [INFO] [stdout] | [INFO] [stdout] 64 | fn ref_map(&'r self, f: F) -> Result [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/result.rs:75:27 [INFO] [stdout] | [INFO] [stdout] 75 | fn ref_map_err(&'r self, f: F) -> Result<&T, D> [INFO] [stdout] | ^^ -- the same lifetime is elided here [INFO] [stdout] | | [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] help: consistently use `'r` [INFO] [stdout] | [INFO] [stdout] 75 | fn ref_map_err(&'r self, f: F) -> Result<&'r T, D> [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling ref-map v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/result.rs:52:23 [INFO] [stdout] | [INFO] [stdout] 52 | fn ref_map(&'r self, f: F) -> Result [INFO] [stdout] | ^^ -- the same lifetime is elided here [INFO] [stdout] | | [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 `'r` [INFO] [stdout] | [INFO] [stdout] 52 | fn ref_map(&'r self, f: F) -> Result [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/result.rs:57:27 [INFO] [stdout] | [INFO] [stdout] 57 | fn ref_map_err(&'r self, f: F) -> Result<&T, D> [INFO] [stdout] | ^^ -- the same lifetime is elided here [INFO] [stdout] | | [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] help: consistently use `'r` [INFO] [stdout] | [INFO] [stdout] 57 | fn ref_map_err(&'r self, f: F) -> Result<&'r T, D> [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/result.rs:64:23 [INFO] [stdout] | [INFO] [stdout] 64 | fn ref_map(&'r self, f: F) -> Result [INFO] [stdout] | ^^ -- the same lifetime is elided here [INFO] [stdout] | | [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] help: consistently use `'r` [INFO] [stdout] | [INFO] [stdout] 64 | fn ref_map(&'r self, f: F) -> Result [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/result.rs:75:27 [INFO] [stdout] | [INFO] [stdout] 75 | fn ref_map_err(&'r self, f: F) -> Result<&T, D> [INFO] [stdout] | ^^ -- the same lifetime is elided here [INFO] [stdout] | | [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] help: consistently use `'r` [INFO] [stdout] | [INFO] [stdout] 75 | fn ref_map_err(&'r self, f: F) -> Result<&'r T, D> [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.42s [INFO] running `Command { std: "docker" "inspect" "31632bc44b1bc31b9c5b4cc902be04953233b733752e6c1201c64fe1f841b1f1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "31632bc44b1bc31b9c5b4cc902be04953233b733752e6c1201c64fe1f841b1f1", kill_on_drop: false }` [INFO] [stdout] 31632bc44b1bc31b9c5b4cc902be04953233b733752e6c1201c64fe1f841b1f1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 378926fe345bc403321e2c02ef6c33c2d64d49c55e7a5893f2f05b8eada3d394 [INFO] running `Command { std: "docker" "start" "-a" "378926fe345bc403321e2c02ef6c33c2d64d49c55e7a5893f2f05b8eada3d394", kill_on_drop: false }` [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/result.rs:52:23 [INFO] [stderr] | [INFO] [stderr] 52 | fn ref_map(&'r self, f: F) -> Result [INFO] [stderr] | ^^ -- the same lifetime is elided here [INFO] [stderr] | | [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 `'r` [INFO] [stderr] | [INFO] [stderr] 52 | fn ref_map(&'r self, f: F) -> Result [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/result.rs:57:27 [INFO] [stderr] | [INFO] [stderr] 57 | fn ref_map_err(&'r self, f: F) -> Result<&T, D> [INFO] [stderr] | ^^ -- the same lifetime is elided here [INFO] [stderr] | | [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] help: consistently use `'r` [INFO] [stderr] | [INFO] [stderr] 57 | fn ref_map_err(&'r self, f: F) -> Result<&'r T, D> [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/result.rs:64:23 [INFO] [stderr] | [INFO] [stderr] 64 | fn ref_map(&'r self, f: F) -> Result [INFO] [stderr] | ^^ -- the same lifetime is elided here [INFO] [stderr] | | [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] help: consistently use `'r` [INFO] [stderr] | [INFO] [stderr] 64 | fn ref_map(&'r self, f: F) -> Result [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/result.rs:75:27 [INFO] [stderr] | [INFO] [stderr] 75 | fn ref_map_err(&'r self, f: F) -> Result<&T, D> [INFO] [stderr] | ^^ -- the same lifetime is elided here [INFO] [stderr] | | [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] help: consistently use `'r` [INFO] [stderr] | [INFO] [stderr] 75 | fn ref_map_err(&'r self, f: F) -> Result<&'r T, D> [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: `ref-map` (lib) generated 4 warnings (run `cargo fix --lib -p ref-map` to apply 4 suggestions) [INFO] [stderr] warning: `ref-map` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ref_map-4b6694fbcea9780c) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test test::test_ok ... ok [INFO] [stdout] test test::test_option ... ok [INFO] [stdout] test test::test_err ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests ref_map [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test src/option.rs - option::OptionRefMap (line 21) ... ok [INFO] [stdout] test src/lib.rs - (line 42) ... ok [INFO] [stdout] test src/lib.rs - (line 26) ... ok [INFO] [stdout] test src/result.rs - result::ResultRefMap (line 37) ... ok [INFO] [stdout] test src/result.rs - result::ResultRefMap (line 21) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.60s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "378926fe345bc403321e2c02ef6c33c2d64d49c55e7a5893f2f05b8eada3d394", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "378926fe345bc403321e2c02ef6c33c2d64d49c55e7a5893f2f05b8eada3d394", kill_on_drop: false }` [INFO] [stdout] 378926fe345bc403321e2c02ef6c33c2d64d49c55e7a5893f2f05b8eada3d394