[INFO] fetching crate geohashrust 0.0.2... [INFO] testing geohashrust-0.0.2 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate geohashrust 0.0.2 into /workspace/builds/worker-7-tc1/source [INFO] started tweaking crates.io crate geohashrust 0.0.2 [INFO] finished tweaking crates.io crate geohashrust 0.0.2 [INFO] tweaked toml for crates.io crate geohashrust 0.0.2 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate geohashrust 0.0.2 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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] d8fce577f0455ee4651581b1f150d8ca62dd2bee592332b4911722bd743aee87 [INFO] running `Command { std: "docker" "start" "-a" "d8fce577f0455ee4651581b1f150d8ca62dd2bee592332b4911722bd743aee87", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d8fce577f0455ee4651581b1f150d8ca62dd2bee592332b4911722bd743aee87", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d8fce577f0455ee4651581b1f150d8ca62dd2bee592332b4911722bd743aee87", kill_on_drop: false }` [INFO] [stdout] d8fce577f0455ee4651581b1f150d8ca62dd2bee592332b4911722bd743aee87 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 3802f63803cf8314d216b6fdc11ebdbd485daa976768fc9bf6716c9a14711916 [INFO] running `Command { std: "docker" "start" "-a" "3802f63803cf8314d216b6fdc11ebdbd485daa976768fc9bf6716c9a14711916", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling geohashrust v0.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `unstable` [INFO] [stdout] --> src/geohash.rs:51:11 [INFO] [stdout] | [INFO] [stdout] 51 | #[cfg(unstable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(unstable)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(unstable)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `unstable` [INFO] [stdout] --> src/geohash.rs:180:11 [INFO] [stdout] | [INFO] [stdout] 180 | #[cfg(unstable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(unstable)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(unstable)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s [INFO] running `Command { std: "docker" "inspect" "3802f63803cf8314d216b6fdc11ebdbd485daa976768fc9bf6716c9a14711916", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3802f63803cf8314d216b6fdc11ebdbd485daa976768fc9bf6716c9a14711916", kill_on_drop: false }` [INFO] [stdout] 3802f63803cf8314d216b6fdc11ebdbd485daa976768fc9bf6716c9a14711916 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 1241adaada896da6ef8788b6b90e59b5cb0aa0dfb87513063713622fc8765339 [INFO] running `Command { std: "docker" "start" "-a" "1241adaada896da6ef8788b6b90e59b5cb0aa0dfb87513063713622fc8765339", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stdout] warning: unexpected `cfg` condition name: `unstable` [INFO] [stdout] --> src/geohash.rs:51:11 [INFO] [stdout] | [INFO] [stdout] 51 | #[cfg(unstable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(unstable)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(unstable)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `unstable` [INFO] [stdout] --> src/geohash.rs:180:11 [INFO] [stdout] | [INFO] [stdout] 180 | #[cfg(unstable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(unstable)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(unstable)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling geohashrust v0.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `unstable` [INFO] [stdout] --> src/geohash.rs:51:11 [INFO] [stdout] | [INFO] [stdout] 51 | #[cfg(unstable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(unstable)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(unstable)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `unstable` [INFO] [stdout] --> src/geohash.rs:180:11 [INFO] [stdout] | [INFO] [stdout] 180 | #[cfg(unstable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(unstable)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(unstable)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.59s [INFO] running `Command { std: "docker" "inspect" "1241adaada896da6ef8788b6b90e59b5cb0aa0dfb87513063713622fc8765339", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1241adaada896da6ef8788b6b90e59b5cb0aa0dfb87513063713622fc8765339", kill_on_drop: false }` [INFO] [stdout] 1241adaada896da6ef8788b6b90e59b5cb0aa0dfb87513063713622fc8765339 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] d928a5ab9c848a642ca24dc7cf172bda8d2656e57db1bae000822873212addf9 [INFO] running `Command { std: "docker" "start" "-a" "d928a5ab9c848a642ca24dc7cf172bda8d2656e57db1bae000822873212addf9", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] warning: unexpected `cfg` condition name: `unstable` [INFO] [stderr] --> src/geohash.rs:51:11 [INFO] [stderr] | [INFO] [stderr] 51 | #[cfg(unstable)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(unstable)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(unstable)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `unstable` [INFO] [stderr] --> src/geohash.rs:180:11 [INFO] [stderr] | [INFO] [stderr] 180 | #[cfg(unstable)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(unstable)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(unstable)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: `geohashrust` (lib) generated 2 warnings [INFO] [stderr] warning: `geohashrust` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/geohashrust-904bd4bd1345a76f) [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] [stderr] Running tests/bbox.rs (/opt/rustwide/target/debug/deps/bbox-85011a4233cef504) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test box_create ... ok [INFO] [stdout] test box_expand ... ok [INFO] [stdout] test box_contains ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/distance.rs (/opt/rustwide/target/debug/deps/distance-5b45fd9ad9dda96e) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test sub_distance ... ok [INFO] [stdout] test distance ... ok [INFO] [stdout] test test_geolocation ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/geohash.rs (/opt/rustwide/target/debug/deps/geohash-fcb87c23d8b5b551) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test test_encode ... ok [INFO] [stdout] test test_decode ... ok [INFO] [stdout] test test_binary_hash ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests geohashrust [INFO] [stdout] [INFO] [stdout] running 32 tests [INFO] [stdout] test src/boundingbox.rs - boundingbox::BoundingBox::bottom_left (line 201) ... ok [INFO] [stdout] test src/boundingbox.rs - boundingbox::BoundingBox::from_coordinates (line 37) ... ok [INFO] [stdout] test src/boundingbox.rs - boundingbox::BoundingBox::latitude_error (line 293) ... ok [INFO] [stdout] test src/boundingbox.rs - boundingbox::BoundingBox::center (line 126) ... ok [INFO] [stdout] test src/boundingbox.rs - boundingbox::BoundingBox::bottom_right (line 226) ... ok [INFO] [stdout] test src/boundingbox.rs - boundingbox::BoundingBox::contains (line 335) ... ok [INFO] [stdout] test src/boundingbox.rs - boundingbox::BoundingBox::from_geolocations (line 57) ... ok [INFO] [stdout] test src/boundingbox.rs - boundingbox::BoundingBox::latitude_range (line 251) ... ok [INFO] [stdout] test src/boundingbox.rs - boundingbox::BoundingBox::merge_with (line 358) ... ok [INFO] [stdout] test src/boundingbox.rs - boundingbox::BoundingBox::new (line 17) ... ok [INFO] [stdout] test src/boundingbox.rs - boundingbox::BoundingBox::merged (line 86) ... ok [INFO] [stdout] test src/boundingbox.rs - boundingbox::BoundingBox::longitude_error (line 314) ... ok [INFO] [stdout] test src/boundingbox.rs - boundingbox::BoundingBox::top_left (line 151) ... ok [INFO] [stdout] test src/geohash.rs - geohash::BinaryHash::decode (line 127) ... ok [INFO] [stdout] test src/geohash.rs - geohash::BinaryHash::empty (line 227) ... ok [INFO] [stdout] test src/boundingbox.rs - boundingbox::BoundingBox::longitude_range (line 272) ... ok [INFO] [stdout] test src/boundingbox.rs - boundingbox::BoundingBox::top_right (line 176) ... ok [INFO] [stdout] test src/geohash.rs - geohash::BinaryHash::decode_string (line 161) ... ok [INFO] [stdout] test src/geohash.rs - geohash::BinaryHash::from_string (line 64) ... ok [INFO] [stdout] test src/geohash.rs - geohash::BinaryHash::encode (line 84) ... ok [INFO] [stdout] test src/geohash.rs - geohash::BinaryHash::to_string (line 193) ... ok [INFO] [stdout] test src/geohash.rs - geohash::encode (line 282) ... ok [INFO] [stdout] test src/geohash.rs - geohash::decode (line 333) ... ok [INFO] [stdout] test src/geohash.rs - geohash::neighbor (line 375) ... ok [INFO] [stdout] test src/geohash.rs - geohash::BinaryHash::len (line 209) ... ok [INFO] [stdout] test src/geohash.rs - geohash::BinaryHash::push (line 263) ... ok [INFO] [stdout] test src/geohash.rs - geohash::BinaryHash::test (line 244) ... ok [INFO] [stdout] test src/geohash.rs - geohash::neighbors (line 395) ... ok [INFO] [stdout] test src/geolocation.rs - geolocation::GeoLocation (line 81) ... ok [INFO] [stdout] test src/geolocation.rs - geolocation::GeoLocation::distance_to (line 56) ... ok [INFO] [stdout] test src/geolocation.rs - geolocation::GeoLocation::new (line 21) ... ok [INFO] [stdout] test src/geolocation.rs - geolocation::GeoLocation::from_coordinates (line 37) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 32 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.09s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "d928a5ab9c848a642ca24dc7cf172bda8d2656e57db1bae000822873212addf9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d928a5ab9c848a642ca24dc7cf172bda8d2656e57db1bae000822873212addf9", kill_on_drop: false }` [INFO] [stdout] d928a5ab9c848a642ca24dc7cf172bda8d2656e57db1bae000822873212addf9