[INFO] fetching crate hecs-hierarchy 0.12.1...
[INFO] testing hecs-hierarchy-0.12.1 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate hecs-hierarchy 0.12.1 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate hecs-hierarchy 0.12.1
[INFO] finished tweaking crates.io crate hecs-hierarchy 0.12.1
[INFO] tweaked toml for crates.io crate hecs-hierarchy 0.12.1 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate hecs-hierarchy 0.12.1 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate hecs-hierarchy 0.12.1 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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded hecs-schedule v0.7.0
[INFO] [stderr]   Downloaded atomic_refcell v0.1.13
[INFO] [stderr]   Downloaded ahash v0.8.7
[INFO] [stderr]   Downloaded hecs-macros v0.10.0
[INFO] [stderr]   Downloaded thiserror v1.0.56
[INFO] [stderr]   Downloaded proc-macro2 v1.0.74
[INFO] [stderr]   Downloaded anyhow v1.0.79
[INFO] [stderr]   Downloaded hecs v0.10.4
[INFO] [stderr]   Downloaded thiserror-impl v1.0.56
[INFO] [stderr]   Downloaded syn v2.0.46
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bb5330c6a297ca050c77767ddbae3e5444f5a81c461c7ed7be7d6bd605b932f5
[INFO] running `Command { std: "docker" "start" "-a" "bb5330c6a297ca050c77767ddbae3e5444f5a81c461c7ed7be7d6bd605b932f5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bb5330c6a297ca050c77767ddbae3e5444f5a81c461c7ed7be7d6bd605b932f5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bb5330c6a297ca050c77767ddbae3e5444f5a81c461c7ed7be7d6bd605b932f5", kill_on_drop: false }`
[INFO] [stdout] bb5330c6a297ca050c77767ddbae3e5444f5a81c461c7ed7be7d6bd605b932f5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 28bde2bb41b899dd3623166346dcf01eb19f8edd219e31768428876e26f759bc
[INFO] running `Command { std: "docker" "start" "-a" "28bde2bb41b899dd3623166346dcf01eb19f8edd219e31768428876e26f759bc", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.74
[INFO] [stderr]    Compiling anyhow v1.0.79
[INFO] [stderr]    Compiling thiserror v1.0.56
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling atomic_refcell v0.1.13
[INFO] [stderr]    Compiling smallvec v1.11.2
[INFO] [stderr]    Compiling ahash v0.8.7
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling syn v2.0.46
[INFO] [stderr]    Compiling thiserror-impl v1.0.56
[INFO] [stderr]    Compiling hecs-macros v0.10.0
[INFO] [stderr]    Compiling hecs v0.10.4
[INFO] [stderr]    Compiling hecs-schedule v0.7.0
[INFO] [stderr]    Compiling hecs-hierarchy v0.12.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/hierarchy.rs:56:31
[INFO] [stdout]    |
[INFO] [stdout] 56 |     fn children<T: Component>(&self, parent: Entity) -> ChildrenIter<T>;
[INFO] [stdout]    |                               ^^^^^                     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                               |
[INFO] [stdout]    |                               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 56 |     fn children<T: Component>(&self, parent: Entity) -> ChildrenIter<'_, T>;
[INFO] [stdout]    |                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/hierarchy.rs:59:32
[INFO] [stdout]    |
[INFO] [stdout] 59 |     fn ancestors<T: Component>(&self, child: Entity) -> AncestorIter<T>;
[INFO] [stdout]    |                                ^^^^^                    ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                |
[INFO] [stdout]    |                                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 59 |     fn ancestors<T: Component>(&self, child: Entity) -> AncestorIter<'_, T>;
[INFO] [stdout]    |                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/hierarchy.rs:62:46
[INFO] [stdout]    |
[INFO] [stdout] 62 |     fn descendants_depth_first<T: Component>(&self, root: Entity) -> DepthFirstIterator<T>;
[INFO] [stdout]    |                                              ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                              |
[INFO] [stdout]    |                                              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 62 |     fn descendants_depth_first<T: Component>(&self, root: Entity) -> DepthFirstIterator<'_, T>;
[INFO] [stdout]    |                                                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/hierarchy.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 69 |     ) -> DepthFirstVisitor<Self, T, F>;
[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] 69 |     ) -> DepthFirstVisitor<'_, Self, T, F>;
[INFO] [stdout]    |                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/hierarchy.rs:73:9
[INFO] [stdout]    |
[INFO] [stdout] 73 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 74 |         root: Entity,
[INFO] [stdout] 75 |     ) -> BreadthFirstIterator<Self, T>;
[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] 75 |     ) -> BreadthFirstIterator<'_, Self, T>;
[INFO] [stdout]    |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/hierarchy.rs:78:28
[INFO] [stdout]    |
[INFO] [stdout] 78 |     fn roots<T: Component>(&self) -> Result<QueryBorrow<Without<&Parent<T>, &Child<T>>>>;
[INFO] [stdout]    |                            ^^^^^            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                            |                |                   |           |
[INFO] [stdout]    |                            |                |                   |           the same lifetime is elided here
[INFO] [stdout]    |                            |                |                   the same lifetime is elided here
[INFO] [stdout]    |                            |                the same lifetime is hidden here
[INFO] [stdout]    |                            the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 78 |     fn roots<T: Component>(&self) -> Result<QueryBorrow<'_, Without<&Parent<T>, &Child<T>>>>;
[INFO] [stdout]    |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/hierarchy.rs:219:31
[INFO] [stdout]     |
[INFO] [stdout] 219 |     fn children<T: Component>(&self, parent: Entity) -> ChildrenIter<T> {
[INFO] [stdout]     |                               ^^^^^                     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 219 |     fn children<T: Component>(&self, parent: Entity) -> ChildrenIter<'_, T> {
[INFO] [stdout]     |                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/hierarchy.rs:236:32
[INFO] [stdout]     |
[INFO] [stdout] 236 |     fn ancestors<T: Component>(&self, child: Entity) -> AncestorIter<T> {
[INFO] [stdout]     |                                ^^^^^                    ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 236 |     fn ancestors<T: Component>(&self, child: Entity) -> AncestorIter<'_, T> {
[INFO] [stdout]     |                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/hierarchy.rs:240:46
[INFO] [stdout]     |
[INFO] [stdout] 240 |     fn descendants_depth_first<T: Component>(&self, root: Entity) -> DepthFirstIterator<T> {
[INFO] [stdout]     |                                              ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 240 |     fn descendants_depth_first<T: Component>(&self, root: Entity) -> DepthFirstIterator<'_, T> {
[INFO] [stdout]     |                                                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/hierarchy.rs:246:9
[INFO] [stdout]     |
[INFO] [stdout] 246 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 247 |         root: Entity,
[INFO] [stdout] 248 |     ) -> BreadthFirstIterator<Self, T> {
[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] 248 |     ) -> BreadthFirstIterator<'_, Self, T> {
[INFO] [stdout]     |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/hierarchy.rs:253:9
[INFO] [stdout]     |
[INFO] [stdout] 253 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 256 |     ) -> DepthFirstVisitor<Self, T, F> {
[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] 256 |     ) -> DepthFirstVisitor<'_, Self, T, F> {
[INFO] [stdout]     |                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/hierarchy.rs:260:28
[INFO] [stdout]     |
[INFO] [stdout] 260 |     fn roots<T: Component>(&self) -> Result<QueryBorrow<Without<&Parent<T>, &Child<T>>>> {
[INFO] [stdout]     |                            ^^^^^            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                            |                |                   |           |
[INFO] [stdout]     |                            |                |                   |           the same lifetime is elided here
[INFO] [stdout]     |                            |                |                   the same lifetime is elided here
[INFO] [stdout]     |                            |                the same lifetime is hidden here
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 260 |     fn roots<T: Component>(&self) -> Result<QueryBorrow<'_, Without<&Parent<T>, &Child<T>>>> {
[INFO] [stdout]     |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.42s
[INFO] running `Command { std: "docker" "inspect" "28bde2bb41b899dd3623166346dcf01eb19f8edd219e31768428876e26f759bc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "28bde2bb41b899dd3623166346dcf01eb19f8edd219e31768428876e26f759bc", kill_on_drop: false }`
[INFO] [stdout] 28bde2bb41b899dd3623166346dcf01eb19f8edd219e31768428876e26f759bc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 31e4957e8450891680b10b3b9b94733cbe3fdef54eeb56dd38804096fd2c6309
[INFO] running `Command { std: "docker" "start" "-a" "31e4957e8450891680b10b3b9b94733cbe3fdef54eeb56dd38804096fd2c6309", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/hierarchy.rs:56:31
[INFO] [stdout]    |
[INFO] [stdout] 56 |     fn children<T: Component>(&self, parent: Entity) -> ChildrenIter<T>;
[INFO] [stdout]    |                               ^^^^^                     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                               |
[INFO] [stdout]    |                               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 56 |     fn children<T: Component>(&self, parent: Entity) -> ChildrenIter<'_, T>;
[INFO] [stdout]    |                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/hierarchy.rs:59:32
[INFO] [stdout]    |
[INFO] [stdout] 59 |     fn ancestors<T: Component>(&self, child: Entity) -> AncestorIter<T>;
[INFO] [stdout]    |                                ^^^^^                    ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                |
[INFO] [stdout]    |                                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 59 |     fn ancestors<T: Component>(&self, child: Entity) -> AncestorIter<'_, T>;
[INFO] [stdout]    |                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/hierarchy.rs:62:46
[INFO] [stdout]    |
[INFO] [stdout] 62 |     fn descendants_depth_first<T: Component>(&self, root: Entity) -> DepthFirstIterator<T>;
[INFO] [stdout]    |                                              ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                              |
[INFO] [stdout]    |                                              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 62 |     fn descendants_depth_first<T: Component>(&self, root: Entity) -> DepthFirstIterator<'_, T>;
[INFO] [stdout]    |                                                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/hierarchy.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 69 |     ) -> DepthFirstVisitor<Self, T, F>;
[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] 69 |     ) -> DepthFirstVisitor<'_, Self, T, F>;
[INFO] [stdout]    |                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/hierarchy.rs:73:9
[INFO] [stdout]    |
[INFO] [stdout] 73 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 74 |         root: Entity,
[INFO] [stdout] 75 |     ) -> BreadthFirstIterator<Self, T>;
[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] 75 |     ) -> BreadthFirstIterator<'_, Self, T>;
[INFO] [stdout]    |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/hierarchy.rs:78:28
[INFO] [stdout]    |
[INFO] [stdout] 78 |     fn roots<T: Component>(&self) -> Result<QueryBorrow<Without<&Parent<T>, &Child<T>>>>;
[INFO] [stdout]    |                            ^^^^^            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                            |                |                   |           |
[INFO] [stdout]    |                            |                |                   |           the same lifetime is elided here
[INFO] [stdout]    |                            |                |                   the same lifetime is elided here
[INFO] [stdout]    |                            |                the same lifetime is hidden here
[INFO] [stdout]    |                            the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 78 |     fn roots<T: Component>(&self) -> Result<QueryBorrow<'_, Without<&Parent<T>, &Child<T>>>>;
[INFO] [stdout]    |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/hierarchy.rs:219:31
[INFO] [stdout]     |
[INFO] [stdout] 219 |     fn children<T: Component>(&self, parent: Entity) -> ChildrenIter<T> {
[INFO] [stdout]     |                               ^^^^^                     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 219 |     fn children<T: Component>(&self, parent: Entity) -> ChildrenIter<'_, T> {
[INFO] [stdout]     |                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/hierarchy.rs:236:32
[INFO] [stdout]     |
[INFO] [stdout] 236 |     fn ancestors<T: Component>(&self, child: Entity) -> AncestorIter<T> {
[INFO] [stdout]     |                                ^^^^^                    ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 236 |     fn ancestors<T: Component>(&self, child: Entity) -> AncestorIter<'_, T> {
[INFO] [stdout]     |                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling hecs-hierarchy v0.12.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/hierarchy.rs:240:46
[INFO] [stdout]     |
[INFO] [stdout] 240 |     fn descendants_depth_first<T: Component>(&self, root: Entity) -> DepthFirstIterator<T> {
[INFO] [stdout]     |                                              ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 240 |     fn descendants_depth_first<T: Component>(&self, root: Entity) -> DepthFirstIterator<'_, T> {
[INFO] [stdout]     |                                                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/hierarchy.rs:246:9
[INFO] [stdout]     |
[INFO] [stdout] 246 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 247 |         root: Entity,
[INFO] [stdout] 248 |     ) -> BreadthFirstIterator<Self, T> {
[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] 248 |     ) -> BreadthFirstIterator<'_, Self, T> {
[INFO] [stdout]     |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/hierarchy.rs:253:9
[INFO] [stdout]     |
[INFO] [stdout] 253 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 256 |     ) -> DepthFirstVisitor<Self, T, F> {
[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] 256 |     ) -> DepthFirstVisitor<'_, Self, T, F> {
[INFO] [stdout]     |                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/hierarchy.rs:260:28
[INFO] [stdout]     |
[INFO] [stdout] 260 |     fn roots<T: Component>(&self) -> Result<QueryBorrow<Without<&Parent<T>, &Child<T>>>> {
[INFO] [stdout]     |                            ^^^^^            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                            |                |                   |           |
[INFO] [stdout]     |                            |                |                   |           the same lifetime is elided here
[INFO] [stdout]     |                            |                |                   the same lifetime is elided here
[INFO] [stdout]     |                            |                the same lifetime is hidden here
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 260 |     fn roots<T: Component>(&self) -> Result<QueryBorrow<'_, Without<&Parent<T>, &Child<T>>>> {
[INFO] [stdout]     |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/hierarchy.rs:56:31
[INFO] [stdout]    |
[INFO] [stdout] 56 |     fn children<T: Component>(&self, parent: Entity) -> ChildrenIter<T>;
[INFO] [stdout]    |                               ^^^^^                     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                               |
[INFO] [stdout]    |                               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 56 |     fn children<T: Component>(&self, parent: Entity) -> ChildrenIter<'_, T>;
[INFO] [stdout]    |                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/hierarchy.rs:59:32
[INFO] [stdout]    |
[INFO] [stdout] 59 |     fn ancestors<T: Component>(&self, child: Entity) -> AncestorIter<T>;
[INFO] [stdout]    |                                ^^^^^                    ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                |
[INFO] [stdout]    |                                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 59 |     fn ancestors<T: Component>(&self, child: Entity) -> AncestorIter<'_, T>;
[INFO] [stdout]    |                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/hierarchy.rs:62:46
[INFO] [stdout]    |
[INFO] [stdout] 62 |     fn descendants_depth_first<T: Component>(&self, root: Entity) -> DepthFirstIterator<T>;
[INFO] [stdout]    |                                              ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                              |
[INFO] [stdout]    |                                              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 62 |     fn descendants_depth_first<T: Component>(&self, root: Entity) -> DepthFirstIterator<'_, T>;
[INFO] [stdout]    |                                                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/hierarchy.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 69 |     ) -> DepthFirstVisitor<Self, T, F>;
[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] 69 |     ) -> DepthFirstVisitor<'_, Self, T, F>;
[INFO] [stdout]    |                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/hierarchy.rs:73:9
[INFO] [stdout]    |
[INFO] [stdout] 73 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 74 |         root: Entity,
[INFO] [stdout] 75 |     ) -> BreadthFirstIterator<Self, T>;
[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] 75 |     ) -> BreadthFirstIterator<'_, Self, T>;
[INFO] [stdout]    |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/hierarchy.rs:78:28
[INFO] [stdout]    |
[INFO] [stdout] 78 |     fn roots<T: Component>(&self) -> Result<QueryBorrow<Without<&Parent<T>, &Child<T>>>>;
[INFO] [stdout]    |                            ^^^^^            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                            |                |                   |           |
[INFO] [stdout]    |                            |                |                   |           the same lifetime is elided here
[INFO] [stdout]    |                            |                |                   the same lifetime is elided here
[INFO] [stdout]    |                            |                the same lifetime is hidden here
[INFO] [stdout]    |                            the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 78 |     fn roots<T: Component>(&self) -> Result<QueryBorrow<'_, Without<&Parent<T>, &Child<T>>>>;
[INFO] [stdout]    |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/hierarchy.rs:219:31
[INFO] [stdout]     |
[INFO] [stdout] 219 |     fn children<T: Component>(&self, parent: Entity) -> ChildrenIter<T> {
[INFO] [stdout]     |                               ^^^^^                     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 219 |     fn children<T: Component>(&self, parent: Entity) -> ChildrenIter<'_, T> {
[INFO] [stdout]     |                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/hierarchy.rs:236:32
[INFO] [stdout]     |
[INFO] [stdout] 236 |     fn ancestors<T: Component>(&self, child: Entity) -> AncestorIter<T> {
[INFO] [stdout]     |                                ^^^^^                    ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 236 |     fn ancestors<T: Component>(&self, child: Entity) -> AncestorIter<'_, T> {
[INFO] [stdout]     |                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/hierarchy.rs:240:46
[INFO] [stdout]     |
[INFO] [stdout] 240 |     fn descendants_depth_first<T: Component>(&self, root: Entity) -> DepthFirstIterator<T> {
[INFO] [stdout]     |                                              ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 240 |     fn descendants_depth_first<T: Component>(&self, root: Entity) -> DepthFirstIterator<'_, T> {
[INFO] [stdout]     |                                                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/hierarchy.rs:246:9
[INFO] [stdout]     |
[INFO] [stdout] 246 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 247 |         root: Entity,
[INFO] [stdout] 248 |     ) -> BreadthFirstIterator<Self, T> {
[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] 248 |     ) -> BreadthFirstIterator<'_, Self, T> {
[INFO] [stdout]     |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/hierarchy.rs:253:9
[INFO] [stdout]     |
[INFO] [stdout] 253 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 256 |     ) -> DepthFirstVisitor<Self, T, F> {
[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] 256 |     ) -> DepthFirstVisitor<'_, Self, T, F> {
[INFO] [stdout]     |                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/hierarchy.rs:260:28
[INFO] [stdout]     |
[INFO] [stdout] 260 |     fn roots<T: Component>(&self) -> Result<QueryBorrow<Without<&Parent<T>, &Child<T>>>> {
[INFO] [stdout]     |                            ^^^^^            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                            |                |                   |           |
[INFO] [stdout]     |                            |                |                   |           the same lifetime is elided here
[INFO] [stdout]     |                            |                |                   the same lifetime is elided here
[INFO] [stdout]     |                            |                the same lifetime is hidden here
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 260 |     fn roots<T: Component>(&self) -> Result<QueryBorrow<'_, Without<&Parent<T>, &Child<T>>>> {
[INFO] [stdout]     |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.10s
[INFO] running `Command { std: "docker" "inspect" "31e4957e8450891680b10b3b9b94733cbe3fdef54eeb56dd38804096fd2c6309", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "31e4957e8450891680b10b3b9b94733cbe3fdef54eeb56dd38804096fd2c6309", kill_on_drop: false }`
[INFO] [stdout] 31e4957e8450891680b10b3b9b94733cbe3fdef54eeb56dd38804096fd2c6309
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 70012c14026334eb356442750c219470ec901a12b41d4712c3e94bd6fdf4e195
[INFO] running `Command { std: "docker" "start" "-a" "70012c14026334eb356442750c219470ec901a12b41d4712c3e94bd6fdf4e195", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/hierarchy.rs:56:31
[INFO] [stderr]    |
[INFO] [stderr] 56 |     fn children<T: Component>(&self, parent: Entity) -> ChildrenIter<T>;
[INFO] [stderr]    |                               ^^^^^                     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                               |
[INFO] [stderr]    |                               the lifetime is elided 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: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 56 |     fn children<T: Component>(&self, parent: Entity) -> ChildrenIter<'_, T>;
[INFO] [stderr]    |                                                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/hierarchy.rs:59:32
[INFO] [stderr]    |
[INFO] [stderr] 59 |     fn ancestors<T: Component>(&self, child: Entity) -> AncestorIter<T>;
[INFO] [stderr]    |                                ^^^^^                    ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                |
[INFO] [stderr]    |                                the lifetime is elided 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] 59 |     fn ancestors<T: Component>(&self, child: Entity) -> AncestorIter<'_, T>;
[INFO] [stderr]    |                                                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/hierarchy.rs:62:46
[INFO] [stderr]    |
[INFO] [stderr] 62 |     fn descendants_depth_first<T: Component>(&self, root: Entity) -> DepthFirstIterator<T>;
[INFO] [stderr]    |                                              ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                              |
[INFO] [stderr]    |                                              the lifetime is elided 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] 62 |     fn descendants_depth_first<T: Component>(&self, root: Entity) -> DepthFirstIterator<'_, T>;
[INFO] [stderr]    |                                                                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/hierarchy.rs:66:9
[INFO] [stderr]    |
[INFO] [stderr] 66 |         &self,
[INFO] [stderr]    |         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 69 |     ) -> DepthFirstVisitor<Self, T, F>;
[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] 69 |     ) -> DepthFirstVisitor<'_, Self, T, F>;
[INFO] [stderr]    |                            +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/hierarchy.rs:73:9
[INFO] [stderr]    |
[INFO] [stderr] 73 |         &self,
[INFO] [stderr]    |         ^^^^^ the lifetime is elided here
[INFO] [stderr] 74 |         root: Entity,
[INFO] [stderr] 75 |     ) -> BreadthFirstIterator<Self, T>;
[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] 75 |     ) -> BreadthFirstIterator<'_, Self, T>;
[INFO] [stderr]    |                               +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/hierarchy.rs:78:28
[INFO] [stderr]    |
[INFO] [stderr] 78 |     fn roots<T: Component>(&self) -> Result<QueryBorrow<Without<&Parent<T>, &Child<T>>>>;
[INFO] [stderr]    |                            ^^^^^            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |                            |                |                   |           |
[INFO] [stderr]    |                            |                |                   |           the same lifetime is elided here
[INFO] [stderr]    |                            |                |                   the same lifetime is elided here
[INFO] [stderr]    |                            |                the same lifetime is hidden here
[INFO] [stderr]    |                            the lifetime is elided 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] 78 |     fn roots<T: Component>(&self) -> Result<QueryBorrow<'_, Without<&Parent<T>, &Child<T>>>>;
[INFO] [stderr]    |                                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/hierarchy.rs:219:31
[INFO] [stderr]     |
[INFO] [stderr] 219 |     fn children<T: Component>(&self, parent: Entity) -> ChildrenIter<T> {
[INFO] [stderr]     |                               ^^^^^                     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                               |
[INFO] [stderr]     |                               the lifetime is elided 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] 219 |     fn children<T: Component>(&self, parent: Entity) -> ChildrenIter<'_, T> {
[INFO] [stderr]     |                                                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/hierarchy.rs:236:32
[INFO] [stderr]     |
[INFO] [stderr] 236 |     fn ancestors<T: Component>(&self, child: Entity) -> AncestorIter<T> {
[INFO] [stderr]     |                                ^^^^^                    ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                |
[INFO] [stderr]     |                                the lifetime is elided 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] 236 |     fn ancestors<T: Component>(&self, child: Entity) -> AncestorIter<'_, T> {
[INFO] [stderr]     |                                                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/hierarchy.rs:240:46
[INFO] [stderr]     |
[INFO] [stderr] 240 |     fn descendants_depth_first<T: Component>(&self, root: Entity) -> DepthFirstIterator<T> {
[INFO] [stderr]     |                                              ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                              |
[INFO] [stderr]     |                                              the lifetime is elided 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] 240 |     fn descendants_depth_first<T: Component>(&self, root: Entity) -> DepthFirstIterator<'_, T> {
[INFO] [stderr]     |                                                                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/hierarchy.rs:246:9
[INFO] [stderr]     |
[INFO] [stderr] 246 |         &self,
[INFO] [stderr]     |         ^^^^^ the lifetime is elided here
[INFO] [stderr] 247 |         root: Entity,
[INFO] [stderr] 248 |     ) -> BreadthFirstIterator<Self, T> {
[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] 248 |     ) -> BreadthFirstIterator<'_, Self, T> {
[INFO] [stderr]     |                               +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/hierarchy.rs:253:9
[INFO] [stderr]     |
[INFO] [stderr] 253 |         &self,
[INFO] [stderr]     |         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 256 |     ) -> DepthFirstVisitor<Self, T, F> {
[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] 256 |     ) -> DepthFirstVisitor<'_, Self, T, F> {
[INFO] [stderr]     |                            +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/hierarchy.rs:260:28
[INFO] [stderr]     |
[INFO] [stderr] 260 |     fn roots<T: Component>(&self) -> Result<QueryBorrow<Without<&Parent<T>, &Child<T>>>> {
[INFO] [stderr]     |                            ^^^^^            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                            |                |                   |           |
[INFO] [stderr]     |                            |                |                   |           the same lifetime is elided here
[INFO] [stderr]     |                            |                |                   the same lifetime is elided here
[INFO] [stderr]     |                            |                the same lifetime is hidden here
[INFO] [stderr]     |                            the lifetime is elided 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] 260 |     fn roots<T: Component>(&self) -> Result<QueryBorrow<'_, Without<&Parent<T>, &Child<T>>>> {
[INFO] [stderr]     |                                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: `hecs-hierarchy` (lib) generated 12 warnings (run `cargo fix --lib -p hecs-hierarchy` to apply 12 suggestions)
[INFO] [stderr] warning: `hecs-hierarchy` (lib test) generated 12 warnings (12 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/hecs_hierarchy-954e26cd80a6384c)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/tests.rs (/opt/rustwide/target/debug/deps/tests-a102e474797438cf)
[INFO] [stdout] 
[INFO] [stdout] running 16 tests
[INFO] [stdout] test builder_clone_simple ... ok
[INFO] [stdout] test empty ... ok
[INFO] [stdout] test dfs ... ok
[INFO] [stdout] test roots ... ok
[INFO] [stdout] test reserve ... ok
[INFO] [stdout] test reattach2 ... ok
[INFO] [stdout] test ancestors ... ok
[INFO] [stdout] test dfs_skip ... ok
[INFO] [stdout] test builder ... ok
[INFO] [stdout] test bfs ... ok
[INFO] [stdout] test builder_clone_deferred ... ok
[INFO] [stdout] test basic ... ok
[INFO] [stdout] test builder_clone ... ok
[INFO] [stdout] test despawn ... ok
[INFO] [stdout] test detach ... ok
[INFO] [stdout] test reattach ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests hecs_hierarchy
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test src/builder.rs - builder::TreeBuilder (line 14) ... ok
[INFO] [stdout] test src/lib.rs - (line 59) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.58s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "70012c14026334eb356442750c219470ec901a12b41d4712c3e94bd6fdf4e195", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "70012c14026334eb356442750c219470ec901a12b41d4712c3e94bd6fdf4e195", kill_on_drop: false }`
[INFO] [stdout] 70012c14026334eb356442750c219470ec901a12b41d4712c3e94bd6fdf4e195
