[INFO] fetching crate spatial 1.0.1... [INFO] testing spatial-1.0.1 against 1.90.0 for beta-1.91-3 [INFO] extracting crate spatial 1.0.1 into /workspace/builds/worker-3-tc1/source [INFO] started tweaking crates.io crate spatial 1.0.1 [INFO] finished tweaking crates.io crate spatial 1.0.1 [INFO] tweaked toml for crates.io crate spatial 1.0.1 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate spatial 1.0.1 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "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" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 26 packages to latest compatible versions [INFO] [stderr] Adding itertools v0.12.1 (available: v0.14.0) [INFO] [stderr] Adding ordered-float v4.6.0 (available: v5.1.0) [INFO] [stderr] Adding rand v0.8.5 (available: v0.9.2) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded num v0.4.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 957dea7205b91900f6ea87762056cdf7cc62d4d40690afdff52d236182f40f73 [INFO] running `Command { std: "docker" "start" "-a" "957dea7205b91900f6ea87762056cdf7cc62d4d40690afdff52d236182f40f73", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "957dea7205b91900f6ea87762056cdf7cc62d4d40690afdff52d236182f40f73", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "957dea7205b91900f6ea87762056cdf7cc62d4d40690afdff52d236182f40f73", kill_on_drop: false }` [INFO] [stdout] 957dea7205b91900f6ea87762056cdf7cc62d4d40690afdff52d236182f40f73 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e9f99a45f92d87f7f8a071a3e3d4ea717e729c82110e83272060cb71887f6900 [INFO] running `Command { std: "docker" "start" "-a" "e9f99a45f92d87f7f8a071a3e3d4ea717e729c82110e83272060cb71887f6900", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling num-complex v0.4.6 [INFO] [stderr] Compiling ordered-float v4.6.0 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling num-iter v0.1.45 [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stderr] Compiling num v0.4.3 [INFO] [stderr] Compiling spatial v1.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `crate::tree::xmbr::node::XTreeNode` [INFO] [stdout] --> src/tree/xmbr/mod.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | pub use crate::tree::xmbr::node::XTreeNode; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `XTreeNode` is never used [INFO] [stdout] --> src/tree/xmbr/node.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | pub enum XTreeNode { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `is_super` is never used [INFO] [stdout] --> src/tree/xmbr/node.rs:36:12 [INFO] [stdout] | [INFO] [stdout] 32 | / impl XTreeNode [INFO] [stdout] 33 | | where [INFO] [stdout] 34 | | LG: MbrLeafGeometry, [INFO] [stdout] | |________________________________- method in this implementation [INFO] [stdout] 35 | { [INFO] [stdout] 36 | pub fn is_super(&self) -> bool { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tree/mbr/map.rs:98:17 [INFO] [stdout] | [INFO] [stdout] 98 | pub fn iter(&self) -> Iter> { [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] 98 | pub fn iter(&self) -> Iter<'_, P, DIM, LG, T, MbrRectQuery> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tree/mbr/map.rs:103:21 [INFO] [stdout] | [INFO] [stdout] 103 | pub fn iter_mut(&mut self) -> IterMut> { [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] 103 | pub fn iter_mut(&mut self) -> IterMut<'_, P, DIM, LG, T, MbrRectQuery> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tree/mbr/map.rs:109:9 [INFO] [stdout] | [INFO] [stdout] 109 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 110 | query: Q, [INFO] [stdout] 111 | ) -> Iter { [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] 111 | ) -> Iter<'_, P, DIM, LG, T, Q> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tree/mbr/map.rs:117:9 [INFO] [stdout] | [INFO] [stdout] 117 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 118 | query: Q, [INFO] [stdout] 119 | ) -> IterMut { [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] 119 | ) -> IterMut<'_, P, DIM, LG, T, Q> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.84s [INFO] running `Command { std: "docker" "inspect" "e9f99a45f92d87f7f8a071a3e3d4ea717e729c82110e83272060cb71887f6900", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e9f99a45f92d87f7f8a071a3e3d4ea717e729c82110e83272060cb71887f6900", kill_on_drop: false }` [INFO] [stdout] e9f99a45f92d87f7f8a071a3e3d4ea717e729c82110e83272060cb71887f6900 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1a30eece6e37dbb66bc468d90acd132cd44a2c4b219d63c0d3fbf23c99a0a38b [INFO] running `Command { std: "docker" "start" "-a" "1a30eece6e37dbb66bc468d90acd132cd44a2c4b219d63c0d3fbf23c99a0a38b", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.176 [INFO] [stderr] Compiling zerocopy v0.8.27 [INFO] [stderr] Compiling cfg-if v1.0.3 [INFO] [stderr] Compiling approx v0.5.1 [INFO] [stdout] warning: unused import: `crate::tree::xmbr::node::XTreeNode` [INFO] [stdout] --> src/tree/xmbr/mod.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | pub use crate::tree::xmbr::node::XTreeNode; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `XTreeNode` is never used [INFO] [stdout] --> src/tree/xmbr/node.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | pub enum XTreeNode { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `is_super` is never used [INFO] [stdout] --> src/tree/xmbr/node.rs:36:12 [INFO] [stdout] | [INFO] [stdout] 32 | / impl XTreeNode [INFO] [stdout] 33 | | where [INFO] [stdout] 34 | | LG: MbrLeafGeometry, [INFO] [stdout] | |________________________________- method in this implementation [INFO] [stdout] 35 | { [INFO] [stdout] 36 | pub fn is_super(&self) -> bool { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tree/mbr/map.rs:98:17 [INFO] [stdout] | [INFO] [stdout] 98 | pub fn iter(&self) -> Iter> { [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] 98 | pub fn iter(&self) -> Iter<'_, P, DIM, LG, T, MbrRectQuery> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tree/mbr/map.rs:103:21 [INFO] [stdout] | [INFO] [stdout] 103 | pub fn iter_mut(&mut self) -> IterMut> { [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] 103 | pub fn iter_mut(&mut self) -> IterMut<'_, P, DIM, LG, T, MbrRectQuery> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tree/mbr/map.rs:109:9 [INFO] [stdout] | [INFO] [stdout] 109 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 110 | query: Q, [INFO] [stdout] 111 | ) -> Iter { [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] 111 | ) -> Iter<'_, P, DIM, LG, T, Q> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tree/mbr/map.rs:117:9 [INFO] [stdout] | [INFO] [stdout] 117 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 118 | query: Q, [INFO] [stdout] 119 | ) -> IterMut { [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] 119 | ) -> IterMut<'_, P, DIM, LG, T, Q> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling spatial v1.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `crate::tree::xmbr::node::XTreeNode` [INFO] [stdout] --> src/tree/xmbr/mod.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | pub use crate::tree::xmbr::node::XTreeNode; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `XTreeNode` is never used [INFO] [stdout] --> src/tree/xmbr/node.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | pub enum XTreeNode { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `is_super` is never used [INFO] [stdout] --> src/tree/xmbr/node.rs:36:12 [INFO] [stdout] | [INFO] [stdout] 32 | / impl XTreeNode [INFO] [stdout] 33 | | where [INFO] [stdout] 34 | | LG: MbrLeafGeometry, [INFO] [stdout] | |________________________________- method in this implementation [INFO] [stdout] 35 | { [INFO] [stdout] 36 | pub fn is_super(&self) -> bool { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tree/mbr/map.rs:98:17 [INFO] [stdout] | [INFO] [stdout] 98 | pub fn iter(&self) -> Iter> { [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] 98 | pub fn iter(&self) -> Iter<'_, P, DIM, LG, T, MbrRectQuery> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tree/mbr/map.rs:103:21 [INFO] [stdout] | [INFO] [stdout] 103 | pub fn iter_mut(&mut self) -> IterMut> { [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] 103 | pub fn iter_mut(&mut self) -> IterMut<'_, P, DIM, LG, T, MbrRectQuery> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tree/mbr/map.rs:109:9 [INFO] [stdout] | [INFO] [stdout] 109 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 110 | query: Q, [INFO] [stdout] 111 | ) -> Iter { [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] 111 | ) -> Iter<'_, P, DIM, LG, T, Q> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tree/mbr/map.rs:117:9 [INFO] [stdout] | [INFO] [stdout] 117 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 118 | query: Q, [INFO] [stdout] 119 | ) -> IterMut { [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] 119 | ) -> IterMut<'_, P, DIM, LG, T, Q> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 5.74s [INFO] running `Command { std: "docker" "inspect" "1a30eece6e37dbb66bc468d90acd132cd44a2c4b219d63c0d3fbf23c99a0a38b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1a30eece6e37dbb66bc468d90acd132cd44a2c4b219d63c0d3fbf23c99a0a38b", kill_on_drop: false }` [INFO] [stdout] 1a30eece6e37dbb66bc468d90acd132cd44a2c4b219d63c0d3fbf23c99a0a38b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c2f71d649df0ebcf5b4cb5a763e364a716fc7b45f6af9daf9e9991794aa446b4 [INFO] running `Command { std: "docker" "start" "-a" "c2f71d649df0ebcf5b4cb5a763e364a716fc7b45f6af9daf9e9991794aa446b4", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `crate::tree::xmbr::node::XTreeNode` [INFO] [stderr] --> src/tree/xmbr/mod.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 11 | pub use crate::tree::xmbr::node::XTreeNode; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: enum `XTreeNode` is never used [INFO] [stderr] --> src/tree/xmbr/node.rs:15:10 [INFO] [stderr] | [INFO] [stderr] 15 | pub enum XTreeNode { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method `is_super` is never used [INFO] [stderr] --> src/tree/xmbr/node.rs:36:12 [INFO] [stderr] | [INFO] [stderr] 32 | / impl XTreeNode [INFO] [stderr] 33 | | where [INFO] [stderr] 34 | | LG: MbrLeafGeometry, [INFO] [stderr] | |________________________________- method in this implementation [INFO] [stderr] 35 | { [INFO] [stderr] 36 | pub fn is_super(&self) -> bool { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/tree/mbr/map.rs:98:17 [INFO] [stderr] | [INFO] [stderr] 98 | pub fn iter(&self) -> Iter> { [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] 98 | pub fn iter(&self) -> Iter<'_, P, DIM, LG, T, MbrRectQuery> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/tree/mbr/map.rs:103:21 [INFO] [stderr] | [INFO] [stderr] 103 | pub fn iter_mut(&mut self) -> IterMut> { [INFO] [stdout] [INFO] [stderr] | ^^^^^^^^^ -------------------------------------------- the same lifetime is hidden here [INFO] [stdout] running 6 tests [INFO] [stderr] | | [INFO] [stdout] test tree::mbr::leafgeometry::tests::line_segment ... ok [INFO] [stderr] | the lifetime is elided here [INFO] [stdout] test tree::mbr::leafgeometry::tests::rect ... ok [INFO] [stderr] | [INFO] [stdout] test tree::mbr::leafgeometry::tests::point ... ok [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] test vecext::tests::retain_and_append ... ok [INFO] [stderr] help: use `'_` for type paths [INFO] [stdout] test tree::mbr::index::rstar::tests::margin ... ok [INFO] [stderr] | [INFO] [stdout] test vecext::tests::retain_mut ... ok [INFO] [stderr] 103 | pub fn iter_mut(&mut self) -> IterMut<'_, P, DIM, LG, T, MbrRectQuery> { [INFO] [stdout] [INFO] [stderr] | +++ [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] [INFO] [stdout] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/tree/mbr/map.rs:109:9 [INFO] [stderr] | [INFO] [stdout] [INFO] [stderr] 109 | &self, [INFO] [stdout] running 1 test [INFO] [stderr] | ^^^^^ the lifetime is elided here [INFO] [stdout] test rstar_integration ... ok [INFO] [stderr] 110 | query: Q, [INFO] [stdout] [INFO] [stderr] 111 | ) -> Iter { [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] | ---------------------- the same lifetime is hidden here [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] running 2 tests [INFO] [stderr] help: use `'_` for type paths [INFO] [stdout] test rlinear_integration ... ok [INFO] [stderr] | [INFO] [stderr] 111 | ) -> Iter<'_, P, DIM, LG, T, Q> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/tree/mbr/map.rs:117:9 [INFO] [stderr] | [INFO] [stderr] 117 | &mut self, [INFO] [stderr] | ^^^^^^^^^ the lifetime is elided here [INFO] [stderr] 118 | query: Q, [INFO] [stderr] 119 | ) -> IterMut { [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] 119 | ) -> IterMut<'_, P, DIM, LG, T, Q> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `spatial` (lib) generated 7 warnings (run `cargo fix --lib -p spatial` to apply 1 suggestion) [INFO] [stderr] warning: `spatial` (lib test) generated 7 warnings (7 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/spatial-cf538a6aaa1411c9) [INFO] [stderr] Running tests/rstar.rs (/opt/rustwide/target/debug/deps/rstar-004e6ec379e0151c) [INFO] [stderr] Running tests/rtree.rs (/opt/rustwide/target/debug/deps/rtree-7717e55bf622a8e7) [INFO] [stdout] test rquadratic_integration ... ok [INFO] [stderr] Doc-tests spatial [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [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] running `Command { std: "docker" "inspect" "c2f71d649df0ebcf5b4cb5a763e364a716fc7b45f6af9daf9e9991794aa446b4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c2f71d649df0ebcf5b4cb5a763e364a716fc7b45f6af9daf9e9991794aa446b4", kill_on_drop: false }` [INFO] [stdout] c2f71d649df0ebcf5b4cb5a763e364a716fc7b45f6af9daf9e9991794aa446b4