[INFO] fetching crate weasel 0.11.0... [INFO] testing weasel-0.11.0 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate weasel 0.11.0 into /workspace/builds/worker-2-tc1/source [INFO] started tweaking crates.io crate weasel 0.11.0 [INFO] removed 7 missing examples [INFO] removed 1 missing tests [INFO] finished tweaking crates.io crate weasel 0.11.0 [INFO] tweaked toml for crates.io crate weasel 0.11.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate weasel 0.11.0 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate weasel 0.11.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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d73c14db3a9d6792e29547e4b7cdec33e48dbf5351fe62ae6646fe366e58b4e3 [INFO] running `Command { std: "docker" "start" "-a" "d73c14db3a9d6792e29547e4b7cdec33e48dbf5351fe62ae6646fe366e58b4e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d73c14db3a9d6792e29547e4b7cdec33e48dbf5351fe62ae6646fe366e58b4e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d73c14db3a9d6792e29547e4b7cdec33e48dbf5351fe62ae6646fe366e58b4e3", kill_on_drop: false }` [INFO] [stdout] d73c14db3a9d6792e29547e4b7cdec33e48dbf5351fe62ae6646fe366e58b4e3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 073c019e8b26f5904baf38c6732864b31cd5d49b9ff9f27857f458e2fcae610d [INFO] running `Command { std: "docker" "start" "-a" "073c019e8b26f5904baf38c6732864b31cd5d49b9ff9f27857f458e2fcae610d", kill_on_drop: false }` [INFO] [stderr] Compiling indexmap v1.6.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling weasel v0.11.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ability.rs:100:20 [INFO] [stdout] | [INFO] [stdout] 100 | processor: &mut P, [INFO] [stdout] | ^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 103 | ) -> ActivateAbilityTrigger { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 103 | ) -> ActivateAbilityTrigger<'_, R, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/battle.rs:201:20 [INFO] [stdout] | [INFO] [stdout] 201 | pub fn metrics(&self) -> ReadMetrics { [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] 201 | pub fn metrics(&self) -> ReadMetrics<'_, R> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/battle.rs:206:24 [INFO] [stdout] | [INFO] [stdout] 206 | pub fn metrics_mut(&mut self) -> WriteMetrics { [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] 206 | pub fn metrics_mut(&mut self) -> WriteMetrics<'_, R> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/battle.rs:211:26 [INFO] [stdout] | [INFO] [stdout] 211 | pub(crate) fn rights(&self) -> RightsHandle { [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] 211 | pub(crate) fn rights(&self) -> RightsHandle<'_, R> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/battle.rs:218:10 [INFO] [stdout] | [INFO] [stdout] 217 | &'a mut self, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 218 | ) -> RightsHandleMut>> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is named here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 218 | ) -> RightsHandleMut<'a, R, impl Iterator>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/battle.rs:454:53 [INFO] [stdout] | [INFO] [stdout] 454 | pub fn trigger>(processor: &mut P) -> EndBattleTrigger { [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] 454 | pub fn trigger>(processor: &mut P) -> EndBattleTrigger<'_, R, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/creature.rs:513:20 [INFO] [stdout] | [INFO] [stdout] 513 | processor: &mut P, [INFO] [stdout] | ^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 516 | ) -> ConvertCreatureTrigger { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 516 | ) -> ConvertCreatureTrigger<'_, R, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/creature.rs:682:20 [INFO] [stdout] | [INFO] [stdout] 682 | processor: &mut P, [INFO] [stdout] | ^^^^^^ the lifetime is elided here [INFO] [stdout] 683 | id: CreatureId, [INFO] [stdout] 684 | ) -> RemoveCreatureTrigger { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 684 | ) -> RemoveCreatureTrigger<'_, R, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/entity.rs:411:76 [INFO] [stdout] | [INFO] [stdout] 411 | pub fn allies<'a>(&'a self, id: &'a TeamId) -> impl Iterator> + 'a { [INFO] [stdout] | -- -- ^^^^^^^^ -- the same lifetime is named here [INFO] [stdout] | | | | [INFO] [stdout] | | the lifetime is named here the same lifetime is elided here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 411 | pub fn allies<'a>(&'a self, id: &'a TeamId) -> impl Iterator> + 'a { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/entity.rs:427:77 [INFO] [stdout] | [INFO] [stdout] 427 | pub fn enemies<'a>(&'a self, id: &'a TeamId) -> impl Iterator> + 'a { [INFO] [stdout] | -- -- ^^^^^^^^ -- the same lifetime is named here [INFO] [stdout] | | | | [INFO] [stdout] | | the lifetime is named here the same lifetime is elided here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 427 | pub fn enemies<'a>(&'a self, id: &'a TeamId) -> impl Iterator> + 'a { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/entity.rs:568:20 [INFO] [stdout] | [INFO] [stdout] 568 | processor: &mut P, [INFO] [stdout] | ^^^^^^ the lifetime is elided here [INFO] [stdout] 569 | id: EntityId, [INFO] [stdout] 570 | ) -> RemoveEntityTrigger { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 570 | ) -> RemoveEntityTrigger<'_, R, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/entropy.rs:143:53 [INFO] [stdout] | [INFO] [stdout] 143 | pub fn trigger>(processor: &mut P) -> ResetEntropyTrigger { [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] 143 | pub fn trigger>(processor: &mut P) -> ResetEntropyTrigger<'_, R, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/event.rs:533:53 [INFO] [stdout] | [INFO] [stdout] 533 | pub fn trigger>(processor: &mut P) -> DummyEventTrigger { [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] 533 | pub fn trigger>(processor: &mut P) -> DummyEventTrigger<'_, R, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/metric.rs:22:31 [INFO] [stdout] | [INFO] [stdout] 22 | pub(crate) fn read_handle(&self) -> ReadMetrics { [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] 22 | pub(crate) fn read_handle(&self) -> ReadMetrics<'_, R> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/metric.rs:27:32 [INFO] [stdout] | [INFO] [stdout] 27 | pub(crate) fn write_handle(&mut self) -> WriteMetrics { [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] 27 | pub(crate) fn write_handle(&mut self) -> WriteMetrics<'_, R> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/object.rs:371:20 [INFO] [stdout] | [INFO] [stdout] 371 | processor: &mut P, [INFO] [stdout] | ^^^^^^ the lifetime is elided here [INFO] [stdout] 372 | id: ObjectId, [INFO] [stdout] 373 | ) -> RemoveObjectTrigger { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 373 | ) -> RemoveObjectTrigger<'_, R, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/power.rs:90:20 [INFO] [stdout] | [INFO] [stdout] 90 | processor: &mut P, [INFO] [stdout] | ^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 93 | ) -> InvokePowerTrigger { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 93 | ) -> InvokePowerTrigger<'_, R, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/round.rs:316:20 [INFO] [stdout] | [INFO] [stdout] 316 | processor: &mut P, [INFO] [stdout] | ^^^^^^ the lifetime is elided here [INFO] [stdout] 317 | id: EntityId, [INFO] [stdout] 318 | ) -> StartTurnTrigger { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 318 | ) -> StartTurnTrigger<'_, R, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/round.rs:327:49 [INFO] [stdout] | [INFO] [stdout] 327 | pub fn trigger_with_actors(processor: &mut P, ids: I) -> StartTurnTrigger [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] 327 | pub fn trigger_with_actors(processor: &mut P, ids: I) -> StartTurnTrigger<'_, R, P> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/round.rs:510:53 [INFO] [stdout] | [INFO] [stdout] 510 | pub fn trigger>(processor: &mut P) -> EndTurnTrigger { [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] 510 | pub fn trigger>(processor: &mut P) -> EndTurnTrigger<'_, R, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/round.rs:683:53 [INFO] [stdout] | [INFO] [stdout] 683 | pub fn trigger>(processor: &mut P) -> ResetRoundsTrigger { [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] 683 | pub fn trigger>(processor: &mut P) -> ResetRoundsTrigger<'_, R, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/round.rs:804:53 [INFO] [stdout] | [INFO] [stdout] 804 | pub fn trigger>(processor: &mut P) -> EnvironmentTurnTrigger { [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] 804 | pub fn trigger>(processor: &mut P) -> EnvironmentTurnTrigger<'_, R, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/round.rs:925:53 [INFO] [stdout] | [INFO] [stdout] 925 | pub fn trigger>(processor: &mut P) -> EndRoundTrigger { [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] 925 | pub fn trigger>(processor: &mut P) -> EndRoundTrigger<'_, R, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/server.rs:41:19 [INFO] [stdout] | [INFO] [stdout] 41 | pub fn rights(&self) -> RightsHandle { [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] 41 | pub fn rights(&self) -> RightsHandle<'_, R> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/server.rs:46:44 [INFO] [stdout] | [INFO] [stdout] 46 | pub fn rights_mut<'a>(&'a mut self) -> RightsHandleMut>> { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 46 | pub fn rights_mut<'a>(&'a mut self) -> RightsHandleMut<'a, R, impl Iterator>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/space.rs:420:53 [INFO] [stdout] | [INFO] [stdout] 420 | pub fn trigger>(processor: &mut P) -> ResetSpaceTrigger { [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] 420 | pub fn trigger>(processor: &mut P) -> ResetSpaceTrigger<'_, R, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/space.rs:561:20 [INFO] [stdout] | [INFO] [stdout] 561 | processor: &mut P, [INFO] [stdout] | ^^^^^^ the lifetime is elided here [INFO] [stdout] 562 | alteration: SpaceAlteration, [INFO] [stdout] 563 | ) -> AlterSpaceTrigger { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 563 | ) -> AlterSpaceTrigger<'_, R, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/team.rs:977:20 [INFO] [stdout] | [INFO] [stdout] 977 | processor: &mut P, [INFO] [stdout] | ^^^^^^ the lifetime is elided here [INFO] [stdout] 978 | id: TeamId, [INFO] [stdout] 979 | ) -> ResetObjectivesTrigger { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 979 | ) -> ResetObjectivesTrigger<'_, R, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/team.rs:1128:20 [INFO] [stdout] | [INFO] [stdout] 1128 | processor: &mut P, [INFO] [stdout] | ^^^^^^ the lifetime is elided here [INFO] [stdout] 1129 | id: TeamId, [INFO] [stdout] 1130 | ) -> RemoveTeamTrigger { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 1130 | ) -> RemoveTeamTrigger<'_, R, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s [INFO] running `Command { std: "docker" "inspect" "073c019e8b26f5904baf38c6732864b31cd5d49b9ff9f27857f458e2fcae610d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "073c019e8b26f5904baf38c6732864b31cd5d49b9ff9f27857f458e2fcae610d", kill_on_drop: false }` [INFO] [stdout] 073c019e8b26f5904baf38c6732864b31cd5d49b9ff9f27857f458e2fcae610d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d1f051417caaf63bde76fc96d0ddc88baee94519af855f58495cf2d1f97a2fa8 [INFO] running `Command { std: "docker" "start" "-a" "d1f051417caaf63bde76fc96d0ddc88baee94519af855f58495cf2d1f97a2fa8", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.117 [INFO] [stderr] Compiling serde_json v1.0.59 [INFO] [stderr] Compiling itoa v0.4.6 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ability.rs:100:20 [INFO] [stdout] | [INFO] [stdout] 100 | processor: &mut P, [INFO] [stdout] | ^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 103 | ) -> ActivateAbilityTrigger { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 103 | ) -> ActivateAbilityTrigger<'_, R, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/battle.rs:201:20 [INFO] [stdout] | [INFO] [stdout] 201 | pub fn metrics(&self) -> ReadMetrics { [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] 201 | pub fn metrics(&self) -> ReadMetrics<'_, R> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/battle.rs:206:24 [INFO] [stdout] | [INFO] [stdout] 206 | pub fn metrics_mut(&mut self) -> WriteMetrics { [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] 206 | pub fn metrics_mut(&mut self) -> WriteMetrics<'_, R> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/battle.rs:211:26 [INFO] [stdout] | [INFO] [stdout] 211 | pub(crate) fn rights(&self) -> RightsHandle { [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] 211 | pub(crate) fn rights(&self) -> RightsHandle<'_, R> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/battle.rs:218:10 [INFO] [stdout] | [INFO] [stdout] 217 | &'a mut self, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 218 | ) -> RightsHandleMut>> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is named here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 218 | ) -> RightsHandleMut<'a, R, impl Iterator>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/battle.rs:454:53 [INFO] [stdout] | [INFO] [stdout] 454 | pub fn trigger>(processor: &mut P) -> EndBattleTrigger { [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] 454 | pub fn trigger>(processor: &mut P) -> EndBattleTrigger<'_, R, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/creature.rs:513:20 [INFO] [stdout] | [INFO] [stdout] 513 | processor: &mut P, [INFO] [stdout] | ^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 516 | ) -> ConvertCreatureTrigger { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 516 | ) -> ConvertCreatureTrigger<'_, R, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/creature.rs:682:20 [INFO] [stdout] | [INFO] [stdout] 682 | processor: &mut P, [INFO] [stdout] | ^^^^^^ the lifetime is elided here [INFO] [stdout] 683 | id: CreatureId, [INFO] [stdout] 684 | ) -> RemoveCreatureTrigger { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 684 | ) -> RemoveCreatureTrigger<'_, R, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/entity.rs:411:76 [INFO] [stdout] | [INFO] [stdout] 411 | pub fn allies<'a>(&'a self, id: &'a TeamId) -> impl Iterator> + 'a { [INFO] [stdout] | -- -- ^^^^^^^^ -- the same lifetime is named here [INFO] [stdout] | | | | [INFO] [stdout] | | the lifetime is named here the same lifetime is elided here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 411 | pub fn allies<'a>(&'a self, id: &'a TeamId) -> impl Iterator> + 'a { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/entity.rs:427:77 [INFO] [stdout] | [INFO] [stdout] 427 | pub fn enemies<'a>(&'a self, id: &'a TeamId) -> impl Iterator> + 'a { [INFO] [stdout] | -- -- ^^^^^^^^ -- the same lifetime is named here [INFO] [stdout] | | | | [INFO] [stdout] | | the lifetime is named here the same lifetime is elided here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 427 | pub fn enemies<'a>(&'a self, id: &'a TeamId) -> impl Iterator> + 'a { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/entity.rs:568:20 [INFO] [stdout] | [INFO] [stdout] 568 | processor: &mut P, [INFO] [stdout] | ^^^^^^ the lifetime is elided here [INFO] [stdout] 569 | id: EntityId, [INFO] [stdout] 570 | ) -> RemoveEntityTrigger { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 570 | ) -> RemoveEntityTrigger<'_, R, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/entropy.rs:143:53 [INFO] [stdout] | [INFO] [stdout] 143 | pub fn trigger>(processor: &mut P) -> ResetEntropyTrigger { [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] 143 | pub fn trigger>(processor: &mut P) -> ResetEntropyTrigger<'_, R, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/event.rs:533:53 [INFO] [stdout] | [INFO] [stdout] 533 | pub fn trigger>(processor: &mut P) -> DummyEventTrigger { [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] 533 | pub fn trigger>(processor: &mut P) -> DummyEventTrigger<'_, R, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/metric.rs:22:31 [INFO] [stdout] | [INFO] [stdout] 22 | pub(crate) fn read_handle(&self) -> ReadMetrics { [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] 22 | pub(crate) fn read_handle(&self) -> ReadMetrics<'_, R> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/metric.rs:27:32 [INFO] [stdout] | [INFO] [stdout] 27 | pub(crate) fn write_handle(&mut self) -> WriteMetrics { [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] 27 | pub(crate) fn write_handle(&mut self) -> WriteMetrics<'_, R> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/object.rs:371:20 [INFO] [stdout] | [INFO] [stdout] 371 | processor: &mut P, [INFO] [stdout] | ^^^^^^ the lifetime is elided here [INFO] [stdout] 372 | id: ObjectId, [INFO] [stdout] 373 | ) -> RemoveObjectTrigger { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 373 | ) -> RemoveObjectTrigger<'_, R, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/power.rs:90:20 [INFO] [stdout] | [INFO] [stdout] 90 | processor: &mut P, [INFO] [stdout] | ^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 93 | ) -> InvokePowerTrigger { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 93 | ) -> InvokePowerTrigger<'_, R, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/round.rs:316:20 [INFO] [stdout] | [INFO] [stdout] 316 | processor: &mut P, [INFO] [stdout] | ^^^^^^ the lifetime is elided here [INFO] [stdout] 317 | id: EntityId, [INFO] [stdout] 318 | ) -> StartTurnTrigger { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 318 | ) -> StartTurnTrigger<'_, R, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/round.rs:327:49 [INFO] [stdout] | [INFO] [stdout] 327 | pub fn trigger_with_actors(processor: &mut P, ids: I) -> StartTurnTrigger [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] 327 | pub fn trigger_with_actors(processor: &mut P, ids: I) -> StartTurnTrigger<'_, R, P> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/round.rs:510:53 [INFO] [stdout] | [INFO] [stdout] 510 | pub fn trigger>(processor: &mut P) -> EndTurnTrigger { [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] 510 | pub fn trigger>(processor: &mut P) -> EndTurnTrigger<'_, R, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/round.rs:683:53 [INFO] [stdout] | [INFO] [stdout] 683 | pub fn trigger>(processor: &mut P) -> ResetRoundsTrigger { [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] 683 | pub fn trigger>(processor: &mut P) -> ResetRoundsTrigger<'_, R, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/round.rs:804:53 [INFO] [stdout] | [INFO] [stdout] 804 | pub fn trigger>(processor: &mut P) -> EnvironmentTurnTrigger { [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] 804 | pub fn trigger>(processor: &mut P) -> EnvironmentTurnTrigger<'_, R, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/round.rs:925:53 [INFO] [stdout] | [INFO] [stdout] 925 | pub fn trigger>(processor: &mut P) -> EndRoundTrigger { [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] 925 | pub fn trigger>(processor: &mut P) -> EndRoundTrigger<'_, R, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/server.rs:41:19 [INFO] [stdout] | [INFO] [stdout] 41 | pub fn rights(&self) -> RightsHandle { [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] 41 | pub fn rights(&self) -> RightsHandle<'_, R> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/server.rs:46:44 [INFO] [stdout] | [INFO] [stdout] 46 | pub fn rights_mut<'a>(&'a mut self) -> RightsHandleMut>> { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 46 | pub fn rights_mut<'a>(&'a mut self) -> RightsHandleMut<'a, R, impl Iterator>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/space.rs:420:53 [INFO] [stdout] | [INFO] [stdout] 420 | pub fn trigger>(processor: &mut P) -> ResetSpaceTrigger { [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] 420 | pub fn trigger>(processor: &mut P) -> ResetSpaceTrigger<'_, R, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/space.rs:561:20 [INFO] [stdout] | [INFO] [stdout] 561 | processor: &mut P, [INFO] [stdout] | ^^^^^^ the lifetime is elided here [INFO] [stdout] 562 | alteration: SpaceAlteration, [INFO] [stdout] 563 | ) -> AlterSpaceTrigger { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 563 | ) -> AlterSpaceTrigger<'_, R, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/team.rs:977:20 [INFO] [stdout] | [INFO] [stdout] 977 | processor: &mut P, [INFO] [stdout] | ^^^^^^ the lifetime is elided here [INFO] [stdout] 978 | id: TeamId, [INFO] [stdout] 979 | ) -> ResetObjectivesTrigger { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 979 | ) -> ResetObjectivesTrigger<'_, R, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/team.rs:1128:20 [INFO] [stdout] | [INFO] [stdout] 1128 | processor: &mut P, [INFO] [stdout] | ^^^^^^ the lifetime is elided here [INFO] [stdout] 1129 | id: TeamId, [INFO] [stdout] 1130 | ) -> RemoveTeamTrigger { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 1130 | ) -> RemoveTeamTrigger<'_, R, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling weasel v0.11.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `weasel::rules::entropy::UniformDistribution` [INFO] [stdout] --> examples/initiative/rules.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use weasel::rules::entropy::UniformDistribution; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `UniformDistribution` in `rules::entropy` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/rules/entropy.rs:68:12 [INFO] [stdout] | [INFO] [stdout] 66 | #[cfg(feature = "random")] [INFO] [stdout] | ------------------ the item is gated behind the `random` feature [INFO] [stdout] 67 | #[derive(Debug, Default, Clone, Copy)] [INFO] [stdout] 68 | pub struct UniformDistribution { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `weasel::FlatVersionedEvent` [INFO] [stdout] --> examples/autosave/main.rs:9:46 [INFO] [stdout] | [INFO] [stdout] 9 | CreateTeam, EventReceiver, EventTrigger, FlatVersionedEvent, Server, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ no `FlatVersionedEvent` in the root [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:188:52 [INFO] [stdout] | [INFO] [stdout] 187 | #[cfg(feature = "serialization")] [INFO] [stdout] | ------------------------- the item is gated behind the `serialization` feature [INFO] [stdout] 188 | pub use crate::serde::{FlatClientEvent, FlatEvent, FlatVersionedEvent}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `weasel::FlatVersionedEvent` [INFO] [stdout] --> examples/autosave/sink.rs:5:27 [INFO] [stdout] | [INFO] [stdout] 5 | use weasel::{BattleRules, FlatVersionedEvent, VersionedEventWrapper, WeaselResult}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ no `FlatVersionedEvent` in the root [INFO] [stdout] | [INFO] [stdout] = help: consider importing this unresolved item through its public re-export instead: [INFO] [stdout] crate::FlatVersionedEvent [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:188:52 [INFO] [stdout] | [INFO] [stdout] 187 | #[cfg(feature = "serialization")] [INFO] [stdout] | ------------------------- the item is gated behind the `serialization` feature [INFO] [stdout] 188 | pub use crate::serde::{FlatClientEvent, FlatEvent, FlatVersionedEvent}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `weasel` (example "autosave") due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0432]: unresolved import `weasel::FlatVersionedEvent` [INFO] [stdout] --> examples/pirates/game.rs:12:33 [INFO] [stdout] | [INFO] [stdout] 12 | EventTrigger, EventWrapper, FlatVersionedEvent, RemoveCreature, ResetEntropy, Server, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ no `FlatVersionedEvent` in the root [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:188:52 [INFO] [stdout] | [INFO] [stdout] 187 | #[cfg(feature = "serialization")] [INFO] [stdout] | ------------------------- the item is gated behind the `serialization` feature [INFO] [stdout] 188 | pub use crate::serde::{FlatClientEvent, FlatEvent, FlatVersionedEvent}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `weasel::rules::entropy::UniformDistribution` [INFO] [stdout] --> examples/pirates/rules.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use weasel::rules::entropy::UniformDistribution; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `UniformDistribution` in `rules::entropy` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/rules/entropy.rs:68:12 [INFO] [stdout] | [INFO] [stdout] 66 | #[cfg(feature = "random")] [INFO] [stdout] | ------------------ the item is gated behind the `random` feature [INFO] [stdout] 67 | #[derive(Debug, Default, Clone, Copy)] [INFO] [stdout] 68 | pub struct UniformDistribution { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rand` [INFO] [stdout] --> examples/pirates/game.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rand::Rng; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rand` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rand`, use `cargo add rand` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rand` [INFO] [stdout] --> examples/pirates/game.rs:114:23 [INFO] [stdout] | [INFO] [stdout] 114 | let mut rng = rand::thread_rng(); [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rand` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rand`, use `cargo add rand` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `weasel` (example "initiative") due to 1 previous error [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `weasel` (example "pirates") due to 4 previous errors [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ability.rs:100:20 [INFO] [stdout] | [INFO] [stdout] 100 | processor: &mut P, [INFO] [stdout] | ^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 103 | ) -> ActivateAbilityTrigger { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 103 | ) -> ActivateAbilityTrigger<'_, R, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/battle.rs:201:20 [INFO] [stdout] | [INFO] [stdout] 201 | pub fn metrics(&self) -> ReadMetrics { [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] 201 | pub fn metrics(&self) -> ReadMetrics<'_, R> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/battle.rs:206:24 [INFO] [stdout] | [INFO] [stdout] 206 | pub fn metrics_mut(&mut self) -> WriteMetrics { [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] 206 | pub fn metrics_mut(&mut self) -> WriteMetrics<'_, R> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/battle.rs:211:26 [INFO] [stdout] | [INFO] [stdout] 211 | pub(crate) fn rights(&self) -> RightsHandle { [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] 211 | pub(crate) fn rights(&self) -> RightsHandle<'_, R> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/battle.rs:218:10 [INFO] [stdout] | [INFO] [stdout] 217 | &'a mut self, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 218 | ) -> RightsHandleMut>> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is named here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 218 | ) -> RightsHandleMut<'a, R, impl Iterator>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/battle.rs:454:53 [INFO] [stdout] | [INFO] [stdout] 454 | pub fn trigger>(processor: &mut P) -> EndBattleTrigger { [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] 454 | pub fn trigger>(processor: &mut P) -> EndBattleTrigger<'_, R, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/creature.rs:513:20 [INFO] [stdout] | [INFO] [stdout] 513 | processor: &mut P, [INFO] [stdout] | ^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 516 | ) -> ConvertCreatureTrigger { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 516 | ) -> ConvertCreatureTrigger<'_, R, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/creature.rs:682:20 [INFO] [stdout] | [INFO] [stdout] 682 | processor: &mut P, [INFO] [stdout] | ^^^^^^ the lifetime is elided here [INFO] [stdout] 683 | id: CreatureId, [INFO] [stdout] 684 | ) -> RemoveCreatureTrigger { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 684 | ) -> RemoveCreatureTrigger<'_, R, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/entity.rs:411:76 [INFO] [stdout] | [INFO] [stdout] 411 | pub fn allies<'a>(&'a self, id: &'a TeamId) -> impl Iterator> + 'a { [INFO] [stdout] | -- -- ^^^^^^^^ -- the same lifetime is named here [INFO] [stdout] | | | | [INFO] [stdout] | | the lifetime is named here the same lifetime is elided here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 411 | pub fn allies<'a>(&'a self, id: &'a TeamId) -> impl Iterator> + 'a { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/entity.rs:427:77 [INFO] [stdout] | [INFO] [stdout] 427 | pub fn enemies<'a>(&'a self, id: &'a TeamId) -> impl Iterator> + 'a { [INFO] [stdout] | -- -- ^^^^^^^^ -- the same lifetime is named here [INFO] [stdout] | | | | [INFO] [stdout] | | the lifetime is named here the same lifetime is elided here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 427 | pub fn enemies<'a>(&'a self, id: &'a TeamId) -> impl Iterator> + 'a { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/entity.rs:568:20 [INFO] [stdout] | [INFO] [stdout] 568 | processor: &mut P, [INFO] [stdout] | ^^^^^^ the lifetime is elided here [INFO] [stdout] 569 | id: EntityId, [INFO] [stdout] 570 | ) -> RemoveEntityTrigger { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 570 | ) -> RemoveEntityTrigger<'_, R, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/entropy.rs:143:53 [INFO] [stdout] | [INFO] [stdout] 143 | pub fn trigger>(processor: &mut P) -> ResetEntropyTrigger { [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] 143 | pub fn trigger>(processor: &mut P) -> ResetEntropyTrigger<'_, R, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/event.rs:533:53 [INFO] [stdout] | [INFO] [stdout] 533 | pub fn trigger>(processor: &mut P) -> DummyEventTrigger { [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] 533 | pub fn trigger>(processor: &mut P) -> DummyEventTrigger<'_, R, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/metric.rs:22:31 [INFO] [stdout] | [INFO] [stdout] 22 | pub(crate) fn read_handle(&self) -> ReadMetrics { [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] 22 | pub(crate) fn read_handle(&self) -> ReadMetrics<'_, R> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/metric.rs:27:32 [INFO] [stdout] | [INFO] [stdout] 27 | pub(crate) fn write_handle(&mut self) -> WriteMetrics { [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] 27 | pub(crate) fn write_handle(&mut self) -> WriteMetrics<'_, R> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/object.rs:371:20 [INFO] [stdout] | [INFO] [stdout] 371 | processor: &mut P, [INFO] [stdout] | ^^^^^^ the lifetime is elided here [INFO] [stdout] 372 | id: ObjectId, [INFO] [stdout] 373 | ) -> RemoveObjectTrigger { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 373 | ) -> RemoveObjectTrigger<'_, R, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/power.rs:90:20 [INFO] [stdout] | [INFO] [stdout] 90 | processor: &mut P, [INFO] [stdout] | ^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 93 | ) -> InvokePowerTrigger { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 93 | ) -> InvokePowerTrigger<'_, R, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/round.rs:316:20 [INFO] [stdout] | [INFO] [stdout] 316 | processor: &mut P, [INFO] [stdout] | ^^^^^^ the lifetime is elided here [INFO] [stdout] 317 | id: EntityId, [INFO] [stdout] 318 | ) -> StartTurnTrigger { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 318 | ) -> StartTurnTrigger<'_, R, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/round.rs:327:49 [INFO] [stdout] | [INFO] [stdout] 327 | pub fn trigger_with_actors(processor: &mut P, ids: I) -> StartTurnTrigger [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] 327 | pub fn trigger_with_actors(processor: &mut P, ids: I) -> StartTurnTrigger<'_, R, P> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/round.rs:510:53 [INFO] [stdout] | [INFO] [stdout] 510 | pub fn trigger>(processor: &mut P) -> EndTurnTrigger { [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] 510 | pub fn trigger>(processor: &mut P) -> EndTurnTrigger<'_, R, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/round.rs:683:53 [INFO] [stdout] | [INFO] [stdout] 683 | pub fn trigger>(processor: &mut P) -> ResetRoundsTrigger { [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] 683 | pub fn trigger>(processor: &mut P) -> ResetRoundsTrigger<'_, R, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/round.rs:804:53 [INFO] [stdout] | [INFO] [stdout] 804 | pub fn trigger>(processor: &mut P) -> EnvironmentTurnTrigger { [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] 804 | pub fn trigger>(processor: &mut P) -> EnvironmentTurnTrigger<'_, R, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/round.rs:925:53 [INFO] [stdout] | [INFO] [stdout] 925 | pub fn trigger>(processor: &mut P) -> EndRoundTrigger { [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] 925 | pub fn trigger>(processor: &mut P) -> EndRoundTrigger<'_, R, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/server.rs:41:19 [INFO] [stdout] | [INFO] [stdout] 41 | pub fn rights(&self) -> RightsHandle { [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] 41 | pub fn rights(&self) -> RightsHandle<'_, R> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/server.rs:46:44 [INFO] [stdout] | [INFO] [stdout] 46 | pub fn rights_mut<'a>(&'a mut self) -> RightsHandleMut>> { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 46 | pub fn rights_mut<'a>(&'a mut self) -> RightsHandleMut<'a, R, impl Iterator>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/space.rs:420:53 [INFO] [stdout] | [INFO] [stdout] 420 | pub fn trigger>(processor: &mut P) -> ResetSpaceTrigger { [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] 420 | pub fn trigger>(processor: &mut P) -> ResetSpaceTrigger<'_, R, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/space.rs:561:20 [INFO] [stdout] | [INFO] [stdout] 561 | processor: &mut P, [INFO] [stdout] | ^^^^^^ the lifetime is elided here [INFO] [stdout] 562 | alteration: SpaceAlteration, [INFO] [stdout] 563 | ) -> AlterSpaceTrigger { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 563 | ) -> AlterSpaceTrigger<'_, R, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/team.rs:977:20 [INFO] [stdout] | [INFO] [stdout] 977 | processor: &mut P, [INFO] [stdout] | ^^^^^^ the lifetime is elided here [INFO] [stdout] 978 | id: TeamId, [INFO] [stdout] 979 | ) -> ResetObjectivesTrigger { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 979 | ) -> ResetObjectivesTrigger<'_, R, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/team.rs:1128:20 [INFO] [stdout] | [INFO] [stdout] 1128 | processor: &mut P, [INFO] [stdout] | ^^^^^^ the lifetime is elided here [INFO] [stdout] 1129 | id: TeamId, [INFO] [stdout] 1130 | ) -> RemoveTeamTrigger { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 1130 | ) -> RemoveTeamTrigger<'_, R, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "d1f051417caaf63bde76fc96d0ddc88baee94519af855f58495cf2d1f97a2fa8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d1f051417caaf63bde76fc96d0ddc88baee94519af855f58495cf2d1f97a2fa8", kill_on_drop: false }` [INFO] [stdout] d1f051417caaf63bde76fc96d0ddc88baee94519af855f58495cf2d1f97a2fa8