[INFO] fetching crate japanese-codepoints 0.1.0...
[INFO] testing japanese-codepoints-0.1.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate japanese-codepoints 0.1.0 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate japanese-codepoints 0.1.0
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate japanese-codepoints 0.1.0
[INFO] tweaked toml for crates.io crate japanese-codepoints 0.1.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate japanese-codepoints 0.1.0 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] crate crates.io crate japanese-codepoints 0.1.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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 87204a521cd309aafb455fafd020070010adaab6f80194ca85a94e759856eb5b
[INFO] running `Command { std: "docker" "start" "-a" "87204a521cd309aafb455fafd020070010adaab6f80194ca85a94e759856eb5b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "87204a521cd309aafb455fafd020070010adaab6f80194ca85a94e759856eb5b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "87204a521cd309aafb455fafd020070010adaab6f80194ca85a94e759856eb5b", kill_on_drop: false }`
[INFO] [stdout] 87204a521cd309aafb455fafd020070010adaab6f80194ca85a94e759856eb5b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 0ddf8c3e904cd2c7802b7237ddec211f55a175de771fbea9578d7ff78cb5132d
[INFO] running `Command { std: "docker" "start" "-a" "0ddf8c3e904cd2c7802b7237ddec211f55a175de771fbea9578d7ff78cb5132d", kill_on_drop: false }`
[INFO] [stderr]    Compiling japanese-codepoints v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/codepoints.rs:317:17
[INFO] [stdout]     |
[INFO] [stdout] 317 |     pub fn iter(&self) -> std::collections::hash_set::Iter<u32> {
[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] 317 |     pub fn iter(&self) -> std::collections::hash_set::Iter<'_, u32> {
[INFO] [stdout]     |                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
[INFO] running `Command { std: "docker" "inspect" "0ddf8c3e904cd2c7802b7237ddec211f55a175de771fbea9578d7ff78cb5132d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0ddf8c3e904cd2c7802b7237ddec211f55a175de771fbea9578d7ff78cb5132d", kill_on_drop: false }`
[INFO] [stdout] 0ddf8c3e904cd2c7802b7237ddec211f55a175de771fbea9578d7ff78cb5132d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 6229098ae04adaa92e9680b13e7de58f2526667838b2a3490739eb97b6f68614
[INFO] running `Command { std: "docker" "start" "-a" "6229098ae04adaa92e9680b13e7de58f2526667838b2a3490739eb97b6f68614", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.97
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling cfg-if v1.0.1
[INFO] [stderr]    Compiling serde_json v1.0.142
[INFO] [stderr]    Compiling clap_lex v0.7.5
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling anstyle v1.0.11
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/codepoints.rs:317:17
[INFO] [stdout]     |
[INFO] [stdout] 317 |     pub fn iter(&self) -> std::collections::hash_set::Iter<u32> {
[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] 317 |     pub fn iter(&self) -> std::collections::hash_set::Iter<'_, u32> {
[INFO] [stdout]     |                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling half v2.6.0
[INFO] [stderr]    Compiling clap_builder v4.5.44
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling clap v4.5.45
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.7.0
[INFO] [stderr]    Compiling japanese-codepoints v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/codepoints.rs:317:17
[INFO] [stdout]     |
[INFO] [stdout] 317 |     pub fn iter(&self) -> std::collections::hash_set::Iter<u32> {
[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] 317 |     pub fn iter(&self) -> std::collections::hash_set::Iter<'_, u32> {
[INFO] [stdout]     |                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 31.53s
[INFO] running `Command { std: "docker" "inspect" "6229098ae04adaa92e9680b13e7de58f2526667838b2a3490739eb97b6f68614", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6229098ae04adaa92e9680b13e7de58f2526667838b2a3490739eb97b6f68614", kill_on_drop: false }`
[INFO] [stdout] 6229098ae04adaa92e9680b13e7de58f2526667838b2a3490739eb97b6f68614
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 5539893ed6b8550d08052bb9123b1011f2a084c233e6b791acb7aa94d1cec724
[INFO] running `Command { std: "docker" "start" "-a" "5539893ed6b8550d08052bb9123b1011f2a084c233e6b791acb7aa94d1cec724", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/codepoints.rs:317:17
[INFO] [stderr]     |
[INFO] [stderr] 317 |     pub fn iter(&self) -> std::collections::hash_set::Iter<u32> {
[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] 317 |     pub fn iter(&self) -> std::collections::hash_set::Iter<'_, u32> {
[INFO] [stderr]     |                                                            +++
[INFO] [stderr] 
[INFO] [stderr] warning: `japanese-codepoints` (lib) generated 1 warning (run `cargo fix --lib -p japanese-codepoints` to apply 1 suggestion)
[INFO] [stderr] warning: `japanese-codepoints` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.19s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/japanese_codepoints-9b0241dd3e9174f7)
[INFO] [stdout] 
[INFO] [stdout] running 48 tests
[INFO] [stdout] test codepoints::tests::test_ascii_control ... ok
[INFO] [stdout] test codepoints::tests::test_all_excluded_null_and_empty ... ok
[INFO] [stdout] test codepoints::tests::test_ascii_cached_methods ... ok
[INFO] [stdout] test codepoints::tests::test_ascii_all ... ok
[INFO] [stdout] test codepoints::tests::test_contains ... ok
[INFO] [stdout] test codepoints::tests::test_contains_all_in_any ... ok
[INFO] [stdout] test codepoints::tests::test_ascii_printable ... ok
[INFO] [stdout] test codepoints::tests::test_all_excluded_with_multiple_surrogate_pairs ... ok
[INFO] [stdout] test codepoints::tests::test_all_excluded ... ok
[INFO] [stdout] test codepoints::tests::test_all_excluded_with_surrogate_pairs ... ok
[INFO] [stdout] test codepoints::tests::test_contains_mixed_characters ... ok
[INFO] [stdout] test codepoints::tests::test_contains_null_and_empty ... ok
[INFO] [stdout] test codepoints::tests::test_contains_surrogate_pairs_not_allowed ... ok
[INFO] [stdout] test codepoints::tests::test_contains_surrogate_pairs ... ok
[INFO] [stdout] test codepoints::tests::test_crlf ... ok
[INFO] [stdout] test codepoints::tests::test_difference ... ok
[INFO] [stdout] test codepoints::tests::test_difference_with_empty_sets ... ok
[INFO] [stdout] test codepoints::tests::test_equals_and_hashcode ... ok
[INFO] [stdout] test codepoints::tests::test_first_excluded ... ok
[INFO] [stdout] test codepoints::tests::test_first_excluded_with_surrogate_pairs ... ok
[INFO] [stdout] test codepoints::tests::test_first_excluded_with_surrogate_pairs_not_allowed ... ok
[INFO] [stdout] test codepoints::tests::test_from_string ... ok
[INFO] [stdout] test codepoints::tests::test_intersection ... ok
[INFO] [stdout] test codepoints::tests::test_intersection_with_empty_sets ... ok
[INFO] [stdout] test codepoints::tests::test_contains_all_in_any_edge_cases ... ok
[INFO] [stdout] test codepoints::tests::test_union ... ok
[INFO] [stdout] test codepoints::tests::test_empty_codepoints ... ok
[INFO] [stdout] test codepoints::tests::test_is_subset_of ... ok
[INFO] [stdout] test codepoints::tests::test_first_excluded_null_and_empty ... ok
[INFO] [stdout] test codepoints::tests::test_new ... ok
[INFO] [stdout] test codepoints::tests::test_first_excluded_with_position ... ok
[INFO] [stdout] test codepoints::tests::test_union_with_empty_sets ... ok
[INFO] [stdout] test data::tests::tests::test_crlf ... ok
[INFO] [stdout] test codepoints::tests::test_symmetric_difference ... ok
[INFO] [stdout] test codepoints::tests::test_from_string_with_duplicates ... ok
[INFO] [stdout] test data::tests::tests::test_jisx0201_katakana ... ok
[INFO] [stdout] test data::tests::tests::test_jisx0208_greek_letters ... ok
[INFO] [stdout] test data::tests::tests::test_jisx0201_latin_letters ... ok
[INFO] [stdout] test data::tests::tests::test_jisx0208_box_drawing_chars ... ok
[INFO] [stdout] test data::tests::tests::test_ascii_control ... ok
[INFO] [stdout] test data::tests::tests::test_jisx0208_cyrillic_letters ... ok
[INFO] [stdout] test data::tests::tests::test_jisx0208_katakana ... ok
[INFO] [stdout] test data::tests::tests::test_ascii_printable ... ok
[INFO] [stderr]    Doc-tests japanese_codepoints
[INFO] [stdout] test data::tests::tests::test_jisx0208_latin_letters ... ok
[INFO] [stdout] test data::tests::tests::test_jisx0208_special_chars ... ok
[INFO] [stdout] test data::tests::tests::test_jisx0208_hiragana ... ok
[INFO] [stdout] test data::tests::tests::test_jisx0208_kanji ... ok
[INFO] [stdout] test data::tests::tests::test_jisx0213_kanji ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 33 tests
[INFO] [stdout] test src/codepoints.rs - codepoints::CodePoints::ascii_printable (line 362) ... ok
[INFO] [stdout] test src/codepoints.rs - codepoints::CodePoints::ascii_all_cached (line 451) ... ok
[INFO] [stdout] test src/codepoints.rs - codepoints::CodePoints (line 19) ... ok
[INFO] [stdout] test src/codepoints.rs - codepoints::CodePoints::all_excluded (line 168) ... ok
[INFO] [stdout] test src/codepoints.rs - codepoints::CodePoints::ascii_control_cached (line 346) ... ok
[INFO] [stdout] test src/codepoints.rs - codepoints::CodePoints::ascii_control (line 327) ... ok
[INFO] [stdout] test src/codepoints.rs - codepoints::CodePoints::ascii_printable_cached (line 381) ... ok
[INFO] [stdout] test src/codepoints.rs - codepoints::CodePoints::ascii_all (line 432) ... ok
[INFO] [stdout] test src/codepoints.rs - codepoints::CodePoints::contains (line 88) ... ok
[INFO] [stdout] test src/codepoints.rs - codepoints::CodePoints::from_string (line 63) ... ok
[INFO] [stdout] test src/codepoints.rs - codepoints::CodePoints::contains_all_in_any (line 554) ... ok
[INFO] [stdout] test src/codepoints.rs - codepoints::CodePoints::difference (line 256) ... ok
[INFO] [stdout] test src/codepoints.rs - codepoints::CodePoints::crlf (line 397) ... ok
[INFO] [stdout] test src/codepoints.rs - codepoints::CodePoints::intersection (line 224) ... ok
[INFO] [stdout] test src/codepoints.rs - codepoints::CodePoints::first_excluded (line 146) ... ok
[INFO] [stdout] test src/codepoints.rs - codepoints::CodePoints::is_subset_of (line 475) ... ok
[INFO] [stdout] test src/codepoints.rs - codepoints::CodePoints::is_empty (line 292) ... ok
[INFO] [stdout] test src/codepoints.rs - codepoints::CodePoints::crlf_cached (line 416) ... ok
[INFO] [stdout] test src/codepoints.rs - codepoints::CodePoints::new (line 42) ... ok
[INFO] [stdout] test src/codepoints.rs - codepoints::CodePoints::first_excluded_with_position (line 117) ... ok
[INFO] [stdout] test src/lib.rs - (line 25) ... ok
[INFO] [stdout] test src/codepoints.rs - codepoints::CodePoints::len (line 278) ... ok
[INFO] [stdout] test src/codepoints.rs - codepoints::CodePoints::symmetric_difference (line 519) ... ok
[INFO] [stdout] test src/lib.rs - (line 16) ... ok
[INFO] [stdout] test src/codepoints.rs - codepoints::CodePoints::union (line 198) ... ok
[INFO] [stdout] test src/codepoints.rs - codepoints::CodePoints::iter (line 306) ... ok
[INFO] [stdout] test src/codepoints.rs - codepoints::CodePoints::is_superset_of (line 497) ... ok
[INFO] [stdout] test src/validation.rs - validation::validate_codepoints_advanced (line 54) ... ok
[INFO] [stdout] test src/validation.rs - validation::validate_codepoints_advanced (line 75) ... ok
[INFO] [stdout] test src/validation.rs - validation::validate_codepoints_advanced (line 63) ... ok
[INFO] [stdout] test src/validation.rs - validation::validate_codepoints (line 17) ... ok
[INFO] [stdout] test src/validation.rs - validation::validate_codepoints_advanced (line 93) ... ok
[INFO] [stdout] test src/validation.rs - validation::validate_codepoints_advanced (line 84) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 33 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.72s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "5539893ed6b8550d08052bb9123b1011f2a084c233e6b791acb7aa94d1cec724", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5539893ed6b8550d08052bb9123b1011f2a084c233e6b791acb7aa94d1cec724", kill_on_drop: false }`
[INFO] [stdout] 5539893ed6b8550d08052bb9123b1011f2a084c233e6b791acb7aa94d1cec724
