[INFO] fetching crate id_tree 1.8.0... [INFO] checking id_tree-1.8.0 against try#998b6603a58e47f42ccce7a67943234e96b6839e for pr-143170 [INFO] extracting crate id_tree 1.8.0 into /workspace/builds/worker-0-tc2/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-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate id_tree 1.8.0 on toolchain 998b6603a58e47f42ccce7a67943234e96b6839e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "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" "+998b6603a58e47f42ccce7a67943234e96b6839e" "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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 124f9d2be9b91802be98eea0383a372b02de121973a7f1f7dba8a2a355403792 [INFO] running `Command { std: "docker" "start" "-a" "124f9d2be9b91802be98eea0383a372b02de121973a7f1f7dba8a2a355403792", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "124f9d2be9b91802be98eea0383a372b02de121973a7f1f7dba8a2a355403792", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "124f9d2be9b91802be98eea0383a372b02de121973a7f1f7dba8a2a355403792", kill_on_drop: false }` [INFO] [stdout] 124f9d2be9b91802be98eea0383a372b02de121973a7f1f7dba8a2a355403792 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 53bb776dcd0a27c3883b2ef33a64c673851fa7ff203b5a5d2657a6b35d9fcd7a [INFO] running `Command { std: "docker" "start" "-a" "53bb776dcd0a27c3883b2ef33a64c673851fa7ff203b5a5d2657a6b35d9fcd7a", 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.97s [INFO] running `Command { std: "docker" "inspect" "53bb776dcd0a27c3883b2ef33a64c673851fa7ff203b5a5d2657a6b35d9fcd7a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "53bb776dcd0a27c3883b2ef33a64c673851fa7ff203b5a5d2657a6b35d9fcd7a", kill_on_drop: false }` [INFO] [stdout] 53bb776dcd0a27c3883b2ef33a64c673851fa7ff203b5a5d2657a6b35d9fcd7a