[INFO] fetching crate hooch-http 0.1.4... [INFO] testing hooch-http-0.1.4 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7 [INFO] extracting crate hooch-http 0.1.4 into /workspace/builds/worker-4-tc2/source [INFO] started tweaking crates.io crate hooch-http 0.1.4 [INFO] finished tweaking crates.io crate hooch-http 0.1.4 [INFO] tweaked toml for crates.io crate hooch-http 0.1.4 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate hooch-http 0.1.4 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 hooch-http 0.1.4 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-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 6995688e8b3a4f71370507fa2870892494b0f80c977774314532ca8eba7cb475 [INFO] running `Command { std: "docker" "start" "-a" "6995688e8b3a4f71370507fa2870892494b0f80c977774314532ca8eba7cb475", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6995688e8b3a4f71370507fa2870892494b0f80c977774314532ca8eba7cb475", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6995688e8b3a4f71370507fa2870892494b0f80c977774314532ca8eba7cb475", kill_on_drop: false }` [INFO] [stdout] 6995688e8b3a4f71370507fa2870892494b0f80c977774314532ca8eba7cb475 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 93c8053dcd3fb9c81a393cdae9478fcbdb7ad0b0d2688e3f4e33e56ab4599a95 [INFO] running `Command { std: "docker" "start" "-a" "93c8053dcd3fb9c81a393cdae9478fcbdb7ad0b0d2688e3f4e33e56ab4599a95", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.171 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling nix v0.29.0 [INFO] [stderr] Compiling bitflags v2.9.0 [INFO] [stderr] Compiling log v0.4.26 [INFO] [stderr] Compiling once_cell v1.21.1 [INFO] [stderr] Compiling hooch-macro v0.1.1 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling mio v1.0.3 [INFO] [stderr] Compiling dashmap v6.1.0 [INFO] [stderr] Compiling hooch v0.1.6 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling hooch-http v0.1.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/request.rs:108:16 [INFO] [stdout] | [INFO] [stdout] 108 | pub fn uri(&self) -> &Uri { [INFO] [stdout] | ^^^^^ ^^^^ [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [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] 108 | pub fn uri(&self) -> &Uri<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/request.rs:164:35 [INFO] [stdout] | [INFO] [stdout] 164 | fn extract_request_uri(bytes: &[u8]) -> Uri { [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] 164 | fn extract_request_uri(bytes: &[u8]) -> Uri<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/request.rs:180:31 [INFO] [stdout] | [INFO] [stdout] 180 | fn extract_headers(bytes: &[u8]) -> Headers { [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] 180 | fn extract_headers(bytes: &[u8]) -> Headers<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.35s [INFO] running `Command { std: "docker" "inspect" "93c8053dcd3fb9c81a393cdae9478fcbdb7ad0b0d2688e3f4e33e56ab4599a95", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "93c8053dcd3fb9c81a393cdae9478fcbdb7ad0b0d2688e3f4e33e56ab4599a95", kill_on_drop: false }` [INFO] [stdout] 93c8053dcd3fb9c81a393cdae9478fcbdb7ad0b0d2688e3f4e33e56ab4599a95 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 806ffb1c1face8cf995d101cbfead6b304bd3381b4b2ccd606ceaaac355484a5 [INFO] running `Command { std: "docker" "start" "-a" "806ffb1c1face8cf995d101cbfead6b304bd3381b4b2ccd606ceaaac355484a5", kill_on_drop: false }` [INFO] [stderr] Compiling hooch-http v0.1.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/request.rs:108:16 [INFO] [stdout] | [INFO] [stdout] 108 | pub fn uri(&self) -> &Uri { [INFO] [stdout] | ^^^^^ ^^^^ [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [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] 108 | pub fn uri(&self) -> &Uri<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/request.rs:164:35 [INFO] [stdout] | [INFO] [stdout] 164 | fn extract_request_uri(bytes: &[u8]) -> Uri { [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] 164 | fn extract_request_uri(bytes: &[u8]) -> Uri<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/request.rs:180:31 [INFO] [stdout] | [INFO] [stdout] 180 | fn extract_headers(bytes: &[u8]) -> Headers { [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] 180 | fn extract_headers(bytes: &[u8]) -> Headers<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/request.rs:108:16 [INFO] [stdout] | [INFO] [stdout] 108 | pub fn uri(&self) -> &Uri { [INFO] [stdout] | ^^^^^ ^^^^ [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [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] 108 | pub fn uri(&self) -> &Uri<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/request.rs:164:35 [INFO] [stdout] | [INFO] [stdout] 164 | fn extract_request_uri(bytes: &[u8]) -> Uri { [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] 164 | fn extract_request_uri(bytes: &[u8]) -> Uri<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/request.rs:180:31 [INFO] [stdout] | [INFO] [stdout] 180 | fn extract_headers(bytes: &[u8]) -> Headers { [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] 180 | fn extract_headers(bytes: &[u8]) -> Headers<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.05s [INFO] running `Command { std: "docker" "inspect" "806ffb1c1face8cf995d101cbfead6b304bd3381b4b2ccd606ceaaac355484a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "806ffb1c1face8cf995d101cbfead6b304bd3381b4b2ccd606ceaaac355484a5", kill_on_drop: false }` [INFO] [stdout] 806ffb1c1face8cf995d101cbfead6b304bd3381b4b2ccd606ceaaac355484a5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] b0265f7186d3650d060490b33aa91334c4e75df677d068afabdd30083a4f1f0e [INFO] running `Command { std: "docker" "start" "-a" "b0265f7186d3650d060490b33aa91334c4e75df677d068afabdd30083a4f1f0e", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/request.rs:108:16 [INFO] [stderr] | [INFO] [stderr] 108 | pub fn uri(&self) -> &Uri { [INFO] [stderr] | ^^^^^ ^^^^ [INFO] [stderr] | | || [INFO] [stderr] | | |the same lifetime is hidden here [INFO] [stderr] | | the same lifetime is elided here [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] 108 | pub fn uri(&self) -> &Uri<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/request.rs:164:35 [INFO] [stderr] | [INFO] [stderr] 164 | fn extract_request_uri(bytes: &[u8]) -> Uri { [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] 164 | fn extract_request_uri(bytes: &[u8]) -> Uri<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/request.rs:180:31 [INFO] [stderr] | [INFO] [stderr] 180 | fn extract_headers(bytes: &[u8]) -> Headers { [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] 180 | fn extract_headers(bytes: &[u8]) -> Headers<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `hooch-http` (lib) generated 3 warnings (run `cargo fix --lib -p hooch-http` to apply 3 suggestions) [INFO] [stderr] warning: `hooch-http` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/hooch_http-22a7a6d850a93be0) [INFO] [stdout] [INFO] [stdout] running 19 tests [INFO] [stdout] test request::tests::extract_http_method ... ok [INFO] [stdout] test request::tests::bytes_to_http_method ... ok [INFO] [stdout] test request::tests::extract_request_uri ... ok [INFO] [stdout] test request::tests::get_body ... ok [INFO] [stdout] test request::tests::get_headers ... ok [INFO] [stdout] test request::tests::extract_headers ... ok [INFO] [stdout] test request::tests::get_request_line ... ok [INFO] [stdout] test request::tests::extract_http_version ... ok [INFO] [stdout] test request::tests::uri_is_match_home_path_no_parameters ... ok [INFO] [stdout] test request::tests::uri_is_match_parameterized_and_query ... ok [INFO] [stdout] test request::tests::uri_is_match_home_path ... ok [INFO] [stdout] test request::tests::uri_is_match_parameterized_multi_args ... ok [INFO] [stdout] test request::tests::uri_is_match_parameterized_invalid_comparison ... ok [INFO] [stdout] test request::tests::uri_is_match_parameterized_single_arg ... ok [INFO] [stdout] test request::tests::uri_query_segment_params_parsing ... ok [INFO] [stdout] test request::tests::query_segment_iter ... ok [INFO] [stdout] test request::tests::uri_is_match_no_parameterized ... ok [INFO] [stdout] test request::tests::uri_is_match_parameterized_multi_args2 ... ok [INFO] [stdout] test request::tests::path_segment_iter ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/hooch_http-3dbe46e5c88cfdef) [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.01s [INFO] [stdout] [INFO] [stderr] Doc-tests hooch_http [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/app.rs - app (line 33) ... ok [INFO] [stdout] test src/request.rs - request (line 17) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stdout] all doctests ran in 0.69s; merged doctests compilation took 0.65s [INFO] running `Command { std: "docker" "inspect" "b0265f7186d3650d060490b33aa91334c4e75df677d068afabdd30083a4f1f0e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b0265f7186d3650d060490b33aa91334c4e75df677d068afabdd30083a4f1f0e", kill_on_drop: false }` [INFO] [stdout] b0265f7186d3650d060490b33aa91334c4e75df677d068afabdd30083a4f1f0e