[INFO] fetching crate id_tree 1.8.0... [INFO] checking id_tree-1.8.0 against master#cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c for pr-143170 [INFO] extracting crate id_tree 1.8.0 into /workspace/builds/worker-0-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-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate id_tree 1.8.0 on toolchain cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "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" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "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] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded serde_derive v1.0.89 [INFO] [stderr] Downloaded snowflake v1.3.0 [INFO] [stderr] Downloaded quote v0.6.11 [INFO] [stderr] Downloaded proc-macro2 v0.4.27 [INFO] [stderr] Downloaded syn v0.15.29 [INFO] [stderr] Downloaded serde v1.0.89 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3bd38bd74468adc4a8cc8075a91b00570feabcdb9ceec43414cbe436fc2205cc [INFO] running `Command { std: "docker" "start" "-a" "3bd38bd74468adc4a8cc8075a91b00570feabcdb9ceec43414cbe436fc2205cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3bd38bd74468adc4a8cc8075a91b00570feabcdb9ceec43414cbe436fc2205cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3bd38bd74468adc4a8cc8075a91b00570feabcdb9ceec43414cbe436fc2205cc", kill_on_drop: false }` [INFO] [stdout] 3bd38bd74468adc4a8cc8075a91b00570feabcdb9ceec43414cbe436fc2205cc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5ab201411923a06b0969c07330972d2cae9463930e141d77472cdb47260427ef [INFO] running `Command { std: "docker" "start" "-a" "5ab201411923a06b0969c07330972d2cae9463930e141d77472cdb47260427ef", 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: lifetime flowing from input to output with different syntax can be 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 gets resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to 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: lifetime flowing from input to output with different syntax can be 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 gets resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to 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: lifetime flowing from input to output with different syntax can be 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 gets resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to 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: lifetime flowing from input to output with different syntax can be 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 gets resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to 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: lifetime flowing from input to output with different syntax can be 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 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] 1254 | pub fn ancestors(&self, node_id: &NodeId) -> Result, NodeIdError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 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] 1283 | pub fn ancestor_ids(&self, node_id: &NodeId) -> Result, NodeIdError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 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] 1314 | pub fn children(&self, node_id: &NodeId) -> Result, NodeIdError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 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] 1344 | pub fn children_ids(&self, node_id: &NodeId) -> Result, NodeIdError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/tree.rs:1376:9 [INFO] [stdout] | [INFO] [stdout] 1376 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 1377 | node_id: &NodeId, [INFO] [stdout] 1378 | ) -> Result, NodeIdError> { [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] 1378 | ) -> Result, NodeIdError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/tree.rs:1410:9 [INFO] [stdout] | [INFO] [stdout] 1410 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 1411 | node_id: &NodeId, [INFO] [stdout] 1412 | ) -> Result, NodeIdError> { [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] 1412 | ) -> Result, NodeIdError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/tree.rs:1444:9 [INFO] [stdout] | [INFO] [stdout] 1444 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 1445 | node_id: &NodeId, [INFO] [stdout] 1446 | ) -> Result, NodeIdError> { [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] 1446 | ) -> Result, NodeIdError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/tree.rs:1512:9 [INFO] [stdout] | [INFO] [stdout] 1512 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 1513 | node_id: &NodeId, [INFO] [stdout] 1514 | ) -> Result, NodeIdError> { [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] 1514 | ) -> Result, NodeIdError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/tree.rs:1546:9 [INFO] [stdout] | [INFO] [stdout] 1546 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 1547 | node_id: &NodeId, [INFO] [stdout] 1548 | ) -> Result, NodeIdError> { [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] 1548 | ) -> Result, NodeIdError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 gets resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to 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: lifetime flowing from input to output with different syntax can be 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 gets resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to 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: lifetime flowing from input to output with different syntax can be 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 gets resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to 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: lifetime flowing from input to output with different syntax can be 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 gets resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to 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: lifetime flowing from input to output with different syntax can be 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 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] 1254 | pub fn ancestors(&self, node_id: &NodeId) -> Result, NodeIdError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 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] 1283 | pub fn ancestor_ids(&self, node_id: &NodeId) -> Result, NodeIdError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 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] 1314 | pub fn children(&self, node_id: &NodeId) -> Result, NodeIdError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 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] 1344 | pub fn children_ids(&self, node_id: &NodeId) -> Result, NodeIdError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/tree.rs:1376:9 [INFO] [stdout] | [INFO] [stdout] 1376 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 1377 | node_id: &NodeId, [INFO] [stdout] 1378 | ) -> Result, NodeIdError> { [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] 1378 | ) -> Result, NodeIdError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/tree.rs:1410:9 [INFO] [stdout] | [INFO] [stdout] 1410 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 1411 | node_id: &NodeId, [INFO] [stdout] 1412 | ) -> Result, NodeIdError> { [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] 1412 | ) -> Result, NodeIdError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/tree.rs:1444:9 [INFO] [stdout] | [INFO] [stdout] 1444 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 1445 | node_id: &NodeId, [INFO] [stdout] 1446 | ) -> Result, NodeIdError> { [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] 1446 | ) -> Result, NodeIdError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/tree.rs:1512:9 [INFO] [stdout] | [INFO] [stdout] 1512 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 1513 | node_id: &NodeId, [INFO] [stdout] 1514 | ) -> Result, NodeIdError> { [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] 1514 | ) -> Result, NodeIdError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/tree.rs:1546:9 [INFO] [stdout] | [INFO] [stdout] 1546 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 1547 | node_id: &NodeId, [INFO] [stdout] 1548 | ) -> Result, NodeIdError> { [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] 1548 | ) -> Result, NodeIdError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s [INFO] running `Command { std: "docker" "inspect" "5ab201411923a06b0969c07330972d2cae9463930e141d77472cdb47260427ef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5ab201411923a06b0969c07330972d2cae9463930e141d77472cdb47260427ef", kill_on_drop: false }` [INFO] [stdout] 5ab201411923a06b0969c07330972d2cae9463930e141d77472cdb47260427ef