[INFO] fetching crate poly2tri-rs 0.1.2...
[INFO] checking poly2tri-rs-0.1.2 against 1.95.0 for pr-155915
[INFO] extracting crate poly2tri-rs 0.1.2 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate poly2tri-rs 0.1.2
[INFO] finished tweaking crates.io crate poly2tri-rs 0.1.2
[INFO] tweaked toml for crates.io crate poly2tri-rs 0.1.2 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate poly2tri-rs 0.1.2 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate poly2tri-rs 0.1.2 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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded plotters-svg v0.3.3
[INFO] [stderr]   Downloaded plotters-backend v0.3.4
[INFO] [stderr]   Downloaded serde_derive v1.0.154
[INFO] [stderr]   Downloaded oorandom v11.1.3
[INFO] [stderr]   Downloaded ciborium-io v0.2.0
[INFO] [stderr]   Downloaded ciborium-ll v0.2.0
[INFO] [stderr]   Downloaded serde v1.0.154
[INFO] [stderr]   Downloaded svg v0.13.0
[INFO] [stderr]   Downloaded askama v0.12.0
[INFO] [stderr]   Downloaded askama_derive v0.12.0
[INFO] [stderr]   Downloaded ciborium v0.2.0
[INFO] [stderr]   Downloaded half v1.8.2
[INFO] [stderr]   Downloaded basic-toml v0.1.2
[INFO] [stderr]   Downloaded rayon-core v1.11.0
[INFO] [stderr]   Downloaded libm v0.2.6
[INFO] [stderr]   Downloaded criterion v0.4.0
[INFO] [stderr]   Downloaded serde_json v1.0.94
[INFO] [stderr]   Downloaded rayon v1.7.0
[INFO] [stderr]   Downloaded clap v3.2.23
[INFO] [stderr]   Downloaded textwrap v0.16.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 812739bd449e0119443991f200bdb8091559c3460a0610c2763b2294723c9bf6
[INFO] running `Command { std: "docker" "start" "-a" "812739bd449e0119443991f200bdb8091559c3460a0610c2763b2294723c9bf6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "812739bd449e0119443991f200bdb8091559c3460a0610c2763b2294723c9bf6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "812739bd449e0119443991f200bdb8091559c3460a0610c2763b2294723c9bf6", kill_on_drop: false }`
[INFO] [stdout] 812739bd449e0119443991f200bdb8091559c3460a0610c2763b2294723c9bf6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 392220dd54b93e32aa25f25dc10f29b6db5e79874d14b568e37da993eca9cd80
[INFO] running `Command { std: "docker" "start" "-a" "392220dd54b93e32aa25f25dc10f29b6db5e79874d14b568e37da993eca9cd80", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.51
[INFO] [stderr]    Compiling quote v1.0.23
[INFO] [stderr]    Compiling unicode-ident v1.0.8
[INFO] [stderr]    Compiling libc v0.2.139
[INFO] [stderr]    Compiling serde_derive v1.0.154
[INFO] [stderr]    Compiling crossbeam-utils v0.8.15
[INFO] [stderr]    Compiling serde v1.0.154
[INFO] [stderr]     Checking os_str_bytes v6.4.1
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]    Compiling memoffset v0.8.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.14
[INFO] [stderr]    Compiling io-lifetimes v1.0.6
[INFO] [stderr]    Compiling indexmap v1.9.2
[INFO] [stderr]    Compiling rayon-core v1.11.0
[INFO] [stderr]    Compiling rustix v0.36.9
[INFO] [stderr]     Checking either v1.8.1
[INFO] [stderr]    Compiling libm v0.2.6
[INFO] [stderr]    Compiling serde_json v1.0.94
[INFO] [stderr]     Checking ryu v1.0.13
[INFO] [stderr]     Checking plotters-backend v0.3.4
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]     Checking itoa v1.0.6
[INFO] [stderr]     Checking ciborium-io v0.2.0
[INFO] [stderr]    Compiling mime v0.3.16
[INFO] [stderr]     Checking half v1.8.2
[INFO] [stderr]     Checking linux-raw-sys v0.1.4
[INFO] [stderr]    Compiling thiserror v1.0.39
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking plotters-svg v0.3.3
[INFO] [stderr]     Checking clap_lex v0.2.4
[INFO] [stderr]     Checking regex-syntax v0.6.28
[INFO] [stderr]     Checking textwrap v0.16.0
[INFO] [stderr]     Checking walkdir v2.3.2
[INFO] [stderr]    Compiling mime_guess v2.0.4
[INFO] [stderr]     Checking plotters v0.3.4
[INFO] [stderr]     Checking clap_lex v0.3.2
[INFO] [stderr]     Checking askama_escape v0.10.3
[INFO] [stderr]     Checking robust v0.2.3
[INFO] [stderr]     Checking percent-encoding v2.2.0
[INFO] [stderr]     Checking ciborium-ll v0.2.0
[INFO] [stderr]     Checking crossbeam-channel v0.5.7
[INFO] [stderr]     Checking oorandom v11.1.3
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]     Checking once_cell v1.17.1
[INFO] [stderr]     Checking termcolor v1.2.0
[INFO] [stderr]     Checking humansize v2.1.3
[INFO] [stderr]     Checking svg v0.13.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking crossbeam-deque v0.8.3
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking clap v3.2.23
[INFO] [stderr]     Checking regex v1.7.1
[INFO] [stderr]     Checking criterion-plot v0.5.0
[INFO] [stderr]     Checking getrandom v0.2.8
[INFO] [stderr]     Checking num_cpus v1.15.0
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking rayon v1.7.0
[INFO] [stderr]     Checking is-terminal v0.4.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling thiserror-impl v1.0.39
[INFO] [stderr]    Compiling clap_derive v4.1.8
[INFO] [stderr]     Checking poly2tri-rs v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/advancing_front/mod.rs:54:17
[INFO] [stdout]    |
[INFO] [stdout] 54 |     pub fn prev(&self) -> Option<NodeRef> {
[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] 54 |     pub fn prev(&self) -> Option<NodeRef<'_>> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/advancing_front/vec_backed.rs:185:16
[INFO] [stdout]     |
[INFO] [stdout] 185 |     pub fn nth(&self, n: usize) -> Option<NodeRef> {
[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] 185 |     pub fn nth(&self, n: usize) -> Option<NodeRef<'_>> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/advancing_front/vec_backed.rs:189:58
[INFO] [stdout]     |
[INFO] [stdout] 189 |     pub fn iter<'a>(&'a self) -> Box<dyn Iterator<Item = NodeRef> + 'a> {
[INFO] [stdout]     |                      -- the lifetime is named here       ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 189 |     pub fn iter<'a>(&'a self) -> Box<dyn Iterator<Item = NodeRef<'a>> + 'a> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/advancing_front/vec_backed.rs:200:24
[INFO] [stdout]     |
[INFO] [stdout] 200 |     pub fn locate_node(&self, point: Point) -> Option<NodeRef> {
[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] 200 |     pub fn locate_node(&self, point: Point) -> Option<NodeRef<'_>> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/advancing_front/vec_backed.rs:212:21
[INFO] [stdout]     |
[INFO] [stdout] 212 |     pub fn get_node(&self, point: Point) -> Option<NodeRef> {
[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] 212 |     pub fn get_node(&self, point: Point) -> Option<NodeRef<'_>> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/advancing_front/vec_backed.rs:220:32
[INFO] [stdout]     |
[INFO] [stdout] 220 |     pub fn get_node_with_cache(&mut self, point: Point) -> Option<NodeRef> {
[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] 220 |     pub fn get_node_with_cache(&mut self, point: Point) -> Option<NodeRef<'_>> {
[INFO] [stdout]     |                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/advancing_front/vec_backed.rs:231:29
[INFO] [stdout]     |
[INFO] [stdout] 231 |     pub fn get_node_with_id(&self, node_id: NodeId) -> Option<NodeRef> {
[INFO] [stdout]     |                             ^^^^^ the lifetime is elided here ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 231 |     pub fn get_node_with_id(&self, node_id: NodeId) -> Option<NodeRef<'_>> {
[INFO] [stdout]     |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/advancing_front/vec_backed.rs:245:29
[INFO] [stdout]     |
[INFO] [stdout] 245 |     pub fn locate_next_node(&self, node_id: NodeId) -> Option<NodeRef> {
[INFO] [stdout]     |                             ^^^^^ the lifetime is elided here ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 245 |     pub fn locate_next_node(&self, node_id: NodeId) -> Option<NodeRef<'_>> {
[INFO] [stdout]     |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/advancing_front/vec_backed.rs:260:29
[INFO] [stdout]     |
[INFO] [stdout] 260 |     pub(super) fn next_node(&self, node: &NodeRef) -> Option<NodeRef> {
[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] 260 |     pub(super) fn next_node(&self, node: &NodeRef) -> Option<NodeRef<'_>> {
[INFO] [stdout]     |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/advancing_front/vec_backed.rs:271:29
[INFO] [stdout]     |
[INFO] [stdout] 271 |     pub fn locate_prev_node(&self, node_id: NodeId) -> Option<NodeRef> {
[INFO] [stdout]     |                             ^^^^^ the lifetime is elided here ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 271 |     pub fn locate_prev_node(&self, node_id: NodeId) -> Option<NodeRef<'_>> {
[INFO] [stdout]     |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/advancing_front/vec_backed.rs:283:29
[INFO] [stdout]     |
[INFO] [stdout] 283 |     pub(super) fn prev_node(&self, node: &NodeRef) -> Option<NodeRef> {
[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] 283 |     pub(super) fn prev_node(&self, node: &NodeRef) -> Option<NodeRef<'_>> {
[INFO] [stdout]     |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking clap v4.1.8
[INFO] [stderr]     Checking ciborium v0.2.0
[INFO] [stderr]    Compiling basic-toml v0.1.2
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking criterion v0.4.0
[INFO] [stderr]    Compiling askama_derive v0.12.0
[INFO] [stderr]     Checking askama v0.12.0
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/advancing_front/mod.rs:54:17
[INFO] [stdout]    |
[INFO] [stdout] 54 |     pub fn prev(&self) -> Option<NodeRef> {
[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] 54 |     pub fn prev(&self) -> Option<NodeRef<'_>> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/advancing_front/vec_backed.rs:185:16
[INFO] [stdout]     |
[INFO] [stdout] 185 |     pub fn nth(&self, n: usize) -> Option<NodeRef> {
[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] 185 |     pub fn nth(&self, n: usize) -> Option<NodeRef<'_>> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/advancing_front/vec_backed.rs:189:58
[INFO] [stdout]     |
[INFO] [stdout] 189 |     pub fn iter<'a>(&'a self) -> Box<dyn Iterator<Item = NodeRef> + 'a> {
[INFO] [stdout]     |                      -- the lifetime is named here       ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 189 |     pub fn iter<'a>(&'a self) -> Box<dyn Iterator<Item = NodeRef<'a>> + 'a> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/advancing_front/vec_backed.rs:200:24
[INFO] [stdout]     |
[INFO] [stdout] 200 |     pub fn locate_node(&self, point: Point) -> Option<NodeRef> {
[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] 200 |     pub fn locate_node(&self, point: Point) -> Option<NodeRef<'_>> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/advancing_front/vec_backed.rs:212:21
[INFO] [stdout]     |
[INFO] [stdout] 212 |     pub fn get_node(&self, point: Point) -> Option<NodeRef> {
[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] 212 |     pub fn get_node(&self, point: Point) -> Option<NodeRef<'_>> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/advancing_front/vec_backed.rs:220:32
[INFO] [stdout]     |
[INFO] [stdout] 220 |     pub fn get_node_with_cache(&mut self, point: Point) -> Option<NodeRef> {
[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] 220 |     pub fn get_node_with_cache(&mut self, point: Point) -> Option<NodeRef<'_>> {
[INFO] [stdout]     |                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/advancing_front/vec_backed.rs:231:29
[INFO] [stdout]     |
[INFO] [stdout] 231 |     pub fn get_node_with_id(&self, node_id: NodeId) -> Option<NodeRef> {
[INFO] [stdout]     |                             ^^^^^ the lifetime is elided here ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 231 |     pub fn get_node_with_id(&self, node_id: NodeId) -> Option<NodeRef<'_>> {
[INFO] [stdout]     |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/advancing_front/vec_backed.rs:245:29
[INFO] [stdout]     |
[INFO] [stdout] 245 |     pub fn locate_next_node(&self, node_id: NodeId) -> Option<NodeRef> {
[INFO] [stdout]     |                             ^^^^^ the lifetime is elided here ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 245 |     pub fn locate_next_node(&self, node_id: NodeId) -> Option<NodeRef<'_>> {
[INFO] [stdout]     |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/advancing_front/vec_backed.rs:260:29
[INFO] [stdout]     |
[INFO] [stdout] 260 |     pub(super) fn next_node(&self, node: &NodeRef) -> Option<NodeRef> {
[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] 260 |     pub(super) fn next_node(&self, node: &NodeRef) -> Option<NodeRef<'_>> {
[INFO] [stdout]     |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/advancing_front/vec_backed.rs:271:29
[INFO] [stdout]     |
[INFO] [stdout] 271 |     pub fn locate_prev_node(&self, node_id: NodeId) -> Option<NodeRef> {
[INFO] [stdout]     |                             ^^^^^ the lifetime is elided here ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 271 |     pub fn locate_prev_node(&self, node_id: NodeId) -> Option<NodeRef<'_>> {
[INFO] [stdout]     |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/advancing_front/vec_backed.rs:283:29
[INFO] [stdout]     |
[INFO] [stdout] 283 |     pub(super) fn prev_node(&self, node: &NodeRef) -> Option<NodeRef> {
[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] 283 |     pub(super) fn prev_node(&self, node: &NodeRef) -> Option<NodeRef<'_>> {
[INFO] [stdout]     |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.28s
[INFO] running `Command { std: "docker" "inspect" "392220dd54b93e32aa25f25dc10f29b6db5e79874d14b568e37da993eca9cd80", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "392220dd54b93e32aa25f25dc10f29b6db5e79874d14b568e37da993eca9cd80", kill_on_drop: false }`
[INFO] [stdout] 392220dd54b93e32aa25f25dc10f29b6db5e79874d14b568e37da993eca9cd80
