[INFO] fetching crate geohashrust 0.0.2... [INFO] testing geohashrust-0.0.2 against try#b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b for pr-145330-1 [INFO] extracting crate geohashrust 0.0.2 into /workspace/builds/worker-7-tc2/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-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate geohashrust 0.0.2 on toolchain b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "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" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "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-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ed082c371d28453402d467c7cde2a9718e3ff30859f144bd20195654bf25732f [INFO] running `Command { std: "docker" "start" "-a" "ed082c371d28453402d467c7cde2a9718e3ff30859f144bd20195654bf25732f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ed082c371d28453402d467c7cde2a9718e3ff30859f144bd20195654bf25732f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ed082c371d28453402d467c7cde2a9718e3ff30859f144bd20195654bf25732f", kill_on_drop: false }` [INFO] [stdout] ed082c371d28453402d467c7cde2a9718e3ff30859f144bd20195654bf25732f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0e78eda2f53e914786565cdf33438f8ab26ceee0bd7f15f284618c8e5a5507f7 [INFO] running `Command { std: "docker" "start" "-a" "0e78eda2f53e914786565cdf33438f8ab26ceee0bd7f15f284618c8e5a5507f7", 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.23s [INFO] running `Command { std: "docker" "inspect" "0e78eda2f53e914786565cdf33438f8ab26ceee0bd7f15f284618c8e5a5507f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0e78eda2f53e914786565cdf33438f8ab26ceee0bd7f15f284618c8e5a5507f7", kill_on_drop: false }` [INFO] [stdout] 0e78eda2f53e914786565cdf33438f8ab26ceee0bd7f15f284618c8e5a5507f7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fe808ff4880f0db35cd17fb6c798197edce462748b042ff753450824b28bff17 [INFO] running `Command { std: "docker" "start" "-a" "fe808ff4880f0db35cd17fb6c798197edce462748b042ff753450824b28bff17", 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.55s [INFO] running `Command { std: "docker" "inspect" "fe808ff4880f0db35cd17fb6c798197edce462748b042ff753450824b28bff17", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fe808ff4880f0db35cd17fb6c798197edce462748b042ff753450824b28bff17", kill_on_drop: false }` [INFO] [stdout] fe808ff4880f0db35cd17fb6c798197edce462748b042ff753450824b28bff17 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 66a0c30965ae553c3a0a51ae198b919c9aa950cbf2efbc9c9320399b273c0eeb [INFO] running `Command { std: "docker" "start" "-a" "66a0c30965ae553c3a0a51ae198b919c9aa950cbf2efbc9c9320399b273c0eeb", 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.03s [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_contains ... ok [INFO] [stderr] Running tests/distance.rs (/opt/rustwide/target/debug/deps/distance-5b45fd9ad9dda96e) [INFO] [stdout] test box_expand ... ok [INFO] [stderr] Running tests/geohash.rs (/opt/rustwide/target/debug/deps/geohash-fcb87c23d8b5b551) [INFO] [stdout] [INFO] [stderr] Doc-tests geohashrust [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test distance ... ok [INFO] [stdout] test sub_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.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test test_decode ... ok [INFO] [stdout] test test_binary_hash ... ok [INFO] [stdout] test test_encode ... 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] [stdout] [INFO] [stdout] running 32 tests [INFO] [stdout] test src/boundingbox.rs - boundingbox::BoundingBox::longitude_error (line 314) ... ok [INFO] [stdout] test src/boundingbox.rs - boundingbox::BoundingBox::new (line 17) ... ok [INFO] [stdout] test src/boundingbox.rs - boundingbox::BoundingBox::from_geolocations (line 57) ... ok [INFO] [stdout] test src/boundingbox.rs - boundingbox::BoundingBox::top_left (line 151) ... ok [INFO] [stdout] test src/boundingbox.rs - boundingbox::BoundingBox::from_coordinates (line 37) ... ok [INFO] [stdout] test src/geohash.rs - geohash::BinaryHash::decode (line 127) ... ok [INFO] [stdout] test src/boundingbox.rs - boundingbox::BoundingBox::contains (line 335) ... ok [INFO] [stdout] test src/boundingbox.rs - boundingbox::BoundingBox::merge_with (line 358) ... ok [INFO] [stdout] test src/boundingbox.rs - boundingbox::BoundingBox::bottom_left (line 201) ... ok [INFO] [stdout] test src/boundingbox.rs - boundingbox::BoundingBox::latitude_error (line 293) ... ok [INFO] [stdout] test src/geohash.rs - geohash::BinaryHash::decode_string (line 161) ... ok [INFO] [stdout] test src/boundingbox.rs - boundingbox::BoundingBox::top_right (line 176) ... ok [INFO] [stdout] test src/boundingbox.rs - boundingbox::BoundingBox::bottom_right (line 226) ... ok [INFO] [stdout] test src/boundingbox.rs - boundingbox::BoundingBox::merged (line 86) ... ok [INFO] [stdout] test src/boundingbox.rs - boundingbox::BoundingBox::longitude_range (line 272) ... ok [INFO] [stdout] test src/geohash.rs - geohash::BinaryHash::push (line 263) ... ok [INFO] [stdout] test src/boundingbox.rs - boundingbox::BoundingBox::center (line 126) ... ok [INFO] [stdout] test src/boundingbox.rs - boundingbox::BoundingBox::latitude_range (line 251) ... ok [INFO] [stdout] test src/geohash.rs - geohash::BinaryHash::to_string (line 193) ... ok [INFO] [stdout] test src/geohash.rs - geohash::decode (line 333) ... ok [INFO] [stdout] test src/geohash.rs - geohash::BinaryHash::encode (line 84) ... ok [INFO] [stdout] test src/geohash.rs - geohash::BinaryHash::from_string (line 64) ... ok [INFO] [stdout] test src/geohash.rs - geohash::BinaryHash::len (line 209) ... ok [INFO] [stdout] test src/geolocation.rs - geolocation::GeoLocation::distance_to (line 56) ... ok [INFO] [stdout] test src/geolocation.rs - geolocation::GeoLocation::from_coordinates (line 37) ... ok [INFO] [stdout] test src/geohash.rs - geohash::neighbors (line 395) ... ok [INFO] [stdout] test src/geohash.rs - geohash::encode (line 282) ... ok [INFO] [stdout] test src/geolocation.rs - geolocation::GeoLocation (line 81) ... ok [INFO] [stdout] test src/geohash.rs - geohash::neighbor (line 375) ... ok [INFO] [stdout] test src/geohash.rs - geohash::BinaryHash::test (line 244) ... ok [INFO] [stdout] test src/geohash.rs - geohash::BinaryHash::empty (line 227) ... ok [INFO] [stdout] test src/geolocation.rs - geolocation::GeoLocation::new (line 21) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 32 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.65s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "66a0c30965ae553c3a0a51ae198b919c9aa950cbf2efbc9c9320399b273c0eeb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "66a0c30965ae553c3a0a51ae198b919c9aa950cbf2efbc9c9320399b273c0eeb", kill_on_drop: false }` [INFO] [stdout] 66a0c30965ae553c3a0a51ae198b919c9aa950cbf2efbc9c9320399b273c0eeb