[INFO] fetching crate arrcat 0.1.1...
[INFO] checking arrcat-0.1.1 against master#c2f2db79ca3024f68d22b45aa22b570775c2c4ad for pr-124157
[INFO] extracting crate arrcat 0.1.1 into /workspace/builds/worker-1-tc1/source
[INFO] validating manifest of crates.io crate arrcat 0.1.1 on toolchain c2f2db79ca3024f68d22b45aa22b570775c2c4ad
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate arrcat 0.1.1
[INFO] finished tweaking crates.io crate arrcat 0.1.1
[INFO] tweaked toml for crates.io crate arrcat 0.1.1 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 3 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 833d2dde665ba5cbce046018ea1b0e02342d8382902021358cd5b84c6f391df9
[INFO] running `Command { std: "docker" "start" "-a" "833d2dde665ba5cbce046018ea1b0e02342d8382902021358cd5b84c6f391df9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "833d2dde665ba5cbce046018ea1b0e02342d8382902021358cd5b84c6f391df9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "833d2dde665ba5cbce046018ea1b0e02342d8382902021358cd5b84c6f391df9", kill_on_drop: false }`
[INFO] [stdout] 833d2dde665ba5cbce046018ea1b0e02342d8382902021358cd5b84c6f391df9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d2b095457363d4a878a1405120b99897029de60717af2030094ec301521e43ec
[INFO] running `Command { std: "docker" "start" "-a" "d2b095457363d4a878a1405120b99897029de60717af2030094ec301521e43ec", kill_on_drop: false }`
[INFO] [stderr]    Compiling core_extensions_proc_macros v1.5.3
[INFO] [stderr]     Checking arrcat v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking core_extensions v1.5.3
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/tests.rs:59:49
[INFO] [stdout]    |
[INFO] [stdout] 59 |             let arr = concat_arrays!([f(3); 2]: ([T; 2]));
[INFO] [stdout]    |                                                 ^      ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 59 -             let arr = concat_arrays!([f(3); 2]: ([T; 2]));
[INFO] [stdout] 59 +             let arr = concat_arrays!([f(3); 2]: [T; 2]);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]    --> src/macros/concat_array_macro.rs:392:9
[INFO] [stdout]     |
[INFO] [stdout] 392 | /         impl $length_type {
[INFO] [stdout] 393 | |             pub const LEN: $crate::__::usize = $length;
[INFO] [stdout] 394 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests.rs:276:25
[INFO] [stdout]     |
[INFO] [stdout] 276 |           let _: &[u8] = &concat_arrays!(length_type = L;);
[INFO] [stdout]     |                           -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: move this `impl` block outside the of the current constant expression `<unnameable>` and up 2 bodies
[INFO] [stdout]     = note: an `impl` definition is non-local if it is nested inside an item and may impact type checking outside of that item. This can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: one exception to the rule are anon-const (`const _: () = { ... }`) at top-level module and anon-const at the same nesting as the trait or type
[INFO] [stdout]     = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]     = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `$crate::__declare_length_type_and_pass` which comes from the expansion of the macro `concat_arrays` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]    --> src/macros/concat_array_macro.rs:392:9
[INFO] [stdout]     |
[INFO] [stdout] 392 | /         impl $length_type {
[INFO] [stdout] 393 | |             pub const LEN: $crate::__::usize = $length;
[INFO] [stdout] 394 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests.rs:281:25
[INFO] [stdout]     |
[INFO] [stdout] 281 |           let _: &[u8] = &concat_arrays!(length_type = L; [1]);
[INFO] [stdout]     |                           ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: move this `impl` block outside the of the current constant expression `<unnameable>` and up 2 bodies
[INFO] [stdout]     = note: an `impl` definition is non-local if it is nested inside an item and may impact type checking outside of that item. This can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: one exception to the rule are anon-const (`const _: () = { ... }`) at top-level module and anon-const at the same nesting as the trait or type
[INFO] [stdout]     = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]     = note: this warning originates in the macro `$crate::__declare_length_type_and_pass` which comes from the expansion of the macro `concat_arrays` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]    --> src/macros/concat_array_macro.rs:392:9
[INFO] [stdout]     |
[INFO] [stdout] 392 | /         impl $length_type {
[INFO] [stdout] 393 | |             pub const LEN: $crate::__::usize = $length;
[INFO] [stdout] 394 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests.rs:287:33
[INFO] [stdout]     |
[INFO] [stdout] 287 |           const A: [u8; L::LEN] = concat_arrays!(length_type = L; [1], [2; 3], C);
[INFO] [stdout]     |                                   ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: move this `impl` block outside the of the current constant expression `<unnameable>` and up 3 bodies
[INFO] [stdout]     = note: an `impl` definition is non-local if it is nested inside an item and may impact type checking outside of that item. This can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: one exception to the rule are anon-const (`const _: () = { ... }`) at top-level module and anon-const at the same nesting as the trait or type
[INFO] [stdout]     = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]     = note: this warning originates in the macro `$crate::__declare_length_type_and_pass` which comes from the expansion of the macro `concat_arrays` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 4 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
[INFO] running `Command { std: "docker" "inspect" "d2b095457363d4a878a1405120b99897029de60717af2030094ec301521e43ec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d2b095457363d4a878a1405120b99897029de60717af2030094ec301521e43ec", kill_on_drop: false }`
[INFO] [stdout] d2b095457363d4a878a1405120b99897029de60717af2030094ec301521e43ec
[INFO] checking arrcat-0.1.1 against try#9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88 for pr-124157
[INFO] extracting crate arrcat 0.1.1 into /workspace/builds/worker-1-tc2/source
[INFO] validating manifest of crates.io crate arrcat 0.1.1 on toolchain 9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate arrcat 0.1.1
[INFO] finished tweaking crates.io crate arrcat 0.1.1
[INFO] tweaked toml for crates.io crate arrcat 0.1.1 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 3 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] da91afd0989823069e4172a9052ad696910686d1a2d46208c4f3288bfe9f2ac5
[INFO] running `Command { std: "docker" "start" "-a" "da91afd0989823069e4172a9052ad696910686d1a2d46208c4f3288bfe9f2ac5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "da91afd0989823069e4172a9052ad696910686d1a2d46208c4f3288bfe9f2ac5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "da91afd0989823069e4172a9052ad696910686d1a2d46208c4f3288bfe9f2ac5", kill_on_drop: false }`
[INFO] [stdout] da91afd0989823069e4172a9052ad696910686d1a2d46208c4f3288bfe9f2ac5
[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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 16b8b8f9c2213e473c25bc31c9dcf0a639be08b3d5c0fdbdd7e8b643483758c7
[INFO] running `Command { std: "docker" "start" "-a" "16b8b8f9c2213e473c25bc31c9dcf0a639be08b3d5c0fdbdd7e8b643483758c7", kill_on_drop: false }`
[INFO] [stderr]    Compiling core_extensions_proc_macros v1.5.3
[INFO] [stderr]     Checking arrcat v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking core_extensions v1.5.3
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/tests.rs:59:49
[INFO] [stdout]    |
[INFO] [stdout] 59 |             let arr = concat_arrays!([f(3); 2]: ([T; 2]));
[INFO] [stdout]    |                                                 ^      ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 59 -             let arr = concat_arrays!([f(3); 2]: ([T; 2]));
[INFO] [stdout] 59 +             let arr = concat_arrays!([f(3); 2]: [T; 2]);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]    --> src/macros/concat_array_macro.rs:392:9
[INFO] [stdout]     |
[INFO] [stdout] 392 | /         impl $length_type {
[INFO] [stdout] 393 | |             pub const LEN: $crate::__::usize = $length;
[INFO] [stdout] 394 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests.rs:276:25
[INFO] [stdout]     |
[INFO] [stdout] 276 |           let _: &[u8] = &concat_arrays!(length_type = L;);
[INFO] [stdout]     |                           -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: move this `impl` block outside the of the current constant expression `<unnameable>` and up 2 bodies
[INFO] [stdout]     = note: an `impl` definition is non-local if it is nested inside an item and may impact type checking outside of that item. This can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: one exception to the rule are anon-const (`const _: () = { ... }`) at top-level module and anon-const at the same nesting as the trait or type
[INFO] [stdout]     = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]     = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `$crate::__declare_length_type_and_pass` which comes from the expansion of the macro `concat_arrays` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]    --> src/macros/concat_array_macro.rs:392:9
[INFO] [stdout]     |
[INFO] [stdout] 392 | /         impl $length_type {
[INFO] [stdout] 393 | |             pub const LEN: $crate::__::usize = $length;
[INFO] [stdout] 394 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests.rs:281:25
[INFO] [stdout]     |
[INFO] [stdout] 281 |           let _: &[u8] = &concat_arrays!(length_type = L; [1]);
[INFO] [stdout]     |                           ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: move this `impl` block outside the of the current constant expression `<unnameable>` and up 2 bodies
[INFO] [stdout]     = note: an `impl` definition is non-local if it is nested inside an item and may impact type checking outside of that item. This can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: one exception to the rule are anon-const (`const _: () = { ... }`) at top-level module and anon-const at the same nesting as the trait or type
[INFO] [stdout]     = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]     = note: this warning originates in the macro `$crate::__declare_length_type_and_pass` which comes from the expansion of the macro `concat_arrays` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]    --> src/macros/concat_array_macro.rs:392:9
[INFO] [stdout]     |
[INFO] [stdout] 392 | /         impl $length_type {
[INFO] [stdout] 393 | |             pub const LEN: $crate::__::usize = $length;
[INFO] [stdout] 394 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests.rs:287:33
[INFO] [stdout]     |
[INFO] [stdout] 287 |           const A: [u8; L::LEN] = concat_arrays!(length_type = L; [1], [2; 3], C);
[INFO] [stdout]     |                                   ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: move this `impl` block outside the of the current constant expression `<unnameable>` and up 3 bodies
[INFO] [stdout]     = note: an `impl` definition is non-local if it is nested inside an item and may impact type checking outside of that item. This can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: one exception to the rule are anon-const (`const _: () = { ... }`) at top-level module and anon-const at the same nesting as the trait or type
[INFO] [stdout]     = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]     = note: this warning originates in the macro `$crate::__declare_length_type_and_pass` which comes from the expansion of the macro `concat_arrays` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 4 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
[INFO] running `Command { std: "docker" "inspect" "16b8b8f9c2213e473c25bc31c9dcf0a639be08b3d5c0fdbdd7e8b643483758c7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "16b8b8f9c2213e473c25bc31c9dcf0a639be08b3d5c0fdbdd7e8b643483758c7", kill_on_drop: false }`
[INFO] [stdout] 16b8b8f9c2213e473c25bc31c9dcf0a639be08b3d5c0fdbdd7e8b643483758c7
