[INFO] cloning repository https://github.com/kugushev/intercosmic_empire_core
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kugushev/intercosmic_empire_core" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkugushev%2Fintercosmic_empire_core", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkugushev%2Fintercosmic_empire_core'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 80a0b437a0b57accce327ed51856588ccfbc5acc
[INFO] testing kugushev/intercosmic_empire_core against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkugushev%2Fintercosmic_empire_core" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kugushev/intercosmic_empire_core
[INFO] finished tweaking git repo https://github.com/kugushev/intercosmic_empire_core
[INFO] tweaked toml for git repo https://github.com/kugushev/intercosmic_empire_core written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kugushev/intercosmic_empire_core on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kugushev/intercosmic_empire_core already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7f5808870a211eee1bca0015e144dea62de7d3436db51643237bc2251a059726
[INFO] running `Command { std: "docker" "start" "-a" "7f5808870a211eee1bca0015e144dea62de7d3436db51643237bc2251a059726", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7f5808870a211eee1bca0015e144dea62de7d3436db51643237bc2251a059726", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7f5808870a211eee1bca0015e144dea62de7d3436db51643237bc2251a059726", kill_on_drop: false }`
[INFO] [stdout] 7f5808870a211eee1bca0015e144dea62de7d3436db51643237bc2251a059726
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 88c9c9babf0e8b0bd9cde3aa57d9b1572e5dfd8c1e209e94acefc197074acdee
[INFO] running `Command { std: "docker" "start" "-a" "88c9c9babf0e8b0bd9cde3aa57d9b1572e5dfd8c1e209e94acefc197074acdee", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.49
[INFO] [stderr]    Compiling syn v1.0.107
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling serde_derive v1.0.151
[INFO] [stderr]    Compiling once_cell v1.16.0
[INFO] [stderr]    Compiling serde v1.0.151
[INFO] [stderr]    Compiling futures-core v0.3.25
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling libc v0.2.147
[INFO] [stderr]    Compiling crossbeam-utils v0.8.14
[INFO] [stderr]    Compiling toml_datetime v0.6.2
[INFO] [stderr]    Compiling winnow v0.4.6
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling getrandom v0.2.8
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling futures-io v0.3.25
[INFO] [stderr]    Compiling fastrand v1.8.0
[INFO] [stderr]    Compiling thiserror v1.0.38
[INFO] [stderr]    Compiling parking_lot_core v0.9.5
[INFO] [stderr]    Compiling tracing-core v0.1.30
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling erased-serde v0.3.24
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling futures-lite v1.12.0
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling backtrace v0.3.68
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling concurrent-queue v2.0.0
[INFO] [stderr]    Compiling gimli v0.27.3
[INFO] [stderr]    Compiling bevy_ptr v0.10.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling async-channel v1.8.0
[INFO] [stderr]    Compiling miniz_oxide v0.7.1
[INFO] [stderr]    Compiling bit-set v0.5.3
[INFO] [stderr]    Compiling thread_local v1.1.4
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling object v0.31.1
[INFO] [stderr]    Compiling rustc-demangle v0.1.23
[INFO] [stderr]    Compiling quote v1.0.23
[INFO] [stderr]    Compiling glam v0.24.0
[INFO] [stderr]    Compiling base64 v0.21.2
[INFO] [stderr]    Compiling uuid v1.2.2
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling async-lock v2.6.0
[INFO] [stderr]    Compiling async-executor v1.5.0
[INFO] [stderr]    Compiling bevy_tasks v0.10.1
[INFO] [stderr]    Compiling lerp v0.4.0
[INFO] [stderr]    Compiling toml_edit v0.19.10
[INFO] [stderr]    Compiling addr2line v0.20.0
[INFO] [stderr]    Compiling bevy_macro_utils v0.10.1
[INFO] [stderr]    Compiling darling_core v0.13.4
[INFO] [stderr]    Compiling thiserror-impl v1.0.38
[INFO] [stderr]    Compiling bevy_utils_proc_macros v0.10.1
[INFO] [stderr]    Compiling bevy_reflect_derive v0.10.1
[INFO] [stderr]    Compiling bevy_ecs_macros v0.10.1
[INFO] [stderr]    Compiling derive-getters v0.3.0
[INFO] [stderr]    Compiling darling_macro v0.13.4
[INFO] [stderr]    Compiling darling v0.13.4
[INFO] [stderr]    Compiling interoptopus_proc v0.14.9
[INFO] [stderr]    Compiling interoptopus v0.14.15
[INFO] [stderr]    Compiling petgraph v0.6.3
[INFO] [stderr]    Compiling bevy_utils v0.10.1
[INFO] [stderr]    Compiling bevy_reflect v0.10.1
[INFO] [stderr]    Compiling bevy_ecs v0.10.1
[INFO] [stderr]    Compiling intercosmic_empire_core v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `faction`
[INFO] [stdout]   --> src/app/game/battle/entities/spaceship.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 |     faction: Faction,
[INFO] [stdout]    |     ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_faction`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/app/game/battle.rs:50:46
[INFO] [stdout]    |
[INFO] [stdout] 50 | pub extern "C" fn ice_battle_get_vm(context: &mut AppContext) -> FFIResult<BattleViewModel> {
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^               ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                              |
[INFO] [stdout]    |                                              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 50 | pub extern "C" fn ice_battle_get_vm(context: &mut AppContext) -> FFIResult<BattleViewModel<'_>> {
[INFO] [stdout]    |                                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/app/game/battle/entities/fleet.rs:137:23
[INFO] [stdout]     |
[INFO] [stdout] 137 |     fn zip_spaceships(&mut self) -> Zip<IterMut<Option<Spaceship>>, IterMut<SpaceshipViewModel>> {
[INFO] [stdout]     |                       ^^^^^^^^^         ^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                 |
[INFO] [stdout]     |                       |                 the same lifetime is hidden here
[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] 137 |     fn zip_spaceships(&mut self) -> Zip<IterMut<'_, Option<Spaceship>>, IterMut<'_, SpaceshipViewModel>> {
[INFO] [stdout]     |                                                 +++                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/app/game/battle/entities/fleet/fleet_view_model.rs:12:14
[INFO] [stdout]    |
[INFO] [stdout] 12 |     context: &mut AppContext,
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 13 |     faction: Faction,
[INFO] [stdout] 14 | ) -> FFIResult<FleetViewModel> {
[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] 14 | ) -> FFIResult<FleetViewModel<'_>> {
[INFO] [stdout]    |                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/app/utils/struct_vec.rs:32:21
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn iter_mut(&mut self) -> StructVec5IterMut<T> {
[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] 32 |     pub fn iter_mut(&mut self) -> StructVec5IterMut<'_, T> {
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/app/utils/struct_vec.rs:39:21
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub fn iter_ref(&self) -> StructVec5IterRef<T> {
[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] 39 |     pub fn iter_ref(&self) -> StructVec5IterRef<'_, T> {
[INFO] [stdout]    |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/app/utils/guard.rs:13:51
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub extern "C" fn ice_get_last_exception(context: &AppContext) -> AsciiPointer {
[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] 13 | pub extern "C" fn ice_get_last_exception(context: &AppContext) -> AsciiPointer<'_> {
[INFO] [stdout]    |                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.68s
[INFO] running `Command { std: "docker" "inspect" "88c9c9babf0e8b0bd9cde3aa57d9b1572e5dfd8c1e209e94acefc197074acdee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "88c9c9babf0e8b0bd9cde3aa57d9b1572e5dfd8c1e209e94acefc197074acdee", kill_on_drop: false }`
[INFO] [stdout] 88c9c9babf0e8b0bd9cde3aa57d9b1572e5dfd8c1e209e94acefc197074acdee
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 12d670627651287141ac0194cd45701a817a352336b04720a534c467d49bd556
[INFO] running `Command { std: "docker" "start" "-a" "12d670627651287141ac0194cd45701a817a352336b04720a534c467d49bd556", kill_on_drop: false }`
[INFO] [stderr]    Compiling heck v0.4.0
[INFO] [stdout] warning: unused variable: `faction`
[INFO] [stdout]   --> src/app/game/battle/entities/spaceship.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 |     faction: Faction,
[INFO] [stdout]    |     ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_faction`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/app/game/battle.rs:50:46
[INFO] [stdout]    |
[INFO] [stdout] 50 | pub extern "C" fn ice_battle_get_vm(context: &mut AppContext) -> FFIResult<BattleViewModel> {
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^               ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                              |
[INFO] [stdout]    |                                              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 50 | pub extern "C" fn ice_battle_get_vm(context: &mut AppContext) -> FFIResult<BattleViewModel<'_>> {
[INFO] [stdout]    |                                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/app/game/battle/entities/fleet.rs:137:23
[INFO] [stdout]     |
[INFO] [stdout] 137 |     fn zip_spaceships(&mut self) -> Zip<IterMut<Option<Spaceship>>, IterMut<SpaceshipViewModel>> {
[INFO] [stdout]     |                       ^^^^^^^^^         ^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                 |
[INFO] [stdout]     |                       |                 the same lifetime is hidden here
[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] 137 |     fn zip_spaceships(&mut self) -> Zip<IterMut<'_, Option<Spaceship>>, IterMut<'_, SpaceshipViewModel>> {
[INFO] [stdout]     |                                                 +++                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/app/game/battle/entities/fleet/fleet_view_model.rs:12:14
[INFO] [stdout]    |
[INFO] [stdout] 12 |     context: &mut AppContext,
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 13 |     faction: Faction,
[INFO] [stdout] 14 | ) -> FFIResult<FleetViewModel> {
[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] 14 | ) -> FFIResult<FleetViewModel<'_>> {
[INFO] [stdout]    |                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/app/utils/struct_vec.rs:32:21
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn iter_mut(&mut self) -> StructVec5IterMut<T> {
[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] 32 |     pub fn iter_mut(&mut self) -> StructVec5IterMut<'_, T> {
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/app/utils/struct_vec.rs:39:21
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub fn iter_ref(&self) -> StructVec5IterRef<T> {
[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] 39 |     pub fn iter_ref(&self) -> StructVec5IterRef<'_, T> {
[INFO] [stdout]    |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/app/utils/guard.rs:13:51
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub extern "C" fn ice_get_last_exception(context: &AppContext) -> AsciiPointer {
[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] 13 | pub extern "C" fn ice_get_last_exception(context: &AppContext) -> AsciiPointer<'_> {
[INFO] [stdout]    |                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling interoptopus_backend_csharp v0.14.15
[INFO] [stderr]    Compiling intercosmic_empire_core v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `faction`
[INFO] [stdout]   --> src/app/game/battle/entities/spaceship.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 |     faction: Faction,
[INFO] [stdout]    |     ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_faction`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/app/game/battle.rs:50:46
[INFO] [stdout]    |
[INFO] [stdout] 50 | pub extern "C" fn ice_battle_get_vm(context: &mut AppContext) -> FFIResult<BattleViewModel> {
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^               ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                              |
[INFO] [stdout]    |                                              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 50 | pub extern "C" fn ice_battle_get_vm(context: &mut AppContext) -> FFIResult<BattleViewModel<'_>> {
[INFO] [stdout]    |                                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/app/game/battle/entities/fleet.rs:137:23
[INFO] [stdout]     |
[INFO] [stdout] 137 |     fn zip_spaceships(&mut self) -> Zip<IterMut<Option<Spaceship>>, IterMut<SpaceshipViewModel>> {
[INFO] [stdout]     |                       ^^^^^^^^^         ^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                 |
[INFO] [stdout]     |                       |                 the same lifetime is hidden here
[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] 137 |     fn zip_spaceships(&mut self) -> Zip<IterMut<'_, Option<Spaceship>>, IterMut<'_, SpaceshipViewModel>> {
[INFO] [stdout]     |                                                 +++                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/app/game/battle/entities/fleet/fleet_view_model.rs:12:14
[INFO] [stdout]    |
[INFO] [stdout] 12 |     context: &mut AppContext,
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 13 |     faction: Faction,
[INFO] [stdout] 14 | ) -> FFIResult<FleetViewModel> {
[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] 14 | ) -> FFIResult<FleetViewModel<'_>> {
[INFO] [stdout]    |                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/app/utils/struct_vec.rs:32:21
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn iter_mut(&mut self) -> StructVec5IterMut<T> {
[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] 32 |     pub fn iter_mut(&mut self) -> StructVec5IterMut<'_, T> {
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/app/utils/struct_vec.rs:39:21
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub fn iter_ref(&self) -> StructVec5IterRef<T> {
[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] 39 |     pub fn iter_ref(&self) -> StructVec5IterRef<'_, T> {
[INFO] [stdout]    |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/app/utils/guard.rs:13:51
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub extern "C" fn ice_get_last_exception(context: &AppContext) -> AsciiPointer {
[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] 13 | pub extern "C" fn ice_get_last_exception(context: &AppContext) -> AsciiPointer<'_> {
[INFO] [stdout]    |                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.79s
[INFO] running `Command { std: "docker" "inspect" "12d670627651287141ac0194cd45701a817a352336b04720a534c467d49bd556", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "12d670627651287141ac0194cd45701a817a352336b04720a534c467d49bd556", kill_on_drop: false }`
[INFO] [stdout] 12d670627651287141ac0194cd45701a817a352336b04720a534c467d49bd556
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 874259f76addddbdec306fcfe59984b1acec47473563f9bb585d0d0d4a488ec5
[INFO] running `Command { std: "docker" "start" "-a" "874259f76addddbdec306fcfe59984b1acec47473563f9bb585d0d0d4a488ec5", kill_on_drop: false }`
[INFO] [stderr] warning: unused variable: `faction`
[INFO] [stderr]   --> src/app/game/battle/entities/spaceship.rs:30:5
[INFO] [stderr]    |
[INFO] [stderr] 30 |     faction: Faction,
[INFO] [stderr]    |     ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_faction`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/app/game/battle.rs:50:46
[INFO] [stderr]    |
[INFO] [stderr] 50 | pub extern "C" fn ice_battle_get_vm(context: &mut AppContext) -> FFIResult<BattleViewModel> {
[INFO] [stderr]    |                                              ^^^^^^^^^^^^^^^               ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                              |
[INFO] [stderr]    |                                              the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 50 | pub extern "C" fn ice_battle_get_vm(context: &mut AppContext) -> FFIResult<BattleViewModel<'_>> {
[INFO] [stderr]    |                                                                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/app/game/battle/entities/fleet.rs:137:23
[INFO] [stderr]     |
[INFO] [stderr] 137 |     fn zip_spaceships(&mut self) -> Zip<IterMut<Option<Spaceship>>, IterMut<SpaceshipViewModel>> {
[INFO] [stderr]     |                       ^^^^^^^^^         ^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                       |                 |
[INFO] [stderr]     |                       |                 the same lifetime is hidden here
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 137 |     fn zip_spaceships(&mut self) -> Zip<IterMut<'_, Option<Spaceship>>, IterMut<'_, SpaceshipViewModel>> {
[INFO] [stderr]     |                                                 +++                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/app/game/battle/entities/fleet/fleet_view_model.rs:12:14
[INFO] [stderr]    |
[INFO] [stderr] 12 |     context: &mut AppContext,
[INFO] [stderr]    |              ^^^^^^^^^^^^^^^ the lifetime is elided here
[INFO] [stderr] 13 |     faction: Faction,
[INFO] [stderr] 14 | ) -> FFIResult<FleetViewModel> {
[INFO] [stderr]    |                ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 14 | ) -> FFIResult<FleetViewModel<'_>> {
[INFO] [stderr]    |                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/app/utils/struct_vec.rs:32:21
[INFO] [stderr]    |
[INFO] [stderr] 32 |     pub fn iter_mut(&mut self) -> StructVec5IterMut<T> {
[INFO] [stderr]    |                     ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                     |
[INFO] [stderr]    |                     the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 32 |     pub fn iter_mut(&mut self) -> StructVec5IterMut<'_, T> {
[INFO] [stderr]    |                                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/app/utils/struct_vec.rs:39:21
[INFO] [stderr]    |
[INFO] [stderr] 39 |     pub fn iter_ref(&self) -> StructVec5IterRef<T> {
[INFO] [stderr]    |                     ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                     |
[INFO] [stderr]    |                     the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 39 |     pub fn iter_ref(&self) -> StructVec5IterRef<'_, T> {
[INFO] [stderr]    |                                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/app/utils/guard.rs:13:51
[INFO] [stderr]    |
[INFO] [stderr] 13 | pub extern "C" fn ice_get_last_exception(context: &AppContext) -> AsciiPointer {
[INFO] [stderr]    |                                                   ^^^^^^^^^^^     ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                                   |
[INFO] [stderr]    |                                                   the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 13 | pub extern "C" fn ice_get_last_exception(context: &AppContext) -> AsciiPointer<'_> {
[INFO] [stderr]    |                                                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `intercosmic_empire_core` (lib) generated 7 warnings (run `cargo fix --lib -p intercosmic_empire_core` to apply 7 suggestions)
[INFO] [stderr] warning: `intercosmic_empire_core` (lib test) generated 7 warnings (7 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.17s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/intercosmic_empire-32d7775ad0c5fe58)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test app::utils::guard::tests::guard_ok ... ok
[INFO] [stdout] test app::utils::guard::tests::guard_err ... ok
[INFO] [stdout] test app::utils::guard::tests::guard_panic ... ok
[INFO] [stdout] test app::game::battle::tests::production_on_update ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     app::game::battle::tests::production_on_update
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 3 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.34s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "874259f76addddbdec306fcfe59984b1acec47473563f9bb585d0d0d4a488ec5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "874259f76addddbdec306fcfe59984b1acec47473563f9bb585d0d0d4a488ec5", kill_on_drop: false }`
[INFO] [stdout] 874259f76addddbdec306fcfe59984b1acec47473563f9bb585d0d0d4a488ec5
