[INFO] fetching crate ar 0.9.0... [INFO] testing ar-0.9.0 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate ar 0.9.0 into /workspace/builds/worker-6-tc1/source [INFO] started tweaking crates.io crate ar 0.9.0 [INFO] finished tweaking crates.io crate ar 0.9.0 [INFO] tweaked toml for crates.io crate ar 0.9.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate ar 0.9.0 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate ar 0.9.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b655eaee9883cfa1965fdc57c2dd409c4e7de4b695de198d0d64c2becb0f8972 [INFO] running `Command { std: "docker" "start" "-a" "b655eaee9883cfa1965fdc57c2dd409c4e7de4b695de198d0d64c2becb0f8972", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b655eaee9883cfa1965fdc57c2dd409c4e7de4b695de198d0d64c2becb0f8972", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b655eaee9883cfa1965fdc57c2dd409c4e7de4b695de198d0d64c2becb0f8972", kill_on_drop: false }` [INFO] [stdout] b655eaee9883cfa1965fdc57c2dd409c4e7de4b695de198d0d64c2becb0f8972 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0aae1b384e672c9e31cfa6af373b7c4db7cd870ac4b6cf1af7a3a0b92f8fe7d1 [INFO] running `Command { std: "docker" "start" "-a" "0aae1b384e672c9e31cfa6af373b7c4db7cd870ac4b6cf1af7a3a0b92f8fe7d1", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling ar v0.9.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:532:23 [INFO] [stdout] | [INFO] [stdout] 532 | pub fn next_entry(&mut self) -> Option>> { [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] 532 | pub fn next_entry(&mut self) -> Option>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:682:26 [INFO] [stdout] | [INFO] [stdout] 682 | pub fn jump_to_entry(&mut self, index: usize) -> io::Result> { [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] 682 | pub fn jump_to_entry(&mut self, index: usize) -> io::Result> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:778:20 [INFO] [stdout] | [INFO] [stdout] 778 | pub fn symbols(&mut self) -> io::Result> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 778 | pub fn symbols(&mut self) -> io::Result> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s [INFO] running `Command { std: "docker" "inspect" "0aae1b384e672c9e31cfa6af373b7c4db7cd870ac4b6cf1af7a3a0b92f8fe7d1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0aae1b384e672c9e31cfa6af373b7c4db7cd870ac4b6cf1af7a3a0b92f8fe7d1", kill_on_drop: false }` [INFO] [stdout] 0aae1b384e672c9e31cfa6af373b7c4db7cd870ac4b6cf1af7a3a0b92f8fe7d1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 840ce5c34733dccca893c9bd86457977218bba41b1a3d7e838b64eab29d6a74a [INFO] running `Command { std: "docker" "start" "-a" "840ce5c34733dccca893c9bd86457977218bba41b1a3d7e838b64eab29d6a74a", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling ar v0.9.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:532:23 [INFO] [stdout] | [INFO] [stdout] 532 | pub fn next_entry(&mut self) -> Option>> { [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] 532 | pub fn next_entry(&mut self) -> Option>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:682:26 [INFO] [stdout] | [INFO] [stdout] 682 | pub fn jump_to_entry(&mut self, index: usize) -> io::Result> { [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] 682 | pub fn jump_to_entry(&mut self, index: usize) -> io::Result> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:778:20 [INFO] [stdout] | [INFO] [stdout] 778 | pub fn symbols(&mut self) -> io::Result> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 778 | pub fn symbols(&mut self) -> io::Result> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:532:23 [INFO] [stdout] | [INFO] [stdout] 532 | pub fn next_entry(&mut self) -> Option>> { [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] 532 | pub fn next_entry(&mut self) -> Option>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:682:26 [INFO] [stdout] | [INFO] [stdout] 682 | pub fn jump_to_entry(&mut self, index: usize) -> io::Result> { [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] 682 | pub fn jump_to_entry(&mut self, index: usize) -> io::Result> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:778:20 [INFO] [stdout] | [INFO] [stdout] 778 | pub fn symbols(&mut self) -> io::Result> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 778 | pub fn symbols(&mut self) -> io::Result> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.58s [INFO] running `Command { std: "docker" "inspect" "840ce5c34733dccca893c9bd86457977218bba41b1a3d7e838b64eab29d6a74a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "840ce5c34733dccca893c9bd86457977218bba41b1a3d7e838b64eab29d6a74a", kill_on_drop: false }` [INFO] [stdout] 840ce5c34733dccca893c9bd86457977218bba41b1a3d7e838b64eab29d6a74a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c9cb614472410a8c0ffd9ec0b7bf938c079771439203b9d3570e80a5b955e8fc [INFO] running `Command { std: "docker" "start" "-a" "c9cb614472410a8c0ffd9ec0b7bf938c079771439203b9d3570e80a5b955e8fc", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stdout] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] running 34 tests [INFO] [stderr] --> src/lib.rs:532:23 [INFO] [stdout] test tests::build_bsd_archive_with_long_filenames ... ok [INFO] [stderr] | [INFO] [stdout] test tests::build_bsd_archive_with_space_in_filename ... ok [INFO] [stderr] 532 | pub fn next_entry(&mut self) -> Option>> { [INFO] [stdout] test tests::build_gnu_archive_with_long_filenames ... ok [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] test tests::build_gnu_archive ... ok [INFO] [stderr] | | [INFO] [stdout] test tests::jump_to_entry_in_gnu_archive ... ok [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] 532 | pub fn next_entry(&mut self) -> Option>> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:682:26 [INFO] [stderr] | [INFO] [stderr] 682 | pub fn jump_to_entry(&mut self, index: usize) -> io::Result> { [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] 682 | pub fn jump_to_entry(&mut self, index: usize) -> io::Result> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:778:20 [INFO] [stderr] | [INFO] [stderr] 778 | pub fn symbols(&mut self) -> io::Result> { [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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 778 | pub fn symbols(&mut self) -> io::Result> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `ar` (lib) generated 3 warnings (run `cargo fix --lib -p ar` to apply 3 suggestions) [INFO] [stderr] warning: `ar` (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/ar-24d2c47a63094f68) [INFO] [stdout] test tests::list_sorted_symbols_in_bsd_archive ... ok [INFO] [stdout] test tests::count_entries_in_gnu_archive ... ok [INFO] [stdout] test tests::jump_to_entry_in_bsd_archive ... ok [INFO] [stdout] test tests::count_entries_in_bsd_archive ... ok [INFO] [stdout] test tests::list_symbols_in_gnu_archive ... ok [INFO] [stdout] test tests::non_multiple_of_two_long_ident_in_gnu_archive ... ok [INFO] [stdout] test tests::list_symbols_in_bsd_archive ... ok [INFO] [stdout] test tests::build_gnu_archive_with_space_in_filename ... ok [INFO] [stdout] test tests::read_archive_with_no_padding_byte_in_final_entry ... ok [INFO] [stdout] test tests::build_common_archive ... ok [INFO] [stdout] test tests::read_bsd_archive_with_long_filenames ... ok [INFO] [stdout] test tests::read_bsd_archive_with_space_in_filename ... ok [INFO] [stdout] test tests::read_common_archive ... ok [INFO] [stdout] test tests::read_gnu_archive ... ok [INFO] [stdout] test tests::read_archive_with_invalid_gid - should panic ... ok [INFO] [stdout] test tests::build_gnu_archive_with_unexpected_identifier - should panic ... ok [INFO] [stdout] test tests::read_archive_with_invalid_mtime - should panic ... ok [INFO] [stdout] test tests::read_archive_with_invalid_mode - should panic ... ok [INFO] [stdout] test tests::read_archive_with_invalid_size - should panic ... ok [INFO] [stdout] test tests::read_gnu_archive_with_space_in_filename ... ok [INFO] [stdout] test tests::read_gnu_archive_with_long_filenames ... ok [INFO] [stdout] test tests::read_archive_with_invalid_uid - should panic ... ok [INFO] [stdout] test tests::read_gnu_archive_with_symbol_lookup_table ... ok [INFO] [stdout] test tests::read_ms_archive_with_long_filenames ... ok [INFO] [stdout] test tests::read_bsd_archive_with_invalid_filename_length - should panic ... ok [INFO] [stdout] test tests::seek_within_entry ... ok [INFO] [stdout] test tests::read_gnu_archive_with_invalid_filename_index - should panic ... ok [INFO] [stdout] test tests::seek_entry_beyond_end - should panic ... ok [INFO] [stderr] Doc-tests ar [INFO] [stdout] test tests::seek_entry_to_negative_position - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/lib.rs - (line 47) - compile ... ok [INFO] [stdout] test src/lib.rs - (line 33) - compile ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.24s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c9cb614472410a8c0ffd9ec0b7bf938c079771439203b9d3570e80a5b955e8fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c9cb614472410a8c0ffd9ec0b7bf938c079771439203b9d3570e80a5b955e8fc", kill_on_drop: false }` [INFO] [stdout] c9cb614472410a8c0ffd9ec0b7bf938c079771439203b9d3570e80a5b955e8fc