[INFO] fetching crate minicore 0.0.1...
[INFO] testing minicore-0.0.1 against 1.91.0 for beta-1.92-2
[INFO] extracting crate minicore 0.0.1 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate minicore 0.0.1
[INFO] finished tweaking crates.io crate minicore 0.0.1
[INFO] tweaked toml for crates.io crate minicore 0.0.1 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate minicore 0.0.1 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "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" "+1.91.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 31 packages to latest compatible versions
[INFO] [stderr]       Adding thiserror v1.0.69 (available: v2.0.17)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tracing-test-macro v0.2.5
[INFO] [stderr]   Downloaded nu-ansi-term v0.50.3
[INFO] [stderr]   Downloaded tracing-test v0.2.5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 088195b328ff2d1bcf23fffc216cc5a8a277a76fbaad6618d03b13da8094eaa3
[INFO] running `Command { std: "docker" "start" "-a" "088195b328ff2d1bcf23fffc216cc5a8a277a76fbaad6618d03b13da8094eaa3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "088195b328ff2d1bcf23fffc216cc5a8a277a76fbaad6618d03b13da8094eaa3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "088195b328ff2d1bcf23fffc216cc5a8a277a76fbaad6618d03b13da8094eaa3", kill_on_drop: false }`
[INFO] [stdout] 088195b328ff2d1bcf23fffc216cc5a8a277a76fbaad6618d03b13da8094eaa3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7d0cf943b397cc046de278ebd6cc80a74bae790b3e7b7f9dbcb753a8ca042d20
[INFO] running `Command { std: "docker" "start" "-a" "7d0cf943b397cc046de278ebd6cc80a74bae790b3e7b7f9dbcb753a8ca042d20", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling minicore v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: useless assignment of variable of type `usize` to itself
[INFO] [stdout]    --> src/ubytes/mod.rs:436:9
[INFO] [stdout]     |
[INFO] [stdout] 436 |         until_pos = until_pos;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/mem/memory.rs:312:21
[INFO] [stdout]     |
[INFO] [stdout] 312 |     pub fn drain<R>(&mut self, range: R) -> Drain<T>
[INFO] [stdout]     |                     ^^^^^^^^^               ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided 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: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 312 |     pub fn drain<R>(&mut self, range: R) -> Drain<'_, T>
[INFO] [stdout]     |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/mem/primitives.rs:110:22
[INFO] [stdout]     |
[INFO] [stdout] 110 |     pub fn opt_slice(&self, range: Option<Range>) -> Option<Bytes> {
[INFO] [stdout]     |                      ^^^^^ the lifetime is elided here      ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 110 |     pub fn opt_slice(&self, range: Option<Range>) -> Option<Bytes<'_>> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.51s
[INFO] running `Command { std: "docker" "inspect" "7d0cf943b397cc046de278ebd6cc80a74bae790b3e7b7f9dbcb753a8ca042d20", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7d0cf943b397cc046de278ebd6cc80a74bae790b3e7b7f9dbcb753a8ca042d20", kill_on_drop: false }`
[INFO] [stdout] 7d0cf943b397cc046de278ebd6cc80a74bae790b3e7b7f9dbcb753a8ca042d20
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c15dec482a2eb28bbcd7938ae795eb6777742ba043420d55dbe81ddc0c27de3a
[INFO] running `Command { std: "docker" "start" "-a" "c15dec482a2eb28bbcd7938ae795eb6777742ba043420d55dbe81ddc0c27de3a", kill_on_drop: false }`
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling tracing-test-macro v0.2.5
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling minicore v0.0.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stdout] warning: useless assignment of variable of type `usize` to itself
[INFO] [stdout]    --> src/ubytes/mod.rs:436:9
[INFO] [stdout]     |
[INFO] [stdout] 436 |         until_pos = until_pos;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/mem/memory.rs:312:21
[INFO] [stdout]     |
[INFO] [stdout] 312 |     pub fn drain<R>(&mut self, range: R) -> Drain<T>
[INFO] [stdout]     |                     ^^^^^^^^^               ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided 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: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 312 |     pub fn drain<R>(&mut self, range: R) -> Drain<'_, T>
[INFO] [stdout]     |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/mem/primitives.rs:110:22
[INFO] [stdout]     |
[INFO] [stdout] 110 |     pub fn opt_slice(&self, range: Option<Range>) -> Option<Bytes> {
[INFO] [stdout]     |                      ^^^^^ the lifetime is elided here      ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 110 |     pub fn opt_slice(&self, range: Option<Range>) -> Option<Bytes<'_>> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling tracing-test v0.2.5
[INFO] [stdout] warning: useless assignment of variable of type `usize` to itself
[INFO] [stdout]    --> src/ubytes/mod.rs:436:9
[INFO] [stdout]     |
[INFO] [stdout] 436 |         until_pos = until_pos;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/mem/memory.rs:312:21
[INFO] [stdout]     |
[INFO] [stdout] 312 |     pub fn drain<R>(&mut self, range: R) -> Drain<T>
[INFO] [stdout]     |                     ^^^^^^^^^               ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided 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: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 312 |     pub fn drain<R>(&mut self, range: R) -> Drain<'_, T>
[INFO] [stdout]     |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/mem/primitives.rs:110:22
[INFO] [stdout]     |
[INFO] [stdout] 110 |     pub fn opt_slice(&self, range: Option<Range>) -> Option<Bytes> {
[INFO] [stdout]     |                      ^^^^^ the lifetime is elided here      ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 110 |     pub fn opt_slice(&self, range: Option<Range>) -> Option<Bytes<'_>> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 9.17s
[INFO] running `Command { std: "docker" "inspect" "c15dec482a2eb28bbcd7938ae795eb6777742ba043420d55dbe81ddc0c27de3a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c15dec482a2eb28bbcd7938ae795eb6777742ba043420d55dbe81ddc0c27de3a", kill_on_drop: false }`
[INFO] [stdout] c15dec482a2eb28bbcd7938ae795eb6777742ba043420d55dbe81ddc0c27de3a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 51f80bef959adf6f6939fe995cb645d7e335312568a756fc5b3fe415748e45ee
[INFO] running `Command { std: "docker" "start" "-a" "51f80bef959adf6f6939fe995cb645d7e335312568a756fc5b3fe415748e45ee", kill_on_drop: false }`
[INFO] [stderr] warning: useless assignment of variable of type `usize` to itself
[INFO] [stderr]    --> src/ubytes/mod.rs:436:9
[INFO] [stderr]     |
[INFO] [stderr] 436 |         until_pos = until_pos;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/mem/memory.rs:312:21
[INFO] [stderr]     |
[INFO] [stderr] 312 |     pub fn drain<R>(&mut self, range: R) -> Drain<T>
[INFO] [stderr]     |                     ^^^^^^^^^               ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                     |
[INFO] [stderr]     |                     the lifetime is elided 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: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 312 |     pub fn drain<R>(&mut self, range: R) -> Drain<'_, T>
[INFO] [stderr]     |                                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/mem/primitives.rs:110:22
[INFO] [stderr]     |
[INFO] [stderr] 110 |     pub fn opt_slice(&self, range: Option<Range>) -> Option<Bytes> {
[INFO] [stderr]     |                      ^^^^^ the lifetime is elided here      ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 110 |     pub fn opt_slice(&self, range: Option<Range>) -> Option<Bytes<'_>> {
[INFO] [stderr]     |                                                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `minicore` (lib) generated 3 warnings (run `cargo fix --lib -p minicore` to apply 2 suggestions)
[INFO] [stderr] warning: `minicore` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/minicore-03fe7f0e6e1e79e4)
[INFO] [stdout] 
[INFO] [stdout] running 19 tests
[INFO] [stdout] test mem::accumulator::accumulator_tests::test_can_peek_next_and_take_text_then_continue_peeking ... ok
[INFO] [stdout] test mem::accumulator::accumulator_tests::test_can_use_accumulator_to_peek_next_character ... ok
[INFO] [stdout] test mem::accumulator::accumulator_tests::test_can_use_accumulator_to_peek_two_characters_away ... ok
[INFO] [stdout] test mem::accumulator::accumulator_tests::test_can_virtual_peek_ahead_without_changing_peek_cursor ... ok
[INFO] [stdout] test mem::memory::arena_pool_tests::test_arena_pool_limits ... ok
[INFO] [stdout] test mem::memory::arena_pool_tests::test_arena_pool ... ok
[INFO] [stdout] test mem::memory::arena_tests::can_create_arena ... ok
[INFO] [stdout] test mem::memory::memory_limiter_tests::cant_expand_usage_pass_limits ... ok
[INFO] [stdout] test mem::memory::memory_limiter_tests::can_get_current_usage ... ok
[INFO] [stdout] test mem::memory::type_area_tests::current_usage ... ok
[INFO] [stdout] test mem::memory::type_area_tests::max_limit ... ok
[INFO] [stdout] test mem::memory::type_area_tests::drain ... ok
[INFO] [stdout] test ubytes::accumulator_tests::test_can_peek_next_and_take_text_then_continue_peeking ... ok
[INFO] [stdout] test ubytes::accumulator_tests::test_can_peek_next_to_accumulate_more_seen_text ... ok
[INFO] [stdout] test mem::accumulator::accumulator_tests::test_can_peek_next_to_accumulate_more_seen_text ... ok
[INFO] [stdout] test ubytes::accumulator_tests::test_can_use_accumulator_to_peek_next_character ... ok
[INFO] [stdout] test ubytes::accumulator_tests::test_can_use_accumulator_to_peek_two_characters_away ... ok
[INFO] [stdout] test ubytes::accumulator_tests::test_can_virtual_peek_ahead_without_changing_peek_cursor ... ok
[INFO] [stdout] test mem::memory::type_area_tests::drop ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests minicore
[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" "51f80bef959adf6f6939fe995cb645d7e335312568a756fc5b3fe415748e45ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "51f80bef959adf6f6939fe995cb645d7e335312568a756fc5b3fe415748e45ee", kill_on_drop: false }`
[INFO] [stdout] 51f80bef959adf6f6939fe995cb645d7e335312568a756fc5b3fe415748e45ee
