[INFO] fetching crate secs 0.1.0...
[INFO] testing secs-0.1.0 against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] extracting crate secs 0.1.0 into /workspace/builds/worker-4-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-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate secs 0.1.0 on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "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" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fed02520894e19715d4d55152b25b3ff3946da24b0dee64b8463fbd089a37812
[INFO] running `Command { std: "docker" "start" "-a" "fed02520894e19715d4d55152b25b3ff3946da24b0dee64b8463fbd089a37812", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fed02520894e19715d4d55152b25b3ff3946da24b0dee64b8463fbd089a37812", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fed02520894e19715d4d55152b25b3ff3946da24b0dee64b8463fbd089a37812", kill_on_drop: false }`
[INFO] [stdout] fed02520894e19715d4d55152b25b3ff3946da24b0dee64b8463fbd089a37812
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f416b3ff3a45a00b9fb318e25c099af9186627ea55fef125c53c1f8de6db816b
[INFO] running `Command { std: "docker" "start" "-a" "f416b3ff3a45a00b9fb318e25c099af9186627ea55fef125c53c1f8de6db816b", 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 0.92s
[INFO] running `Command { std: "docker" "inspect" "f416b3ff3a45a00b9fb318e25c099af9186627ea55fef125c53c1f8de6db816b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f416b3ff3a45a00b9fb318e25c099af9186627ea55fef125c53c1f8de6db816b", kill_on_drop: false }`
[INFO] [stdout] f416b3ff3a45a00b9fb318e25c099af9186627ea55fef125c53c1f8de6db816b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 009a77dce17ab0e442b5c0388615190ea35c5365bc8274d540d5289f62b70cd3
[INFO] running `Command { std: "docker" "start" "-a" "009a77dce17ab0e442b5c0388615190ea35c5365bc8274d540d5289f62b70cd3", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.16
[INFO] [stderr]    Compiling serde v1.0.218
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling simd-adler32 v0.3.7
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]    Compiling gimli v0.28.1
[INFO] [stderr]    Compiling cc v1.2.16
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling owo-colors v3.5.0
[INFO] [stderr]    Compiling adler2 v2.0.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling miniz_oxide v0.7.4
[INFO] [stderr]    Compiling object v0.32.2
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling miniz_oxide v0.8.5
[INFO] [stderr]    Compiling crc32fast v1.4.2
[INFO] [stderr]    Compiling rustc-demangle v0.1.24
[INFO] [stderr]    Compiling unicode-width v0.2.0
[INFO] [stderr]    Compiling indenter v0.3.3
[INFO] [stderr]    Compiling camino v1.1.9
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling portable-atomic v1.11.0
[INFO] [stderr]    Compiling fdeflate v0.3.7
[INFO] [stderr]    Compiling miniquad v0.4.8
[INFO] [stderr]    Compiling anyhow v1.0.97
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling flate2 v1.1.1
[INFO] [stderr]    Compiling pad v0.1.6
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling png v0.17.16
[INFO] [stderr]    Compiling color_quant v1.1.0
[INFO] [stderr]    Compiling number_prefix v0.4.0
[INFO] [stderr]    Compiling bytemuck v1.22.0
[INFO] [stderr]    Compiling anstyle v1.0.10
[INFO] [stderr]    Compiling ttf-parser v0.21.1
[INFO] [stderr]    Compiling prettydiff v0.7.0
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]    Compiling indicatif v0.17.11
[INFO] [stderr]    Compiling annotate-snippets v0.11.5
[INFO] [stderr]    Compiling colored v2.2.0
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling tracing-error v0.2.1
[INFO] [stderr]    Compiling crossbeam-channel v0.5.14
[INFO] [stderr]    Compiling color-spantrace v0.2.1
[INFO] [stderr]    Compiling backtrace v0.3.71
[INFO] [stderr]    Compiling image v0.24.9
[INFO] [stderr]    Compiling macroquad_macro v0.1.8
[INFO] [stderr]    Compiling comma v1.0.0
[INFO] [stderr]    Compiling quad-rand v0.2.3
[INFO] [stderr]    Compiling levenshtein v1.0.5
[INFO] [stderr]    Compiling glam v0.27.0
[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 addr2line v0.21.0
[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 thiserror v1.0.69
[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 33.16s
[INFO] running `Command { std: "docker" "inspect" "009a77dce17ab0e442b5c0388615190ea35c5365bc8274d540d5289f62b70cd3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "009a77dce17ab0e442b5c0388615190ea35c5365bc8274d540d5289f62b70cd3", kill_on_drop: false }`
[INFO] [stdout] 009a77dce17ab0e442b5c0388615190ea35c5365bc8274d540d5289f62b70cd3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] ab99c5e3b7b923c5a3a26e593358ab6fa3ae02ee3a530e82f6051459a76a4075
[INFO] running `Command { std: "docker" "start" "-a" "ab99c5e3b7b923c5a3a26e593358ab6fa3ae02ee3a530e82f6051459a76a4075", 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.19s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/secs-917f786aee3d4a2e)
[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-0460323a37ac00f5)
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test attach_to_despawned_no_flush ... ok
[INFO] [stdout] test check_component_attached ... ok
[INFO] [stdout] test detach_any ... ok
[INFO] [stdout] test detach_unrelated_in_query ... ok
[INFO] [stdout] test spawn_unrelated_in_query ... ok
[INFO] [stdout] test detach ... 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.05s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/query.rs (/opt/rustwide/target/debug/deps/query-6912351faaacdc42)
[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.02s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/system.rs (/opt/rustwide/target/debug/deps/system-87d5862dac5cdfc2)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test despawn_in_query ... ok
[INFO] [stdout] test despawn ... ok
[INFO] [stdout] test mut_system ... ok
[INFO] [stdout] test get ... ok
[INFO] [stdout] test remove_within ... ok
[INFO] [stdout] test scheduler_resource ... ok
[INFO] [stderr]      Running tests/ui.rs (/opt/rustwide/target/debug/deps/ui-04ff959d9018499a)
[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.03s
[INFO] [stdout] 
[INFO] [stdout] Compiler: rustc "--error-format=json" "--out-dir" OUT_DIR
[INFO] [stdout] Building dependencies ... FAILED
[INFO] [stdout] tests/ui/panic_location.rs ... FAILED
[INFO] [stdout] tests/ui/non_tuple_query.rs ... FAILED
[INFO] [stdout] tests/ui/empty_tuple.rs ... FAILED
[INFO] [stdout] tests/ui/double_mut_borrow_panic.rs ... FAILED
[INFO] [stdout] tests/ui/too_many_tuple_elements.rs ... FAILED
[INFO] [stdout] tests/ui/missing_ref.rs ... FAILED
[INFO] [stdout] tests/ui/opt_as_first.rs ... FAILED
[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/empty_tuple.rs
[INFO] [stdout] command: "/opt/rustwide/rustup-home/toolchains/db823df02fd0c2cf67b43025ac3fef3f2d743245/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/double_mut_borrow_panic.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] 
[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/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] FAILURES:
[INFO] [stdout]     tests/ui/panic_location.rs
[INFO] [stdout]     tests/ui/non_tuple_query.rs
[INFO] [stdout]     tests/ui/empty_tuple.rs
[INFO] [stdout]     tests/ui/double_mut_borrow_panic.rs
[INFO] [stdout]     tests/ui/too_many_tuple_elements.rs
[INFO] [stdout]     tests/ui/missing_ref.rs
[INFO] [stdout]     tests/ui/opt_as_first.rs
[INFO] [stdout] 
[INFO] [stdout] test result: FAIL. 7 failed
[INFO] [stdout] 
[INFO] [stderr] Error: tests failed
[INFO] [stderr] 
[INFO] [stderr] Location:
[INFO] [stderr]     /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ui_test-0.29.1/src/lib.rs:369:13
[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-04ff959d9018499a` (exit status: 1)
[INFO] running `Command { std: "docker" "inspect" "ab99c5e3b7b923c5a3a26e593358ab6fa3ae02ee3a530e82f6051459a76a4075", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ab99c5e3b7b923c5a3a26e593358ab6fa3ae02ee3a530e82f6051459a76a4075", kill_on_drop: false }`
[INFO] [stdout] ab99c5e3b7b923c5a3a26e593358ab6fa3ae02ee3a530e82f6051459a76a4075
