[INFO] fetching crate id_tree 1.8.0... [INFO] checking id_tree-1.8.0 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145342-1 [INFO] extracting crate id_tree 1.8.0 into /workspace/builds/worker-1-tc1/source [INFO] started tweaking crates.io crate id_tree 1.8.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate id_tree 1.8.0 [INFO] tweaked toml for crates.io crate id_tree 1.8.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate id_tree 1.8.0 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate id_tree 1.8.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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded serde_derive v1.0.89 [INFO] [stderr] Downloaded serde v1.0.89 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 286b7827aad3c89c58832d44ee2b9d9c7b3a877d4d74cafac9f606bfdd4ffcdc [INFO] running `Command { std: "docker" "start" "-a" "286b7827aad3c89c58832d44ee2b9d9c7b3a877d4d74cafac9f606bfdd4ffcdc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "286b7827aad3c89c58832d44ee2b9d9c7b3a877d4d74cafac9f606bfdd4ffcdc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "286b7827aad3c89c58832d44ee2b9d9c7b3a877d4d74cafac9f606bfdd4ffcdc", kill_on_drop: false }` [INFO] [stdout] 286b7827aad3c89c58832d44ee2b9d9c7b3a877d4d74cafac9f606bfdd4ffcdc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 280bf74a843e7db432fbb6750e0ea1499ad83895cb3d5cc639172c8da5918b9d [INFO] running `Command { std: "docker" "start" "-a" "280bf74a843e7db432fbb6750e0ea1499ad83895cb3d5cc639172c8da5918b9d", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Checking snowflake v1.3.0 [INFO] [stderr] Checking id_tree v1.8.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/iterators.rs:181:30 [INFO] [stdout] | [INFO] [stdout] 181 | pub(crate) fn new(tree: &'a Tree, node_id: NodeId) -> PreOrderTraversal { [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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 181 | pub(crate) fn new(tree: &'a Tree, node_id: NodeId) -> PreOrderTraversal<'a, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/iterators.rs:284:30 [INFO] [stdout] | [INFO] [stdout] 284 | pub(crate) fn new(tree: &'a Tree, node_id: NodeId) -> PostOrderTraversal { [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] 284 | pub(crate) fn new(tree: &'a Tree, node_id: NodeId) -> PostOrderTraversal<'a, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/iterators.rs:380:30 [INFO] [stdout] | [INFO] [stdout] 380 | pub(crate) fn new(tree: &'a Tree, node_id: NodeId) -> LevelOrderTraversal { [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] 380 | pub(crate) fn new(tree: &'a Tree, node_id: NodeId) -> LevelOrderTraversal<'a, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/iterators.rs:431:30 [INFO] [stdout] | [INFO] [stdout] 431 | pub(crate) fn new(tree: &'a Tree, node_id: NodeId) -> LevelOrderTraversalIds { [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] 431 | pub(crate) fn new(tree: &'a Tree, node_id: NodeId) -> LevelOrderTraversalIds<'a, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tree.rs:1254:22 [INFO] [stdout] | [INFO] [stdout] 1254 | pub fn ancestors(&self, node_id: &NodeId) -> Result, NodeIdError> { [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] 1254 | pub fn ancestors(&self, node_id: &NodeId) -> Result, NodeIdError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tree.rs:1283:25 [INFO] [stdout] | [INFO] [stdout] 1283 | pub fn ancestor_ids(&self, node_id: &NodeId) -> Result, NodeIdError> { [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] 1283 | pub fn ancestor_ids(&self, node_id: &NodeId) -> Result, NodeIdError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tree.rs:1314:21 [INFO] [stdout] | [INFO] [stdout] 1314 | pub fn children(&self, node_id: &NodeId) -> Result, NodeIdError> { [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] 1314 | pub fn children(&self, node_id: &NodeId) -> Result, NodeIdError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tree.rs:1344:25 [INFO] [stdout] | [INFO] [stdout] 1344 | pub fn children_ids(&self, node_id: &NodeId) -> Result { [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] 1344 | pub fn children_ids(&self, node_id: &NodeId) -> Result, NodeIdError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tree.rs:1376:9 [INFO] [stdout] | [INFO] [stdout] 1376 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 1377 | node_id: &NodeId, [INFO] [stdout] 1378 | ) -> Result, NodeIdError> { [INFO] [stdout] | -------------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1378 | ) -> Result, NodeIdError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tree.rs:1410:9 [INFO] [stdout] | [INFO] [stdout] 1410 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 1411 | node_id: &NodeId, [INFO] [stdout] 1412 | ) -> Result, NodeIdError> { [INFO] [stdout] | ----------------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1412 | ) -> Result, NodeIdError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tree.rs:1444:9 [INFO] [stdout] | [INFO] [stdout] 1444 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 1445 | node_id: &NodeId, [INFO] [stdout] 1446 | ) -> Result, NodeIdError> { [INFO] [stdout] | --------------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1446 | ) -> Result, NodeIdError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tree.rs:1512:9 [INFO] [stdout] | [INFO] [stdout] 1512 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 1513 | node_id: &NodeId, [INFO] [stdout] 1514 | ) -> Result, NodeIdError> { [INFO] [stdout] | ---------------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1514 | ) -> Result, NodeIdError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tree.rs:1546:9 [INFO] [stdout] | [INFO] [stdout] 1546 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 1547 | node_id: &NodeId, [INFO] [stdout] 1548 | ) -> Result, NodeIdError> { [INFO] [stdout] | ------------------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1548 | ) -> Result, NodeIdError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/iterators.rs:181:30 [INFO] [stdout] | [INFO] [stdout] 181 | pub(crate) fn new(tree: &'a Tree, node_id: NodeId) -> PreOrderTraversal { [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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 181 | pub(crate) fn new(tree: &'a Tree, node_id: NodeId) -> PreOrderTraversal<'a, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/iterators.rs:284:30 [INFO] [stdout] | [INFO] [stdout] 284 | pub(crate) fn new(tree: &'a Tree, node_id: NodeId) -> PostOrderTraversal { [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] 284 | pub(crate) fn new(tree: &'a Tree, node_id: NodeId) -> PostOrderTraversal<'a, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/iterators.rs:380:30 [INFO] [stdout] | [INFO] [stdout] 380 | pub(crate) fn new(tree: &'a Tree, node_id: NodeId) -> LevelOrderTraversal { [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] 380 | pub(crate) fn new(tree: &'a Tree, node_id: NodeId) -> LevelOrderTraversal<'a, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/iterators.rs:431:30 [INFO] [stdout] | [INFO] [stdout] 431 | pub(crate) fn new(tree: &'a Tree, node_id: NodeId) -> LevelOrderTraversalIds { [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] 431 | pub(crate) fn new(tree: &'a Tree, node_id: NodeId) -> LevelOrderTraversalIds<'a, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tree.rs:1254:22 [INFO] [stdout] | [INFO] [stdout] 1254 | pub fn ancestors(&self, node_id: &NodeId) -> Result, NodeIdError> { [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] 1254 | pub fn ancestors(&self, node_id: &NodeId) -> Result, NodeIdError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tree.rs:1283:25 [INFO] [stdout] | [INFO] [stdout] 1283 | pub fn ancestor_ids(&self, node_id: &NodeId) -> Result, NodeIdError> { [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] 1283 | pub fn ancestor_ids(&self, node_id: &NodeId) -> Result, NodeIdError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tree.rs:1314:21 [INFO] [stdout] | [INFO] [stdout] 1314 | pub fn children(&self, node_id: &NodeId) -> Result, NodeIdError> { [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] 1314 | pub fn children(&self, node_id: &NodeId) -> Result, NodeIdError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tree.rs:1344:25 [INFO] [stdout] | [INFO] [stdout] 1344 | pub fn children_ids(&self, node_id: &NodeId) -> Result { [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] 1344 | pub fn children_ids(&self, node_id: &NodeId) -> Result, NodeIdError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tree.rs:1376:9 [INFO] [stdout] | [INFO] [stdout] 1376 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 1377 | node_id: &NodeId, [INFO] [stdout] 1378 | ) -> Result, NodeIdError> { [INFO] [stdout] | -------------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1378 | ) -> Result, NodeIdError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tree.rs:1410:9 [INFO] [stdout] | [INFO] [stdout] 1410 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 1411 | node_id: &NodeId, [INFO] [stdout] 1412 | ) -> Result, NodeIdError> { [INFO] [stdout] | ----------------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1412 | ) -> Result, NodeIdError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tree.rs:1444:9 [INFO] [stdout] | [INFO] [stdout] 1444 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 1445 | node_id: &NodeId, [INFO] [stdout] 1446 | ) -> Result, NodeIdError> { [INFO] [stdout] | --------------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1446 | ) -> Result, NodeIdError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tree.rs:1512:9 [INFO] [stdout] | [INFO] [stdout] 1512 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 1513 | node_id: &NodeId, [INFO] [stdout] 1514 | ) -> Result, NodeIdError> { [INFO] [stdout] | ---------------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1514 | ) -> Result, NodeIdError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tree.rs:1546:9 [INFO] [stdout] | [INFO] [stdout] 1546 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 1547 | node_id: &NodeId, [INFO] [stdout] 1548 | ) -> Result, NodeIdError> { [INFO] [stdout] | ------------------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1548 | ) -> Result, NodeIdError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s [INFO] running `Command { std: "docker" "inspect" "280bf74a843e7db432fbb6750e0ea1499ad83895cb3d5cc639172c8da5918b9d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "280bf74a843e7db432fbb6750e0ea1499ad83895cb3d5cc639172c8da5918b9d", kill_on_drop: false }` [INFO] [stdout] 280bf74a843e7db432fbb6750e0ea1499ad83895cb3d5cc639172c8da5918b9d