[INFO] fetching crate geohashrust 0.0.2...
[INFO] testing geohashrust-0.0.2 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate geohashrust 0.0.2 into /workspace/builds/worker-6-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-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate geohashrust 0.0.2 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "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-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d38faf555c49c2af577e1054a651e7512b057b5cfcae48fe8e80da2d9285afdb
[INFO] running `Command { std: "docker" "start" "-a" "d38faf555c49c2af577e1054a651e7512b057b5cfcae48fe8e80da2d9285afdb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d38faf555c49c2af577e1054a651e7512b057b5cfcae48fe8e80da2d9285afdb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d38faf555c49c2af577e1054a651e7512b057b5cfcae48fe8e80da2d9285afdb", kill_on_drop: false }`
[INFO] [stdout] d38faf555c49c2af577e1054a651e7512b057b5cfcae48fe8e80da2d9285afdb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1647ddae071aad0feaf3b0ab5d12e3d609bcd6d888f2d77c0a7f91766679a686
[INFO] running `Command { std: "docker" "start" "-a" "1647ddae071aad0feaf3b0ab5d12e3d609bcd6d888f2d77c0a7f91766679a686", 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.22s
[INFO] running `Command { std: "docker" "inspect" "1647ddae071aad0feaf3b0ab5d12e3d609bcd6d888f2d77c0a7f91766679a686", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1647ddae071aad0feaf3b0ab5d12e3d609bcd6d888f2d77c0a7f91766679a686", kill_on_drop: false }`
[INFO] [stdout] 1647ddae071aad0feaf3b0ab5d12e3d609bcd6d888f2d77c0a7f91766679a686
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4e67bec4accd4ee5fbe8f52af5d7b74ec9be9b2c7ea3318980a604fcf18b1aca
[INFO] running `Command { std: "docker" "start" "-a" "4e67bec4accd4ee5fbe8f52af5d7b74ec9be9b2c7ea3318980a604fcf18b1aca", 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.57s
[INFO] running `Command { std: "docker" "inspect" "4e67bec4accd4ee5fbe8f52af5d7b74ec9be9b2c7ea3318980a604fcf18b1aca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4e67bec4accd4ee5fbe8f52af5d7b74ec9be9b2c7ea3318980a604fcf18b1aca", kill_on_drop: false }`
[INFO] [stdout] 4e67bec4accd4ee5fbe8f52af5d7b74ec9be9b2c7ea3318980a604fcf18b1aca
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] ea74847234b180c066e9512160cb0a3b4b44af9b8ffb95bfce6d4e8e92b75147
[INFO] running `Command { std: "docker" "start" "-a" "ea74847234b180c066e9512160cb0a3b4b44af9b8ffb95bfce6d4e8e92b75147", 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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] [stderr]      Running tests/bbox.rs (/opt/rustwide/target/debug/deps/bbox-85011a4233cef504)
[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] [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] [stderr]      Running tests/distance.rs (/opt/rustwide/target/debug/deps/distance-5b45fd9ad9dda96e)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test test_geolocation ... ok
[INFO] [stdout] test sub_distance ... ok
[INFO] [stdout] test distance ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[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_binary_hash ... ok
[INFO] [stdout] test test_decode ... 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] [stderr]    Doc-tests geohashrust
[INFO] [stdout] 
[INFO] [stdout] running 32 tests
[INFO] [stdout] test src/boundingbox.rs - boundingbox::BoundingBox::contains (line 335) ... ok
[INFO] [stdout] test src/boundingbox.rs - boundingbox::BoundingBox::latitude_error (line 293) ... ok
[INFO] [stdout] test src/boundingbox.rs - boundingbox::BoundingBox::from_geolocations (line 57) ... ok
[INFO] [stdout] test src/boundingbox.rs - boundingbox::BoundingBox::new (line 17) ... ok
[INFO] [stdout] test src/boundingbox.rs - boundingbox::BoundingBox::from_coordinates (line 37) ... ok
[INFO] [stdout] test src/boundingbox.rs - boundingbox::BoundingBox::longitude_range (line 272) ... ok
[INFO] [stdout] test src/boundingbox.rs - boundingbox::BoundingBox::merged (line 86) ... 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/geohash.rs - geohash::BinaryHash::empty (line 227) ... ok
[INFO] [stdout] test src/boundingbox.rs - boundingbox::BoundingBox::longitude_error (line 314) ... ok
[INFO] [stdout] test src/boundingbox.rs - boundingbox::BoundingBox::bottom_right (line 226) ... ok
[INFO] [stdout] test src/geohash.rs - geohash::BinaryHash::decode (line 127) ... ok
[INFO] [stdout] test src/boundingbox.rs - boundingbox::BoundingBox::top_left (line 151) ... ok
[INFO] [stdout] test src/boundingbox.rs - boundingbox::BoundingBox::center (line 126) ... ok
[INFO] [stdout] test src/boundingbox.rs - boundingbox::BoundingBox::top_right (line 176) ... ok
[INFO] [stdout] test src/geohash.rs - geohash::BinaryHash::len (line 209) ... ok
[INFO] [stdout] test src/geohash.rs - geohash::BinaryHash::encode (line 84) ... ok
[INFO] [stdout] test src/geohash.rs - geohash::BinaryHash::decode_string (line 161) ... ok
[INFO] [stdout] test src/geohash.rs - geohash::decode (line 333) ... ok
[INFO] [stdout] test src/boundingbox.rs - boundingbox::BoundingBox::latitude_range (line 251) ... ok
[INFO] [stdout] test src/geolocation.rs - geolocation::GeoLocation::from_coordinates (line 37) ... ok
[INFO] [stdout] test src/geohash.rs - geohash::BinaryHash::from_string (line 64) ... ok
[INFO] [stdout] test src/geohash.rs - geohash::BinaryHash::test (line 244) ... ok
[INFO] [stdout] test src/geohash.rs - geohash::BinaryHash::push (line 263) ... 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/geolocation.rs - geolocation::GeoLocation (line 81) ... ok
[INFO] [stdout] test src/geolocation.rs - geolocation::GeoLocation::new (line 21) ... ok
[INFO] [stdout] test src/geohash.rs - geohash::neighbors (line 395) ... ok
[INFO] [stdout] test src/geolocation.rs - geolocation::GeoLocation::distance_to (line 56) ... ok
[INFO] [stdout] test src/geohash.rs - geohash::neighbor (line 375) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 32 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.53s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "ea74847234b180c066e9512160cb0a3b4b44af9b8ffb95bfce6d4e8e92b75147", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ea74847234b180c066e9512160cb0a3b4b44af9b8ffb95bfce6d4e8e92b75147", kill_on_drop: false }`
[INFO] [stdout] ea74847234b180c066e9512160cb0a3b4b44af9b8ffb95bfce6d4e8e92b75147
