[INFO] fetching crate secs 0.1.0... [INFO] testing secs-0.1.0 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate secs 0.1.0 into /workspace/builds/worker-6-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-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate secs 0.1.0 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "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" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9efbf07f64571e13d1b67e25d11765153c219f9054a79d1224b140eace0511c7 [INFO] running `Command { std: "docker" "start" "-a" "9efbf07f64571e13d1b67e25d11765153c219f9054a79d1224b140eace0511c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9efbf07f64571e13d1b67e25d11765153c219f9054a79d1224b140eace0511c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9efbf07f64571e13d1b67e25d11765153c219f9054a79d1224b140eace0511c7", kill_on_drop: false }` [INFO] [stdout] 9efbf07f64571e13d1b67e25d11765153c219f9054a79d1224b140eace0511c7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a78105c1db798cb3db447513f45c59956dd5632f59d1dc2eeba50b88f6412672 [INFO] running `Command { std: "docker" "start" "-a" "a78105c1db798cb3db447513f45c59956dd5632f59d1dc2eeba50b88f6412672", kill_on_drop: false }` [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(&self) -> Option>> { [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(&self) -> Option>> { [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(&self) -> Option>> { [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(&self) -> Option>> { [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(&self, entity: Entity) -> Option> { [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(&self, entity: Entity) -> Option> { [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(&self, entity: Entity) -> Option> { [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(&self, entity: Entity) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s [INFO] running `Command { std: "docker" "inspect" "a78105c1db798cb3db447513f45c59956dd5632f59d1dc2eeba50b88f6412672", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a78105c1db798cb3db447513f45c59956dd5632f59d1dc2eeba50b88f6412672", kill_on_drop: false }` [INFO] [stdout] a78105c1db798cb3db447513f45c59956dd5632f59d1dc2eeba50b88f6412672 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 94e3c06c4ce8bfe7d853057b38ec001432381fc6dad730698e8983b2de43d595 [INFO] running `Command { std: "docker" "start" "-a" "94e3c06c4ce8bfe7d853057b38ec001432381fc6dad730698e8983b2de43d595", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.96 [INFO] [stderr] Compiling serde v1.0.218 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling owo-colors v3.5.0 [INFO] [stderr] Compiling gimli v0.28.1 [INFO] [stderr] Compiling cc v1.2.16 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling eyre v0.6.12 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling object v0.32.2 [INFO] [stderr] Compiling miniz_oxide v0.7.4 [INFO] [stderr] Compiling tracing-subscriber v0.3.19 [INFO] [stderr] Compiling miniz_oxide v0.8.5 [INFO] [stderr] Compiling camino v1.1.9 [INFO] [stderr] Compiling portable-atomic v1.11.0 [INFO] [stderr] Compiling miniquad v0.4.8 [INFO] [stderr] Compiling anyhow v1.0.97 [INFO] [stderr] Compiling pad v0.1.6 [INFO] [stderr] Compiling hashbrown v0.15.2 [INFO] [stderr] Compiling console v0.15.11 [INFO] [stderr] Compiling number_prefix v0.4.0 [INFO] [stderr] Compiling bytemuck v1.22.0 [INFO] [stderr] Compiling ttf-parser v0.21.1 [INFO] [stderr] Compiling annotate-snippets v0.11.5 [INFO] [stderr] Compiling tracing-error v0.2.1 [INFO] [stderr] Compiling flate2 v1.1.1 [INFO] [stderr] Compiling color-spantrace v0.2.1 [INFO] [stderr] Compiling png v0.17.16 [INFO] [stderr] Compiling prettydiff v0.7.0 [INFO] [stderr] Compiling crossbeam-channel v0.5.14 [INFO] [stderr] Compiling colored v2.2.0 [INFO] [stderr] Compiling indicatif v0.17.11 [INFO] [stderr] Compiling levenshtein v1.0.5 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling macroquad_macro v0.1.8 [INFO] [stderr] Compiling glam v0.27.0 [INFO] [stderr] Compiling fontdue v0.9.3 [INFO] [stderr] Compiling image v0.24.9 [INFO] [stderr] Compiling quad-rand v0.2.3 [INFO] [stderr] Compiling comma v1.0.0 [INFO] [stderr] Compiling backtrace v0.3.71 [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(&self) -> Option>> { [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(&self) -> Option>> { [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(&self) -> Option>> { [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(&self) -> Option>> { [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(&self, entity: Entity) -> Option> { [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(&self, entity: Entity) -> Option> { [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(&self, entity: Entity) -> Option> { [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(&self, entity: Entity) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [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 addr2line v0.21.0 [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 semver v1.0.26 [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(&self) -> Option>> { [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(&self) -> Option>> { [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(&self) -> Option>> { [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(&self) -> Option>> { [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(&self, entity: Entity) -> Option> { [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(&self, entity: Entity) -> Option> { [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(&self, entity: Entity) -> Option> { [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(&self, entity: Entity) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 39.12s [INFO] running `Command { std: "docker" "inspect" "94e3c06c4ce8bfe7d853057b38ec001432381fc6dad730698e8983b2de43d595", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "94e3c06c4ce8bfe7d853057b38ec001432381fc6dad730698e8983b2de43d595", kill_on_drop: false }` [INFO] [stdout] 94e3c06c4ce8bfe7d853057b38ec001432381fc6dad730698e8983b2de43d595 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b566182675a1a1134926df9267354af271e16f446493b0160ec2687cade13856 [INFO] running `Command { std: "docker" "start" "-a" "b566182675a1a1134926df9267354af271e16f446493b0160ec2687cade13856", 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(&self) -> Option>> { [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(&self) -> Option>> { [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(&self) -> Option>> { [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(&self) -> Option>> { [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(&self, entity: Entity) -> Option> { [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(&self, entity: Entity) -> Option> { [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(&self, entity: Entity) -> Option> { [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(&self, entity: Entity) -> Option> { [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.16s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/secs-86cf60dc14dbfad4) [INFO] [stdout] [INFO] [stderr] Running tests/entity.rs (/opt/rustwide/target/debug/deps/entity-9eb39a4f6841f23d) [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] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test check_component_attached ... ok [INFO] [stdout] test detach_unrelated_in_query ... ok [INFO] [stdout] test detach ... ok [INFO] [stdout] test detach_any ... ok [INFO] [stdout] test attach_to_despawned_no_flush ... ok [INFO] [stdout] test spawn_unrelated_in_query ... 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] [stdout] [INFO] [stderr] Running tests/query.rs (/opt/rustwide/target/debug/deps/query-adcd8998510b52f4) [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-dfc6e2222d94e060) [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.03s [INFO] [stdout] [INFO] [stderr] Running tests/ui.rs (/opt/rustwide/target/debug/deps/ui-69faa7cce6745178) [INFO] [stdout] Compiler: rustc "--error-format=json" "--out-dir" OUT_DIR [INFO] [stdout] Building dependencies ... FAILED [INFO] [stdout] tests/ui/empty_tuple.rs ... FAILED [INFO] [stdout] tests/ui/double_mut_borrow_panic.rs ... FAILED [INFO] [stdout] tests/ui/missing_ref.rs ... FAILED [INFO] [stdout] tests/ui/panic_location.rs ... FAILED [INFO] [stdout] tests/ui/too_many_tuple_elements.rs ... FAILED [INFO] [stdout] tests/ui/non_tuple_query.rs ... FAILED [INFO] [stdout] tests/ui/opt_as_first.rs ... FAILED [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-69faa7cce6745178` (exit status: 1) [INFO] [stdout] [INFO] [stdout] FAILED TEST: tests/ui/empty_tuple.rs [INFO] [stdout] command: "/opt/rustwide/rustup-home/toolchains/b83b707f97d809763b7861afa7638871f3339a33/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/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/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/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/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/empty_tuple.rs [INFO] [stdout] tests/ui/double_mut_borrow_panic.rs [INFO] [stdout] tests/ui/missing_ref.rs [INFO] [stdout] tests/ui/panic_location.rs [INFO] [stdout] tests/ui/too_many_tuple_elements.rs [INFO] [stdout] tests/ui/non_tuple_query.rs [INFO] [stdout] tests/ui/opt_as_first.rs [INFO] [stdout] [INFO] [stdout] test result: FAIL. 7 failed [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b566182675a1a1134926df9267354af271e16f446493b0160ec2687cade13856", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b566182675a1a1134926df9267354af271e16f446493b0160ec2687cade13856", kill_on_drop: false }` [INFO] [stdout] b566182675a1a1134926df9267354af271e16f446493b0160ec2687cade13856