[INFO] fetching crate id_tree 1.8.0...
[INFO] testing id_tree-1.8.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate id_tree 1.8.0 into /workspace/builds/worker-7-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-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate id_tree 1.8.0 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] be6cc0cc94e00abbbb091f4f70923fd55818bd77fd636388cf557dd5057cb6e2
[INFO] running `Command { std: "docker" "start" "-a" "be6cc0cc94e00abbbb091f4f70923fd55818bd77fd636388cf557dd5057cb6e2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "be6cc0cc94e00abbbb091f4f70923fd55818bd77fd636388cf557dd5057cb6e2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "be6cc0cc94e00abbbb091f4f70923fd55818bd77fd636388cf557dd5057cb6e2", kill_on_drop: false }`
[INFO] [stdout] be6cc0cc94e00abbbb091f4f70923fd55818bd77fd636388cf557dd5057cb6e2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ff2e53cba7b787522b1b5de0e0b88410b38e24d55155d3b53872e982c389786d
[INFO] running `Command { std: "docker" "start" "-a" "ff2e53cba7b787522b1b5de0e0b88410b38e24d55155d3b53872e982c389786d", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling snowflake v1.3.0
[INFO] [stderr]    Compiling 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:62
[INFO] [stdout]     |
[INFO] [stdout] 181 |     pub(crate) fn new(tree: &'a Tree<T>, node_id: NodeId) -> PreOrderTraversal<T> {
[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<T>, 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:62
[INFO] [stdout]     |
[INFO] [stdout] 284 |     pub(crate) fn new(tree: &'a Tree<T>, node_id: NodeId) -> PostOrderTraversal<T> {
[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<T>, 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:62
[INFO] [stdout]     |
[INFO] [stdout] 380 |     pub(crate) fn new(tree: &'a Tree<T>, node_id: NodeId) -> LevelOrderTraversal<T> {
[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<T>, 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:62
[INFO] [stdout]     |
[INFO] [stdout] 431 |     pub(crate) fn new(tree: &'a Tree<T>, node_id: NodeId) -> LevelOrderTraversalIds<T> {
[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<T>, 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<Ancestors<T>, 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<Ancestors<'_, T>, 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<AncestorIds<T>, 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<AncestorIds<'_, T>, 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<Children<T>, 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<Children<'_, T>, 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<ChildrenIds, 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] 1344 |     pub fn children_ids(&self, node_id: &NodeId) -> Result<ChildrenIds<'_>, 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<PreOrderTraversal<T>, 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<PreOrderTraversal<'_, T>, 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<PreOrderTraversalIds<T>, 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<PreOrderTraversalIds<'_, T>, 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<PostOrderTraversal<T>, 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<PostOrderTraversal<'_, T>, 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<LevelOrderTraversal<T>, 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<LevelOrderTraversal<'_, T>, 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<LevelOrderTraversalIds<T>, 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<LevelOrderTraversalIds<'_, T>, NodeIdError> {
[INFO] [stdout]      |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
[INFO] running `Command { std: "docker" "inspect" "ff2e53cba7b787522b1b5de0e0b88410b38e24d55155d3b53872e982c389786d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ff2e53cba7b787522b1b5de0e0b88410b38e24d55155d3b53872e982c389786d", kill_on_drop: false }`
[INFO] [stdout] ff2e53cba7b787522b1b5de0e0b88410b38e24d55155d3b53872e982c389786d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5c306fdcada67c263b91fe514a07df50bee89aa1a2c7203126afefc93ee6d9a4
[INFO] running `Command { std: "docker" "start" "-a" "5c306fdcada67c263b91fe514a07df50bee89aa1a2c7203126afefc93ee6d9a4", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/iterators.rs:181:62
[INFO] [stdout]     |
[INFO] [stdout] 181 |     pub(crate) fn new(tree: &'a Tree<T>, node_id: NodeId) -> PreOrderTraversal<T> {
[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<T>, 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:62
[INFO] [stdout]     |
[INFO] [stdout] 284 |     pub(crate) fn new(tree: &'a Tree<T>, node_id: NodeId) -> PostOrderTraversal<T> {
[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<T>, 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:62
[INFO] [stdout]     |
[INFO] [stdout] 380 |     pub(crate) fn new(tree: &'a Tree<T>, node_id: NodeId) -> LevelOrderTraversal<T> {
[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<T>, 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:62
[INFO] [stdout]     |
[INFO] [stdout] 431 |     pub(crate) fn new(tree: &'a Tree<T>, node_id: NodeId) -> LevelOrderTraversalIds<T> {
[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<T>, 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<Ancestors<T>, 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<Ancestors<'_, T>, 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<AncestorIds<T>, 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<AncestorIds<'_, T>, 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<Children<T>, 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<Children<'_, T>, 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<ChildrenIds, 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] 1344 |     pub fn children_ids(&self, node_id: &NodeId) -> Result<ChildrenIds<'_>, 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<PreOrderTraversal<T>, 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<PreOrderTraversal<'_, T>, NodeIdError> {
[INFO] [stdout]      |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling id_tree v1.8.0 (/opt/rustwide/workdir)
[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<PreOrderTraversalIds<T>, 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<PreOrderTraversalIds<'_, T>, 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<PostOrderTraversal<T>, 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<PostOrderTraversal<'_, T>, 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<LevelOrderTraversal<T>, 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<LevelOrderTraversal<'_, T>, 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<LevelOrderTraversalIds<T>, 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<LevelOrderTraversalIds<'_, T>, 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:62
[INFO] [stdout]     |
[INFO] [stdout] 181 |     pub(crate) fn new(tree: &'a Tree<T>, node_id: NodeId) -> PreOrderTraversal<T> {
[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<T>, 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:62
[INFO] [stdout]     |
[INFO] [stdout] 284 |     pub(crate) fn new(tree: &'a Tree<T>, node_id: NodeId) -> PostOrderTraversal<T> {
[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<T>, 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:62
[INFO] [stdout]     |
[INFO] [stdout] 380 |     pub(crate) fn new(tree: &'a Tree<T>, node_id: NodeId) -> LevelOrderTraversal<T> {
[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<T>, 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:62
[INFO] [stdout]     |
[INFO] [stdout] 431 |     pub(crate) fn new(tree: &'a Tree<T>, node_id: NodeId) -> LevelOrderTraversalIds<T> {
[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<T>, 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<Ancestors<T>, 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<Ancestors<'_, T>, 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<AncestorIds<T>, 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<AncestorIds<'_, T>, 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<Children<T>, 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<Children<'_, T>, 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<ChildrenIds, 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] 1344 |     pub fn children_ids(&self, node_id: &NodeId) -> Result<ChildrenIds<'_>, 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<PreOrderTraversal<T>, 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<PreOrderTraversal<'_, T>, 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<PreOrderTraversalIds<T>, 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<PreOrderTraversalIds<'_, T>, 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<PostOrderTraversal<T>, 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<PostOrderTraversal<'_, T>, 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<LevelOrderTraversal<T>, 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<LevelOrderTraversal<'_, T>, 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<LevelOrderTraversalIds<T>, 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<LevelOrderTraversalIds<'_, T>, NodeIdError> {
[INFO] [stdout]      |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.20s
[INFO] running `Command { std: "docker" "inspect" "5c306fdcada67c263b91fe514a07df50bee89aa1a2c7203126afefc93ee6d9a4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5c306fdcada67c263b91fe514a07df50bee89aa1a2c7203126afefc93ee6d9a4", kill_on_drop: false }`
[INFO] [stdout] 5c306fdcada67c263b91fe514a07df50bee89aa1a2c7203126afefc93ee6d9a4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 2018ce5d1f54aa91dfd7ec3f5a3e1fd88f1f1a2c3dfba77f2a4e59173f3166d3
[INFO] running `Command { std: "docker" "start" "-a" "2018ce5d1f54aa91dfd7ec3f5a3e1fd88f1f1a2c3dfba77f2a4e59173f3166d3", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/iterators.rs:181:62
[INFO] [stderr]     |
[INFO] [stderr] 181 |     pub(crate) fn new(tree: &'a Tree<T>, node_id: NodeId) -> PreOrderTraversal<T> {
[INFO] [stderr]     |                              -- the lifetime is named here   ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 181 |     pub(crate) fn new(tree: &'a Tree<T>, node_id: NodeId) -> PreOrderTraversal<'a, T> {
[INFO] [stderr]     |                                                                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/iterators.rs:284:62
[INFO] [stderr]     |
[INFO] [stderr] 284 |     pub(crate) fn new(tree: &'a Tree<T>, node_id: NodeId) -> PostOrderTraversal<T> {
[INFO] [stderr]     |                              -- the lifetime is named here   ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 284 |     pub(crate) fn new(tree: &'a Tree<T>, node_id: NodeId) -> PostOrderTraversal<'a, T> {
[INFO] [stderr]     |                                                                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/iterators.rs:380:62
[INFO] [stderr]     |
[INFO] [stderr] 380 |     pub(crate) fn new(tree: &'a Tree<T>, node_id: NodeId) -> LevelOrderTraversal<T> {
[INFO] [stderr]     |                              -- the lifetime is named here   ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 380 |     pub(crate) fn new(tree: &'a Tree<T>, node_id: NodeId) -> LevelOrderTraversal<'a, T> {
[INFO] [stderr]     |                                                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/iterators.rs:431:62
[INFO] [stderr]     |
[INFO] [stderr] 431 |     pub(crate) fn new(tree: &'a Tree<T>, node_id: NodeId) -> LevelOrderTraversalIds<T> {
[INFO] [stderr]     |                              -- the lifetime is named here   ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 431 |     pub(crate) fn new(tree: &'a Tree<T>, node_id: NodeId) -> LevelOrderTraversalIds<'a, T> {
[INFO] [stderr]     |                                                                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/tree.rs:1254:22
[INFO] [stderr]      |
[INFO] [stderr] 1254 |     pub fn ancestors(&self, node_id: &NodeId) -> Result<Ancestors<T>, NodeIdError> {
[INFO] [stderr]      |                      ^^^^^ the lifetime is elided here  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 1254 |     pub fn ancestors(&self, node_id: &NodeId) -> Result<Ancestors<'_, T>, NodeIdError> {
[INFO] [stderr]      |                                                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/tree.rs:1283:25
[INFO] [stderr]      |
[INFO] [stderr] 1283 |     pub fn ancestor_ids(&self, node_id: &NodeId) -> Result<AncestorIds<T>, NodeIdError> {
[INFO] [stderr]      |                         ^^^^^ the lifetime is elided here  ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 1283 |     pub fn ancestor_ids(&self, node_id: &NodeId) -> Result<AncestorIds<'_, T>, NodeIdError> {
[INFO] [stderr]      |                                                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/tree.rs:1314:21
[INFO] [stderr]      |
[INFO] [stderr] 1314 |     pub fn children(&self, node_id: &NodeId) -> Result<Children<T>, NodeIdError> {
[INFO] [stderr]      |                     ^^^^^ the lifetime is elided here  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 1314 |     pub fn children(&self, node_id: &NodeId) -> Result<Children<'_, T>, NodeIdError> {
[INFO] [stderr]      |                                                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/tree.rs:1344:25
[INFO] [stderr]      |
[INFO] [stderr] 1344 |     pub fn children_ids(&self, node_id: &NodeId) -> Result<ChildrenIds, NodeIdError> {
[INFO] [stderr]      |                         ^^^^^ the lifetime is elided here  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 1344 |     pub fn children_ids(&self, node_id: &NodeId) -> Result<ChildrenIds<'_>, NodeIdError> {
[INFO] [stderr]      |                                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/tree.rs:1376:9
[INFO] [stderr]      |
[INFO] [stderr] 1376 |         &self,
[INFO] [stderr]      |         ^^^^^ the lifetime is elided here
[INFO] [stderr] 1377 |         node_id: &NodeId,
[INFO] [stderr] 1378 |     ) -> Result<PreOrderTraversal<T>, NodeIdError> {
[INFO] [stderr]      |                 ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 1378 |     ) -> Result<PreOrderTraversal<'_, T>, NodeIdError> {
[INFO] [stderr]      |                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/tree.rs:1410:9
[INFO] [stderr]      |
[INFO] [stderr] 1410 |         &self,
[INFO] [stderr]      |         ^^^^^ the lifetime is elided here
[INFO] [stderr] 1411 |         node_id: &NodeId,
[INFO] [stderr] 1412 |     ) -> Result<PreOrderTraversalIds<T>, NodeIdError> {
[INFO] [stderr]      |                 ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 1412 |     ) -> Result<PreOrderTraversalIds<'_, T>, NodeIdError> {
[INFO] [stderr]      |                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/tree.rs:1444:9
[INFO] [stderr]      |
[INFO] [stderr] 1444 |         &self,
[INFO] [stderr]      |         ^^^^^ the lifetime is elided here
[INFO] [stderr] 1445 |         node_id: &NodeId,
[INFO] [stderr] 1446 |     ) -> Result<PostOrderTraversal<T>, NodeIdError> {
[INFO] [stderr]      |                 ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 1446 |     ) -> Result<PostOrderTraversal<'_, T>, NodeIdError> {
[INFO] [stderr]      |                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/tree.rs:1512:9
[INFO] [stderr]      |
[INFO] [stderr] 1512 |         &self,
[INFO] [stderr]      |         ^^^^^ the lifetime is elided here
[INFO] [stderr] 1513 |         node_id: &NodeId,
[INFO] [stderr] 1514 |     ) -> Result<LevelOrderTraversal<T>, NodeIdError> {
[INFO] [stderr]      |                 ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 1514 |     ) -> Result<LevelOrderTraversal<'_, T>, NodeIdError> {
[INFO] [stderr]      |                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/tree.rs:1546:9
[INFO] [stderr]      |
[INFO] [stderr] 1546 |         &self,
[INFO] [stderr]      |         ^^^^^ the lifetime is elided here
[INFO] [stderr] 1547 |         node_id: &NodeId,
[INFO] [stderr] 1548 |     ) -> Result<LevelOrderTraversalIds<T>, NodeIdError> {
[INFO] [stderr]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 1548 |     ) -> Result<LevelOrderTraversalIds<'_, T>, NodeIdError> {
[INFO] [stderr]      |                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: `id_tree` (lib) generated 13 warnings (run `cargo fix --lib -p id_tree` to apply 13 suggestions)
[INFO] [stderr] warning: `id_tree` (lib test) generated 13 warnings (13 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/id_tree-7f50033c2a47c0bc)
[INFO] [stdout] 
[INFO] [stdout] running 52 tests
[INFO] [stdout] test iterators::tests::test_ancestor_ids_clone ... ok
[INFO] [stdout] test iterators::tests::test_ancestor_ids ... ok
[INFO] [stdout] test iterators::tests::test_ancestors ... ok
[INFO] [stdout] test iterators::tests::test_ancestors_clone ... ok
[INFO] [stdout] test iterators::tests::test_children ... ok
[INFO] [stdout] test iterators::tests::test_children_clone ... ok
[INFO] [stdout] test iterators::tests::test_children_ids ... ok
[INFO] [stdout] test iterators::tests::test_children_ids_clone ... ok
[INFO] [stdout] test iterators::tests::test_level_order_traversal ... ok
[INFO] [stdout] test iterators::tests::test_level_order_traversal_clone ... ok
[INFO] [stdout] test iterators::tests::test_level_order_traversal_ids ... ok
[INFO] [stdout] test iterators::tests::test_level_order_traversal_ids_clone ... ok
[INFO] [stdout] test iterators::tests::test_post_order_traversal ... ok
[INFO] [stdout] test iterators::tests::test_post_order_traversal_clone ... ok
[INFO] [stdout] test iterators::tests::test_post_order_traversal_ids ... ok
[INFO] [stdout] test iterators::tests::test_post_order_traversal_ids_clone ... ok
[INFO] [stdout] test iterators::tests::test_pre_order_traversal ... ok
[INFO] [stdout] test iterators::tests::test_pre_order_traversal_clone ... ok
[INFO] [stdout] test iterators::tests::test_pre_order_traversal_ids ... ok
[INFO] [stdout] test iterators::tests::test_pre_order_traversal_ids_clone ... ok
[INFO] [stdout] test node::node_builder_tests::test_with_child_capacity ... ok
[INFO] [stdout] test node::node_tests::test_data ... ok
[INFO] [stdout] test node::node_tests::test_data_mut ... ok
[INFO] [stdout] test node::node_builder_tests::test_new ... ok
[INFO] [stdout] test node::node_tests::test_partial_eq ... ok
[INFO] [stdout] test node::node_tests::test_new ... ok
[INFO] [stdout] test tree::tree_builder_tests::test_new ... ok
[INFO] [stdout] test tree::tree_builder_tests::test_build ... ok
[INFO] [stdout] test tree::tree_builder_tests::test_with_all_settings ... ok
[INFO] [stdout] test node::node_tests::test_parent ... ok
[INFO] [stdout] test tree::tree_builder_tests::test_with_swap_capacity ... ok
[INFO] [stdout] test node::node_tests::test_children ... ok
[INFO] [stdout] test tree::tree_tests::test_clone ... ok
[INFO] [stdout] test tree::tree_builder_tests::test_with_root ... ok
[INFO] [stdout] test tree::tree_tests::test_insert_with_parent ... ok
[INFO] [stdout] test tree::tree_tests::test_find_subtree_root_below_upper_id ... ok
[INFO] [stdout] test tree::tree_builder_tests::test_with_node_capacity ... ok
[INFO] [stdout] test tree::tree_tests::test_move_node_to_parent ... ok
[INFO] [stdout] test tree::tree_tests::test_get ... ok
[INFO] [stdout] test tree::tree_tests::test_move_node_to_root ... ok
[INFO] [stdout] test tree::tree_tests::test_get_mut ... ok
[INFO] [stdout] test tree::tree_tests::test_remove_node_lift_children ... ok
[INFO] [stdout] test tree::tree_tests::test_remove_node_orphan_children ... ok
[INFO] [stdout] test tree::tree_tests::test_partial_eq ... ok
[INFO] [stdout] test tree::tree_tests::test_root_node_id ... ok
[INFO] [stdout] test tree::tree_tests::test_new ... ok
[INFO] [stdout] test tree::tree_tests::test_set_root ... ok
[INFO] [stdout] test tree::tree_tests::test_swap_nodes_children_only ... ok
[INFO] [stdout] test tree::tree_tests::test_swap_nodes_leave_children ... ok
[INFO] [stdout] test tree::tree_tests::test_tree_height ... ok
[INFO] [stdout] test tree::tree_tests::test_remove_root ... ok
[INFO] [stdout] test tree::tree_tests::test_swap_nodes_take_children ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 52 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/error_tests.rs (/opt/rustwide/target/debug/deps/error_tests-c9728960be3a4a9b)
[INFO] [stdout] 
[INFO] [stdout] running 21 tests
[INFO] [stdout] test test_ancestor_ids_different_trees ... ok
[INFO] [stdout] test test_ancestor_ids_old_id ... ok
[INFO] [stdout] test test_ancestors_different_trees ... ok
[INFO] [stdout] test test_ancestors_old_id ... ok
[INFO] [stdout] test test_children_different_trees ... ok
[INFO] [stdout] test test_children_ids_different_trees ... ok
[INFO] [stdout] test test_children_ids_old_id ... ok
[INFO] [stdout] test test_children_old_id ... ok
[INFO] [stdout] test test_get_mut_node_from_other_tree ... ok
[INFO] [stdout] test test_get_node_from_other_tree ... ok
[INFO] [stdout] test test_move_node_from_other_tree ... ok
[INFO] [stdout] test test_move_node_into_other_tree ... ok
[INFO] [stdout] test test_move_node_to_root_by_invalid_id ... ok
[INFO] [stdout] test test_old_node_id ... ok
[INFO] [stdout] test test_remove_node_lift_children_from_other_tree ... ok
[INFO] [stdout] test test_remove_node_orphan_children_from_other_tree ... ok
[INFO] [stdout] test test_remove_node_remove_children_from_other_tree ... ok
[INFO] [stdout] test test_sort_by_data_invalid_id ... ok
[INFO] [stdout] test test_sort_by_invalid_id ... ok
[INFO] [stdout] test test_sort_by_key_invalid_id ... ok
[INFO] [stdout] test test_swap_sub_trees_of_different_trees ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests id_tree
[INFO] [stdout] 
[INFO] [stdout] running 52 tests
[INFO] [stdout] test src/node.rs - node::Node<T>::children (line 187) ... ok
[INFO] [stdout] test src/node.rs - node::Node<T>::new (line 99) ... ok
[INFO] [stdout] test src/node.rs - node::Node<T>::data_mut (line 128) ... ok
[INFO] [stdout] test src/node.rs - node::Node<T>::parent (line 169) ... ok
[INFO] [stdout] test src/node.rs - node::Node<T>::data (line 112) ... ok
[INFO] [stdout] test src/behaviors.rs - behaviors::InsertBehavior::UnderNode (line 180) ... ok
[INFO] [stdout] test src/behaviors.rs - behaviors::MoveBehavior::ToRoot (line 102) ... ok
[INFO] [stdout] test src/behaviors.rs - behaviors::InsertBehavior::AsRoot (line 164) ... ok
[INFO] [stdout] test src/behaviors.rs - behaviors::SwapBehavior::ChildrenOnly (line 271) ... ok
[INFO] [stdout] test src/behaviors.rs - behaviors::RemoveBehavior::OrphanChildren (line 69) ... ok
[INFO] [stdout] test src/lib.rs - (line 18) ... ok
[INFO] [stdout] test src/behaviors.rs - behaviors::MoveBehavior::ToParent (line 133) ... ok
[INFO] [stdout] test src/behaviors.rs - behaviors::RemoveBehavior::LiftChildren (line 43) ... ok
[INFO] [stdout] test src/behaviors.rs - behaviors::SwapBehavior::LeaveChildren (line 238) ... ok
[INFO] [stdout] test src/behaviors.rs - behaviors::RemoveBehavior::DropChildren (line 15) ... ok
[INFO] [stdout] test src/behaviors.rs - behaviors::SwapBehavior::TakeChildren (line 209) ... ok
[INFO] [stdout] test src/node.rs - node::Node<T>::replace_data (line 146) ... ok
[INFO] [stdout] test src/node.rs - node::NodeBuilder<T>::new (line 15) ... ok
[INFO] [stdout] test src/node.rs - node::NodeBuilder<T>::with_child_capacity (line 40) ... ok
[INFO] [stdout] test src/node.rs - node::NodeBuilder<T>::build (line 54) ... ok
[INFO] [stdout] test src/tree.rs - tree::Tree<T>::ancestor_ids (line 1269) ... ok
[INFO] [stdout] test src/tree.rs - tree::Tree<T>::children (line 1300) ... ok
[INFO] [stdout] test src/tree.rs - tree::Tree<T>::get (line 289) ... ok
[INFO] [stdout] test src/tree.rs - tree::Tree<T>::get_mut (line 315) ... ok
[INFO] [stdout] test src/tree.rs - tree::Tree<T>::ancestors (line 1240) ... ok
[INFO] [stdout] test src/tree.rs - tree::Tree<T>::children_ids (line 1330) ... ok
[INFO] [stdout] test src/tree.rs - tree::Tree<T>::height (line 189) ... ok
[INFO] [stdout] test src/tree.rs - tree::Tree<T>::insert (line 225) ... ok
[INFO] [stdout] test src/tree.rs - tree::Tree<T>::make_first_sibling (line 776) ... ok
[INFO] [stdout] test src/tree.rs - tree::Tree<T>::make_last_sibling (line 830) ... ok
[INFO] [stdout] test src/tree.rs - tree::Tree<T>::new (line 169) ... ok
[INFO] [stdout] test src/tree.rs - tree::Tree<T>::make_nth_sibling (line 704) ... ok
[INFO] [stdout] test src/tree.rs - tree::Tree<T>::move_node (line 433) ... ok
[INFO] [stdout] test src/tree.rs - tree::Tree<T>::root_node_id (line 1220) ... ok
[INFO] [stdout] test src/tree.rs - tree::Tree<T>::remove_node (line 351) ... ok
[INFO] [stdout] test src/tree.rs - tree::Tree<T>::sort_children_by (line 564) ... ok
[INFO] [stdout] test src/tree.rs - tree::Tree<T>::traverse_post_order (line 1428) ... ok
[INFO] [stdout] test src/tree.rs - tree::Tree<T>::traverse_level_order_ids (line 1530) ... ok
[INFO] [stdout] test src/tree.rs - tree::Tree<T>::traverse_level_order (line 1496) ... ok
[INFO] [stdout] test src/tree.rs - tree::Tree<T>::swap_nodes (line 888) ... ok
[INFO] [stdout] test src/tree.rs - tree::Tree<T>::sort_children_by_key (line 657) ... ok
[INFO] [stdout] test src/tree.rs - tree::Tree<T>::traverse_post_order_ids (line 1462) ... ok
[INFO] [stdout] test src/tree.rs - tree::TreeBuilder<T>::new (line 19) ... ok
[INFO] [stdout] test src/tree.rs - tree::Tree<T>::traverse_pre_order_ids (line 1394) ... ok
[INFO] [stdout] test src/tree.rs - tree::Tree<T>::traverse_pre_order (line 1360) ... ok
[INFO] [stdout] test src/tree.rs - tree::TreeBuilder<T>::build (line 109) ... ok
[INFO] [stdout] test src/tree.rs - tree::TreeBuilder<T>::with_node_capacity (line 58) ... ok
[INFO] [stdout] test src/tree.rs - tree::Tree<T>::write_formatted (line 1804) ... ok
[INFO] [stdout] test src/tree.rs - tree::Tree<T>::write_formatted (line 1826) ... ok
[INFO] [stdout] test src/tree.rs - tree::TreeBuilder<T>::with_root (line 36) ... ok
[INFO] [stdout] test src/tree.rs - tree::Tree<T>::sort_children_by_data (line 612) ... ok
[INFO] [stdout] test src/tree.rs - tree::TreeBuilder<T>::with_swap_capacity (line 95) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 52 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.77s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "2018ce5d1f54aa91dfd7ec3f5a3e1fd88f1f1a2c3dfba77f2a4e59173f3166d3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2018ce5d1f54aa91dfd7ec3f5a3e1fd88f1f1a2c3dfba77f2a4e59173f3166d3", kill_on_drop: false }`
[INFO] [stdout] 2018ce5d1f54aa91dfd7ec3f5a3e1fd88f1f1a2c3dfba77f2a4e59173f3166d3
