[INFO] fetching crate secs 0.1.0...
[INFO] testing secs-0.1.0 against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739-1
[INFO] extracting crate secs 0.1.0 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate secs 0.1.0
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate secs 0.1.0
[INFO] tweaked toml for crates.io crate secs 0.1.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate secs 0.1.0 on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate secs 0.1.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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 015acb10a5c2fc427117c3ae7a960b877e943d51076a695e2e8a1c1776c52a26
[INFO] running `Command { std: "docker" "start" "-a" "015acb10a5c2fc427117c3ae7a960b877e943d51076a695e2e8a1c1776c52a26", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "015acb10a5c2fc427117c3ae7a960b877e943d51076a695e2e8a1c1776c52a26", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "015acb10a5c2fc427117c3ae7a960b877e943d51076a695e2e8a1c1776c52a26", kill_on_drop: false }`
[INFO] [stdout] 015acb10a5c2fc427117c3ae7a960b877e943d51076a695e2e8a1c1776c52a26
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d4dfac97cb163ab02918ad41f7f69211c1ca078db5d6b5bb76238b898018f021
[INFO] running `Command { std: "docker" "start" "-a" "d4dfac97cb163ab02918ad41f7f69211c1ca078db5d6b5bb76238b898018f021", kill_on_drop: false }`
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling elsa v1.11.0
[INFO] [stderr]    Compiling secs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/sparse_set.rs:148:28
[INFO] [stdout]     |
[INFO] [stdout] 148 |     pub fn get<C: 'static>(&self) -> Option<Ref<SparseSet<C>>> {
[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] 148 |     pub fn get<C: 'static>(&self) -> Option<Ref<'_, SparseSet<C>>> {
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/sparse_set.rs:163:32
[INFO] [stdout]     |
[INFO] [stdout] 163 |     pub fn get_mut<C: 'static>(&self) -> Option<RefMut<SparseSet<C>>> {
[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] 163 |     pub fn get_mut<C: 'static>(&self) -> Option<RefMut<'_, SparseSet<C>>> {
[INFO] [stdout]     |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/world.rs:204:28
[INFO] [stdout]     |
[INFO] [stdout] 204 |     pub fn get<C: 'static>(&self, entity: Entity) -> Option<Ref<C>> {
[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] 204 |     pub fn get<C: 'static>(&self, entity: Entity) -> Option<Ref<'_, C>> {
[INFO] [stdout]     |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/world.rs:223:32
[INFO] [stdout]     |
[INFO] [stdout] 223 |     pub fn get_mut<C: 'static>(&self, entity: Entity) -> Option<RefMut<C>> {
[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] 223 |     pub fn get_mut<C: 'static>(&self, entity: Entity) -> Option<RefMut<'_, C>> {
[INFO] [stdout]     |                                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
[INFO] running `Command { std: "docker" "inspect" "d4dfac97cb163ab02918ad41f7f69211c1ca078db5d6b5bb76238b898018f021", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d4dfac97cb163ab02918ad41f7f69211c1ca078db5d6b5bb76238b898018f021", kill_on_drop: false }`
[INFO] [stdout] d4dfac97cb163ab02918ad41f7f69211c1ca078db5d6b5bb76238b898018f021
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4240fb84a040a2cc63086724d517efd0ac22fe00ee0d55d52b7baebb8bcef044
[INFO] running `Command { std: "docker" "start" "-a" "4240fb84a040a2cc63086724d517efd0ac22fe00ee0d55d52b7baebb8bcef044", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling unicode-ident v1.0.16
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]    Compiling serde v1.0.218
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling simd-adler32 v0.3.7
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]    Compiling gimli v0.28.1
[INFO] [stderr]    Compiling adler2 v2.0.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling thread_local v1.1.8
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling cc v1.2.16
[INFO] [stderr]    Compiling owo-colors v3.5.0
[INFO] [stderr]    Compiling miniz_oxide v0.8.5
[INFO] [stderr]    Compiling miniz_oxide v0.7.4
[INFO] [stderr]    Compiling crc32fast v1.4.2
[INFO] [stderr]    Compiling camino v1.1.9
[INFO] [stderr]    Compiling unicode-width v0.2.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling rustc-demangle v0.1.24
[INFO] [stderr]    Compiling indenter v0.3.3
[INFO] [stderr]    Compiling portable-atomic v1.11.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling flate2 v1.1.1
[INFO] [stderr]    Compiling object v0.32.2
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling fdeflate v0.3.7
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling miniquad v0.4.8
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]    Compiling anyhow v1.0.97
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling ttf-parser v0.21.1
[INFO] [stderr]    Compiling png v0.17.16
[INFO] [stderr]    Compiling pad v0.1.6
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling bytemuck v1.22.0
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling anstyle v1.0.10
[INFO] [stderr]    Compiling number_prefix v0.4.0
[INFO] [stderr]    Compiling color_quant v1.1.0
[INFO] [stderr]    Compiling annotate-snippets v0.11.5
[INFO] [stderr]    Compiling crossbeam-channel v0.5.14
[INFO] [stderr]    Compiling prettydiff v0.7.0
[INFO] [stderr]    Compiling indicatif v0.17.11
[INFO] [stderr]    Compiling colored v2.2.0
[INFO] [stderr]    Compiling tracing-error v0.2.1
[INFO] [stderr]    Compiling backtrace v0.3.71
[INFO] [stderr]    Compiling color-spantrace v0.2.1
[INFO] [stderr]    Compiling image v0.24.9
[INFO] [stderr]    Compiling comma v1.0.0
[INFO] [stderr]    Compiling quad-rand v0.2.3
[INFO] [stderr]    Compiling glam v0.27.0
[INFO] [stderr]    Compiling levenshtein v1.0.5
[INFO] [stderr]    Compiling addr2line v0.21.0
[INFO] [stderr]    Compiling macroquad_macro v0.1.8
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/sparse_set.rs:148:28
[INFO] [stdout]     |
[INFO] [stdout] 148 |     pub fn get<C: 'static>(&self) -> Option<Ref<SparseSet<C>>> {
[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] 148 |     pub fn get<C: 'static>(&self) -> Option<Ref<'_, SparseSet<C>>> {
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/sparse_set.rs:163:32
[INFO] [stdout]     |
[INFO] [stdout] 163 |     pub fn get_mut<C: 'static>(&self) -> Option<RefMut<SparseSet<C>>> {
[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] 163 |     pub fn get_mut<C: 'static>(&self) -> Option<RefMut<'_, SparseSet<C>>> {
[INFO] [stdout]     |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/world.rs:204:28
[INFO] [stdout]     |
[INFO] [stdout] 204 |     pub fn get<C: 'static>(&self, entity: Entity) -> Option<Ref<C>> {
[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] 204 |     pub fn get<C: 'static>(&self, entity: Entity) -> Option<Ref<'_, C>> {
[INFO] [stdout]     |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/world.rs:223:32
[INFO] [stdout]     |
[INFO] [stdout] 223 |     pub fn get_mut<C: 'static>(&self, entity: Entity) -> Option<RefMut<C>> {
[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] 223 |     pub fn get_mut<C: 'static>(&self, entity: Entity) -> Option<RefMut<'_, C>> {
[INFO] [stdout]     |                                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling fontdue v0.9.3
[INFO] [stderr]    Compiling serde_derive v1.0.218
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling bstr v1.11.3
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling color-eyre v0.6.3
[INFO] [stderr]    Compiling spanned v0.3.0
[INFO] [stderr]    Compiling macroquad v0.4.14
[INFO] [stderr]    Compiling cargo-platform v0.1.9
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling rustfix v0.8.7
[INFO] [stderr]    Compiling cargo_metadata v0.18.1
[INFO] [stderr]    Compiling ui_test v0.29.1
[INFO] [stderr]    Compiling secs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/sparse_set.rs:148:28
[INFO] [stdout]     |
[INFO] [stdout] 148 |     pub fn get<C: 'static>(&self) -> Option<Ref<SparseSet<C>>> {
[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] 148 |     pub fn get<C: 'static>(&self) -> Option<Ref<'_, SparseSet<C>>> {
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/sparse_set.rs:163:32
[INFO] [stdout]     |
[INFO] [stdout] 163 |     pub fn get_mut<C: 'static>(&self) -> Option<RefMut<SparseSet<C>>> {
[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] 163 |     pub fn get_mut<C: 'static>(&self) -> Option<RefMut<'_, SparseSet<C>>> {
[INFO] [stdout]     |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/world.rs:204:28
[INFO] [stdout]     |
[INFO] [stdout] 204 |     pub fn get<C: 'static>(&self, entity: Entity) -> Option<Ref<C>> {
[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] 204 |     pub fn get<C: 'static>(&self, entity: Entity) -> Option<Ref<'_, C>> {
[INFO] [stdout]     |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/world.rs:223:32
[INFO] [stdout]     |
[INFO] [stdout] 223 |     pub fn get_mut<C: 'static>(&self, entity: Entity) -> Option<RefMut<C>> {
[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] 223 |     pub fn get_mut<C: 'static>(&self, entity: Entity) -> Option<RefMut<'_, C>> {
[INFO] [stdout]     |                                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 46.17s
[INFO] running `Command { std: "docker" "inspect" "4240fb84a040a2cc63086724d517efd0ac22fe00ee0d55d52b7baebb8bcef044", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4240fb84a040a2cc63086724d517efd0ac22fe00ee0d55d52b7baebb8bcef044", kill_on_drop: false }`
[INFO] [stdout] 4240fb84a040a2cc63086724d517efd0ac22fe00ee0d55d52b7baebb8bcef044
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] d51cc0b5fbddc68d851e94e51428f6040c791844d167ac9c2424912cc088e997
[INFO] running `Command { std: "docker" "start" "-a" "d51cc0b5fbddc68d851e94e51428f6040c791844d167ac9c2424912cc088e997", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/sparse_set.rs:148:28
[INFO] [stderr]     |
[INFO] [stderr] 148 |     pub fn get<C: 'static>(&self) -> Option<Ref<SparseSet<C>>> {
[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] 148 |     pub fn get<C: 'static>(&self) -> Option<Ref<'_, SparseSet<C>>> {
[INFO] [stderr]     |                                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/sparse_set.rs:163:32
[INFO] [stderr]     |
[INFO] [stderr] 163 |     pub fn get_mut<C: 'static>(&self) -> Option<RefMut<SparseSet<C>>> {
[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] 163 |     pub fn get_mut<C: 'static>(&self) -> Option<RefMut<'_, SparseSet<C>>> {
[INFO] [stderr]     |                                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/world.rs:204:28
[INFO] [stderr]     |
[INFO] [stderr] 204 |     pub fn get<C: 'static>(&self, entity: Entity) -> Option<Ref<C>> {
[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] 204 |     pub fn get<C: 'static>(&self, entity: Entity) -> Option<Ref<'_, C>> {
[INFO] [stderr]     |                                                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/world.rs:223:32
[INFO] [stderr]     |
[INFO] [stderr] 223 |     pub fn get_mut<C: 'static>(&self, entity: Entity) -> Option<RefMut<C>> {
[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] 223 |     pub fn get_mut<C: 'static>(&self, entity: Entity) -> Option<RefMut<'_, C>> {
[INFO] [stderr]     |                                                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: `secs` (lib) generated 4 warnings (run `cargo fix --lib -p secs` to apply 4 suggestions)
[INFO] [stderr] warning: `secs` (lib test) generated 4 warnings (4 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.18s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/secs-611d6ba207f080d3)
[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/entity.rs (/opt/rustwide/target/debug/deps/entity-1e2f0b7acfd34da6)
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test detach ... ok
[INFO] [stdout] test check_component_attached ... ok
[INFO] [stdout] test attach_to_despawned_no_flush ... ok
[INFO] [stdout] test detach_unrelated_in_query ... ok
[INFO] [stdout] test spawn_unrelated_in_query ... ok
[INFO] [stdout] test detach_any ... ok
[INFO] [stdout] test attach_to_despawned - should panic ... ok
[INFO] [stdout] test detach_related_in_query - should panic ... ok
[INFO] [stdout] test spawn_related_in_query - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/query.rs (/opt/rustwide/target/debug/deps/query-bf5362aeeb440fa2)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test optional_components ... ok
[INFO] [stdout] test aliasing_mutation - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/system.rs (/opt/rustwide/target/debug/deps/system-5a2d3bd8385827a6)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test despawn ... ok
[INFO] [stdout] test get ... ok
[INFO] [stdout] test mut_system ... ok
[INFO] [stdout] test remove_within ... ok
[INFO] [stdout] test scheduler_resource ... ok
[INFO] [stdout] test despawn_in_query ... ok
[INFO] [stdout] test remove ... ok
[INFO] [stdout] test get_fail - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/ui.rs (/opt/rustwide/target/debug/deps/ui-2b6edb5aa09a5fda)
[INFO] [stdout] Compiler: rustc "--error-format=json" "--out-dir" OUT_DIR
[INFO] [stdout] Building dependencies ... FAILED
[INFO] [stdout] tests/ui/double_mut_borrow_panic.rs ... FAILED
[INFO] [stdout] tests/ui/empty_tuple.rs ... FAILED
[INFO] [stdout] tests/ui/opt_as_first.rs ... FAILED
[INFO] [stdout] tests/ui/panic_location.rs ... FAILED
[INFO] [stdout] tests/ui/non_tuple_query.rs ... FAILED
[INFO] [stdout] tests/ui/missing_ref.rs ... FAILED
[INFO] [stdout] tests/ui/too_many_tuple_elements.rs ... FAILED
[INFO] [stdout] 
[INFO] [stderr] Error: tests failed
[INFO] [stdout] FAILED TEST: tests/ui/double_mut_borrow_panic.rs
[INFO] [stderr] 
[INFO] [stdout] command: Building dependencies
[INFO] [stderr] Location:
[INFO] [stdout] 
[INFO] [stderr]     /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ui_test-0.29.1/src/lib.rs:369:13
[INFO] [stdout] full stderr:
[INFO] [stdout] previous build failed
[INFO] [stdout] full stdout:
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] FAILED TEST: tests/ui/empty_tuple.rs
[INFO] [stdout] command: "/opt/rustwide/rustup-home/toolchains/33835004928d3bf65db4d4712e1330766263b0bd/bin/cargo" "build" "--color=never" "--quiet" "--jobs" "1" "--target-dir" "/opt/rustwide/target/ui/0" "--manifest-path" "ui_test_deps/Cargo.toml" "--target=x86_64-unknown-linux-gnu" "--message-format=json"
[INFO] [stdout] 
[INFO] [stdout] full stderr:
[INFO] [stdout] error: manifest path `ui_test_deps/Cargo.toml` does not exist
[INFO] [stdout] 
[INFO] [stdout] full stdout:
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] FAILED TEST: tests/ui/opt_as_first.rs
[INFO] [stdout] command: Building dependencies
[INFO] [stdout] 
[INFO] [stdout] full stderr:
[INFO] [stdout] previous build failed
[INFO] [stdout] full stdout:
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] FAILED TEST: tests/ui/panic_location.rs
[INFO] [stdout] command: Building dependencies
[INFO] [stdout] 
[INFO] [stdout] full stderr:
[INFO] [stdout] previous build failed
[INFO] [stdout] full stdout:
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] FAILED TEST: tests/ui/non_tuple_query.rs
[INFO] [stdout] command: Building dependencies
[INFO] [stdout] 
[INFO] [stdout] full stderr:
[INFO] [stdout] previous build failed
[INFO] [stdout] full stdout:
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] FAILED TEST: tests/ui/missing_ref.rs
[INFO] [stdout] command: Building dependencies
[INFO] [stdout] 
[INFO] [stdout] full stderr:
[INFO] [stdout] previous build failed
[INFO] [stdout] full stdout:
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] FAILED TEST: tests/ui/too_many_tuple_elements.rs
[INFO] [stdout] command: Building dependencies
[INFO] [stdout] 
[INFO] [stdout] full stderr:
[INFO] [stdout] previous build failed
[INFO] [stdout] full stdout:
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] FAILURES:
[INFO] [stdout]     tests/ui/double_mut_borrow_panic.rs
[INFO] [stdout]     tests/ui/empty_tuple.rs
[INFO] [stdout]     tests/ui/opt_as_first.rs
[INFO] [stdout]     tests/ui/panic_location.rs
[INFO] [stdout]     tests/ui/non_tuple_query.rs
[INFO] [stdout]     tests/ui/missing_ref.rs
[INFO] [stdout]     tests/ui/too_many_tuple_elements.rs
[INFO] [stdout] 
[INFO] [stdout] test result: FAIL. 7 failed
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test ui`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/deps/ui-2b6edb5aa09a5fda` (exit status: 1)
[INFO] running `Command { std: "docker" "inspect" "d51cc0b5fbddc68d851e94e51428f6040c791844d167ac9c2424912cc088e997", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d51cc0b5fbddc68d851e94e51428f6040c791844d167ac9c2424912cc088e997", kill_on_drop: false }`
[INFO] [stdout] d51cc0b5fbddc68d851e94e51428f6040c791844d167ac9c2424912cc088e997
