[INFO] fetching crate triangulate 0.2.0... [INFO] testing triangulate-0.2.0 against try#028592fec99e54cc92def5a2a849c673b066dd93 for pr-146098 [INFO] extracting crate triangulate 0.2.0 into /workspace/builds/worker-2-tc2/source [INFO] started tweaking crates.io crate triangulate 0.2.0 [INFO] finished tweaking crates.io crate triangulate 0.2.0 [INFO] tweaked toml for crates.io crate triangulate 0.2.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate triangulate 0.2.0 on toolchain 028592fec99e54cc92def5a2a849c673b066dd93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+028592fec99e54cc92def5a2a849c673b066dd93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+028592fec99e54cc92def5a2a849c673b066dd93" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 90 packages to latest compatible versions [INFO] [stderr] Adding criterion v0.4.0 (available: v0.7.0) [INFO] [stderr] Adding earcutr v0.3.0 (available: v0.5.0) [INFO] [stderr] Adding ordered-float v2.10.1 (available: v5.0.0) [INFO] [stderr] Adding rand v0.8.5 (available: v0.9.2) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+028592fec99e54cc92def5a2a849c673b066dd93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+028592fec99e54cc92def5a2a849c673b066dd93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d2bcd1ee8e563303e7787d5b47fe124f2cf97ae3dbc07ea913a4c92672e690ac [INFO] running `Command { std: "docker" "start" "-a" "d2bcd1ee8e563303e7787d5b47fe124f2cf97ae3dbc07ea913a4c92672e690ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d2bcd1ee8e563303e7787d5b47fe124f2cf97ae3dbc07ea913a4c92672e690ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d2bcd1ee8e563303e7787d5b47fe124f2cf97ae3dbc07ea913a4c92672e690ac", kill_on_drop: false }` [INFO] [stdout] d2bcd1ee8e563303e7787d5b47fe124f2cf97ae3dbc07ea913a4c92672e690ac [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+028592fec99e54cc92def5a2a849c673b066dd93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 202b22273ab6c7730909a92931258d1f414a2429751f0f3291179d5d0d618639 [INFO] running `Command { std: "docker" "start" "-a" "202b22273ab6c7730909a92931258d1f414a2429751f0f3291179d5d0d618639", kill_on_drop: false }` [INFO] [stderr] Compiling zot v0.1.0 [INFO] [stderr] Compiling backtrace v0.3.76 [INFO] [stderr] Compiling ordered-float v2.10.1 [INFO] [stderr] Compiling triangulate v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: struct `IndexedQueryNode` is never constructed [INFO] [stdout] --> src/querynode.rs:64:12 [INFO] [stdout] | [INFO] [stdout] 64 | pub struct IndexedQueryNode<'a, V: Vertex, Index: VertexIndex>(Idx>, &'a QueryNode); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `ps`, `ns`, `ss`, `ts`, and `find_trapezoid` are never used [INFO] [stdout] --> src/trapezoidation.rs:15:8 [INFO] [stdout] | [INFO] [stdout] 14 | trait TrapezoidationStructure<'p, P: PolygonList<'p> + ?Sized + 'p> { [INFO] [stdout] | ----------------------- methods in this trait [INFO] [stdout] 15 | fn ps(&self) -> PolygonListExt<'p, P>; [INFO] [stdout] | ^^ [INFO] [stdout] 16 | fn ns(&self) -> &[Nexus]; [INFO] [stdout] | ^^ [INFO] [stdout] 17 | fn ss(&self) -> &[Segment]; [INFO] [stdout] | ^^ [INFO] [stdout] 18 | fn ts(&self) -> &[Trapezoid]; [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 25 | fn find_trapezoid(&self, c: Coords<::Coordinate>) -> (Idx>, Idx src/inputs/polygon_list.rs:377:15 [INFO] [stdout] | [INFO] [stdout] 377 | pub trait Sealed { } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/idx.rs:194:19 [INFO] [stdout] | [INFO] [stdout] 194 | fn iter_index(&self) -> SliceIndexIter; [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 194 | fn iter_index(&self) -> SliceIndexIter<'_, T>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/idx.rs:204:19 [INFO] [stdout] | [INFO] [stdout] 204 | fn iter_index(&self) -> SliceIndexIter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 204 | fn iter_index(&self) -> SliceIndexIter<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/idx.rs:210:19 [INFO] [stdout] | [INFO] [stdout] 210 | fn iter_index(&self) -> SliceIndexIter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 210 | fn iter_index(&self) -> SliceIndexIter<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s [INFO] running `Command { std: "docker" "inspect" "202b22273ab6c7730909a92931258d1f414a2429751f0f3291179d5d0d618639", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "202b22273ab6c7730909a92931258d1f414a2429751f0f3291179d5d0d618639", kill_on_drop: false }` [INFO] [stdout] 202b22273ab6c7730909a92931258d1f414a2429751f0f3291179d5d0d618639 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+028592fec99e54cc92def5a2a849c673b066dd93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 98401eb8ab78e885668b039092eabffc1f93350d23882f821cb0f6f722eb1a88 [INFO] running `Command { std: "docker" "start" "-a" "98401eb8ab78e885668b039092eabffc1f93350d23882f821cb0f6f722eb1a88", kill_on_drop: false }` [INFO] [stderr] Compiling backtrace v0.3.76 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling criterion v0.4.0 [INFO] [stderr] Compiling triangulate v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: struct `IndexedQueryNode` is never constructed [INFO] [stdout] --> src/querynode.rs:64:12 [INFO] [stdout] | [INFO] [stdout] 64 | pub struct IndexedQueryNode<'a, V: Vertex, Index: VertexIndex>(Idx>, &'a QueryNode); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `ps`, `ns`, `ss`, `ts`, and `find_trapezoid` are never used [INFO] [stdout] --> src/trapezoidation.rs:15:8 [INFO] [stdout] | [INFO] [stdout] 14 | trait TrapezoidationStructure<'p, P: PolygonList<'p> + ?Sized + 'p> { [INFO] [stdout] | ----------------------- methods in this trait [INFO] [stdout] 15 | fn ps(&self) -> PolygonListExt<'p, P>; [INFO] [stdout] | ^^ [INFO] [stdout] 16 | fn ns(&self) -> &[Nexus]; [INFO] [stdout] | ^^ [INFO] [stdout] 17 | fn ss(&self) -> &[Segment]; [INFO] [stdout] | ^^ [INFO] [stdout] 18 | fn ts(&self) -> &[Trapezoid]; [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 25 | fn find_trapezoid(&self, c: Coords<::Coordinate>) -> (Idx>, Idx src/inputs/polygon_list.rs:377:15 [INFO] [stdout] | [INFO] [stdout] 377 | pub trait Sealed { } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/idx.rs:194:19 [INFO] [stdout] | [INFO] [stdout] 194 | fn iter_index(&self) -> SliceIndexIter; [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 194 | fn iter_index(&self) -> SliceIndexIter<'_, T>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/idx.rs:204:19 [INFO] [stdout] | [INFO] [stdout] 204 | fn iter_index(&self) -> SliceIndexIter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 204 | fn iter_index(&self) -> SliceIndexIter<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/idx.rs:210:19 [INFO] [stdout] | [INFO] [stdout] 210 | fn iter_index(&self) -> SliceIndexIter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 210 | fn iter_index(&self) -> SliceIndexIter<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `IndexedQueryNode` is never constructed [INFO] [stdout] --> src/querynode.rs:64:12 [INFO] [stdout] | [INFO] [stdout] 64 | pub struct IndexedQueryNode<'a, V: Vertex, Index: VertexIndex>(Idx>, &'a QueryNode); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `ps`, `ns`, `ss`, `ts`, and `find_trapezoid` are never used [INFO] [stdout] --> src/trapezoidation.rs:15:8 [INFO] [stdout] | [INFO] [stdout] 14 | trait TrapezoidationStructure<'p, P: PolygonList<'p> + ?Sized + 'p> { [INFO] [stdout] | ----------------------- methods in this trait [INFO] [stdout] 15 | fn ps(&self) -> PolygonListExt<'p, P>; [INFO] [stdout] | ^^ [INFO] [stdout] 16 | fn ns(&self) -> &[Nexus]; [INFO] [stdout] | ^^ [INFO] [stdout] 17 | fn ss(&self) -> &[Segment]; [INFO] [stdout] | ^^ [INFO] [stdout] 18 | fn ts(&self) -> &[Trapezoid]; [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 25 | fn find_trapezoid(&self, c: Coords<::Coordinate>) -> (Idx>, Idx src/inputs/polygon_list.rs:377:15 [INFO] [stdout] | [INFO] [stdout] 377 | pub trait Sealed { } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/idx.rs:194:19 [INFO] [stdout] | [INFO] [stdout] 194 | fn iter_index(&self) -> SliceIndexIter; [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 194 | fn iter_index(&self) -> SliceIndexIter<'_, T>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/idx.rs:204:19 [INFO] [stdout] | [INFO] [stdout] 204 | fn iter_index(&self) -> SliceIndexIter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 204 | fn iter_index(&self) -> SliceIndexIter<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/idx.rs:210:19 [INFO] [stdout] | [INFO] [stdout] 210 | fn iter_index(&self) -> SliceIndexIter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 210 | fn iter_index(&self) -> SliceIndexIter<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 3.41s [INFO] running `Command { std: "docker" "inspect" "98401eb8ab78e885668b039092eabffc1f93350d23882f821cb0f6f722eb1a88", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "98401eb8ab78e885668b039092eabffc1f93350d23882f821cb0f6f722eb1a88", kill_on_drop: false }` [INFO] [stdout] 98401eb8ab78e885668b039092eabffc1f93350d23882f821cb0f6f722eb1a88 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+028592fec99e54cc92def5a2a849c673b066dd93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] ae0e6fa06eccc3278c452892c16d24d0674f2427bab8b93e92fc5456fbfa57e4 [INFO] running `Command { std: "docker" "start" "-a" "ae0e6fa06eccc3278c452892c16d24d0674f2427bab8b93e92fc5456fbfa57e4", kill_on_drop: false }` [INFO] [stderr] warning: struct `IndexedQueryNode` is never constructed [INFO] [stderr] --> src/querynode.rs:64:12 [INFO] [stderr] | [INFO] [stderr] 64 | pub struct IndexedQueryNode<'a, V: Vertex, Index: VertexIndex>(Idx>, &'a QueryNode); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: methods `ps`, `ns`, `ss`, `ts`, and `find_trapezoid` are never used [INFO] [stderr] --> src/trapezoidation.rs:15:8 [INFO] [stderr] | [INFO] [stderr] 14 | trait TrapezoidationStructure<'p, P: PolygonList<'p> + ?Sized + 'p> { [INFO] [stderr] | ----------------------- methods in this trait [INFO] [stderr] 15 | fn ps(&self) -> PolygonListExt<'p, P>; [INFO] [stderr] | ^^ [INFO] [stderr] 16 | fn ns(&self) -> &[Nexus]; [INFO] [stderr] | ^^ [INFO] [stderr] 17 | fn ss(&self) -> &[Segment]; [INFO] [stderr] | ^^ [INFO] [stderr] 18 | fn ts(&self) -> &[Trapezoid]; [INFO] [stderr] | ^^ [INFO] [stderr] ... [INFO] [stderr] 25 | fn find_trapezoid(&self, c: Coords<::Coordinate>) -> (Idx>, Idx src/inputs/polygon_list.rs:377:15 [INFO] [stderr] | [INFO] [stderr] 377 | pub trait Sealed { } [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/idx.rs:194:19 [INFO] [stderr] | [INFO] [stderr] 194 | fn iter_index(&self) -> SliceIndexIter; [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 194 | fn iter_index(&self) -> SliceIndexIter<'_, T>; [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/idx.rs:204:19 [INFO] [stderr] | [INFO] [stderr] 204 | fn iter_index(&self) -> SliceIndexIter { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 204 | fn iter_index(&self) -> SliceIndexIter<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/idx.rs:210:19 [INFO] [stderr] | [INFO] [stderr] 210 | fn iter_index(&self) -> SliceIndexIter { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 210 | fn iter_index(&self) -> SliceIndexIter<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `triangulate` (lib) generated 6 warnings (run `cargo fix --lib -p triangulate` to apply 3 suggestions) [INFO] [stderr] warning: `triangulate` (lib test) generated 6 warnings (6 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/triangulate-364f0205e3468249) [INFO] [stdout] [INFO] [stdout] running 17 tests [INFO] [stdout] test tests::format::delimited_fan ... ok [INFO] [stdout] test tests::format::deindexed_list ... ok [INFO] [stdout] test tests::format::deindexed_fan ... ok [INFO] [stdout] test tests::format::fan_to_list ... ok [INFO] [stdout] test tests::format::index_wrapper ... ok [INFO] [stdout] test tests::format::separate_trapezoidation ... ok [INFO] [stdout] test tests::format::error_propagation ... ok [INFO] [stdout] test tests::format::index_wrapper_polygons ... ok [INFO] [stdout] test tests::format::reverse_winding ... ok [INFO] [stdout] test tests::regression::france_nonterminating ... ok [INFO] [stdout] test tests::triangulate::triangulate_hollow ... ok [INFO] [stdout] test tests::triangulate::triangulate ... ok [INFO] [stdout] test tests::negative::incomplete_polygon - should panic ... ok [INFO] [stdout] test tests::negative::overlapping_vertex - should panic ... ok [INFO] [stdout] test tests::negative::overlapping_polygons - should panic ... ok [INFO] [stdout] test tests::triangulate::triangulate_geography ... FAILED [INFO] [stdout] test tests::triangulate::regular_polygons ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- tests::triangulate::triangulate_geography stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'tests::triangulate::triangulate_geography' (32) panicked at src/tests/triangulate.rs:25:54: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x60212acb92d2 - std::backtrace_rs::backtrace::libunwind::trace::hcbb09259ca22005c [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x60212acb92d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h0fac8c223cd6e456 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x60212acb92d2 - std::sys::backtrace::_print_fmt::he5f2b5e0c66ce66e [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x60212acb92d2 - ::fmt::haf29e060fb6137a9 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x60212acc9f0f - core::fmt::rt::Argument::fmt::h596977d9d4f722b0 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x60212acc9f0f - core::fmt::write::h0ee4d44b8e20572d [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x60212ac85b81 - std::io::default_write_fmt::h5f5bf04c08f51588 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x60212ac85b81 - std::io::Write::write_fmt::he99637cf0d3cbc1c [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x60212ac91ed2 - std::sys::backtrace::BacktraceLock::print::h3db71735b2a2861b [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x60212ac96baf - std::panicking::default_hook::{{closure}}::h0168a26bb62ec69b [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x60212ac96a41 - std::panicking::default_hook::h7454a6fd0ab61b64 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x60212abf8c8e - as core::ops::function::Fn>::call::h8dac224212939801 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x60212abf8c8e - test::test_main_with_exit_callback::{{closure}}::h18346b0063635f4a [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x60212ac9726f - as core::ops::function::Fn>::call::h7e5d21d6123baaaf [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x60212ac9726f - std::panicking::panic_with_hook::h2d45a49bfd4e6ec4 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x60212ac970ca - std::panicking::panic_handler::{{closure}}::h37f0f43a266cd34d [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x60212ac92009 - std::sys::backtrace::__rust_end_short_backtrace::h1ed0bd8883e4d747 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x60212ac79fad - __rustc[92da9811a626c906]::rust_begin_unwind [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x60212acd2f50 - core::panicking::panic_fmt::hc1117383da035bf0 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x60212acd2576 - core::result::unwrap_failed::h9521c83364d1c9d7 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/result.rs:1855:5 [INFO] [stdout] 20: 0x60212abaa273 - core::result::Result::unwrap::hf110e26c40d2849f [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/result.rs:1226:23 [INFO] [stdout] 21: 0x60212abaa273 - triangulate::tests::triangulate::triangulate_geography::h0256d0e7ed390a68 [INFO] [stdout] at /opt/rustwide/workdir/src/tests/triangulate.rs:25:54 [INFO] [stdout] 22: 0x60212abaa977 - triangulate::tests::triangulate::triangulate_geography::{{closure}}::h00aa316632ae6816 [INFO] [stdout] at /opt/rustwide/workdir/src/tests/triangulate.rs:24:27 [INFO] [stdout] 23: 0x60212abacb96 - core::ops::function::FnOnce::call_once::hedd515a7bdb1fd9b [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x60212abf8a4b - core::ops::function::FnOnce::call_once::habfa9d6a6bb4aa21 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x60212abf8a4b - test::__rust_begin_short_backtrace::hc119b5350e87269b [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/test/src/lib.rs:663:18 [INFO] [stdout] 26: 0x60212ac0e695 - test::run_test_in_process::{{closure}}::h47f2af3109a35895 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/test/src/lib.rs:686:74 [INFO] [stdout] 27: 0x60212ac0e695 - as core::ops::function::FnOnce<()>>::call_once::h5dba888a302c7fc3 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 28: 0x60212ac0e695 - std::panicking::catch_unwind::do_call::h245c3fdea830e686 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panicking.rs:590:40 [INFO] [stdout] 29: 0x60212ac0e695 - std::panicking::catch_unwind::he88149d1cfc3a929 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panicking.rs:553:19 [INFO] [stdout] 30: 0x60212ac0e695 - std::panic::catch_unwind::hd43a8ff20deb6d7a [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x60212ac0e695 - test::run_test_in_process::hcf11d509449005e2 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/test/src/lib.rs:686:27 [INFO] [stdout] 32: 0x60212ac0e695 - test::run_test::{{closure}}::heb13d4899a512502 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/test/src/lib.rs:607:43 [INFO] [stdout] 33: 0x60212abe4e74 - test::run_test::{{closure}}::h3e08e9adf8aad35e [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/test/src/lib.rs:637:41 [INFO] [stdout] 34: 0x60212abe4e74 - std::sys::backtrace::__rust_begin_short_backtrace::h773f9a01402fd17f [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 35: 0x60212abe877a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h408f0520947b97f2 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 36: 0x60212abe877a - as core::ops::function::FnOnce<()>>::call_once::h1162a01751e98fdc [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 37: 0x60212abe877a - std::panicking::catch_unwind::do_call::hf4224593c5d108e2 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panicking.rs:590:40 [INFO] [stdout] 38: 0x60212abe877a - std::panicking::catch_unwind::h4478d419d6ab8a26 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panicking.rs:553:19 [INFO] [stdout] 39: 0x60212abe877a - std::panic::catch_unwind::h1e472892204dcfec [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x60212abe877a - std::thread::Builder::spawn_unchecked_::{{closure}}::hd555321a5ac5351d [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 41: 0x60212abe877a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb9947c3c1cc735ed [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 42: 0x60212ac8d14f - as core::ops::function::FnOnce>::call_once::hf699f0a3c139bc19 [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 43: 0x60212ac8d14f - std::sys::thread::unix::Thread::new::thread_start::h2d5318761291e34a [INFO] [stdout] at /rustc/028592fec99e54cc92def5a2a849c673b066dd93/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 44: 0x7458085e1aa4 - [INFO] [stdout] 45: 0x74580866ea34 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] tests::triangulate::triangulate_geography [INFO] [stdout] [INFO] [stdout] test result: FAILED. 16 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 32.23s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--lib` [INFO] running `Command { std: "docker" "inspect" "ae0e6fa06eccc3278c452892c16d24d0674f2427bab8b93e92fc5456fbfa57e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ae0e6fa06eccc3278c452892c16d24d0674f2427bab8b93e92fc5456fbfa57e4", kill_on_drop: false }` [INFO] [stdout] ae0e6fa06eccc3278c452892c16d24d0674f2427bab8b93e92fc5456fbfa57e4