[INFO] fetching crate rstar 0.12.2...
[INFO] testing rstar-0.12.2 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate rstar 0.12.2 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate rstar 0.12.2
[INFO] finished tweaking crates.io crate rstar 0.12.2
[INFO] tweaked toml for crates.io crate rstar 0.12.2 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate rstar 0.12.2 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "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" "+beta-2026-04-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 46 packages to latest compatible versions
[INFO] [stderr]       Adding approx v0.3.2 (available: v0.5.1)
[INFO] [stderr]       Adding heapless v0.8.0 (available: v0.9.2)
[INFO] [stderr]       Adding nalgebra v0.32.6 (available: v0.34.2)
[INFO] [stderr]       Adding rand v0.7.3 (available: v0.10.1)
[INFO] [stderr]       Adding rand_hc v0.2.0 (available: v0.5.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 934f06d2a7ab9db5735d7d4485917c73824a031b4f39293322c97f5a158544dd
[INFO] running `Command { std: "docker" "start" "-a" "934f06d2a7ab9db5735d7d4485917c73824a031b4f39293322c97f5a158544dd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "934f06d2a7ab9db5735d7d4485917c73824a031b4f39293322c97f5a158544dd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "934f06d2a7ab9db5735d7d4485917c73824a031b4f39293322c97f5a158544dd", kill_on_drop: false }`
[INFO] [stdout] 934f06d2a7ab9db5735d7d4485917c73824a031b4f39293322c97f5a158544dd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 849e627fdcc09e219908db6da374fd3076c9cb7a134531c8c03e2b8fd65f0a08
[INFO] running `Command { std: "docker" "start" "-a" "849e627fdcc09e219908db6da374fd3076c9cb7a134531c8c03e2b8fd65f0a08", kill_on_drop: false }`
[INFO] [stderr]    Compiling heapless v0.8.0
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling hash32 v0.3.1
[INFO] [stderr]    Compiling rstar v0.12.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rtree.rs:297:17
[INFO] [stdout]     |
[INFO] [stdout] 297 |     pub fn iter(&self) -> RTreeIterator<T> {
[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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 297 |     pub fn iter(&self) -> RTreeIterator<'_, T> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rtree.rs:311:21
[INFO] [stdout]     |
[INFO] [stdout] 311 |     pub fn iter_mut(&mut self) -> RTreeIteratorMut<T> {
[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] 311 |     pub fn iter_mut(&mut self) -> RTreeIteratorMut<'_, T> {
[INFO] [stdout]     |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rtree.rs:335:31
[INFO] [stdout]     |
[INFO] [stdout] 335 |     pub fn locate_in_envelope(&self, envelope: &T::Envelope) -> LocateInEnvelope<T> {
[INFO] [stdout]     |                               ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 335 |     pub fn locate_in_envelope(&self, envelope: &T::Envelope) -> LocateInEnvelope<'_, T> {
[INFO] [stdout]     |                                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rtree.rs:340:35
[INFO] [stdout]     |
[INFO] [stdout] 340 |     pub fn locate_in_envelope_mut(&mut self, envelope: &T::Envelope) -> LocateInEnvelopeMut<T> {
[INFO] [stdout]     |                                   ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 340 |     pub fn locate_in_envelope_mut(&mut self, envelope: &T::Envelope) -> LocateInEnvelopeMut<'_, T> {
[INFO] [stdout]     |                                                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rtree.rs:386:18
[INFO] [stdout]     |
[INFO] [stdout] 386 |     pub fn drain(&mut self) -> DrainIterator<T, SelectAllFunc, Params> {
[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] 386 |     pub fn drain(&mut self) -> DrainIterator<'_, T, SelectAllFunc, Params> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rtree.rs:392:9
[INFO] [stdout]     |
[INFO] [stdout] 392 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 393 |         envelope: T::Envelope,
[INFO] [stdout] 394 |     ) -> DrainIterator<T, SelectInEnvelopeFunction<T>, Params> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 394 |     ) -> DrainIterator<'_, T, SelectInEnvelopeFunction<T>, Params> {
[INFO] [stdout]     |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rtree.rs:435:9
[INFO] [stdout]     |
[INFO] [stdout] 435 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 436 |         envelope: &T::Envelope,
[INFO] [stdout] 437 |     ) -> LocateInEnvelopeIntersecting<T> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 437 |     ) -> LocateInEnvelopeIntersecting<'_, T> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rtree.rs:446:9
[INFO] [stdout]     |
[INFO] [stdout] 446 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 447 |         envelope: &T::Envelope,
[INFO] [stdout] 448 |     ) -> LocateInEnvelopeIntersectingMut<T> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 448 |     ) -> LocateInEnvelopeIntersectingMut<'_, T> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rtree.rs:495:9
[INFO] [stdout]     |
[INFO] [stdout] 495 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 496 |         selection_function: S,
[INFO] [stdout] 497 |     ) -> SelectionIterator<T, S> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 497 |     ) -> SelectionIterator<'_, T, S> {
[INFO] [stdout]     |                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rtree.rs:503:9
[INFO] [stdout]     |
[INFO] [stdout] 503 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 504 |         selection_function: S,
[INFO] [stdout] 505 |     ) -> SelectionIteratorMut<T, S> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 505 |     ) -> SelectionIteratorMut<'_, T, S> {
[INFO] [stdout]     |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rtree.rs:578:45
[INFO] [stdout]     |
[INFO] [stdout] 578 |     pub fn drain_with_selection_function<F>(&mut self, function: F) -> DrainIterator<T, F, Params>
[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] 578 |     pub fn drain_with_selection_function<F>(&mut self, function: F) -> DrainIterator<'_, T, F, Params>
[INFO] [stdout]     |                                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rtree.rs:589:9
[INFO] [stdout]     |
[INFO] [stdout] 589 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 590 |         envelope: T::Envelope,
[INFO] [stdout] 591 |     ) -> DrainIterator<T, SelectInEnvelopeFuncIntersecting<T>, Params> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 591 |     ) -> DrainIterator<'_, T, SelectInEnvelopeFuncIntersecting<T>, Params> {
[INFO] [stdout]     |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rtree.rs:658:9
[INFO] [stdout]     |
[INFO] [stdout] 658 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 659 |         point: &<T::Envelope as Envelope>::Point,
[INFO] [stdout] 660 |     ) -> LocateAllAtPoint<T> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 660 |     ) -> LocateAllAtPoint<'_, T> {
[INFO] [stdout]     |                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rtree.rs:666:9
[INFO] [stdout]     |
[INFO] [stdout] 666 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 667 |         point: &<T::Envelope as Envelope>::Point,
[INFO] [stdout] 668 |     ) -> LocateAllAtPointMut<T> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 668 |     ) -> LocateAllAtPointMut<'_, T> {
[INFO] [stdout]     |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rtree.rs:849:9
[INFO] [stdout]     |
[INFO] [stdout] 849 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 852 |     ) -> LocateWithinDistanceIterator<T> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 852 |     ) -> LocateWithinDistanceIterator<'_, T> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rtree.rs:862:9
[INFO] [stdout]     |
[INFO] [stdout] 862 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 865 |     ) -> DrainIterator<T, SelectWithinDistanceFunction<T>, Params> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 865 |     ) -> DrainIterator<'_, T, SelectWithinDistanceFunction<T>, Params> {
[INFO] [stdout]     |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rtree.rs:890:9
[INFO] [stdout]     |
[INFO] [stdout] 890 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 891 |         query_point: &<T::Envelope as Envelope>::Point,
[INFO] [stdout] 892 |     ) -> NearestNeighborIterator<T> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 892 |     ) -> NearestNeighborIterator<'_, T> {
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rtree.rs:902:9
[INFO] [stdout]     |
[INFO] [stdout] 902 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 903 |         query_point: &<T::Envelope as Envelope>::Point,
[INFO] [stdout] 904 |     ) -> NearestNeighborDistance2Iterator<T> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 904 |     ) -> NearestNeighborDistance2Iterator<'_, T> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rtree.rs:913:9
[INFO] [stdout]     |
[INFO] [stdout] 913 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 914 |         query_point: &<T::Envelope as Envelope>::Point,
[INFO] [stdout] 915 |     ) -> NearestNeighborDistance2Iterator<T> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 915 |     ) -> NearestNeighborDistance2Iterator<'_, T> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s
[INFO] running `Command { std: "docker" "inspect" "849e627fdcc09e219908db6da374fd3076c9cb7a134531c8c03e2b8fd65f0a08", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "849e627fdcc09e219908db6da374fd3076c9cb7a134531c8c03e2b8fd65f0a08", kill_on_drop: false }`
[INFO] [stdout] 849e627fdcc09e219908db6da374fd3076c9cb7a134531c8c03e2b8fd65f0a08
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 11b8610921df568318e3a94fd5b5b12e840869ea10c24515dcd623ef5ead139a
[INFO] running `Command { std: "docker" "start" "-a" "11b8610921df568318e3a94fd5b5b12e840869ea10c24515dcd623ef5ead139a", kill_on_drop: false }`
[INFO] [stderr]    Compiling bytemuck v1.25.0
[INFO] [stderr]    Compiling mint v0.5.9
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling approx v0.3.2
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rtree.rs:297:17
[INFO] [stdout]     |
[INFO] [stdout] 297 |     pub fn iter(&self) -> RTreeIterator<T> {
[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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 297 |     pub fn iter(&self) -> RTreeIterator<'_, T> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rtree.rs:311:21
[INFO] [stdout]     |
[INFO] [stdout] 311 |     pub fn iter_mut(&mut self) -> RTreeIteratorMut<T> {
[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] 311 |     pub fn iter_mut(&mut self) -> RTreeIteratorMut<'_, T> {
[INFO] [stdout]     |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rtree.rs:335:31
[INFO] [stdout]     |
[INFO] [stdout] 335 |     pub fn locate_in_envelope(&self, envelope: &T::Envelope) -> LocateInEnvelope<T> {
[INFO] [stdout]     |                               ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 335 |     pub fn locate_in_envelope(&self, envelope: &T::Envelope) -> LocateInEnvelope<'_, T> {
[INFO] [stdout]     |                                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rtree.rs:340:35
[INFO] [stdout]     |
[INFO] [stdout] 340 |     pub fn locate_in_envelope_mut(&mut self, envelope: &T::Envelope) -> LocateInEnvelopeMut<T> {
[INFO] [stdout]     |                                   ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 340 |     pub fn locate_in_envelope_mut(&mut self, envelope: &T::Envelope) -> LocateInEnvelopeMut<'_, T> {
[INFO] [stdout]     |                                                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rtree.rs:386:18
[INFO] [stdout]     |
[INFO] [stdout] 386 |     pub fn drain(&mut self) -> DrainIterator<T, SelectAllFunc, Params> {
[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] 386 |     pub fn drain(&mut self) -> DrainIterator<'_, T, SelectAllFunc, Params> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rtree.rs:392:9
[INFO] [stdout]     |
[INFO] [stdout] 392 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 393 |         envelope: T::Envelope,
[INFO] [stdout] 394 |     ) -> DrainIterator<T, SelectInEnvelopeFunction<T>, Params> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 394 |     ) -> DrainIterator<'_, T, SelectInEnvelopeFunction<T>, Params> {
[INFO] [stdout]     |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rtree.rs:435:9
[INFO] [stdout]     |
[INFO] [stdout] 435 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 436 |         envelope: &T::Envelope,
[INFO] [stdout] 437 |     ) -> LocateInEnvelopeIntersecting<T> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 437 |     ) -> LocateInEnvelopeIntersecting<'_, T> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rtree.rs:446:9
[INFO] [stdout]     |
[INFO] [stdout] 446 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 447 |         envelope: &T::Envelope,
[INFO] [stdout] 448 |     ) -> LocateInEnvelopeIntersectingMut<T> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 448 |     ) -> LocateInEnvelopeIntersectingMut<'_, T> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rtree.rs:495:9
[INFO] [stdout]     |
[INFO] [stdout] 495 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 496 |         selection_function: S,
[INFO] [stdout] 497 |     ) -> SelectionIterator<T, S> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 497 |     ) -> SelectionIterator<'_, T, S> {
[INFO] [stdout]     |                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rtree.rs:503:9
[INFO] [stdout]     |
[INFO] [stdout] 503 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 504 |         selection_function: S,
[INFO] [stdout] 505 |     ) -> SelectionIteratorMut<T, S> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 505 |     ) -> SelectionIteratorMut<'_, T, S> {
[INFO] [stdout]     |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rtree.rs:578:45
[INFO] [stdout]     |
[INFO] [stdout] 578 |     pub fn drain_with_selection_function<F>(&mut self, function: F) -> DrainIterator<T, F, Params>
[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] 578 |     pub fn drain_with_selection_function<F>(&mut self, function: F) -> DrainIterator<'_, T, F, Params>
[INFO] [stdout]     |                                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rtree.rs:589:9
[INFO] [stdout]     |
[INFO] [stdout] 589 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 590 |         envelope: T::Envelope,
[INFO] [stdout] 591 |     ) -> DrainIterator<T, SelectInEnvelopeFuncIntersecting<T>, Params> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 591 |     ) -> DrainIterator<'_, T, SelectInEnvelopeFuncIntersecting<T>, Params> {
[INFO] [stdout]     |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rtree.rs:658:9
[INFO] [stdout]     |
[INFO] [stdout] 658 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 659 |         point: &<T::Envelope as Envelope>::Point,
[INFO] [stdout] 660 |     ) -> LocateAllAtPoint<T> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 660 |     ) -> LocateAllAtPoint<'_, T> {
[INFO] [stdout]     |                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rtree.rs:666:9
[INFO] [stdout]     |
[INFO] [stdout] 666 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 667 |         point: &<T::Envelope as Envelope>::Point,
[INFO] [stdout] 668 |     ) -> LocateAllAtPointMut<T> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 668 |     ) -> LocateAllAtPointMut<'_, T> {
[INFO] [stdout]     |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rtree.rs:849:9
[INFO] [stdout]     |
[INFO] [stdout] 849 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 852 |     ) -> LocateWithinDistanceIterator<T> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 852 |     ) -> LocateWithinDistanceIterator<'_, T> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rtree.rs:862:9
[INFO] [stdout]     |
[INFO] [stdout] 862 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 865 |     ) -> DrainIterator<T, SelectWithinDistanceFunction<T>, Params> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 865 |     ) -> DrainIterator<'_, T, SelectWithinDistanceFunction<T>, Params> {
[INFO] [stdout]     |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rtree.rs:890:9
[INFO] [stdout]     |
[INFO] [stdout] 890 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 891 |         query_point: &<T::Envelope as Envelope>::Point,
[INFO] [stdout] 892 |     ) -> NearestNeighborIterator<T> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 892 |     ) -> NearestNeighborIterator<'_, T> {
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling nalgebra-macros v0.2.2
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling rand_hc v0.2.0
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rtree.rs:902:9
[INFO] [stdout]     |
[INFO] [stdout] 902 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 903 |         query_point: &<T::Envelope as Envelope>::Point,
[INFO] [stdout] 904 |     ) -> NearestNeighborDistance2Iterator<T> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 904 |     ) -> NearestNeighborDistance2Iterator<'_, T> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rtree.rs:913:9
[INFO] [stdout]     |
[INFO] [stdout] 913 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 914 |         query_point: &<T::Envelope as Envelope>::Point,
[INFO] [stdout] 915 |     ) -> NearestNeighborDistance2Iterator<T> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 915 |     ) -> NearestNeighborDistance2Iterator<'_, T> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling safe_arch v0.7.4
[INFO] [stderr]    Compiling wide v0.7.33
[INFO] [stderr]    Compiling simba v0.8.1
[INFO] [stderr]    Compiling nalgebra v0.32.6
[INFO] [stderr]    Compiling rstar v0.12.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rtree.rs:297:17
[INFO] [stdout]     |
[INFO] [stdout] 297 |     pub fn iter(&self) -> RTreeIterator<T> {
[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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 297 |     pub fn iter(&self) -> RTreeIterator<'_, T> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rtree.rs:311:21
[INFO] [stdout]     |
[INFO] [stdout] 311 |     pub fn iter_mut(&mut self) -> RTreeIteratorMut<T> {
[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] 311 |     pub fn iter_mut(&mut self) -> RTreeIteratorMut<'_, T> {
[INFO] [stdout]     |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rtree.rs:335:31
[INFO] [stdout]     |
[INFO] [stdout] 335 |     pub fn locate_in_envelope(&self, envelope: &T::Envelope) -> LocateInEnvelope<T> {
[INFO] [stdout]     |                               ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 335 |     pub fn locate_in_envelope(&self, envelope: &T::Envelope) -> LocateInEnvelope<'_, T> {
[INFO] [stdout]     |                                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rtree.rs:340:35
[INFO] [stdout]     |
[INFO] [stdout] 340 |     pub fn locate_in_envelope_mut(&mut self, envelope: &T::Envelope) -> LocateInEnvelopeMut<T> {
[INFO] [stdout]     |                                   ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 340 |     pub fn locate_in_envelope_mut(&mut self, envelope: &T::Envelope) -> LocateInEnvelopeMut<'_, T> {
[INFO] [stdout]     |                                                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rtree.rs:386:18
[INFO] [stdout]     |
[INFO] [stdout] 386 |     pub fn drain(&mut self) -> DrainIterator<T, SelectAllFunc, Params> {
[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] 386 |     pub fn drain(&mut self) -> DrainIterator<'_, T, SelectAllFunc, Params> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rtree.rs:392:9
[INFO] [stdout]     |
[INFO] [stdout] 392 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 393 |         envelope: T::Envelope,
[INFO] [stdout] 394 |     ) -> DrainIterator<T, SelectInEnvelopeFunction<T>, Params> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 394 |     ) -> DrainIterator<'_, T, SelectInEnvelopeFunction<T>, Params> {
[INFO] [stdout]     |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rtree.rs:435:9
[INFO] [stdout]     |
[INFO] [stdout] 435 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 436 |         envelope: &T::Envelope,
[INFO] [stdout] 437 |     ) -> LocateInEnvelopeIntersecting<T> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 437 |     ) -> LocateInEnvelopeIntersecting<'_, T> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rtree.rs:446:9
[INFO] [stdout]     |
[INFO] [stdout] 446 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 447 |         envelope: &T::Envelope,
[INFO] [stdout] 448 |     ) -> LocateInEnvelopeIntersectingMut<T> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 448 |     ) -> LocateInEnvelopeIntersectingMut<'_, T> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rtree.rs:495:9
[INFO] [stdout]     |
[INFO] [stdout] 495 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 496 |         selection_function: S,
[INFO] [stdout] 497 |     ) -> SelectionIterator<T, S> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 497 |     ) -> SelectionIterator<'_, T, S> {
[INFO] [stdout]     |                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rtree.rs:503:9
[INFO] [stdout]     |
[INFO] [stdout] 503 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 504 |         selection_function: S,
[INFO] [stdout] 505 |     ) -> SelectionIteratorMut<T, S> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 505 |     ) -> SelectionIteratorMut<'_, T, S> {
[INFO] [stdout]     |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rtree.rs:578:45
[INFO] [stdout]     |
[INFO] [stdout] 578 |     pub fn drain_with_selection_function<F>(&mut self, function: F) -> DrainIterator<T, F, Params>
[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] 578 |     pub fn drain_with_selection_function<F>(&mut self, function: F) -> DrainIterator<'_, T, F, Params>
[INFO] [stdout]     |                                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rtree.rs:589:9
[INFO] [stdout]     |
[INFO] [stdout] 589 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 590 |         envelope: T::Envelope,
[INFO] [stdout] 591 |     ) -> DrainIterator<T, SelectInEnvelopeFuncIntersecting<T>, Params> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 591 |     ) -> DrainIterator<'_, T, SelectInEnvelopeFuncIntersecting<T>, Params> {
[INFO] [stdout]     |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rtree.rs:658:9
[INFO] [stdout]     |
[INFO] [stdout] 658 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 659 |         point: &<T::Envelope as Envelope>::Point,
[INFO] [stdout] 660 |     ) -> LocateAllAtPoint<T> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 660 |     ) -> LocateAllAtPoint<'_, T> {
[INFO] [stdout]     |                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rtree.rs:666:9
[INFO] [stdout]     |
[INFO] [stdout] 666 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 667 |         point: &<T::Envelope as Envelope>::Point,
[INFO] [stdout] 668 |     ) -> LocateAllAtPointMut<T> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 668 |     ) -> LocateAllAtPointMut<'_, T> {
[INFO] [stdout]     |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rtree.rs:849:9
[INFO] [stdout]     |
[INFO] [stdout] 849 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 852 |     ) -> LocateWithinDistanceIterator<T> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 852 |     ) -> LocateWithinDistanceIterator<'_, T> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rtree.rs:862:9
[INFO] [stdout]     |
[INFO] [stdout] 862 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 865 |     ) -> DrainIterator<T, SelectWithinDistanceFunction<T>, Params> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 865 |     ) -> DrainIterator<'_, T, SelectWithinDistanceFunction<T>, Params> {
[INFO] [stdout]     |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rtree.rs:890:9
[INFO] [stdout]     |
[INFO] [stdout] 890 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 891 |         query_point: &<T::Envelope as Envelope>::Point,
[INFO] [stdout] 892 |     ) -> NearestNeighborIterator<T> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 892 |     ) -> NearestNeighborIterator<'_, T> {
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rtree.rs:902:9
[INFO] [stdout]     |
[INFO] [stdout] 902 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 903 |         query_point: &<T::Envelope as Envelope>::Point,
[INFO] [stdout] 904 |     ) -> NearestNeighborDistance2Iterator<T> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 904 |     ) -> NearestNeighborDistance2Iterator<'_, T> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rtree.rs:913:9
[INFO] [stdout]     |
[INFO] [stdout] 913 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 914 |         query_point: &<T::Envelope as Envelope>::Point,
[INFO] [stdout] 915 |     ) -> NearestNeighborDistance2Iterator<T> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 915 |     ) -> NearestNeighborDistance2Iterator<'_, T> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 20.46s
[INFO] running `Command { std: "docker" "inspect" "11b8610921df568318e3a94fd5b5b12e840869ea10c24515dcd623ef5ead139a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "11b8610921df568318e3a94fd5b5b12e840869ea10c24515dcd623ef5ead139a", kill_on_drop: false }`
[INFO] [stdout] 11b8610921df568318e3a94fd5b5b12e840869ea10c24515dcd623ef5ead139a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 3665d6a7cab6ad3ef2f7ffde29593205f40f3d7280b7f743a95e15dfe7a09746
[INFO] running `Command { std: "docker" "start" "-a" "3665d6a7cab6ad3ef2f7ffde29593205f40f3d7280b7f743a95e15dfe7a09746", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/rtree.rs:297:17
[INFO] [stderr]     |
[INFO] [stderr] 297 |     pub fn iter(&self) -> RTreeIterator<T> {
[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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 297 |     pub fn iter(&self) -> RTreeIterator<'_, T> {
[INFO] [stderr]     |                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/rtree.rs:311:21
[INFO] [stderr]     |
[INFO] [stderr] 311 |     pub fn iter_mut(&mut self) -> RTreeIteratorMut<T> {
[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] 311 |     pub fn iter_mut(&mut self) -> RTreeIteratorMut<'_, T> {
[INFO] [stderr]     |                                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/rtree.rs:335:31
[INFO] [stderr]     |
[INFO] [stderr] 335 |     pub fn locate_in_envelope(&self, envelope: &T::Envelope) -> LocateInEnvelope<T> {
[INFO] [stderr]     |                               ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 335 |     pub fn locate_in_envelope(&self, envelope: &T::Envelope) -> LocateInEnvelope<'_, T> {
[INFO] [stderr]     |                                                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/rtree.rs:340:35
[INFO] [stderr]     |
[INFO] [stderr] 340 |     pub fn locate_in_envelope_mut(&mut self, envelope: &T::Envelope) -> LocateInEnvelopeMut<T> {
[INFO] [stderr]     |                                   ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 340 |     pub fn locate_in_envelope_mut(&mut self, envelope: &T::Envelope) -> LocateInEnvelopeMut<'_, T> {
[INFO] [stderr]     |                                                                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/rtree.rs:386:18
[INFO] [stderr]     |
[INFO] [stderr] 386 |     pub fn drain(&mut self) -> DrainIterator<T, SelectAllFunc, Params> {
[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] 386 |     pub fn drain(&mut self) -> DrainIterator<'_, T, SelectAllFunc, Params> {
[INFO] [stderr]     |                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/rtree.rs:392:9
[INFO] [stderr]     |
[INFO] [stderr] 392 |         &mut self,
[INFO] [stderr]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stderr] 393 |         envelope: T::Envelope,
[INFO] [stderr] 394 |     ) -> DrainIterator<T, SelectInEnvelopeFunction<T>, Params> {
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 394 |     ) -> DrainIterator<'_, T, SelectInEnvelopeFunction<T>, Params> {
[INFO] [stderr]     |                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/rtree.rs:435:9
[INFO] [stderr]     |
[INFO] [stderr] 435 |         &self,
[INFO] [stderr]     |         ^^^^^ the lifetime is elided here
[INFO] [stderr] 436 |         envelope: &T::Envelope,
[INFO] [stderr] 437 |     ) -> LocateInEnvelopeIntersecting<T> {
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 437 |     ) -> LocateInEnvelopeIntersecting<'_, T> {
[INFO] [stderr]     |                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/rtree.rs:446:9
[INFO] [stderr]     |
[INFO] [stderr] 446 |         &mut self,
[INFO] [stderr]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stderr] 447 |         envelope: &T::Envelope,
[INFO] [stderr] 448 |     ) -> LocateInEnvelopeIntersectingMut<T> {
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 448 |     ) -> LocateInEnvelopeIntersectingMut<'_, T> {
[INFO] [stderr]     |                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/rtree.rs:495:9
[INFO] [stderr]     |
[INFO] [stderr] 495 |         &self,
[INFO] [stderr]     |         ^^^^^ the lifetime is elided here
[INFO] [stderr] 496 |         selection_function: S,
[INFO] [stderr] 497 |     ) -> SelectionIterator<T, S> {
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 497 |     ) -> SelectionIterator<'_, T, S> {
[INFO] [stderr]     |                            +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/rtree.rs:503:9
[INFO] [stderr]     |
[INFO] [stderr] 503 |         &mut self,
[INFO] [stderr]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stderr] 504 |         selection_function: S,
[INFO] [stderr] 505 |     ) -> SelectionIteratorMut<T, S> {
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 505 |     ) -> SelectionIteratorMut<'_, T, S> {
[INFO] [stderr]     |                               +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/rtree.rs:578:45
[INFO] [stderr]     |
[INFO] [stderr] 578 |     pub fn drain_with_selection_function<F>(&mut self, function: F) -> DrainIterator<T, F, Params>
[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] 578 |     pub fn drain_with_selection_function<F>(&mut self, function: F) -> DrainIterator<'_, T, F, Params>
[INFO] [stderr]     |                                                                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/rtree.rs:589:9
[INFO] [stderr]     |
[INFO] [stderr] 589 |         &mut self,
[INFO] [stderr]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stderr] 590 |         envelope: T::Envelope,
[INFO] [stderr] 591 |     ) -> DrainIterator<T, SelectInEnvelopeFuncIntersecting<T>, Params> {
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 591 |     ) -> DrainIterator<'_, T, SelectInEnvelopeFuncIntersecting<T>, Params> {
[INFO] [stderr]     |                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/rtree.rs:658:9
[INFO] [stderr]     |
[INFO] [stderr] 658 |         &self,
[INFO] [stderr]     |         ^^^^^ the lifetime is elided here
[INFO] [stderr] 659 |         point: &<T::Envelope as Envelope>::Point,
[INFO] [stderr] 660 |     ) -> LocateAllAtPoint<T> {
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 660 |     ) -> LocateAllAtPoint<'_, T> {
[INFO] [stderr]     |                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/rtree.rs:666:9
[INFO] [stderr]     |
[INFO] [stderr] 666 |         &mut self,
[INFO] [stderr]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stderr] 667 |         point: &<T::Envelope as Envelope>::Point,
[INFO] [stderr] 668 |     ) -> LocateAllAtPointMut<T> {
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 668 |     ) -> LocateAllAtPointMut<'_, T> {
[INFO] [stderr]     |                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/rtree.rs:849:9
[INFO] [stderr]     |
[INFO] [stderr] 849 |         &self,
[INFO] [stderr]     |         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 852 |     ) -> LocateWithinDistanceIterator<T> {
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 852 |     ) -> LocateWithinDistanceIterator<'_, T> {
[INFO] [stderr]     |                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/rtree.rs:862:9
[INFO] [stderr]     |
[INFO] [stderr] 862 |         &mut self,
[INFO] [stderr]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 865 |     ) -> DrainIterator<T, SelectWithinDistanceFunction<T>, Params> {
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 865 |     ) -> DrainIterator<'_, T, SelectWithinDistanceFunction<T>, Params> {
[INFO] [stderr]     |                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/rtree.rs:890:9
[INFO] [stderr]     |
[INFO] [stderr] 890 |         &self,
[INFO] [stderr]     |         ^^^^^ the lifetime is elided here
[INFO] [stderr] 891 |         query_point: &<T::Envelope as Envelope>::Point,
[INFO] [stderr] 892 |     ) -> NearestNeighborIterator<T> {
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 892 |     ) -> NearestNeighborIterator<'_, T> {
[INFO] [stderr]     |                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/rtree.rs:902:9
[INFO] [stderr]     |
[INFO] [stderr] 902 |         &self,
[INFO] [stderr]     |         ^^^^^ the lifetime is elided here
[INFO] [stderr] 903 |         query_point: &<T::Envelope as Envelope>::Point,
[INFO] [stderr] 904 |     ) -> NearestNeighborDistance2Iterator<T> {
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 904 |     ) -> NearestNeighborDistance2Iterator<'_, T> {
[INFO] [stderr]     |                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/rtree.rs:913:9
[INFO] [stderr]     |
[INFO] [stderr] 913 |         &self,
[INFO] [stderr]     |         ^^^^^ the lifetime is elided here
[INFO] [stderr] 914 |         query_point: &<T::Envelope as Envelope>::Point,
[INFO] [stderr] 915 |     ) -> NearestNeighborDistance2Iterator<T> {
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 915 |     ) -> NearestNeighborDistance2Iterator<'_, T> {
[INFO] [stderr]     |                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: `rstar` (lib) generated 19 warnings (run `cargo fix --lib -p rstar` to apply 19 suggestions)
[INFO] [stderr] warning: `rstar` (lib test) generated 19 warnings (19 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/rstar-6aabbf19325c6139)
[INFO] [stdout] 
[INFO] [stdout] running 48 tests
[INFO] [stdout] test algorithm::bulk_load::bulk_load_sequential::test::test_bulk_load_small ... ok
[INFO] [stdout] test aabb::test::empty_rect ... ok
[INFO] [stdout] test aabb::test::test_min_max_dist_2_issue_40_regression ... ok
[INFO] [stdout] test aabb::test::test_from_points_issue_170_regression ... ok
[INFO] [stdout] test algorithm::bulk_load::cluster_group_iterator::test::test_cluster_group_iterator ... ok
[INFO] [stdout] test algorithm::iterators::test::test_locate_with_selection_func ... ok
[INFO] [stdout] test algorithm::iterators::test::test_root_node_is_not_always_unpacked ... ok
[INFO] [stdout] test algorithm::iterators::test::test_locate_in_envelope ... ok
[INFO] [stdout] test algorithm::nearest_neighbor::test::test_nearest_neighbors_empty ... ok
[INFO] [stdout] test algorithm::iterators::test::test_locate_within_distance ... ok
[INFO] [stdout] test algorithm::intersection_iterator::test::test_intersection_between_trees ... ok
[INFO] [stdout] test algorithm::iterators::test::test_locate_all ... ok
[INFO] [stdout] test algorithm::removal::test::test_into_iter ... ok
[INFO] [stdout] test algorithm::iterators::test::test_locate_within_distance_on_empty_tree ... ok
[INFO] [stdout] test point::tests::test_types ... ok
[INFO] [stdout] test primitives::cached_envelope::test::container_edge_distance ... ok
[INFO] [stdout] test algorithm::nearest_neighbor::test::test_nearest_neighbor_empty ... ok
[INFO] [stdout] test primitives::cached_envelope::test::container_length_2 ... ok
[INFO] [stdout] test primitives::cached_envelope::test::container_nearest_neighbour ... ok
[INFO] [stdout] test primitives::cached_envelope::test::container_in_rtree ... ok
[INFO] [stdout] test point::tests::test_tuples ... ok
[INFO] [stdout] test primitives::geom_with_data::test::container_edge_distance ... ok
[INFO] [stdout] test primitives::geom_with_data::test::container_in_rtree ... ok
[INFO] [stdout] test primitives::geom_with_data::test::container_nearest_neighbour ... ok
[INFO] [stdout] test primitives::geom_with_data::test::container_length_2 ... ok
[INFO] [stdout] test primitives::line::test::edge_distance ... ok
[INFO] [stdout] test primitives::rectangle::test::rectangle_distance ... ok
[INFO] [stdout] test primitives::line::test::length_2 ... ok
[INFO] [stdout] test rtree::test::test_default ... ok
[INFO] [stdout] test rtree::test::test_fmt_debug ... ok
[INFO] [stdout] test rtree::test::test_create_rtree_with_parameters ... ok
[INFO] [stdout] test rtree::test::test_bulk_load_crash ... ok
[INFO] [stdout] test rtree::test::test_remove_capacity ... ok
[INFO] [stdout] test rtree::test::test_insert_single ... ok
[INFO] [stdout] test algorithm::nearest_neighbor::test::test_nearest_neighbor ... ok
[INFO] [stdout] test algorithm::nearest_neighbor::test::test_nearest_neighbors ... ok
[INFO] [stdout] test algorithm::bulk_load::bulk_load_sequential::test::test_bulk_load_large ... ok
[INFO] [stdout] test algorithm::removal::test::test_remove_at_point ... ok
[INFO] [stdout] test algorithm::removal::test::test_remove ... ok
[INFO] [stdout] test algorithm::intersection_iterator::test::test_trivial_intersections ... ok
[INFO] [stdout] test algorithm::removal::test::test_drain_iterator ... ok
[INFO] [stdout] test algorithm::removal::test::test_remove_and_insert ... ok
[INFO] [stdout] test algorithm::nearest_neighbor::test::test_nearest_neighbor_iterator_with_distance_2 ... ok
[INFO] [stdout] test rtree::test::test_insert_many ... ok
[INFO] [stdout] test algorithm::removal::test::test_remove_and_insert_rectangles ... ok
[INFO] [stdout] test algorithm::iterators::test::test_iteration ... ok
[INFO] [stdout] test algorithm::nearest_neighbor::test::test_nearest_neighbor_iterator ... ok
[INFO] [stdout] test algorithm::bulk_load::bulk_load_sequential::test::test_bulk_load_with_different_sizes ... ok
[INFO] [stderr]    Doc-tests rstar
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 24 tests
[INFO] [stdout] test src/point.rs - point::Point (line 116) ... ok
[INFO] [stdout] test src/primitives/line.rs - primitives::line::Line<P>::length_2 (line 65) ... ok
[INFO] [stdout] test src/rtree.rs - rtree::RTree (line 136) ... ok
[INFO] [stdout] test src/primitives/line.rs - primitives::line::Line<P>::nearest_point (line 84) ... ok
[INFO] [stdout] test src/rtree.rs - rtree::RTree<T,Params>::contains (line 741) ... ok
[INFO] [stdout] test src/primitives/line.rs - primitives::line::Line (line 15) ... ok
[INFO] [stdout] test src/rtree.rs - rtree::RTree<T,Params>::locate_all_at_point (line 644) ... ok
[INFO] [stdout] test src/object.rs - object::PointDistance (line 93) ... ok
[INFO] [stdout] test src/point.rs - point::RTreeNum (line 15) ... ok
[INFO] [stdout] test src/rtree.rs - rtree::RTree<T,Params>::locate_in_envelope (line 321) ... ok
[INFO] [stdout] test src/rtree.rs - rtree::RTree<T,Params>::iter (line 290) ... ok
[INFO] [stdout] test src/params.rs - params::RTreeParams (line 10) ... ok
[INFO] [stdout] test src/rtree.rs - rtree::RTree<T,Params>::nearest_neighbor_iter (line 879) ... ok
[INFO] [stdout] test src/rtree.rs - rtree::RTree<T,Params>::nearest_neighbor (line 790) ... ok
[INFO] [stdout] test src/object.rs - object::RTreeObject (line 23) ... ok
[INFO] [stdout] test src/primitives/point_with_data.rs - primitives::point_with_data::PointWithData (line 11) ... ok
[INFO] [stdout] test src/primitives/geom_with_data.rs - primitives::geom_with_data::GeomWithData (line 14) ... ok
[INFO] [stdout] test src/rtree.rs - rtree::RTree<T,Params>::locate_in_envelope_intersecting (line 408) ... ok
[INFO] [stdout] test src/rtree.rs - rtree::RTree (line 66) ... ok
[INFO] [stdout] test src/rtree.rs - rtree::RTree<T,Params>::pop_nearest_neighbor (line 925) ... ok
[INFO] [stdout] test src/rtree.rs - rtree::RTree<T,Params>::size (line 267) ... ok
[INFO] [stdout] test src/rtree.rs - rtree::RTree<T,Params>::remove (line 762) ... ok
[INFO] [stdout] test src/rtree.rs - rtree::RTree<T,Params>::nearest_neighbors (line 819) ... ok
[INFO] [stdout] test src/rtree.rs - rtree::RTree<T,Params>::remove_at_point (line 710) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.27s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "3665d6a7cab6ad3ef2f7ffde29593205f40f3d7280b7f743a95e15dfe7a09746", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3665d6a7cab6ad3ef2f7ffde29593205f40f3d7280b7f743a95e15dfe7a09746", kill_on_drop: false }`
[INFO] [stdout] 3665d6a7cab6ad3ef2f7ffde29593205f40f3d7280b7f743a95e15dfe7a09746
