[INFO] fetching crate spade 2.14.0... [INFO] testing spade-2.14.0 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate spade 2.14.0 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate spade 2.14.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate spade 2.14.0 [INFO] tweaked toml for crates.io crate spade 2.14.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate spade 2.14.0 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate spade 2.14.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b8744b288403b6293a6599a636ec83d396b9ff3a25ec6a2e9be1092470860f69 [INFO] running `Command { std: "docker" "start" "-a" "b8744b288403b6293a6599a636ec83d396b9ff3a25ec6a2e9be1092470860f69", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b8744b288403b6293a6599a636ec83d396b9ff3a25ec6a2e9be1092470860f69", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b8744b288403b6293a6599a636ec83d396b9ff3a25ec6a2e9be1092470860f69", kill_on_drop: false }` [INFO] [stdout] b8744b288403b6293a6599a636ec83d396b9ff3a25ec6a2e9be1092470860f69 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] aa7c3f359c6213f15a0282c77e9c499cd0d2ca01f189b3ffc8bfcfb934931bd6 [INFO] running `Command { std: "docker" "start" "-a" "aa7c3f359c6213f15a0282c77e9c499cd0d2ca01f189b3ffc8bfcfb934931bd6", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling allocator-api2 v0.2.21 [INFO] [stderr] Compiling foldhash v0.1.5 [INFO] [stderr] Compiling equivalent v1.0.2 [INFO] [stderr] Compiling robust v1.2.0 [INFO] [stderr] Compiling smallvec v1.15.0 [INFO] [stderr] Compiling hashbrown v0.15.3 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling spade v2.14.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/cdt.rs:694:9 [INFO] [stdout] | [INFO] [stdout] 694 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 697 | ) -> impl Iterator, F>> { [INFO] [stdout] | ----------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 697 | ) -> impl Iterator, F>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/cdt.rs:710:9 [INFO] [stdout] | [INFO] [stdout] 710 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 713 | ) -> impl Iterator, F>> { [INFO] [stdout] | ----------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 713 | ) -> impl Iterator, F>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/delaunay_core/dcel.rs:136:23 [INFO] [stdout] | [INFO] [stdout] 136 | pub fn get_vertex(&self, handle: FixedVertexHandle) -> Option> { [INFO] [stdout] | ^^^^^ this lifetime flows to the output -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 136 | pub fn get_vertex(&self, handle: FixedVertexHandle) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/delaunay_core/dcel.rs:193:19 [INFO] [stdout] | [INFO] [stdout] 193 | pub fn vertex(&self, handle: FixedVertexHandle) -> VertexHandle { [INFO] [stdout] | ^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 193 | pub fn vertex(&self, handle: FixedVertexHandle) -> VertexHandle<'_, V, DE, UE, F> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/delaunay_core/dcel.rs:204:9 [INFO] [stdout] | [INFO] [stdout] 204 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 205 | handle: FixedDirectedEdgeHandle, [INFO] [stdout] 206 | ) -> DirectedEdgeHandle { [INFO] [stdout] | -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 206 | ) -> DirectedEdgeHandle<'_, V, DE, UE, F> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/delaunay_core/dcel.rs:211:9 [INFO] [stdout] | [INFO] [stdout] 211 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 212 | handle: FixedUndirectedEdgeHandle, [INFO] [stdout] 213 | ) -> UndirectedEdgeHandle { [INFO] [stdout] | ---------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 213 | ) -> UndirectedEdgeHandle<'_, V, DE, UE, F> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/delaunay_core/dcel.rs:217:23 [INFO] [stdout] | [INFO] [stdout] 217 | pub fn outer_face(&self) -> FaceHandle { [INFO] [stdout] | ^^^^^ ------------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 217 | pub fn outer_face(&self) -> FaceHandle<'_, PossiblyOuterTag, V, DE, UE, F> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/delaunay_core/dcel.rs:268:9 [INFO] [stdout] | [INFO] [stdout] 268 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 269 | handle: FixedHandleImpl, [INFO] [stdout] 270 | ) -> DynamicHandleImpl { [INFO] [stdout] | ---------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 270 | ) -> DynamicHandleImpl<'_, V, DE, UE, F, FaceTag, InnerOuter> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/delaunay_core/dcel.rs:310:9 [INFO] [stdout] | [INFO] [stdout] 310 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 313 | ) -> Option> { [INFO] [stdout] | -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 313 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/delaunay_core/dcel.rs:331:27 [INFO] [stdout] | [INFO] [stdout] 331 | pub fn directed_edges(&self) -> DirectedEdgeIterator { [INFO] [stdout] | ^^^^^ ---------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 331 | pub fn directed_edges(&self) -> DirectedEdgeIterator<'_, V, DE, UE, F> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/delaunay_core/dcel.rs:335:29 [INFO] [stdout] | [INFO] [stdout] 335 | pub fn undirected_edges(&self) -> UndirectedEdgeIterator { [INFO] [stdout] | ^^^^^ ------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 335 | pub fn undirected_edges(&self) -> UndirectedEdgeIterator<'_, V, DE, UE, F> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/delaunay_core/dcel.rs:339:21 [INFO] [stdout] | [INFO] [stdout] 339 | pub fn vertices(&self) -> VertexIterator { [INFO] [stdout] | ^^^^^ ---------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 339 | pub fn vertices(&self) -> VertexIterator<'_, V, DE, UE, F> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/delaunay_core/dcel.rs:347:18 [INFO] [stdout] | [INFO] [stdout] 347 | pub fn faces(&self) -> FaceIterator { [INFO] [stdout] | ^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 347 | pub fn faces(&self) -> FaceIterator<'_, V, DE, UE, F> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/delaunay_core/dcel.rs:351:24 [INFO] [stdout] | [INFO] [stdout] 351 | pub fn inner_faces(&self) -> InnerFaceIterator { [INFO] [stdout] | ^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 351 | pub fn inner_faces(&self) -> InnerFaceIterator<'_, V, DE, UE, F> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/delaunay_core/triangulation_ext.rs:412:9 [INFO] [stdout] | [INFO] [stdout] 412 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 415 | ) -> VertexHandle { [INFO] [stdout] | -------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 415 | ) -> VertexHandle<'_, Self::Vertex, Self::DirectedEdge, Self::UndirectedEdge, Self::Face> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/delaunay_triangulation.rs:293:9 [INFO] [stdout] | [INFO] [stdout] 293 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 294 | position: Point2<::Scalar>, [INFO] [stdout] 295 | ) -> Option> { [INFO] [stdout] | -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 295 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/delaunay_triangulation.rs:386:29 [INFO] [stdout] | [INFO] [stdout] 386 | pub fn natural_neighbor(&self) -> NaturalNeighbor { [INFO] [stdout] | ^^^^^ --------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 386 | pub fn natural_neighbor(&self) -> NaturalNeighbor<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/intersection_iterator.rs:197:19 [INFO] [stdout] | [INFO] [stdout] 197 | delaunay: &T, [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 200 | ) -> LineIntersectionIterator [INFO] [stdout] | -------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 200 | ) -> LineIntersectionIterator<'_, V, DE, UE, F> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:181:9 [INFO] [stdout] | [INFO] [stdout] 181 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 182 | handle: FixedVertexHandle, [INFO] [stdout] 183 | ) -> VertexHandle { [INFO] [stdout] | -------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 183 | ) -> VertexHandle<'_, Self::Vertex, Self::DirectedEdge, Self::UndirectedEdge, Self::Face> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:196:9 [INFO] [stdout] | [INFO] [stdout] 196 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 197 | handle: FixedFaceHandle, [INFO] [stdout] 198 | ) -> FaceHandle [INFO] [stdout] | ------------------------------------------------------------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 198 | ) -> FaceHandle<'_, InnerOuter, Self::Vertex, Self::DirectedEdge, Self::UndirectedEdge, Self::Face> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:205:9 [INFO] [stdout] | [INFO] [stdout] 205 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 206 | ) -> FaceHandle< [INFO] [stdout] | __________- [INFO] [stdout] 207 | | PossiblyOuterTag, [INFO] [stdout] 208 | | Self::Vertex, [INFO] [stdout] 209 | | Self::DirectedEdge, [INFO] [stdout] 210 | | Self::UndirectedEdge, [INFO] [stdout] 211 | | Self::Face, [INFO] [stdout] 212 | | > { [INFO] [stdout] | |_____- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 206 | ) -> FaceHandle<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:220:9 [INFO] [stdout] | [INFO] [stdout] 220 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 221 | handle: FixedDirectedEdgeHandle, [INFO] [stdout] 222 | ) -> DirectedEdgeHandle [INFO] [stdout] | -------------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 222 | ) -> DirectedEdgeHandle<'_, Self::Vertex, Self::DirectedEdge, Self::UndirectedEdge, Self::Face> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:231:9 [INFO] [stdout] | [INFO] [stdout] 231 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 232 | handle: FixedUndirectedEdgeHandle, [INFO] [stdout] 233 | ) -> UndirectedEdgeHandle [INFO] [stdout] | ---------------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 233 | ) -> UndirectedEdgeHandle<'_, Self::Vertex, Self::DirectedEdge, Self::UndirectedEdge, Self::Face> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:288:9 [INFO] [stdout] | [INFO] [stdout] 288 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 289 | ) -> DirectedEdgeIterator [INFO] [stdout] | ---------------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 289 | ) -> DirectedEdgeIterator<'_, Self::Vertex, Self::DirectedEdge, Self::UndirectedEdge, Self::Face> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:298:9 [INFO] [stdout] | [INFO] [stdout] 298 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 299 | ) -> UndirectedEdgeIterator [INFO] [stdout] | ------------------------------------------------------------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 299 | ) -> UndirectedEdgeIterator<'_, Self::Vertex, Self::DirectedEdge, Self::UndirectedEdge, Self::Face> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:313:9 [INFO] [stdout] | [INFO] [stdout] 313 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 314 | ) -> VertexIterator { [INFO] [stdout] | ---------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 314 | ) -> VertexIterator<'_, Self::Vertex, Self::DirectedEdge, Self::UndirectedEdge, Self::Face> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:331:9 [INFO] [stdout] | [INFO] [stdout] 331 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 332 | handle: FixedVertexHandle, [INFO] [stdout] 333 | ) -> Option> [INFO] [stdout] | -------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 333 | ) -> Option> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:345:9 [INFO] [stdout] | [INFO] [stdout] 345 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 346 | ) -> FaceIterator { [INFO] [stdout] | -------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 346 | ) -> FaceIterator<'_, Self::Vertex, Self::DirectedEdge, Self::UndirectedEdge, Self::Face> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:354:9 [INFO] [stdout] | [INFO] [stdout] 354 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 355 | ) -> InnerFaceIterator { [INFO] [stdout] | ------------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 355 | ) -> InnerFaceIterator<'_, Self::Vertex, Self::DirectedEdge, Self::UndirectedEdge, Self::Face> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:363:9 [INFO] [stdout] | [INFO] [stdout] 363 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 364 | ) -> VoronoiFaceIterator [INFO] [stdout] | --------------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 364 | ) -> VoronoiFaceIterator<'_, Self::Vertex, Self::DirectedEdge, Self::UndirectedEdge, Self::Face> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:373:9 [INFO] [stdout] | [INFO] [stdout] 373 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 374 | ) -> DirectedVoronoiEdgeIterator< [INFO] [stdout] | __________- [INFO] [stdout] 375 | | Self::Vertex, [INFO] [stdout] 376 | | Self::DirectedEdge, [INFO] [stdout] 377 | | Self::UndirectedEdge, [INFO] [stdout] 378 | | Self::Face, [INFO] [stdout] 379 | | > { [INFO] [stdout] | |_____- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 374 | ) -> DirectedVoronoiEdgeIterator<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:387:9 [INFO] [stdout] | [INFO] [stdout] 387 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 388 | ) -> UndirectedVoronoiEdgeIterator< [INFO] [stdout] | __________- [INFO] [stdout] 389 | | Self::Vertex, [INFO] [stdout] 390 | | Self::DirectedEdge, [INFO] [stdout] 391 | | Self::UndirectedEdge, [INFO] [stdout] 392 | | Self::Face, [INFO] [stdout] 393 | | > { [INFO] [stdout] | |_____- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 388 | ) -> UndirectedVoronoiEdgeIterator<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:419:9 [INFO] [stdout] | [INFO] [stdout] 419 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 420 | point: Point2<::Scalar>, [INFO] [stdout] 421 | ) -> Option> [INFO] [stdout] | -------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 421 | ) -> Option> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:436:9 [INFO] [stdout] | [INFO] [stdout] 436 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 440 | DirectedEdgeHandle, [INFO] [stdout] | -------------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 440 | DirectedEdgeHandle<'_, Self::Vertex, Self::DirectedEdge, Self::UndirectedEdge, Self::Face>, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:606:9 [INFO] [stdout] | [INFO] [stdout] 606 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 607 | ) -> HullIterator { [INFO] [stdout] | -------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 607 | ) -> HullIterator<'_, Self::Vertex, Self::DirectedEdge, Self::UndirectedEdge, Self::Face> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:655:9 [INFO] [stdout] | [INFO] [stdout] 655 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 658 | ) -> EdgesInShapeIterator::Scalar>> { [INFO] [stdout] | ---------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 658 | ) -> EdgesInShapeIterator<'_, Self, RectangleMetric<::Scalar>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:686:9 [INFO] [stdout] | [INFO] [stdout] 686 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 689 | ) -> EdgesInShapeIterator::Scalar>> { [INFO] [stdout] | ------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 689 | ) -> EdgesInShapeIterator<'_, Self, CircleMetric<::Scalar>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:712:9 [INFO] [stdout] | [INFO] [stdout] 712 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 715 | ) -> VerticesInShapeIterator::Scalar>> { [INFO] [stdout] | ------------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 715 | ) -> VerticesInShapeIterator<'_, Self, RectangleMetric<::Scalar>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:741:9 [INFO] [stdout] | [INFO] [stdout] 741 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 744 | ) -> VerticesInShapeIterator::Scalar>> { [INFO] [stdout] | ---------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 744 | ) -> VerticesInShapeIterator<'_, Self, CircleMetric<::Scalar>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:755:20 [INFO] [stdout] | [INFO] [stdout] 755 | fn barycentric(&self) -> Barycentric { [INFO] [stdout] | ^^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 755 | fn barycentric(&self) -> Barycentric<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s [INFO] running `Command { std: "docker" "inspect" "aa7c3f359c6213f15a0282c77e9c499cd0d2ca01f189b3ffc8bfcfb934931bd6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aa7c3f359c6213f15a0282c77e9c499cd0d2ca01f189b3ffc8bfcfb934931bd6", kill_on_drop: false }` [INFO] [stdout] aa7c3f359c6213f15a0282c77e9c499cd0d2ca01f189b3ffc8bfcfb934931bd6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 26f1ff4da381bbcb5a4782c9131e169c89155b66b9272a0964c3a1b3fb230320 [INFO] running `Command { std: "docker" "start" "-a" "26f1ff4da381bbcb5a4782c9131e169c89155b66b9272a0964c3a1b3fb230320", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.172 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling simd-adler32 v0.3.7 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling zerocopy v0.8.25 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling adler2 v2.0.0 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling anyhow v1.0.98 [INFO] [stderr] Compiling crc32fast v1.4.2 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Compiling aligned-vec v0.5.0 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling log v0.4.27 [INFO] [stderr] Compiling built v0.7.7 [INFO] [stderr] Compiling miniz_oxide v0.8.8 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling bitflags v2.9.0 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling bytemuck v1.23.0 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling fdeflate v0.3.7 [INFO] [stderr] Compiling simd_helpers v0.1.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling rustix v1.0.7 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling clap_lex v0.7.4 [INFO] [stderr] Compiling rav1e v0.7.1 [INFO] [stderr] Compiling anstyle v1.0.10 [INFO] [stderr] Compiling plotters-backend v0.3.7 [INFO] [stderr] Compiling ryu v1.0.20 [INFO] [stderr] Compiling imgref v1.11.0 [INFO] [stderr] Compiling flate2 v1.1.1 [INFO] [stderr] Compiling quick-error v2.0.1 [INFO] [stderr] Compiling ciborium-io v0.2.2 [INFO] [stderr] Compiling new_debug_unreachable v1.0.6 [INFO] [stderr] Compiling bitstream-io v2.6.0 [INFO] [stderr] Compiling noop_proc_macro v0.3.0 [INFO] [stderr] Compiling weezl v0.1.8 [INFO] [stderr] Compiling loop9 v0.1.5 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling v_frame v0.3.8 [INFO] [stderr] Compiling clap_builder v4.5.38 [INFO] [stderr] Compiling time v0.3.41 [INFO] [stderr] Compiling plotters-svg v0.3.7 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling png v0.17.16 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling wait-timeout v0.2.1 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling zune-inflate v0.2.54 [INFO] [stderr] Compiling avif-serialize v0.8.3 [INFO] [stderr] Compiling jpeg-decoder v0.3.1 [INFO] [stderr] Compiling cgmath v0.18.0 [INFO] [stderr] Compiling zune-core v0.4.12 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling byteorder-lite v0.1.0 [INFO] [stderr] Compiling bit-vec v0.8.0 [INFO] [stderr] Compiling bit_field v0.10.2 [INFO] [stderr] Compiling arrayref v0.3.9 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling rgb v0.8.50 [INFO] [stderr] Compiling lebe v0.5.2 [INFO] [stderr] Compiling strict-num v0.1.1 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling tiny-skia-path v0.11.4 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling bit-set v0.8.0 [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stderr] Compiling exr v1.73.0 [INFO] [stderr] Compiling tempfile v3.20.0 [INFO] [stderr] Compiling av1-grain v0.2.3 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling tiff v0.9.1 [INFO] [stderr] Compiling gif v0.13.1 [INFO] [stderr] Compiling rusty-fork v0.3.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling dbase v0.5.0 [INFO] [stderr] Compiling clap v4.5.38 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling image-webp v0.2.1 [INFO] [stderr] Compiling zune-jpeg v0.4.14 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling rand_xorshift v0.3.0 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling is-terminal v0.4.16 [INFO] [stderr] Compiling approx v0.4.0 [INFO] [stderr] Compiling qoi v0.4.1 [INFO] [stderr] Compiling unarray v0.1.4 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling oorandom v11.1.5 [INFO] [stderr] Compiling shapefile v0.6.0 [INFO] [stderr] Compiling rand v0.9.1 [INFO] [stderr] Compiling proptest v1.6.0 [INFO] [stderr] Compiling tiny-skia v0.11.4 [INFO] [stderr] Compiling approx v0.5.1 [INFO] [stderr] Compiling float_next_after v1.0.0 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling svg v0.18.0 [INFO] [stderr] Compiling spade v2.14.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling maybe-rayon v0.1.1 [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/cdt.rs:694:9 [INFO] [stdout] | [INFO] [stdout] 694 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 697 | ) -> impl Iterator, F>> { [INFO] [stdout] | ----------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 697 | ) -> impl Iterator, F>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/cdt.rs:710:9 [INFO] [stdout] | [INFO] [stdout] 710 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 713 | ) -> impl Iterator, F>> { [INFO] [stdout] | ----------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 713 | ) -> impl Iterator, F>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/delaunay_core/dcel.rs:136:23 [INFO] [stdout] | [INFO] [stdout] 136 | pub fn get_vertex(&self, handle: FixedVertexHandle) -> Option> { [INFO] [stdout] | ^^^^^ this lifetime flows to the output -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 136 | pub fn get_vertex(&self, handle: FixedVertexHandle) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/delaunay_core/dcel.rs:193:19 [INFO] [stdout] | [INFO] [stdout] 193 | pub fn vertex(&self, handle: FixedVertexHandle) -> VertexHandle { [INFO] [stdout] | ^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 193 | pub fn vertex(&self, handle: FixedVertexHandle) -> VertexHandle<'_, V, DE, UE, F> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/delaunay_core/dcel.rs:204:9 [INFO] [stdout] | [INFO] [stdout] 204 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 205 | handle: FixedDirectedEdgeHandle, [INFO] [stdout] 206 | ) -> DirectedEdgeHandle { [INFO] [stdout] | -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 206 | ) -> DirectedEdgeHandle<'_, V, DE, UE, F> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/delaunay_core/dcel.rs:211:9 [INFO] [stdout] | [INFO] [stdout] 211 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 212 | handle: FixedUndirectedEdgeHandle, [INFO] [stdout] 213 | ) -> UndirectedEdgeHandle { [INFO] [stdout] | ---------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 213 | ) -> UndirectedEdgeHandle<'_, V, DE, UE, F> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/delaunay_core/dcel.rs:217:23 [INFO] [stdout] | [INFO] [stdout] 217 | pub fn outer_face(&self) -> FaceHandle { [INFO] [stdout] | ^^^^^ ------------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 217 | pub fn outer_face(&self) -> FaceHandle<'_, PossiblyOuterTag, V, DE, UE, F> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/delaunay_core/dcel.rs:268:9 [INFO] [stdout] | [INFO] [stdout] 268 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 269 | handle: FixedHandleImpl, [INFO] [stdout] 270 | ) -> DynamicHandleImpl { [INFO] [stdout] | ---------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 270 | ) -> DynamicHandleImpl<'_, V, DE, UE, F, FaceTag, InnerOuter> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/delaunay_core/dcel.rs:310:9 [INFO] [stdout] | [INFO] [stdout] 310 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 313 | ) -> Option> { [INFO] [stdout] | -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 313 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/delaunay_core/dcel.rs:331:27 [INFO] [stdout] | [INFO] [stdout] 331 | pub fn directed_edges(&self) -> DirectedEdgeIterator { [INFO] [stdout] | ^^^^^ ---------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 331 | pub fn directed_edges(&self) -> DirectedEdgeIterator<'_, V, DE, UE, F> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/delaunay_core/dcel.rs:335:29 [INFO] [stdout] | [INFO] [stdout] 335 | pub fn undirected_edges(&self) -> UndirectedEdgeIterator { [INFO] [stdout] | ^^^^^ ------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 335 | pub fn undirected_edges(&self) -> UndirectedEdgeIterator<'_, V, DE, UE, F> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/delaunay_core/dcel.rs:339:21 [INFO] [stdout] | [INFO] [stdout] 339 | pub fn vertices(&self) -> VertexIterator { [INFO] [stdout] | ^^^^^ ---------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 339 | pub fn vertices(&self) -> VertexIterator<'_, V, DE, UE, F> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/delaunay_core/dcel.rs:347:18 [INFO] [stdout] | [INFO] [stdout] 347 | pub fn faces(&self) -> FaceIterator { [INFO] [stdout] | ^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 347 | pub fn faces(&self) -> FaceIterator<'_, V, DE, UE, F> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/delaunay_core/dcel.rs:351:24 [INFO] [stdout] | [INFO] [stdout] 351 | pub fn inner_faces(&self) -> InnerFaceIterator { [INFO] [stdout] | ^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 351 | pub fn inner_faces(&self) -> InnerFaceIterator<'_, V, DE, UE, F> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/delaunay_core/triangulation_ext.rs:412:9 [INFO] [stdout] | [INFO] [stdout] 412 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 415 | ) -> VertexHandle { [INFO] [stdout] | -------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 415 | ) -> VertexHandle<'_, Self::Vertex, Self::DirectedEdge, Self::UndirectedEdge, Self::Face> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/delaunay_triangulation.rs:293:9 [INFO] [stdout] | [INFO] [stdout] 293 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 294 | position: Point2<::Scalar>, [INFO] [stdout] 295 | ) -> Option> { [INFO] [stdout] | -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 295 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/delaunay_triangulation.rs:386:29 [INFO] [stdout] | [INFO] [stdout] 386 | pub fn natural_neighbor(&self) -> NaturalNeighbor { [INFO] [stdout] | ^^^^^ --------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 386 | pub fn natural_neighbor(&self) -> NaturalNeighbor<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/intersection_iterator.rs:197:19 [INFO] [stdout] | [INFO] [stdout] 197 | delaunay: &T, [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 200 | ) -> LineIntersectionIterator [INFO] [stdout] | -------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 200 | ) -> LineIntersectionIterator<'_, V, DE, UE, F> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:181:9 [INFO] [stdout] | [INFO] [stdout] 181 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 182 | handle: FixedVertexHandle, [INFO] [stdout] 183 | ) -> VertexHandle { [INFO] [stdout] | -------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 183 | ) -> VertexHandle<'_, Self::Vertex, Self::DirectedEdge, Self::UndirectedEdge, Self::Face> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:196:9 [INFO] [stdout] | [INFO] [stdout] 196 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 197 | handle: FixedFaceHandle, [INFO] [stdout] 198 | ) -> FaceHandle [INFO] [stdout] | ------------------------------------------------------------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 198 | ) -> FaceHandle<'_, InnerOuter, Self::Vertex, Self::DirectedEdge, Self::UndirectedEdge, Self::Face> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:205:9 [INFO] [stdout] | [INFO] [stdout] 205 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 206 | ) -> FaceHandle< [INFO] [stdout] | __________- [INFO] [stdout] 207 | | PossiblyOuterTag, [INFO] [stdout] 208 | | Self::Vertex, [INFO] [stdout] 209 | | Self::DirectedEdge, [INFO] [stdout] 210 | | Self::UndirectedEdge, [INFO] [stdout] 211 | | Self::Face, [INFO] [stdout] 212 | | > { [INFO] [stdout] | |_____- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 206 | ) -> FaceHandle<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:220:9 [INFO] [stdout] | [INFO] [stdout] 220 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 221 | handle: FixedDirectedEdgeHandle, [INFO] [stdout] 222 | ) -> DirectedEdgeHandle [INFO] [stdout] | -------------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 222 | ) -> DirectedEdgeHandle<'_, Self::Vertex, Self::DirectedEdge, Self::UndirectedEdge, Self::Face> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:231:9 [INFO] [stdout] | [INFO] [stdout] 231 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 232 | handle: FixedUndirectedEdgeHandle, [INFO] [stdout] 233 | ) -> UndirectedEdgeHandle [INFO] [stdout] | ---------------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 233 | ) -> UndirectedEdgeHandle<'_, Self::Vertex, Self::DirectedEdge, Self::UndirectedEdge, Self::Face> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:288:9 [INFO] [stdout] | [INFO] [stdout] 288 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 289 | ) -> DirectedEdgeIterator [INFO] [stdout] | ---------------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 289 | ) -> DirectedEdgeIterator<'_, Self::Vertex, Self::DirectedEdge, Self::UndirectedEdge, Self::Face> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:298:9 [INFO] [stdout] | [INFO] [stdout] 298 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 299 | ) -> UndirectedEdgeIterator [INFO] [stdout] | ------------------------------------------------------------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 299 | ) -> UndirectedEdgeIterator<'_, Self::Vertex, Self::DirectedEdge, Self::UndirectedEdge, Self::Face> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:313:9 [INFO] [stdout] | [INFO] [stdout] 313 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 314 | ) -> VertexIterator { [INFO] [stdout] | ---------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 314 | ) -> VertexIterator<'_, Self::Vertex, Self::DirectedEdge, Self::UndirectedEdge, Self::Face> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:331:9 [INFO] [stdout] | [INFO] [stdout] 331 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 332 | handle: FixedVertexHandle, [INFO] [stdout] 333 | ) -> Option> [INFO] [stdout] | -------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 333 | ) -> Option> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:345:9 [INFO] [stdout] | [INFO] [stdout] 345 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 346 | ) -> FaceIterator { [INFO] [stdout] | -------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 346 | ) -> FaceIterator<'_, Self::Vertex, Self::DirectedEdge, Self::UndirectedEdge, Self::Face> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:354:9 [INFO] [stdout] | [INFO] [stdout] 354 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 355 | ) -> InnerFaceIterator { [INFO] [stdout] | ------------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 355 | ) -> InnerFaceIterator<'_, Self::Vertex, Self::DirectedEdge, Self::UndirectedEdge, Self::Face> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:363:9 [INFO] [stdout] | [INFO] [stdout] 363 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 364 | ) -> VoronoiFaceIterator [INFO] [stdout] | --------------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 364 | ) -> VoronoiFaceIterator<'_, Self::Vertex, Self::DirectedEdge, Self::UndirectedEdge, Self::Face> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:373:9 [INFO] [stdout] | [INFO] [stdout] 373 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 374 | ) -> DirectedVoronoiEdgeIterator< [INFO] [stdout] | __________- [INFO] [stdout] 375 | | Self::Vertex, [INFO] [stdout] 376 | | Self::DirectedEdge, [INFO] [stdout] 377 | | Self::UndirectedEdge, [INFO] [stdout] 378 | | Self::Face, [INFO] [stdout] 379 | | > { [INFO] [stdout] | |_____- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 374 | ) -> DirectedVoronoiEdgeIterator<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:387:9 [INFO] [stdout] | [INFO] [stdout] 387 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 388 | ) -> UndirectedVoronoiEdgeIterator< [INFO] [stdout] | __________- [INFO] [stdout] 389 | | Self::Vertex, [INFO] [stdout] 390 | | Self::DirectedEdge, [INFO] [stdout] 391 | | Self::UndirectedEdge, [INFO] [stdout] 392 | | Self::Face, [INFO] [stdout] 393 | | > { [INFO] [stdout] | |_____- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 388 | ) -> UndirectedVoronoiEdgeIterator<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:419:9 [INFO] [stdout] | [INFO] [stdout] 419 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 420 | point: Point2<::Scalar>, [INFO] [stdout] 421 | ) -> Option> [INFO] [stdout] | -------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 421 | ) -> Option> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:436:9 [INFO] [stdout] | [INFO] [stdout] 436 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 440 | DirectedEdgeHandle, [INFO] [stdout] | -------------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 440 | DirectedEdgeHandle<'_, Self::Vertex, Self::DirectedEdge, Self::UndirectedEdge, Self::Face>, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:606:9 [INFO] [stdout] | [INFO] [stdout] 606 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 607 | ) -> HullIterator { [INFO] [stdout] | -------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 607 | ) -> HullIterator<'_, Self::Vertex, Self::DirectedEdge, Self::UndirectedEdge, Self::Face> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:655:9 [INFO] [stdout] | [INFO] [stdout] 655 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 658 | ) -> EdgesInShapeIterator::Scalar>> { [INFO] [stdout] | ---------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 658 | ) -> EdgesInShapeIterator<'_, Self, RectangleMetric<::Scalar>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:686:9 [INFO] [stdout] | [INFO] [stdout] 686 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 689 | ) -> EdgesInShapeIterator::Scalar>> { [INFO] [stdout] | ------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 689 | ) -> EdgesInShapeIterator<'_, Self, CircleMetric<::Scalar>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:712:9 [INFO] [stdout] | [INFO] [stdout] 712 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 715 | ) -> VerticesInShapeIterator::Scalar>> { [INFO] [stdout] | ------------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 715 | ) -> VerticesInShapeIterator<'_, Self, RectangleMetric<::Scalar>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:741:9 [INFO] [stdout] | [INFO] [stdout] 741 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 744 | ) -> VerticesInShapeIterator::Scalar>> { [INFO] [stdout] | ---------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 744 | ) -> VerticesInShapeIterator<'_, Self, CircleMetric<::Scalar>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:755:20 [INFO] [stdout] | [INFO] [stdout] 755 | fn barycentric(&self) -> Barycentric { [INFO] [stdout] | ^^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 755 | fn barycentric(&self) -> Barycentric<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling profiling-procmacros v1.0.16 [INFO] [stderr] Compiling arg_enum_proc_macro v0.3.4 [INFO] [stderr] Compiling num-derive v0.4.2 [INFO] [stderr] Compiling profiling v1.0.16 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling ravif v0.11.12 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stderr] Compiling image v0.25.6 [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/cdt.rs:694:9 [INFO] [stdout] | [INFO] [stdout] 694 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 697 | ) -> impl Iterator, F>> { [INFO] [stdout] | ----------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 697 | ) -> impl Iterator, F>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/cdt.rs:710:9 [INFO] [stdout] | [INFO] [stdout] 710 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 713 | ) -> impl Iterator, F>> { [INFO] [stdout] | ----------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 713 | ) -> impl Iterator, F>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/delaunay_core/dcel.rs:136:23 [INFO] [stdout] | [INFO] [stdout] 136 | pub fn get_vertex(&self, handle: FixedVertexHandle) -> Option> { [INFO] [stdout] | ^^^^^ this lifetime flows to the output -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 136 | pub fn get_vertex(&self, handle: FixedVertexHandle) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/delaunay_core/dcel.rs:193:19 [INFO] [stdout] | [INFO] [stdout] 193 | pub fn vertex(&self, handle: FixedVertexHandle) -> VertexHandle { [INFO] [stdout] | ^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 193 | pub fn vertex(&self, handle: FixedVertexHandle) -> VertexHandle<'_, V, DE, UE, F> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/delaunay_core/dcel.rs:204:9 [INFO] [stdout] | [INFO] [stdout] 204 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 205 | handle: FixedDirectedEdgeHandle, [INFO] [stdout] 206 | ) -> DirectedEdgeHandle { [INFO] [stdout] | -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 206 | ) -> DirectedEdgeHandle<'_, V, DE, UE, F> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/delaunay_core/dcel.rs:211:9 [INFO] [stdout] | [INFO] [stdout] 211 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 212 | handle: FixedUndirectedEdgeHandle, [INFO] [stdout] 213 | ) -> UndirectedEdgeHandle { [INFO] [stdout] | ---------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 213 | ) -> UndirectedEdgeHandle<'_, V, DE, UE, F> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/delaunay_core/dcel.rs:217:23 [INFO] [stdout] | [INFO] [stdout] 217 | pub fn outer_face(&self) -> FaceHandle { [INFO] [stdout] | ^^^^^ ------------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 217 | pub fn outer_face(&self) -> FaceHandle<'_, PossiblyOuterTag, V, DE, UE, F> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/delaunay_core/dcel.rs:268:9 [INFO] [stdout] | [INFO] [stdout] 268 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 269 | handle: FixedHandleImpl, [INFO] [stdout] 270 | ) -> DynamicHandleImpl { [INFO] [stdout] | ---------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 270 | ) -> DynamicHandleImpl<'_, V, DE, UE, F, FaceTag, InnerOuter> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/delaunay_core/dcel.rs:310:9 [INFO] [stdout] | [INFO] [stdout] 310 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 313 | ) -> Option> { [INFO] [stdout] | -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 313 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/delaunay_core/dcel.rs:331:27 [INFO] [stdout] | [INFO] [stdout] 331 | pub fn directed_edges(&self) -> DirectedEdgeIterator { [INFO] [stdout] | ^^^^^ ---------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 331 | pub fn directed_edges(&self) -> DirectedEdgeIterator<'_, V, DE, UE, F> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/delaunay_core/dcel.rs:335:29 [INFO] [stdout] | [INFO] [stdout] 335 | pub fn undirected_edges(&self) -> UndirectedEdgeIterator { [INFO] [stdout] | ^^^^^ ------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 335 | pub fn undirected_edges(&self) -> UndirectedEdgeIterator<'_, V, DE, UE, F> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/delaunay_core/dcel.rs:339:21 [INFO] [stdout] | [INFO] [stdout] 339 | pub fn vertices(&self) -> VertexIterator { [INFO] [stdout] | ^^^^^ ---------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 339 | pub fn vertices(&self) -> VertexIterator<'_, V, DE, UE, F> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/delaunay_core/dcel.rs:347:18 [INFO] [stdout] | [INFO] [stdout] 347 | pub fn faces(&self) -> FaceIterator { [INFO] [stdout] | ^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 347 | pub fn faces(&self) -> FaceIterator<'_, V, DE, UE, F> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/delaunay_core/dcel.rs:351:24 [INFO] [stdout] | [INFO] [stdout] 351 | pub fn inner_faces(&self) -> InnerFaceIterator { [INFO] [stdout] | ^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 351 | pub fn inner_faces(&self) -> InnerFaceIterator<'_, V, DE, UE, F> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/delaunay_core/triangulation_ext.rs:412:9 [INFO] [stdout] | [INFO] [stdout] 412 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 415 | ) -> VertexHandle { [INFO] [stdout] | -------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 415 | ) -> VertexHandle<'_, Self::Vertex, Self::DirectedEdge, Self::UndirectedEdge, Self::Face> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/delaunay_triangulation.rs:293:9 [INFO] [stdout] | [INFO] [stdout] 293 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 294 | position: Point2<::Scalar>, [INFO] [stdout] 295 | ) -> Option> { [INFO] [stdout] | -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 295 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/delaunay_triangulation.rs:386:29 [INFO] [stdout] | [INFO] [stdout] 386 | pub fn natural_neighbor(&self) -> NaturalNeighbor { [INFO] [stdout] | ^^^^^ --------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 386 | pub fn natural_neighbor(&self) -> NaturalNeighbor<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/intersection_iterator.rs:197:19 [INFO] [stdout] | [INFO] [stdout] 197 | delaunay: &T, [INFO] [stdout] | ^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 200 | ) -> LineIntersectionIterator [INFO] [stdout] | -------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 200 | ) -> LineIntersectionIterator<'_, V, DE, UE, F> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:181:9 [INFO] [stdout] | [INFO] [stdout] 181 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 182 | handle: FixedVertexHandle, [INFO] [stdout] 183 | ) -> VertexHandle { [INFO] [stdout] | -------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 183 | ) -> VertexHandle<'_, Self::Vertex, Self::DirectedEdge, Self::UndirectedEdge, Self::Face> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:196:9 [INFO] [stdout] | [INFO] [stdout] 196 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 197 | handle: FixedFaceHandle, [INFO] [stdout] 198 | ) -> FaceHandle [INFO] [stdout] | ------------------------------------------------------------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 198 | ) -> FaceHandle<'_, InnerOuter, Self::Vertex, Self::DirectedEdge, Self::UndirectedEdge, Self::Face> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:205:9 [INFO] [stdout] | [INFO] [stdout] 205 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 206 | ) -> FaceHandle< [INFO] [stdout] | __________- [INFO] [stdout] 207 | | PossiblyOuterTag, [INFO] [stdout] 208 | | Self::Vertex, [INFO] [stdout] 209 | | Self::DirectedEdge, [INFO] [stdout] 210 | | Self::UndirectedEdge, [INFO] [stdout] 211 | | Self::Face, [INFO] [stdout] 212 | | > { [INFO] [stdout] | |_____- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 206 | ) -> FaceHandle<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:220:9 [INFO] [stdout] | [INFO] [stdout] 220 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 221 | handle: FixedDirectedEdgeHandle, [INFO] [stdout] 222 | ) -> DirectedEdgeHandle [INFO] [stdout] | -------------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 222 | ) -> DirectedEdgeHandle<'_, Self::Vertex, Self::DirectedEdge, Self::UndirectedEdge, Self::Face> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:231:9 [INFO] [stdout] | [INFO] [stdout] 231 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 232 | handle: FixedUndirectedEdgeHandle, [INFO] [stdout] 233 | ) -> UndirectedEdgeHandle [INFO] [stdout] | ---------------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 233 | ) -> UndirectedEdgeHandle<'_, Self::Vertex, Self::DirectedEdge, Self::UndirectedEdge, Self::Face> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:288:9 [INFO] [stdout] | [INFO] [stdout] 288 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 289 | ) -> DirectedEdgeIterator [INFO] [stdout] | ---------------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 289 | ) -> DirectedEdgeIterator<'_, Self::Vertex, Self::DirectedEdge, Self::UndirectedEdge, Self::Face> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:298:9 [INFO] [stdout] | [INFO] [stdout] 298 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 299 | ) -> UndirectedEdgeIterator [INFO] [stdout] | ------------------------------------------------------------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 299 | ) -> UndirectedEdgeIterator<'_, Self::Vertex, Self::DirectedEdge, Self::UndirectedEdge, Self::Face> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:313:9 [INFO] [stdout] | [INFO] [stdout] 313 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 314 | ) -> VertexIterator { [INFO] [stdout] | ---------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 314 | ) -> VertexIterator<'_, Self::Vertex, Self::DirectedEdge, Self::UndirectedEdge, Self::Face> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:331:9 [INFO] [stdout] | [INFO] [stdout] 331 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 332 | handle: FixedVertexHandle, [INFO] [stdout] 333 | ) -> Option> [INFO] [stdout] | -------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 333 | ) -> Option> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:345:9 [INFO] [stdout] | [INFO] [stdout] 345 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 346 | ) -> FaceIterator { [INFO] [stdout] | -------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 346 | ) -> FaceIterator<'_, Self::Vertex, Self::DirectedEdge, Self::UndirectedEdge, Self::Face> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:354:9 [INFO] [stdout] | [INFO] [stdout] 354 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 355 | ) -> InnerFaceIterator { [INFO] [stdout] | ------------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 355 | ) -> InnerFaceIterator<'_, Self::Vertex, Self::DirectedEdge, Self::UndirectedEdge, Self::Face> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:363:9 [INFO] [stdout] | [INFO] [stdout] 363 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 364 | ) -> VoronoiFaceIterator [INFO] [stdout] | --------------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 364 | ) -> VoronoiFaceIterator<'_, Self::Vertex, Self::DirectedEdge, Self::UndirectedEdge, Self::Face> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:373:9 [INFO] [stdout] | [INFO] [stdout] 373 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 374 | ) -> DirectedVoronoiEdgeIterator< [INFO] [stdout] | __________- [INFO] [stdout] 375 | | Self::Vertex, [INFO] [stdout] 376 | | Self::DirectedEdge, [INFO] [stdout] 377 | | Self::UndirectedEdge, [INFO] [stdout] 378 | | Self::Face, [INFO] [stdout] 379 | | > { [INFO] [stdout] | |_____- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 374 | ) -> DirectedVoronoiEdgeIterator<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:387:9 [INFO] [stdout] | [INFO] [stdout] 387 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 388 | ) -> UndirectedVoronoiEdgeIterator< [INFO] [stdout] | __________- [INFO] [stdout] 389 | | Self::Vertex, [INFO] [stdout] 390 | | Self::DirectedEdge, [INFO] [stdout] 391 | | Self::UndirectedEdge, [INFO] [stdout] 392 | | Self::Face, [INFO] [stdout] 393 | | > { [INFO] [stdout] | |_____- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 388 | ) -> UndirectedVoronoiEdgeIterator<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:419:9 [INFO] [stdout] | [INFO] [stdout] 419 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 420 | point: Point2<::Scalar>, [INFO] [stdout] 421 | ) -> Option> [INFO] [stdout] | -------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 421 | ) -> Option> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:436:9 [INFO] [stdout] | [INFO] [stdout] 436 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 440 | DirectedEdgeHandle, [INFO] [stdout] | -------------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 440 | DirectedEdgeHandle<'_, Self::Vertex, Self::DirectedEdge, Self::UndirectedEdge, Self::Face>, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:606:9 [INFO] [stdout] | [INFO] [stdout] 606 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 607 | ) -> HullIterator { [INFO] [stdout] | -------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 607 | ) -> HullIterator<'_, Self::Vertex, Self::DirectedEdge, Self::UndirectedEdge, Self::Face> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:655:9 [INFO] [stdout] | [INFO] [stdout] 655 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 658 | ) -> EdgesInShapeIterator::Scalar>> { [INFO] [stdout] | ---------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 658 | ) -> EdgesInShapeIterator<'_, Self, RectangleMetric<::Scalar>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:686:9 [INFO] [stdout] | [INFO] [stdout] 686 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 689 | ) -> EdgesInShapeIterator::Scalar>> { [INFO] [stdout] | ------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 689 | ) -> EdgesInShapeIterator<'_, Self, CircleMetric<::Scalar>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:712:9 [INFO] [stdout] | [INFO] [stdout] 712 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 715 | ) -> VerticesInShapeIterator::Scalar>> { [INFO] [stdout] | ------------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 715 | ) -> VerticesInShapeIterator<'_, Self, RectangleMetric<::Scalar>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:741:9 [INFO] [stdout] | [INFO] [stdout] 741 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 744 | ) -> VerticesInShapeIterator::Scalar>> { [INFO] [stdout] | ---------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 744 | ) -> VerticesInShapeIterator<'_, Self, CircleMetric<::Scalar>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/triangulation.rs:755:20 [INFO] [stdout] | [INFO] [stdout] 755 | fn barycentric(&self) -> Barycentric { [INFO] [stdout] | ^^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 755 | fn barycentric(&self) -> Barycentric<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 10s [INFO] running `Command { std: "docker" "inspect" "26f1ff4da381bbcb5a4782c9131e169c89155b66b9272a0964c3a1b3fb230320", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "26f1ff4da381bbcb5a4782c9131e169c89155b66b9272a0964c3a1b3fb230320", kill_on_drop: false }` [INFO] [stdout] 26f1ff4da381bbcb5a4782c9131e169c89155b66b9272a0964c3a1b3fb230320 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 91e25f1569bb089103b918bf89acc446f9e11b4be184da22a364077098c3c371 [INFO] running `Command { std: "docker" "start" "-a" "91e25f1569bb089103b918bf89acc446f9e11b4be184da22a364077098c3c371", kill_on_drop: false }` [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/cdt.rs:694:9 [INFO] [stderr] | [INFO] [stderr] 694 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 697 | ) -> impl Iterator, F>> { [INFO] [stderr] | ----------------------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 697 | ) -> impl Iterator, F>> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/cdt.rs:710:9 [INFO] [stderr] | [INFO] [stderr] 710 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 713 | ) -> impl Iterator, F>> { [INFO] [stderr] | ----------------------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 713 | ) -> impl Iterator, F>> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/delaunay_core/dcel.rs:136:23 [INFO] [stderr] | [INFO] [stderr] 136 | pub fn get_vertex(&self, handle: FixedVertexHandle) -> Option> { [INFO] [stderr] | ^^^^^ this lifetime flows to the output -------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 136 | pub fn get_vertex(&self, handle: FixedVertexHandle) -> Option> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/delaunay_core/dcel.rs:193:19 [INFO] [stderr] | [INFO] [stderr] 193 | pub fn vertex(&self, handle: FixedVertexHandle) -> VertexHandle { [INFO] [stderr] | ^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 193 | pub fn vertex(&self, handle: FixedVertexHandle) -> VertexHandle<'_, V, DE, UE, F> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/delaunay_core/dcel.rs:204:9 [INFO] [stderr] | [INFO] [stderr] 204 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] 205 | handle: FixedDirectedEdgeHandle, [INFO] [stderr] 206 | ) -> DirectedEdgeHandle { [INFO] [stderr] | -------------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 206 | ) -> DirectedEdgeHandle<'_, V, DE, UE, F> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/delaunay_core/dcel.rs:211:9 [INFO] [stderr] | [INFO] [stderr] 211 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] 212 | handle: FixedUndirectedEdgeHandle, [INFO] [stderr] 213 | ) -> UndirectedEdgeHandle { [INFO] [stderr] | ---------------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 213 | ) -> UndirectedEdgeHandle<'_, V, DE, UE, F> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/delaunay_core/dcel.rs:217:23 [INFO] [stderr] | [INFO] [stderr] 217 | pub fn outer_face(&self) -> FaceHandle { [INFO] [stderr] | ^^^^^ ------------------------------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 217 | pub fn outer_face(&self) -> FaceHandle<'_, PossiblyOuterTag, V, DE, UE, F> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/delaunay_core/dcel.rs:268:9 [INFO] [stderr] | [INFO] [stderr] 268 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] 269 | handle: FixedHandleImpl, [INFO] [stderr] 270 | ) -> DynamicHandleImpl { [INFO] [stderr] | ---------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 270 | ) -> DynamicHandleImpl<'_, V, DE, UE, F, FaceTag, InnerOuter> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/delaunay_core/dcel.rs:310:9 [INFO] [stderr] | [INFO] [stderr] 310 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 313 | ) -> Option> { [INFO] [stderr] | -------------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 313 | ) -> Option> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/delaunay_core/dcel.rs:331:27 [INFO] [stderr] | [INFO] [stderr] 331 | pub fn directed_edges(&self) -> DirectedEdgeIterator { [INFO] [stderr] | ^^^^^ ---------------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 331 | pub fn directed_edges(&self) -> DirectedEdgeIterator<'_, V, DE, UE, F> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/delaunay_core/dcel.rs:335:29 [INFO] [stderr] | [INFO] [stderr] 335 | pub fn undirected_edges(&self) -> UndirectedEdgeIterator { [INFO] [stderr] | ^^^^^ ------------------------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 335 | pub fn undirected_edges(&self) -> UndirectedEdgeIterator<'_, V, DE, UE, F> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/delaunay_core/dcel.rs:339:21 [INFO] [stderr] | [INFO] [stderr] 339 | pub fn vertices(&self) -> VertexIterator { [INFO] [stderr] | ^^^^^ ---------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 339 | pub fn vertices(&self) -> VertexIterator<'_, V, DE, UE, F> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/delaunay_core/dcel.rs:347:18 [INFO] [stderr] | [INFO] [stderr] 347 | pub fn faces(&self) -> FaceIterator { [INFO] [stderr] | ^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 347 | pub fn faces(&self) -> FaceIterator<'_, V, DE, UE, F> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/delaunay_core/dcel.rs:351:24 [INFO] [stderr] | [INFO] [stderr] 351 | pub fn inner_faces(&self) -> InnerFaceIterator { [INFO] [stderr] | ^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 351 | pub fn inner_faces(&self) -> InnerFaceIterator<'_, V, DE, UE, F> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/delaunay_core/triangulation_ext.rs:412:9 [INFO] [stderr] | [INFO] [stderr] 412 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 415 | ) -> VertexHandle { [INFO] [stderr] | -------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 415 | ) -> VertexHandle<'_, Self::Vertex, Self::DirectedEdge, Self::UndirectedEdge, Self::Face> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/delaunay_triangulation.rs:293:9 [INFO] [stderr] | [INFO] [stderr] 293 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] 294 | position: Point2<::Scalar>, [INFO] [stderr] 295 | ) -> Option> { [INFO] [stderr] | -------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 295 | ) -> Option> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/delaunay_triangulation.rs:386:29 [INFO] [stderr] | [INFO] [stderr] 386 | pub fn natural_neighbor(&self) -> NaturalNeighbor { [INFO] [stderr] | ^^^^^ --------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 386 | pub fn natural_neighbor(&self) -> NaturalNeighbor<'_, Self> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/intersection_iterator.rs:197:19 [INFO] [stderr] | [INFO] [stderr] 197 | delaunay: &T, [INFO] [stderr] | ^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 200 | ) -> LineIntersectionIterator [INFO] [stderr] | -------------------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 200 | ) -> LineIntersectionIterator<'_, V, DE, UE, F> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/triangulation.rs:181:9 [INFO] [stderr] | [INFO] [stderr] 181 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] 182 | handle: FixedVertexHandle, [INFO] [stderr] 183 | ) -> VertexHandle { [INFO] [stderr] | -------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 183 | ) -> VertexHandle<'_, Self::Vertex, Self::DirectedEdge, Self::UndirectedEdge, Self::Face> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/triangulation.rs:196:9 [INFO] [stderr] | [INFO] [stderr] 196 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] 197 | handle: FixedFaceHandle, [INFO] [stderr] 198 | ) -> FaceHandle [INFO] [stderr] | ------------------------------------------------------------------------------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 198 | ) -> FaceHandle<'_, InnerOuter, Self::Vertex, Self::DirectedEdge, Self::UndirectedEdge, Self::Face> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/triangulation.rs:205:9 [INFO] [stderr] | [INFO] [stderr] 205 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] 206 | ) -> FaceHandle< [INFO] [stderr] | __________- [INFO] [stderr] 207 | | PossiblyOuterTag, [INFO] [stderr] 208 | | Self::Vertex, [INFO] [stderr] 209 | | Self::DirectedEdge, [INFO] [stderr] 210 | | Self::UndirectedEdge, [INFO] [stderr] 211 | | Self::Face, [INFO] [stderr] 212 | | > { [INFO] [stderr] | |_____- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 206 | ) -> FaceHandle<'_, [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/triangulation.rs:220:9 [INFO] [stderr] | [INFO] [stderr] 220 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] 221 | handle: FixedDirectedEdgeHandle, [INFO] [stderr] 222 | ) -> DirectedEdgeHandle [INFO] [stderr] | -------------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 222 | ) -> DirectedEdgeHandle<'_, Self::Vertex, Self::DirectedEdge, Self::UndirectedEdge, Self::Face> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/triangulation.rs:231:9 [INFO] [stderr] | [INFO] [stderr] 231 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] 232 | handle: FixedUndirectedEdgeHandle, [INFO] [stderr] 233 | ) -> UndirectedEdgeHandle [INFO] [stderr] | ---------------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 233 | ) -> UndirectedEdgeHandle<'_, Self::Vertex, Self::DirectedEdge, Self::UndirectedEdge, Self::Face> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/triangulation.rs:288:9 [INFO] [stderr] | [INFO] [stderr] 288 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] 289 | ) -> DirectedEdgeIterator [INFO] [stderr] | ---------------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 289 | ) -> DirectedEdgeIterator<'_, Self::Vertex, Self::DirectedEdge, Self::UndirectedEdge, Self::Face> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/triangulation.rs:298:9 [INFO] [stderr] | [INFO] [stderr] 298 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] 299 | ) -> UndirectedEdgeIterator [INFO] [stderr] | ------------------------------------------------------------------------------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 299 | ) -> UndirectedEdgeIterator<'_, Self::Vertex, Self::DirectedEdge, Self::UndirectedEdge, Self::Face> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/triangulation.rs:313:9 [INFO] [stderr] | [INFO] [stderr] 313 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] 314 | ) -> VertexIterator { [INFO] [stderr] | ---------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 314 | ) -> VertexIterator<'_, Self::Vertex, Self::DirectedEdge, Self::UndirectedEdge, Self::Face> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/triangulation.rs:331:9 [INFO] [stderr] | [INFO] [stderr] 331 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] 332 | handle: FixedVertexHandle, [INFO] [stderr] 333 | ) -> Option> [INFO] [stderr] | -------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 333 | ) -> Option> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/triangulation.rs:345:9 [INFO] [stderr] | [INFO] [stderr] 345 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] 346 | ) -> FaceIterator { [INFO] [stderr] | -------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 346 | ) -> FaceIterator<'_, Self::Vertex, Self::DirectedEdge, Self::UndirectedEdge, Self::Face> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/triangulation.rs:354:9 [INFO] [stderr] | [INFO] [stderr] 354 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] 355 | ) -> InnerFaceIterator { [INFO] [stderr] | ------------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 355 | ) -> InnerFaceIterator<'_, Self::Vertex, Self::DirectedEdge, Self::UndirectedEdge, Self::Face> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/triangulation.rs:363:9 [INFO] [stderr] | [INFO] [stderr] 363 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] 364 | ) -> VoronoiFaceIterator [INFO] [stderr] | --------------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 364 | ) -> VoronoiFaceIterator<'_, Self::Vertex, Self::DirectedEdge, Self::UndirectedEdge, Self::Face> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/triangulation.rs:373:9 [INFO] [stderr] | [INFO] [stderr] 373 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] 374 | ) -> DirectedVoronoiEdgeIterator< [INFO] [stderr] | __________- [INFO] [stderr] 375 | | Self::Vertex, [INFO] [stderr] 376 | | Self::DirectedEdge, [INFO] [stderr] 377 | | Self::UndirectedEdge, [INFO] [stderr] 378 | | Self::Face, [INFO] [stderr] 379 | | > { [INFO] [stderr] | |_____- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 374 | ) -> DirectedVoronoiEdgeIterator<'_, [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/triangulation.rs:387:9 [INFO] [stderr] | [INFO] [stderr] 387 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] 388 | ) -> UndirectedVoronoiEdgeIterator< [INFO] [stderr] | __________- [INFO] [stderr] 389 | | Self::Vertex, [INFO] [stderr] 390 | | Self::DirectedEdge, [INFO] [stderr] 391 | | Self::UndirectedEdge, [INFO] [stderr] 392 | | Self::Face, [INFO] [stderr] 393 | | > { [INFO] [stderr] | |_____- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 388 | ) -> UndirectedVoronoiEdgeIterator<'_, [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/triangulation.rs:419:9 [INFO] [stderr] | [INFO] [stderr] 419 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] 420 | point: Point2<::Scalar>, [INFO] [stderr] 421 | ) -> Option> [INFO] [stderr] | -------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 421 | ) -> Option> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/triangulation.rs:436:9 [INFO] [stderr] | [INFO] [stderr] 436 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 440 | DirectedEdgeHandle, [INFO] [stderr] | -------------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 440 | DirectedEdgeHandle<'_, Self::Vertex, Self::DirectedEdge, Self::UndirectedEdge, Self::Face>, [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/triangulation.rs:606:9 [INFO] [stderr] | [INFO] [stderr] 606 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] 607 | ) -> HullIterator { [INFO] [stderr] | -------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 607 | ) -> HullIterator<'_, Self::Vertex, Self::DirectedEdge, Self::UndirectedEdge, Self::Face> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/triangulation.rs:655:9 [INFO] [stderr] | [INFO] [stderr] 655 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 658 | ) -> EdgesInShapeIterator::Scalar>> { [INFO] [stderr] | ---------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 658 | ) -> EdgesInShapeIterator<'_, Self, RectangleMetric<::Scalar>> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/triangulation.rs:686:9 [INFO] [stderr] | [INFO] [stderr] 686 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 689 | ) -> EdgesInShapeIterator::Scalar>> { [INFO] [stderr] | ------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 689 | ) -> EdgesInShapeIterator<'_, Self, CircleMetric<::Scalar>> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/triangulation.rs:712:9 [INFO] [stderr] | [INFO] [stderr] 712 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 715 | ) -> VerticesInShapeIterator::Scalar>> { [INFO] [stderr] | ------------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 715 | ) -> VerticesInShapeIterator<'_, Self, RectangleMetric<::Scalar>> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/triangulation.rs:741:9 [INFO] [stderr] | [INFO] [stderr] 741 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 744 | ) -> VerticesInShapeIterator::Scalar>> { [INFO] [stderr] | ---------------------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 744 | ) -> VerticesInShapeIterator<'_, Self, CircleMetric<::Scalar>> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/triangulation.rs:755:20 [INFO] [stderr] | [INFO] [stderr] 755 | fn barycentric(&self) -> Barycentric { [INFO] [stderr] | ^^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 755 | fn barycentric(&self) -> Barycentric<'_, Self> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `spade` (lib) generated 40 warnings (run `cargo fix --lib -p spade` to apply 40 suggestions) [INFO] [stderr] warning: `spade` (lib test) generated 40 warnings (40 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.24s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/spade-869fc1a7e646d71c) [INFO] [stdout] [INFO] [stdout] running 197 tests [INFO] [stdout] test cdt::test::edge_intersection_precision_test_2 ... ok [INFO] [stdout] test cdt::test::edge_intersection_precision_test_3 ... ok [INFO] [stdout] test cdt::test::edge_intersection_precision_test_4 ... ok [INFO] [stdout] test cdt::test::crash_case ... ok [INFO] [stdout] test cdt::test::edge_intersection_precision_test_5 ... ok [INFO] [stdout] test cdt::test::edge_intersection_precision_test_7 ... ok [INFO] [stdout] test cdt::test::edge_intersection_precision_test_9 ... ok [INFO] [stdout] test cdt::test::edge_intersection_precision_test_6 ... ok [INFO] [stdout] test cdt::test::foo ... ok [INFO] [stdout] test cdt::test::edge_intersection_precision_test_8 ... ok [INFO] [stdout] test cdt::test::test_add_constraint_and_split ... ignored [INFO] [stdout] test cdt::test::test_add_constraint_degenerate ... ok [INFO] [stdout] test cdt::test::infinite_loop_2 ... ok [INFO] [stdout] test cdt::test::infinite_loop_bug ... ok [INFO] [stdout] test cdt::test::test_add_constraint_edges_duplicate ... ok [INFO] [stdout] test cdt::test::edge_intersection_precision_test_10 ... ok [INFO] [stdout] test cdt::test::test_add_constraint_edges_empty ... ok [INFO] [stdout] test cdt::test::test_add_constraint_edges_single ... ok [INFO] [stdout] test cdt::test::test_add_same_from_and_to_constraint ... ok [INFO] [stdout] test cdt::test::test_add_single_complex_constraint ... ok [INFO] [stdout] test cdt::test::test_add_constraint_over_point ... ok [INFO] [stdout] test cdt::test::test_add_single_simple_constraint ... ok [INFO] [stdout] test cdt::test::test_cdt_edge_split_degenerate ... ok [INFO] [stdout] test cdt::test::test_check_intersects_constraint_edge ... ok [INFO] [stdout] test cdt::test::test_cdt_remove_degenerate ... ok [INFO] [stdout] test cdt::test::test_clear ... ok [INFO] [stdout] test cdt::test::test_existing_edge_constraint ... ok [INFO] [stdout] test cdt::test::test_crash_scenario ... ok [INFO] [stdout] test cdt::test::test_mid_overlapping_constraint ... ok [INFO] [stdout] test cdt::test::test_multiple_splits ... ok [INFO] [stdout] test cdt::test::test_into ... ok [INFO] [stdout] test cdt::test::test_remove_vertex_respects_constraints ... ok [INFO] [stdout] test cdt::test::test_simple_retriangulation ... ok [INFO] [stdout] test cdt::test::test_single_split ... ok [INFO] [stdout] test cdt::test::test_remove_constraint_edge ... ok [INFO] [stdout] test cdt::test::test_split_constraint ... ok [INFO] [stdout] test cdt::test::test_try_add_constraint ... ok [INFO] [stdout] test cdt::test::test_add_constraint_edges ... ok [INFO] [stdout] test delaunay_core::bulk_load::test::test_bulk_load_with_flat_triangle ... ok [INFO] [stdout] test delaunay_core::bulk_load::test::test_bulk_load_with_small_number_of_vertices ... ok [INFO] [stdout] test delaunay_core::bulk_load::test::test_cdt_bulk_load_small ... ok [INFO] [stdout] test delaunay_core::bulk_load::test::test_bulk_load_stable ... ok [INFO] [stdout] test delaunay_core::bulk_load::test::test_cdt_bulk_load_with_constraint_edges_in_center ... ok [INFO] [stdout] test delaunay_core::bulk_load::test::test_cdt_fuzz_1 ... ok [INFO] [stdout] test delaunay_core::bulk_load::test::test_cdt_bulk_load_with_duplicates ... ok [INFO] [stdout] test delaunay_core::bulk_load::test::test_hull ... ok [INFO] [stdout] test delaunay_core::bulk_load::test::test_empty ... ok [INFO] [stdout] test delaunay_core::bulk_load_fuzz_tests::test_bulk_load_fuzz_1 ... ok [INFO] [stdout] test delaunay_core::bulk_load_fuzz_tests::test_bulk_load_fuzz_10 ... ok [INFO] [stdout] test delaunay_core::bulk_load_fuzz_tests::test_bulk_load_fuzz_11 ... ok [INFO] [stdout] test delaunay_core::bulk_load::test::test_same_vertex_bulk_load ... ok [INFO] [stdout] test delaunay_core::bulk_load::test::test_bulk_load_stable_with_duplicates ... ok [INFO] [stdout] test delaunay_core::bulk_load_fuzz_tests::test_bulk_load_fuzz_13 ... ok [INFO] [stdout] test delaunay_core::bulk_load_fuzz_tests::test_bulk_load_fuzz_14 ... ok [INFO] [stdout] test delaunay_core::bulk_load_fuzz_tests::test_bulk_load_fuzz_12 ... ok [INFO] [stdout] test delaunay_core::bulk_load_fuzz_tests::test_bulk_load_fuzz_15 ... ok [INFO] [stdout] test delaunay_core::bulk_load_fuzz_tests::test_bulk_load_fuzz_16 ... ok [INFO] [stdout] test delaunay_core::bulk_load_fuzz_tests::test_bulk_load_fuzz_19 ... ok [INFO] [stdout] test delaunay_core::bulk_load::test::test_cdt_bulk_load ... ok [INFO] [stdout] test delaunay_core::bulk_load_fuzz_tests::test_bulk_load_fuzz_18 ... ok [INFO] [stdout] test delaunay_core::bulk_load_fuzz_tests::test_bulk_load_fuzz_17 ... ok [INFO] [stdout] test delaunay_core::bulk_load_fuzz_tests::test_bulk_load_fuzz_2 ... ok [INFO] [stdout] test delaunay_core::bulk_load_fuzz_tests::test_bulk_load_fuzz_21 ... ok [INFO] [stdout] test delaunay_core::bulk_load_fuzz_tests::test_bulk_load_fuzz_3 ... ok [INFO] [stdout] test delaunay_core::bulk_load_fuzz_tests::test_bulk_load_fuzz_5 ... ok [INFO] [stdout] test delaunay_core::bulk_load_fuzz_tests::test_bulk_load_fuzz_20 ... ok [INFO] [stdout] test delaunay_core::bulk_load_fuzz_tests::test_bulk_load_fuzz_4 ... ok [INFO] [stdout] test delaunay_core::bulk_load_fuzz_tests::test_bulk_load_fuzz_6 ... ok [INFO] [stdout] test delaunay_core::bulk_load_fuzz_tests::test_bulk_load_fuzz_7 ... ok [INFO] [stdout] test cdt::test::test_add_single_constraint ... ok [INFO] [stdout] test delaunay_core::bulk_load_fuzz_tests::test_bulk_load_fuzz_9 ... ok [INFO] [stdout] test delaunay_core::dcel_operations::test::test_create_single_face_between_edge_and_next ... ok [INFO] [stdout] test delaunay_core::dcel_operations::test::test_extend_line ... ok [INFO] [stdout] test delaunay_core::bulk_load_fuzz_tests::test_bulk_load_fuzz_8 ... ok [INFO] [stdout] test delaunay_core::dcel_operations::test::test_half_edge_split ... ok [INFO] [stdout] test delaunay_core::dcel_operations::test::test_create_new_face_adjacent_to_edge ... ok [INFO] [stdout] test delaunay_core::dcel_operations::test::test_flip ... ok [INFO] [stdout] test delaunay_core::dcel_operations::test::test_insert_first_and_second ... ok [INFO] [stdout] test delaunay_core::dcel_operations::test::test_cw_iterator ... ok [INFO] [stdout] test delaunay_core::dcel_operations::test::test_insert_into_and_remove_from_quad ... ok [INFO] [stdout] test delaunay_core::dcel_operations::test::test_create_triangle ... ok [INFO] [stdout] test delaunay_core::dcel_operations::test::test_insert_into_and_remove_from_triangle ... ok [INFO] [stdout] test delaunay_core::dcel_operations::test::test_insert_into_triangle ... ok [INFO] [stdout] test delaunay_core::handles::handle_impls::test::test_new_normalized_and_index_and_sym ... ok [INFO] [stdout] test delaunay_core::dcel_operations::test::test_split_non_triangle_edge ... ok [INFO] [stdout] test delaunay_core::dcel_operations::test::test_split ... ok [INFO] [stdout] test delaunay_core::dcel_operations::test::test_swap ... ok [INFO] [stdout] test delaunay_core::handles::iterators::hull_iterator::test::test_bigger_triangulation ... ok [INFO] [stdout] test delaunay_core::handles::iterators::hull_iterator::test::test_empty_hull ... ok [INFO] [stdout] test cdt::test::test_add_border_constraint ... ok [INFO] [stdout] test delaunay_core::interpolation::test::test_gradient_estimation_flat ... ok [INFO] [stdout] test delaunay_core::interpolation::test::test_nan_issue ... ok [INFO] [stdout] test delaunay_core::interpolation::test::test_gradient_estimation_planar ... ok [INFO] [stdout] test delaunay_core::interpolation::test::test_natural_neighbors ... ok [INFO] [stdout] test delaunay_core::interpolation::test::test_constant_height_interpolation ... ok [INFO] [stdout] test delaunay_core::interpolation::test::test_quad_interpolation ... ok [INFO] [stdout] test delaunay_core::interpolation::test::test_small_interpolation ... ok [INFO] [stdout] test delaunay_core::math::test::check_max_value ... ok [INFO] [stdout] test delaunay_core::math::test::check_min_value ... ok [INFO] [stdout] test delaunay_core::bulk_load::test::test_cdt_bulk_load_on_epsilon_grid ... ok [INFO] [stdout] test delaunay_core::math::test::test_contained_in_circumference ... ok [INFO] [stdout] test delaunay_core::math::test::test_edge_distance ... ok [INFO] [stdout] test delaunay_core::math::test::test_edge_side ... ok [INFO] [stdout] test delaunay_core::math::test::test_intersects_end_points ... ok [INFO] [stdout] test delaunay_core::math::test::test_intersects_middle ... ok [INFO] [stdout] test delaunay_core::math::test::test_mitigate_underflow ... ok [INFO] [stdout] test delaunay_core::hint_generator::test::hierarchy_hint_generator_test ... ok [INFO] [stdout] test delaunay_core::math::test::test_point_projection ... ok [INFO] [stdout] test delaunay_core::math::test::test_triangle_distance ... ok [INFO] [stdout] test delaunay_core::math::test::test_validate_coordinate ... ok [INFO] [stdout] test delaunay_core::refinement::test::test_exclude_outer_faces_with_non_closed_mesh ... ok [INFO] [stdout] test delaunay_core::refinement::test::test_exclude_outer_faces ... ok [INFO] [stdout] test delaunay_core::refinement::test::test_nearest_power_of_two ... ok [INFO] [stdout] test delaunay_core::refinement::test::test_sharp_angle_refinement ... ok [INFO] [stdout] test delaunay_core::refinement::test::test_simple_exclude_outer_faces ... ok [INFO] [stdout] test delaunay_core::refinement::test::test_failing_refinement ... ok [INFO] [stdout] test delaunay_core::refinement::test::test_small_refinement ... ok [INFO] [stdout] test delaunay_core::refinement::test::test_zero_angle_limit_dbg ... ok [INFO] [stdout] test delaunay_core::triangulation_ext::test::test_degenerate_triangulation ... ok [INFO] [stdout] test delaunay_core::triangulation_ext::test::test_empty ... ok [INFO] [stdout] test delaunay_core::triangulation_ext::test::test_insert_first ... ok [INFO] [stdout] test delaunay_core::triangulation_ext::test::test_insert_five_points ... ok [INFO] [stdout] test delaunay_core::refinement::test::test_zero_angle_limit ... ok [INFO] [stdout] test delaunay_core::triangulation_ext::test::test_insert_on_edges ... ok [INFO] [stdout] test cdt::test::test_panic_when_intersecting_a_complex_constraint_edge - should panic ... ok [INFO] [stdout] test delaunay_core::triangulation_ext::test::test_insert_point_on_ch_edge ... ok [INFO] [stdout] test cdt::test::test_panic_when_intersecting_a_constraint_edge - should panic ... ok [INFO] [stdout] test delaunay_core::triangulation_ext::test::test_insert_outside_convex_hull ... ok [INFO] [stdout] test delaunay_core::triangulation_ext::test::test_insert_points_on_line ... ok [INFO] [stdout] test delaunay_core::triangulation_ext::test::test_insert_points_on_grid_with_increasing_distance ... ok [INFO] [stdout] test delaunay_core::math::test::test_collinear_fail - should panic ... ok [INFO] [stdout] test delaunay_core::triangulation_ext::test::test_insert_same_point ... ok [INFO] [stdout] test delaunay_core::triangulation_ext::test::test_insert_same_point_small ... ok [INFO] [stdout] test delaunay_core::triangulation_ext::test::test_insert_second ... ok [INFO] [stdout] test delaunay_core::triangulation_ext::test::test_insert_third_point ... ok [INFO] [stdout] test delaunay_core::triangulation_ext::test::test_iterate_faces ... ok [INFO] [stdout] test delaunay_core::triangulation_ext::test::test_locate_nan - should panic ... ok [INFO] [stdout] test delaunay_core::triangulation_ext::test::test_insert_points_with_increasing_distance ... ok [INFO] [stdout] test delaunay_core::triangulation_ext::test::test_locate_nan_empty - should panic ... ok [INFO] [stdout] test delaunay_core::triangulation_ext::test::test_locate_with_single_vertex ... ok [INFO] [stdout] test delaunay_core::triangulation_ext::test::test_locate_with_two_vertices ... ok [INFO] [stdout] test delaunay_core::triangulation_ext::test::test_locate_when_empty ... ok [INFO] [stdout] test delaunay_core::triangulation_ext::test::test_remove_complex_single_outer_vertex ... ok [INFO] [stdout] test delaunay_core::triangulation_ext::test::test_remove_few_points ... ok [INFO] [stdout] test delaunay_core::bulk_load::test::test_bulk_load ... ok [INFO] [stdout] test delaunay_core::triangulation_ext::test::test_remove_in_quad ... ok [INFO] [stdout] test delaunay_core::triangulation_ext::test::test_remove_in_triangle ... ok [INFO] [stdout] test delaunay_core::triangulation_ext::test::test_remove_on_line_big ... ok [INFO] [stdout] test delaunay_core::triangulation_ext::test::test_remove_on_line_end ... ok [INFO] [stdout] test delaunay_core::triangulation_ext::test::test_remove_on_line_small ... ok [INFO] [stdout] test delaunay_core::triangulation_ext::test::test_removal_and_insertion ... ok [INFO] [stdout] test delaunay_core::triangulation_ext::test::test_remove_single_outer ... ok [INFO] [stdout] test delaunay_core::triangulation_ext::test::test_remove_star_shaped ... ok [INFO] [stdout] test delaunay_core::triangulation_ext::test::test_remove_until_degenerate ... ok [INFO] [stdout] test delaunay_core::triangulation_ext::test::test_remove_until_empty ... ok [INFO] [stdout] test delaunay_core::triangulation_ext::test::test_small_insert_on_line ... ok [INFO] [stdout] test delaunay_core::triangulation_ext::test::test_small_triangulation_iterators ... ok [INFO] [stdout] test delaunay_triangulation::test::test_clone_is_implemented ... ok [INFO] [stdout] test delaunay_triangulation::test::test_nearest_neighbor ... ok [INFO] [stdout] test delaunay_triangulation::test::test_nearest_neighbor_small ... ok [INFO] [stdout] test flood_fill_iterator::test::test_convex_hull_edge_cases ... ok [INFO] [stdout] test flood_fill_iterator::test::test_degenerate ... ok [INFO] [stdout] test flood_fill_iterator::test::test_edge_intersections ... ok [INFO] [stdout] test flood_fill_iterator::test::test_empty ... ok [INFO] [stdout] test flood_fill_iterator::test::test_is_edge_inside ... ok [INFO] [stdout] test flood_fill_iterator::test::test_medium_triangulation ... ok [INFO] [stdout] test delaunay_core::triangulation_ext::test::test_remove_inner ... ok [INFO] [stdout] test flood_fill_iterator::test::test_rectangle_center_on_vertex ... ok [INFO] [stdout] test flood_fill_iterator::test::test_single_face ... ok [INFO] [stdout] test flood_fill_iterator::test::test_single_vertex ... ok [INFO] [stdout] test flood_fill_iterator::test::test_small ... ok [INFO] [stdout] test intersection_iterator::test::test_between_vertices_intersection ... ok [INFO] [stdout] test intersection_iterator::test::test_empty_inner_intersection ... ok [INFO] [stdout] test intersection_iterator::test::test_intersecting_degenerate_triangulation ... ok [INFO] [stdout] test intersection_iterator::test::test_intersecting_single_vertex ... ok [INFO] [stdout] test intersection_iterator::test::test_intersecting_through_point_ending_on_face ... ok [INFO] [stdout] test intersection_iterator::test::test_intersecting_zero_vertices ... ok [INFO] [stdout] test intersection_iterator::test::test_intersection_when_passing_equal_line_from_and_line_to ... ok [INFO] [stdout] test intersection_iterator::test::test_mixed_intersections ... ok [INFO] [stdout] test intersection_iterator::test::test_on_line_intersection ... ok [INFO] [stdout] test intersection_iterator::test::test_out_of_hull_intersections ... ok [INFO] [stdout] test intersection_iterator::test::test_single_line_intersection ... ok [INFO] [stdout] test delaunay_core::triangulation_ext::test::test_insert_points_on_grid2 ... ok [INFO] [stdout] test delaunay_core::hint_generator::test::test_hierarchy_hint_generator_bulk_load_small ... ok [INFO] [stdout] test delaunay_core::triangulation_ext::test::test_insert_points_on_line_2 ... ok [INFO] [stdout] test flood_fill_iterator::test::test_random ... ok [INFO] [stdout] test delaunay_core::triangulation_ext::test::test_remove_outer ... ok [INFO] [stdout] test delaunay_core::interpolation::test::test_slope_interpolation ... ok [INFO] [stdout] test delaunay_core::interpolation::test::test_parabola_interpolation ... ok [INFO] [stdout] test delaunay_core::bulk_load::test::test_bulk_load_on_epsilon_grid ... ok [INFO] [stdout] test cdt::test::fuzz_test_on_grid ... ok [INFO] [stdout] test delaunay_core::bulk_load::test::test_bulk_load_on_grid ... ok [INFO] [stdout] test cdt::test::test_add_multiple_constraints_non_overlapping ... ok [INFO] [stdout] test cdt::test::test_add_multiple_constraints_overlapping ... ok [INFO] [stdout] test delaunay_core::hint_generator::test::hierarchy_hint_generator_removal_test ... ok [INFO] [stdout] test delaunay_core::triangulation_ext::test::test_insert_many_points ... ok [INFO] [stdout] test cdt::test::fuzz_test_on_line ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 196 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 4.04s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "91e25f1569bb089103b918bf89acc446f9e11b4be184da22a364077098c3c371", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "91e25f1569bb089103b918bf89acc446f9e11b4be184da22a364077098c3c371", kill_on_drop: false }` [INFO] [stdout] 91e25f1569bb089103b918bf89acc446f9e11b4be184da22a364077098c3c371