[INFO] fetching crate secs 0.1.0...
[INFO] testing secs-0.1.0 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate secs 0.1.0 into /workspace/builds/worker-0-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-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate secs 0.1.0 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 90c1057b88149f6f89741bc25a3db5da7e0a6a0b8b1cee37299e5f011b8c2896
[INFO] running `Command { std: "docker" "start" "-a" "90c1057b88149f6f89741bc25a3db5da7e0a6a0b8b1cee37299e5f011b8c2896", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "90c1057b88149f6f89741bc25a3db5da7e0a6a0b8b1cee37299e5f011b8c2896", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "90c1057b88149f6f89741bc25a3db5da7e0a6a0b8b1cee37299e5f011b8c2896", kill_on_drop: false }`
[INFO] [stdout] 90c1057b88149f6f89741bc25a3db5da7e0a6a0b8b1cee37299e5f011b8c2896
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0d9e8d5bf39674a830abc2f0198f49ced9b64dcbcb404e3fe6ce1353bb365e7a
[INFO] running `Command { std: "docker" "start" "-a" "0d9e8d5bf39674a830abc2f0198f49ced9b64dcbcb404e3fe6ce1353bb365e7a", 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.16s
[INFO] running `Command { std: "docker" "inspect" "0d9e8d5bf39674a830abc2f0198f49ced9b64dcbcb404e3fe6ce1353bb365e7a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0d9e8d5bf39674a830abc2f0198f49ced9b64dcbcb404e3fe6ce1353bb365e7a", kill_on_drop: false }`
[INFO] [stdout] 0d9e8d5bf39674a830abc2f0198f49ced9b64dcbcb404e3fe6ce1353bb365e7a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 909d1ae8bae6c7a482c356be1e507c0c456ef9633e3f2fae3f117db7aadeff28
[INFO] running `Command { std: "docker" "start" "-a" "909d1ae8bae6c7a482c356be1e507c0c456ef9633e3f2fae3f117db7aadeff28", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling unicode-ident v1.0.16
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling serde v1.0.218
[INFO] [stderr]    Compiling simd-adler32 v0.3.7
[INFO] [stderr]    Compiling owo-colors v3.5.0
[INFO] [stderr]    Compiling backtrace v0.3.71
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling adler2 v2.0.0
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling thread_local v1.1.8
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling gimli v0.28.1
[INFO] [stderr]    Compiling miniz_oxide v0.8.5
[INFO] [stderr]    Compiling miniz_oxide v0.7.4
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling object v0.32.2
[INFO] [stderr]    Compiling crc32fast v1.4.2
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]    Compiling camino v1.1.9
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling rustc-demangle v0.1.24
[INFO] [stderr]    Compiling indenter v0.3.3
[INFO] [stderr]    Compiling unicode-width v0.2.0
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling flate2 v1.1.1
[INFO] [stderr]    Compiling fdeflate v0.3.7
[INFO] [stderr]    Compiling miniquad v0.4.8
[INFO] [stderr]    Compiling tracing-error v0.2.1
[INFO] [stderr]    Compiling color-spantrace v0.2.1
[INFO] [stderr]    Compiling anyhow v1.0.97
[INFO] [stderr]    Compiling addr2line v0.21.0
[INFO] [stderr]    Compiling pad v0.1.6
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling png v0.17.16
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling bytemuck v1.22.0
[INFO] [stderr]    Compiling number_prefix v0.4.0
[INFO] [stderr]    Compiling ttf-parser v0.21.1
[INFO] [stderr]    Compiling color_quant v1.1.0
[INFO] [stderr]    Compiling indicatif v0.17.11
[INFO] [stderr]    Compiling image v0.24.9
[INFO] [stderr]    Compiling crossbeam-channel v0.5.14
[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 fontdue v0.9.3
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling annotate-snippets v0.11.5
[INFO] [stderr]    Compiling color-eyre v0.6.3
[INFO] [stderr]    Compiling prettydiff v0.7.0
[INFO] [stderr]    Compiling spanned v0.3.0
[INFO] [stderr]    Compiling colored v2.2.0
[INFO] [stderr]    Compiling comma v1.0.0
[INFO] [stderr]    Compiling glam v0.27.0
[INFO] [stderr]    Compiling levenshtein v1.0.5
[INFO] [stderr]    Compiling macroquad_macro v0.1.8
[INFO] [stderr]    Compiling quad-rand v0.2.3
[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 macroquad v0.4.14
[INFO] [stderr]    Compiling cargo-platform v0.1.9
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling cargo_metadata v0.18.1
[INFO] [stderr]    Compiling rustfix v0.8.7
[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 1m 21s
[INFO] running `Command { std: "docker" "inspect" "909d1ae8bae6c7a482c356be1e507c0c456ef9633e3f2fae3f117db7aadeff28", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "909d1ae8bae6c7a482c356be1e507c0c456ef9633e3f2fae3f117db7aadeff28", kill_on_drop: false }`
[INFO] [stdout] 909d1ae8bae6c7a482c356be1e507c0c456ef9633e3f2fae3f117db7aadeff28
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 6f19eb0fe191ab9fef66835097d30a94f2c0255ba817c61fcbd7e9edd31ae4da
[INFO] running `Command { std: "docker" "start" "-a" "6f19eb0fe191ab9fef66835097d30a94f2c0255ba817c61fcbd7e9edd31ae4da", 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-7697839850465d95)
[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-6a1d5541f955bf9e)
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test attach_to_despawned_no_flush ... ok
[INFO] [stdout] test detach_any ... ok
[INFO] [stdout] test check_component_attached ... ok
[INFO] [stdout] test detach ... ok
[INFO] [stdout] test detach_unrelated_in_query ... ok
[INFO] [stdout] test spawn_unrelated_in_query ... ok
[INFO] [stdout] test attach_to_despawned - should panic ... ok
[INFO] [stdout] test spawn_related_in_query - should panic ... ok
[INFO] [stdout] test detach_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.03s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/query.rs (/opt/rustwide/target/debug/deps/query-8176610f18928448)
[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-4072e848c5ce282b)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test despawn ... ok
[INFO] [stdout] test despawn_in_query ... 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 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.07s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/ui.rs (/opt/rustwide/target/debug/deps/ui-9d6700eb78f568d9)
[INFO] [stdout] Compiler: rustc "--error-format=json" "--out-dir" OUT_DIR
[INFO] [stdout] Building dependencies ... FAILED
[INFO] [stdout] tests/ui/opt_as_first.rs ... FAILED
[INFO] [stdout] tests/ui/empty_tuple.rs ... FAILED
[INFO] [stdout] tests/ui/panic_location.rs ... FAILED
[INFO] [stdout] tests/ui/too_many_tuple_elements.rs ... FAILED
[INFO] [stdout] tests/ui/missing_ref.rs ... FAILED
[INFO] [stdout] tests/ui/double_mut_borrow_panic.rs ... FAILED
[INFO] [stdout] tests/ui/non_tuple_query.rs ... FAILED
[INFO] [stdout] 
[INFO] [stdout] FAILED TEST: tests/ui/opt_as_first.rs
[INFO] [stdout] command: Building dependencies
[INFO] [stdout] 
[INFO] [stdout] full stderr:
[INFO] [stderr] Error: tests failed
[INFO] [stdout] previous build failed
[INFO] [stderr] 
[INFO] [stdout] full stdout:
[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] 
[INFO] [stdout] 
[INFO] [stdout] FAILED TEST: tests/ui/empty_tuple.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/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/double_mut_borrow_panic.rs
[INFO] [stdout] command: "/opt/rustwide/rustup-home/toolchains/beta-2025-09-21-x86_64-unknown-linux-gnu/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/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] FAILURES:
[INFO] [stdout]     tests/ui/opt_as_first.rs
[INFO] [stdout]     tests/ui/empty_tuple.rs
[INFO] [stdout]     tests/ui/panic_location.rs
[INFO] [stdout]     tests/ui/too_many_tuple_elements.rs
[INFO] [stdout]     tests/ui/missing_ref.rs
[INFO] [stdout]     tests/ui/double_mut_borrow_panic.rs
[INFO] [stdout]     tests/ui/non_tuple_query.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-9d6700eb78f568d9` (exit status: 1)
[INFO] running `Command { std: "docker" "inspect" "6f19eb0fe191ab9fef66835097d30a94f2c0255ba817c61fcbd7e9edd31ae4da", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6f19eb0fe191ab9fef66835097d30a94f2c0255ba817c61fcbd7e9edd31ae4da", kill_on_drop: false }`
[INFO] [stdout] 6f19eb0fe191ab9fef66835097d30a94f2c0255ba817c61fcbd7e9edd31ae4da
