[INFO] fetching crate hash_rstar 0.1.0...
[INFO] testing hash_rstar-0.1.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate hash_rstar 0.1.0 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate hash_rstar 0.1.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate hash_rstar 0.1.0
[INFO] tweaked toml for crates.io crate hash_rstar 0.1.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate hash_rstar 0.1.0 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 hash_rstar 0.1.0 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-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 2a25b79b2d02bb7f41868b79daa46900646e42563732729c2e2befc11fc0f21e
[INFO] running `Command { std: "docker" "start" "-a" "2a25b79b2d02bb7f41868b79daa46900646e42563732729c2e2befc11fc0f21e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2a25b79b2d02bb7f41868b79daa46900646e42563732729c2e2befc11fc0f21e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2a25b79b2d02bb7f41868b79daa46900646e42563732729c2e2befc11fc0f21e", kill_on_drop: false }`
[INFO] [stdout] 2a25b79b2d02bb7f41868b79daa46900646e42563732729c2e2befc11fc0f21e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] b9a7250f3b8698c5ff58493258c29e9dc8e527c592b9179e4a8fad2f457e096f
[INFO] running `Command { std: "docker" "start" "-a" "b9a7250f3b8698c5ff58493258c29e9dc8e527c592b9179e4a8fad2f457e096f", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]    Compiling libm v0.2.11
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling log v0.4.26
[INFO] [stderr]    Compiling once_cell v1.21.1
[INFO] [stderr]    Compiling heapless v0.8.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling hash32 v0.3.1
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling getrandom v0.3.2
[INFO] [stderr]    Compiling zerocopy v0.8.24
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling rustversion v1.0.20
[INFO] [stderr]    Compiling half v2.5.0
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling socket2 v0.5.8
[INFO] [stderr]    Compiling mio v1.0.3
[INFO] [stderr]    Compiling instant v0.1.13
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling rstar v0.12.2
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling clap_builder v4.5.34
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling i_key_sort v0.2.0
[INFO] [stderr]    Compiling virtue v0.0.18
[INFO] [stderr]    Compiling robust v1.1.0
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling i_tree v0.8.3
[INFO] [stderr]    Compiling spade v2.13.1
[INFO] [stderr]    Compiling bincode_derive v2.0.1
[INFO] [stderr]    Compiling clap v4.5.34
[INFO] [stderr]    Compiling earcutr v0.4.3
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling axum-core v0.5.0
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling tokio v1.44.1
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling is-terminal v0.4.16
[INFO] [stderr]    Compiling fs2 v0.4.3
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling geographiclib-rs v0.2.4
[INFO] [stderr]    Compiling csv-core v0.1.12
[INFO] [stderr]    Compiling crc32fast v1.4.2
[INFO] [stderr]    Compiling float_next_after v1.0.0
[INFO] [stderr]    Compiling matchit v0.8.4
[INFO] [stderr]    Compiling unty v0.0.4
[INFO] [stderr]    Compiling tower-http v0.6.2
[INFO] [stderr]    Compiling sled v0.34.7
[INFO] [stderr]    Compiling bincode v2.0.1
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling rand v0.9.0
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling hyper v1.6.0
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling hyper-util v0.1.10
[INFO] [stderr]    Compiling geo-types v0.7.15
[INFO] [stderr]    Compiling i_float v1.6.0
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling serde_path_to_error v0.1.17
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling i_shape v1.6.0
[INFO] [stderr]    Compiling csv v1.3.1
[INFO] [stderr]    Compiling i_overlay v1.9.4
[INFO] [stderr]    Compiling geohash v0.13.1
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling axum v0.8.1
[INFO] [stderr]    Compiling geojson v0.24.2
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling geo v0.29.3
[INFO] [stderr]    Compiling hash_rstar v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s
[INFO] running `Command { std: "docker" "inspect" "b9a7250f3b8698c5ff58493258c29e9dc8e527c592b9179e4a8fad2f457e096f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b9a7250f3b8698c5ff58493258c29e9dc8e527c592b9179e4a8fad2f457e096f", kill_on_drop: false }`
[INFO] [stdout] b9a7250f3b8698c5ff58493258c29e9dc8e527c592b9179e4a8fad2f457e096f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 9a67fd8b93bbc2012a8eb60df65991b9e0851a95762af1c5607ff6a0f087322c
[INFO] running `Command { std: "docker" "start" "-a" "9a67fd8b93bbc2012a8eb60df65991b9e0851a95762af1c5607ff6a0f087322c", kill_on_drop: false }`
[INFO] [stderr]    Compiling hash_rstar v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.24s
[INFO] running `Command { std: "docker" "inspect" "9a67fd8b93bbc2012a8eb60df65991b9e0851a95762af1c5607ff6a0f087322c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9a67fd8b93bbc2012a8eb60df65991b9e0851a95762af1c5607ff6a0f087322c", kill_on_drop: false }`
[INFO] [stdout] 9a67fd8b93bbc2012a8eb60df65991b9e0851a95762af1c5607ff6a0f087322c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 86b7c12e887dc3d23ee9544b3c60c3ce511787a63ac895039ff6ac6225a486a6
[INFO] running `Command { std: "docker" "start" "-a" "86b7c12e887dc3d23ee9544b3c60c3ce511787a63ac895039ff6ac6225a486a6", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.23s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/hash_rstar-4294c62ab295247d)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test tests::test_insert ... ok
[INFO] [stdout] test tests::test_remove ... ok
[INFO] [stdout] test tests::test_sorted_cells_nearest ... ok
[INFO] [stdout] test utils::tests::test_sort_geohash_neighbors ... ok
[INFO] [stdout] test utils::tests::test_perpendicular_point ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/hash_rstar-eebbeb73855d755c)
[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/rtreeobject.rs (/opt/rustwide/target/debug/deps/rtreeobject-069419eb21e8212c)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_rtree_object ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests hash_rstar
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test src/lib.rs - GeohashRTree<T>::load_async (line 277) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 87) ... FAILED
[INFO] [stdout] test src/lib.rs - GeohashRTree<T>::sorted_cells_nearest (line 494) ... FAILED
[INFO] [stdout] test src/lib.rs - GeohashRTree<T>::adjacent_cells_nearest (line 400) ... FAILED
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] [stdout] test src/lib.rs - (line 18) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - GeohashRTree<T>::load_async (line 277) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `GeohashRTree`
[INFO] [stdout]    --> src/lib.rs:278:11
[INFO] [stdout]     |
[INFO] [stdout] 278 | let hrt = GeohashRTree::load_async(5, PathBuf::from("data/store"))?;
[INFO] [stdout]     |           ^^^^^^^^^^^^ use of undeclared type `GeohashRTree`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 277 + use hash_rstar::GeohashRTree;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PathBuf`
[INFO] [stdout]    --> src/lib.rs:278:39
[INFO] [stdout]     |
[INFO] [stdout] 278 | let hrt = GeohashRTree::load_async(5, PathBuf::from("data/store"))?;
[INFO] [stdout]     |                                       ^^^^^^^ use of undeclared type `PathBuf`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 277 + use std::path::PathBuf;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 87) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `GeohashRTree`
[INFO] [stdout]   --> src/lib.rs:90:12
[INFO] [stdout]    |
[INFO] [stdout] 90 | let tree = GeohashRTree::new(6, Some(PathBuf::from("data.db"))).unwrap();
[INFO] [stdout]    |            ^^^^^^^^^^^^ use of undeclared type `GeohashRTree`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 87 + use hash_rstar::GeohashRTree;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - GeohashRTree<T>::sorted_cells_nearest (line 494) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `GeohashRTree`
[INFO] [stdout]    --> src/lib.rs:495:12
[INFO] [stdout]     |
[INFO] [stdout] 495 | let tree = GeohashRTree::new(5, None)?;
[INFO] [stdout]     |            ^^^^^^^^^^^^ use of undeclared type `GeohashRTree`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 494 + use hash_rstar::GeohashRTree;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point`
[INFO] [stdout]    --> src/lib.rs:496:13
[INFO] [stdout]     |
[INFO] [stdout] 496 | let point = Point::new(longitude, latitude);
[INFO] [stdout]     |             ^^^^^ use of undeclared type `Point`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout] 494 + use geo::Point;
[INFO] [stdout]     |
[INFO] [stdout] 494 + use rstar::Point;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `longitude` in this scope
[INFO] [stdout]    --> src/lib.rs:496:24
[INFO] [stdout]     |
[INFO] [stdout] 496 | let point = Point::new(longitude, latitude);
[INFO] [stdout]     |                        ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `latitude` in this scope
[INFO] [stdout]    --> src/lib.rs:496:35
[INFO] [stdout]     |
[INFO] [stdout] 496 | let point = Point::new(longitude, latitude);
[INFO] [stdout]     |                                   ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - GeohashRTree<T>::adjacent_cells_nearest (line 400) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `GeohashRTree`
[INFO] [stdout]    --> src/lib.rs:401:12
[INFO] [stdout]     |
[INFO] [stdout] 401 | let tree = GeohashRTree::new(6, None)?;
[INFO] [stdout]     |            ^^^^^^^^^^^^ use of undeclared type `GeohashRTree`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 400 + use hash_rstar::GeohashRTree;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point`
[INFO] [stdout]    --> src/lib.rs:402:13
[INFO] [stdout]     |
[INFO] [stdout] 402 | let point = Point::new(longitude, latitude);
[INFO] [stdout]     |             ^^^^^ use of undeclared type `Point`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout] 400 + use geo::Point;
[INFO] [stdout]     |
[INFO] [stdout] 400 + use rstar::Point;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `longitude` in this scope
[INFO] [stdout]    --> src/lib.rs:402:24
[INFO] [stdout]     |
[INFO] [stdout] 402 | let point = Point::new(longitude, latitude);
[INFO] [stdout]     |                        ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `latitude` in this scope
[INFO] [stdout]    --> src/lib.rs:402:35
[INFO] [stdout]     |
[INFO] [stdout] 402 | let point = Point::new(longitude, latitude);
[INFO] [stdout]     |                                   ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 87)
[INFO] [stdout]     src/lib.rs - GeohashRTree<T>::adjacent_cells_nearest (line 400)
[INFO] [stdout]     src/lib.rs - GeohashRTree<T>::load_async (line 277)
[INFO] [stdout]     src/lib.rs - GeohashRTree<T>::sorted_cells_nearest (line 494)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.24s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 1.62s; merged doctests compilation took 0.37s
[INFO] running `Command { std: "docker" "inspect" "86b7c12e887dc3d23ee9544b3c60c3ce511787a63ac895039ff6ac6225a486a6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "86b7c12e887dc3d23ee9544b3c60c3ce511787a63ac895039ff6ac6225a486a6", kill_on_drop: false }`
[INFO] [stdout] 86b7c12e887dc3d23ee9544b3c60c3ce511787a63ac895039ff6ac6225a486a6
