[INFO] fetching crate checs 0.5.0... [INFO] testing checs-0.5.0 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate checs 0.5.0 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate checs 0.5.0 [INFO] removed 0 missing examples [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate checs 0.5.0 [INFO] tweaked toml for crates.io crate checs 0.5.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate checs 0.5.0 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate checs 0.5.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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded checs_proc v0.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b91acc5aef824743030e8c8da4200f9bc4b1654fa8deafb5fa2d45b7c1f28134 [INFO] running `Command { std: "docker" "start" "-a" "b91acc5aef824743030e8c8da4200f9bc4b1654fa8deafb5fa2d45b7c1f28134", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b91acc5aef824743030e8c8da4200f9bc4b1654fa8deafb5fa2d45b7c1f28134", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b91acc5aef824743030e8c8da4200f9bc4b1654fa8deafb5fa2d45b7c1f28134", kill_on_drop: false }` [INFO] [stdout] b91acc5aef824743030e8c8da4200f9bc4b1654fa8deafb5fa2d45b7c1f28134 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 5e4393eb9fb6d459c67a5d5f06fa26cbfa9b5c4de0a6090a3aa324b6d8240b89 [INFO] running `Command { std: "docker" "start" "-a" "5e4393eb9fb6d459c67a5d5f06fa26cbfa9b5c4de0a6090a3aa324b6d8240b89", kill_on_drop: false }` [INFO] [stderr] Compiling checs_proc v0.1.0 [INFO] [stderr] Compiling checs v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/component.rs:131:17 [INFO] [stdout] | [INFO] [stdout] 131 | pub fn iter(&self) -> Iter { [INFO] [stdout] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 131 | pub fn iter(&self) -> Iter<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/component.rs:137:21 [INFO] [stdout] | [INFO] [stdout] 137 | pub fn iter_mut(&mut self) -> IterMut { [INFO] [stdout] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 137 | pub fn iter_mut(&mut self) -> IterMut<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/component.rs:247:23 [INFO] [stdout] | [INFO] [stdout] 247 | fn get_ref_or_mut(&mut self, entity: entity::Entity) -> Option<::Item>; [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output ------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 247 | fn get_ref_or_mut(&mut self, entity: entity::Entity) -> Option<>::Item>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/component.rs:252:23 [INFO] [stdout] | [INFO] [stdout] 252 | fn get_ref_or_mut(&mut self, entity: entity::Entity) -> Option<::Item> { [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output ------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 252 | fn get_ref_or_mut(&mut self, entity: entity::Entity) -> Option<>::Item> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/component.rs:260:23 [INFO] [stdout] | [INFO] [stdout] 260 | fn get_ref_or_mut(&mut self, entity: entity::Entity) -> Option<::Item> { [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output ------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 260 | fn get_ref_or_mut(&mut self, entity: entity::Entity) -> Option<>::Item> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/query.rs:193:31 [INFO] [stdout] | [INFO] [stdout] 193 | fn get_ref_or_mut(&mut self, entity: $crate::entity::Entity) -> Option<::Item> { [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output -------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] ... [INFO] [stdout] 209 | expand!(impl_query, A, B, C, D, E, F, G); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_query` which comes from the expansion of the macro `expand` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 193 | fn get_ref_or_mut(&mut self, entity: $crate::entity::Entity) -> Option<>::Item> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/query.rs:193:31 [INFO] [stdout] | [INFO] [stdout] 193 | fn get_ref_or_mut(&mut self, entity: $crate::entity::Entity) -> Option<::Item> { [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output -------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] ... [INFO] [stdout] 209 | expand!(impl_query, A, B, C, D, E, F, G); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_query` which comes from the expansion of the macro `expand` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 193 | fn get_ref_or_mut(&mut self, entity: $crate::entity::Entity) -> Option<>::Item> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/query.rs:193:31 [INFO] [stdout] | [INFO] [stdout] 193 | fn get_ref_or_mut(&mut self, entity: $crate::entity::Entity) -> Option<::Item> { [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output -------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] ... [INFO] [stdout] 209 | expand!(impl_query, A, B, C, D, E, F, G); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_query` which comes from the expansion of the macro `expand` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 193 | fn get_ref_or_mut(&mut self, entity: $crate::entity::Entity) -> Option<>::Item> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/query.rs:193:31 [INFO] [stdout] | [INFO] [stdout] 193 | fn get_ref_or_mut(&mut self, entity: $crate::entity::Entity) -> Option<::Item> { [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output -------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] ... [INFO] [stdout] 209 | expand!(impl_query, A, B, C, D, E, F, G); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_query` which comes from the expansion of the macro `expand` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 193 | fn get_ref_or_mut(&mut self, entity: $crate::entity::Entity) -> Option<>::Item> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/query.rs:193:31 [INFO] [stdout] | [INFO] [stdout] 193 | fn get_ref_or_mut(&mut self, entity: $crate::entity::Entity) -> Option<::Item> { [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output -------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] ... [INFO] [stdout] 209 | expand!(impl_query, A, B, C, D, E, F, G); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_query` which comes from the expansion of the macro `expand` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 193 | fn get_ref_or_mut(&mut self, entity: $crate::entity::Entity) -> Option<>::Item> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/query.rs:193:31 [INFO] [stdout] | [INFO] [stdout] 193 | fn get_ref_or_mut(&mut self, entity: $crate::entity::Entity) -> Option<::Item> { [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output -------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] ... [INFO] [stdout] 209 | expand!(impl_query, A, B, C, D, E, F, G); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_query` which comes from the expansion of the macro `expand` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 193 | fn get_ref_or_mut(&mut self, entity: $crate::entity::Entity) -> Option<>::Item> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/sparse.rs:148:17 [INFO] [stdout] | [INFO] [stdout] 148 | pub fn iter(&self) -> iter::Iter { [INFO] [stdout] | ^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 148 | pub fn iter(&self) -> iter::Iter<'_, entity::Entity> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s [INFO] running `Command { std: "docker" "inspect" "5e4393eb9fb6d459c67a5d5f06fa26cbfa9b5c4de0a6090a3aa324b6d8240b89", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5e4393eb9fb6d459c67a5d5f06fa26cbfa9b5c4de0a6090a3aa324b6d8240b89", kill_on_drop: false }` [INFO] [stdout] 5e4393eb9fb6d459c67a5d5f06fa26cbfa9b5c4de0a6090a3aa324b6d8240b89 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 477cf2eaf0e084d5b468dd50a7f21eaab9f7199cf4df790af4d06d458e19509b [INFO] running `Command { std: "docker" "start" "-a" "477cf2eaf0e084d5b468dd50a7f21eaab9f7199cf4df790af4d06d458e19509b", kill_on_drop: false }` [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/component.rs:131:17 [INFO] [stdout] | [INFO] [stdout] 131 | pub fn iter(&self) -> Iter { [INFO] [stdout] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 131 | pub fn iter(&self) -> Iter<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/component.rs:137:21 [INFO] [stdout] | [INFO] [stdout] 137 | pub fn iter_mut(&mut self) -> IterMut { [INFO] [stdout] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 137 | pub fn iter_mut(&mut self) -> IterMut<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/component.rs:247:23 [INFO] [stdout] | [INFO] [stdout] 247 | fn get_ref_or_mut(&mut self, entity: entity::Entity) -> Option<::Item>; [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output ------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 247 | fn get_ref_or_mut(&mut self, entity: entity::Entity) -> Option<>::Item>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/component.rs:252:23 [INFO] [stdout] | [INFO] [stdout] 252 | fn get_ref_or_mut(&mut self, entity: entity::Entity) -> Option<::Item> { [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output ------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 252 | fn get_ref_or_mut(&mut self, entity: entity::Entity) -> Option<>::Item> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/component.rs:260:23 [INFO] [stdout] | [INFO] [stdout] 260 | fn get_ref_or_mut(&mut self, entity: entity::Entity) -> Option<::Item> { [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output ------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 260 | fn get_ref_or_mut(&mut self, entity: entity::Entity) -> Option<>::Item> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/query.rs:193:31 [INFO] [stdout] | [INFO] [stdout] 193 | fn get_ref_or_mut(&mut self, entity: $crate::entity::Entity) -> Option<::Item> { [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output -------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] ... [INFO] [stdout] 209 | expand!(impl_query, A, B, C, D, E, F, G); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_query` which comes from the expansion of the macro `expand` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 193 | fn get_ref_or_mut(&mut self, entity: $crate::entity::Entity) -> Option<>::Item> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/query.rs:193:31 [INFO] [stdout] | [INFO] [stdout] 193 | fn get_ref_or_mut(&mut self, entity: $crate::entity::Entity) -> Option<::Item> { [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output -------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] ... [INFO] [stdout] 209 | expand!(impl_query, A, B, C, D, E, F, G); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_query` which comes from the expansion of the macro `expand` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 193 | fn get_ref_or_mut(&mut self, entity: $crate::entity::Entity) -> Option<>::Item> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/query.rs:193:31 [INFO] [stdout] | [INFO] [stdout] 193 | fn get_ref_or_mut(&mut self, entity: $crate::entity::Entity) -> Option<::Item> { [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output -------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] ... [INFO] [stdout] 209 | expand!(impl_query, A, B, C, D, E, F, G); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_query` which comes from the expansion of the macro `expand` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 193 | fn get_ref_or_mut(&mut self, entity: $crate::entity::Entity) -> Option<>::Item> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/query.rs:193:31 [INFO] [stdout] | [INFO] [stdout] 193 | fn get_ref_or_mut(&mut self, entity: $crate::entity::Entity) -> Option<::Item> { [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output -------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] ... [INFO] [stdout] 209 | expand!(impl_query, A, B, C, D, E, F, G); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_query` which comes from the expansion of the macro `expand` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 193 | fn get_ref_or_mut(&mut self, entity: $crate::entity::Entity) -> Option<>::Item> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling checs v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/query.rs:193:31 [INFO] [stdout] | [INFO] [stdout] 193 | fn get_ref_or_mut(&mut self, entity: $crate::entity::Entity) -> Option<::Item> { [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output -------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] ... [INFO] [stdout] 209 | expand!(impl_query, A, B, C, D, E, F, G); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_query` which comes from the expansion of the macro `expand` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 193 | fn get_ref_or_mut(&mut self, entity: $crate::entity::Entity) -> Option<>::Item> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/query.rs:193:31 [INFO] [stdout] | [INFO] [stdout] 193 | fn get_ref_or_mut(&mut self, entity: $crate::entity::Entity) -> Option<::Item> { [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output -------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] ... [INFO] [stdout] 209 | expand!(impl_query, A, B, C, D, E, F, G); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_query` which comes from the expansion of the macro `expand` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 193 | fn get_ref_or_mut(&mut self, entity: $crate::entity::Entity) -> Option<>::Item> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/sparse.rs:148:17 [INFO] [stdout] | [INFO] [stdout] 148 | pub fn iter(&self) -> iter::Iter { [INFO] [stdout] | ^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 148 | pub fn iter(&self) -> iter::Iter<'_, entity::Entity> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/component.rs:131:17 [INFO] [stdout] | [INFO] [stdout] 131 | pub fn iter(&self) -> Iter { [INFO] [stdout] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 131 | pub fn iter(&self) -> Iter<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/component.rs:137:21 [INFO] [stdout] | [INFO] [stdout] 137 | pub fn iter_mut(&mut self) -> IterMut { [INFO] [stdout] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 137 | pub fn iter_mut(&mut self) -> IterMut<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/component.rs:247:23 [INFO] [stdout] | [INFO] [stdout] 247 | fn get_ref_or_mut(&mut self, entity: entity::Entity) -> Option<::Item>; [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output ------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 247 | fn get_ref_or_mut(&mut self, entity: entity::Entity) -> Option<>::Item>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/component.rs:252:23 [INFO] [stdout] | [INFO] [stdout] 252 | fn get_ref_or_mut(&mut self, entity: entity::Entity) -> Option<::Item> { [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output ------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 252 | fn get_ref_or_mut(&mut self, entity: entity::Entity) -> Option<>::Item> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/component.rs:260:23 [INFO] [stdout] | [INFO] [stdout] 260 | fn get_ref_or_mut(&mut self, entity: entity::Entity) -> Option<::Item> { [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output ------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 260 | fn get_ref_or_mut(&mut self, entity: entity::Entity) -> Option<>::Item> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/query.rs:193:31 [INFO] [stdout] | [INFO] [stdout] 193 | fn get_ref_or_mut(&mut self, entity: $crate::entity::Entity) -> Option<::Item> { [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output -------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] ... [INFO] [stdout] 209 | expand!(impl_query, A, B, C, D, E, F, G); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_query` which comes from the expansion of the macro `expand` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 193 | fn get_ref_or_mut(&mut self, entity: $crate::entity::Entity) -> Option<>::Item> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/query.rs:193:31 [INFO] [stdout] | [INFO] [stdout] 193 | fn get_ref_or_mut(&mut self, entity: $crate::entity::Entity) -> Option<::Item> { [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output -------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] ... [INFO] [stdout] 209 | expand!(impl_query, A, B, C, D, E, F, G); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_query` which comes from the expansion of the macro `expand` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 193 | fn get_ref_or_mut(&mut self, entity: $crate::entity::Entity) -> Option<>::Item> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/query.rs:193:31 [INFO] [stdout] | [INFO] [stdout] 193 | fn get_ref_or_mut(&mut self, entity: $crate::entity::Entity) -> Option<::Item> { [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output -------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] ... [INFO] [stdout] 209 | expand!(impl_query, A, B, C, D, E, F, G); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_query` which comes from the expansion of the macro `expand` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 193 | fn get_ref_or_mut(&mut self, entity: $crate::entity::Entity) -> Option<>::Item> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/query.rs:193:31 [INFO] [stdout] | [INFO] [stdout] 193 | fn get_ref_or_mut(&mut self, entity: $crate::entity::Entity) -> Option<::Item> { [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output -------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] ... [INFO] [stdout] 209 | expand!(impl_query, A, B, C, D, E, F, G); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_query` which comes from the expansion of the macro `expand` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 193 | fn get_ref_or_mut(&mut self, entity: $crate::entity::Entity) -> Option<>::Item> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/query.rs:193:31 [INFO] [stdout] | [INFO] [stdout] 193 | fn get_ref_or_mut(&mut self, entity: $crate::entity::Entity) -> Option<::Item> { [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output -------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] ... [INFO] [stdout] 209 | expand!(impl_query, A, B, C, D, E, F, G); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_query` which comes from the expansion of the macro `expand` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 193 | fn get_ref_or_mut(&mut self, entity: $crate::entity::Entity) -> Option<>::Item> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/query.rs:193:31 [INFO] [stdout] | [INFO] [stdout] 193 | fn get_ref_or_mut(&mut self, entity: $crate::entity::Entity) -> Option<::Item> { [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output -------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] ... [INFO] [stdout] 209 | expand!(impl_query, A, B, C, D, E, F, G); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_query` which comes from the expansion of the macro `expand` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 193 | fn get_ref_or_mut(&mut self, entity: $crate::entity::Entity) -> Option<>::Item> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/sparse.rs:148:17 [INFO] [stdout] | [INFO] [stdout] 148 | pub fn iter(&self) -> iter::Iter { [INFO] [stdout] | ^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 148 | pub fn iter(&self) -> iter::Iter<'_, entity::Entity> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.02s [INFO] running `Command { std: "docker" "inspect" "477cf2eaf0e084d5b468dd50a7f21eaab9f7199cf4df790af4d06d458e19509b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "477cf2eaf0e084d5b468dd50a7f21eaab9f7199cf4df790af4d06d458e19509b", kill_on_drop: false }` [INFO] [stdout] 477cf2eaf0e084d5b468dd50a7f21eaab9f7199cf4df790af4d06d458e19509b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 3846f04fbe17c7e4f8ab5c396e634c79c608648b197526382be92367bd0dc303 [INFO] running `Command { std: "docker" "start" "-a" "3846f04fbe17c7e4f8ab5c396e634c79c608648b197526382be92367bd0dc303", kill_on_drop: false }` [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/component.rs:131:17 [INFO] [stderr] | [INFO] [stderr] 131 | pub fn iter(&self) -> Iter { [INFO] [stderr] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 131 | pub fn iter(&self) -> Iter<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/component.rs:137:21 [INFO] [stderr] | [INFO] [stderr] 137 | pub fn iter_mut(&mut self) -> IterMut { [INFO] [stderr] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 137 | pub fn iter_mut(&mut self) -> IterMut<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/component.rs:247:23 [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] running 11 tests [INFO] [stderr] 247 | fn get_ref_or_mut(&mut self, entity: entity::Entity) -> Option<::Item>; [INFO] [stderr] | ^^^^^^^^^ this lifetime flows to the output ------------------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 247 | fn get_ref_or_mut(&mut self, entity: entity::Entity) -> Option<>::Item>; [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/component.rs:252:23 [INFO] [stderr] | [INFO] [stderr] 252 | fn get_ref_or_mut(&mut self, entity: entity::Entity) -> Option<::Item> { [INFO] [stderr] | ^^^^^^^^^ this lifetime flows to the output ------------------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 252 | fn get_ref_or_mut(&mut self, entity: entity::Entity) -> Option<>::Item> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/component.rs:260:23 [INFO] [stderr] | [INFO] [stderr] 260 | fn get_ref_or_mut(&mut self, entity: entity::Entity) -> Option<::Item> { [INFO] [stderr] | ^^^^^^^^^ this lifetime flows to the output ------------------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 260 | fn get_ref_or_mut(&mut self, entity: entity::Entity) -> Option<>::Item> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/query.rs:193:31 [INFO] [stderr] | [INFO] [stderr] 193 | fn get_ref_or_mut(&mut self, entity: $crate::entity::Entity) -> Option<::Item> { [INFO] [stderr] | ^^^^^^^^^ this lifetime flows to the output -------------------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] ... [INFO] [stderr] 209 | expand!(impl_query, A, B, C, D, E, F, G); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_query` which comes from the expansion of the macro `expand` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 193 | fn get_ref_or_mut(&mut self, entity: $crate::entity::Entity) -> Option<>::Item> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/sparse.rs:148:17 [INFO] [stderr] | [INFO] [stderr] 148 | pub fn iter(&self) -> iter::Iter { [INFO] [stderr] | ^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 148 | pub fn iter(&self) -> iter::Iter<'_, entity::Entity> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `checs` (lib) generated 12 warnings (5 duplicates) (run `cargo fix --lib -p checs` to apply 7 suggestions) [INFO] [stderr] warning: `checs` (lib test) generated 12 warnings (12 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/checs-e8235681563d41cc) [INFO] [stdout] test component::tests::components_i32_put_then_delete ... ok [INFO] [stdout] test component::tests::reserve ... ok [INFO] [stdout] test component::tests::contains ... ok [INFO] [stdout] test entity::tests::alloc_free_and_reuse ... ok [INFO] [stdout] test iter::tests::iter_as_iterator ... ok [INFO] [stdout] test intersect::tests::intersection ... ok [INFO] [stdout] test query::tests::into_query ... ok [INFO] [stdout] test sparse::tests::contains ... ok [INFO] [stdout] test sparse::tests::reserve ... ok [INFO] [stdout] test sparse::tests::sparse_set_append_then_remove ... ok [INFO] [stdout] test sparse::tests::sparse_set_maximum_range ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] Running tests/world.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/world-0dd97747a4009287) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test derive_storage ... ok [INFO] [stdout] test derive_storage_macro_rules ... ok [INFO] [stdout] test world_into_query ... ok [INFO] [stdout] test world_insert ... ok [INFO] [stdout] test world_release ... ok [INFO] [stdout] test world_insert_many_trait ... ok [INFO] [stdout] test spawn_macro ... ok [INFO] [stdout] test world_release_all ... ok [INFO] [stdout] test world_get ... ok [INFO] [stdout] test world_delete ... ok [INFO] [stdout] test world_despawn_entities ... ok [INFO] [stdout] test world_spawn ... ok [INFO] [stdout] test world_spawn_with ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "3846f04fbe17c7e4f8ab5c396e634c79c608648b197526382be92367bd0dc303", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3846f04fbe17c7e4f8ab5c396e634c79c608648b197526382be92367bd0dc303", kill_on_drop: false }` [INFO] [stdout] 3846f04fbe17c7e4f8ab5c396e634c79c608648b197526382be92367bd0dc303