[INFO] fetching crate magma_ecs 0.4.1... [INFO] testing magma_ecs-0.4.1 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate magma_ecs 0.4.1 into /workspace/builds/worker-5-tc2/source [INFO] started tweaking crates.io crate magma_ecs 0.4.1 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate magma_ecs 0.4.1 [INFO] tweaked toml for crates.io crate magma_ecs 0.4.1 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate magma_ecs 0.4.1 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate magma_ecs 0.4.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 832f904981c6537fb96968108bea78b9605a56ca38cf2c6784fb8e67ca8daac0 [INFO] running `Command { std: "docker" "start" "-a" "832f904981c6537fb96968108bea78b9605a56ca38cf2c6784fb8e67ca8daac0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "832f904981c6537fb96968108bea78b9605a56ca38cf2c6784fb8e67ca8daac0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "832f904981c6537fb96968108bea78b9605a56ca38cf2c6784fb8e67ca8daac0", kill_on_drop: false }` [INFO] [stdout] 832f904981c6537fb96968108bea78b9605a56ca38cf2c6784fb8e67ca8daac0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6c47f5eced0cd37697bf8a7f14608ef38e15eda054f31acf24a30300c21ec257 [INFO] running `Command { std: "docker" "start" "-a" "6c47f5eced0cd37697bf8a7f14608ef38e15eda054f31acf24a30300c21ec257", kill_on_drop: false }` [INFO] [stderr] Compiling safe_arch v0.7.4 [INFO] [stderr] Compiling thiserror-impl v2.0.16 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Compiling fortuples v0.9.1 [INFO] [stderr] Compiling parking_lot v0.12.4 [INFO] [stderr] Compiling wide v0.7.33 [INFO] [stderr] Compiling thiserror v2.0.16 [INFO] [stderr] Compiling hi_sparse_bitset v0.7.2 [INFO] [stderr] Compiling magma_ecs v0.4.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/world.rs:326:9 [INFO] [stdout] | [INFO] [stdout] 326 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 327 | entity: Entity, [INFO] [stdout] 328 | ) -> Result, EntityError> { [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] 328 | ) -> Result, EntityError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/world.rs:357:9 [INFO] [stdout] | [INFO] [stdout] 357 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 358 | entity: Entity, [INFO] [stdout] 359 | ) -> Result, EntityError> { [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] 359 | ) -> Result, EntityError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/world.rs:387:35 [INFO] [stdout] | [INFO] [stdout] 387 | pub fn query(&self) -> Result, EntityError> { [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] 387 | pub fn query(&self) -> Result>, EntityError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/world.rs:417:41 [INFO] [stdout] | [INFO] [stdout] 417 | pub fn query_added(&self) -> Result, EntityError> { [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] 417 | pub fn query_added(&self) -> Result>, EntityError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/world.rs:449:43 [INFO] [stdout] | [INFO] [stdout] 449 | pub fn query_removed(&self) -> Result, EntityError> { [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] 449 | pub fn query_removed(&self) -> Result>, EntityError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/world.rs:479:43 [INFO] [stdout] | [INFO] [stdout] 479 | pub fn query_changed(&self) -> Result, EntityError> { [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] 479 | pub fn query_changed(&self) -> Result>, EntityError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/entities/mod.rs:200:9 [INFO] [stdout] | [INFO] [stdout] 200 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 201 | entity: Entity, [INFO] [stdout] 202 | ) -> Result, EntityError> { [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] 202 | ) -> Result, EntityError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/entities/mod.rs:214:9 [INFO] [stdout] | [INFO] [stdout] 214 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 215 | entity: Entity, [INFO] [stdout] 216 | ) -> Result, EntityError> { [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] 216 | ) -> Result, EntityError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/entities/mod.rs:240:42 [INFO] [stdout] | [INFO] [stdout] 240 | pub(crate) fn query(&self) -> Result, EntityError> { [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] 240 | pub(crate) fn query(&self) -> Result>, EntityError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/entities/mod.rs:283:48 [INFO] [stdout] | [INFO] [stdout] 283 | pub(crate) fn query_added(&self) -> Result, EntityError> { [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] 283 | pub(crate) fn query_added(&self) -> Result>, EntityError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/entities/mod.rs:328:50 [INFO] [stdout] | [INFO] [stdout] 328 | pub(crate) fn query_removed(&self) -> Result, EntityError> { [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] 328 | pub(crate) fn query_removed(&self) -> Result>, EntityError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/entities/mod.rs:373:50 [INFO] [stdout] | [INFO] [stdout] 373 | pub(crate) fn query_changed(&self) -> Result, EntityError> { [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] 373 | pub(crate) fn query_changed(&self) -> Result>, EntityError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/entities/query_entity.rs:47:39 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn get_component(&self) -> Result, EntityError> { [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] 47 | pub fn get_component(&self) -> Result, EntityError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/entities/query_entity.rs:75:43 [INFO] [stdout] | [INFO] [stdout] 75 | pub fn get_component_mut(&self) -> Result, EntityError> { [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] 75 | pub fn get_component_mut(&self) -> Result, EntityError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> src/systems/mod.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Clone, PartialEq, Eq, PartialOrd, Ord, Hash, Debug)] [INFO] [stdout] | --------- in this derive macro expansion [INFO] [stdout] 9 | pub(crate) struct System { [INFO] [stdout] 10 | pub run: fn(&World), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can vary between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] = note: for more information visit [INFO] [stdout] = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> src/systems/mod.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Clone, PartialEq, Eq, PartialOrd, Ord, Hash, Debug)] [INFO] [stdout] | ---------- in this derive macro expansion [INFO] [stdout] 9 | pub(crate) struct System { [INFO] [stdout] 10 | pub run: fn(&World), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can vary between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] = note: for more information visit [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> src/systems/mod.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Clone, PartialEq, Eq, PartialOrd, Ord, Hash, Debug)] [INFO] [stdout] | --- in this derive macro expansion [INFO] [stdout] 9 | pub(crate) struct System { [INFO] [stdout] 10 | pub run: fn(&World), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can vary between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] = note: for more information visit [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.84s [INFO] running `Command { std: "docker" "inspect" "6c47f5eced0cd37697bf8a7f14608ef38e15eda054f31acf24a30300c21ec257", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6c47f5eced0cd37697bf8a7f14608ef38e15eda054f31acf24a30300c21ec257", kill_on_drop: false }` [INFO] [stdout] 6c47f5eced0cd37697bf8a7f14608ef38e15eda054f31acf24a30300c21ec257 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bef3466fd176098a9b16252294ab1660952b4f017ae5369ebb390ebddbd9ec08 [INFO] running `Command { std: "docker" "start" "-a" "bef3466fd176098a9b16252294ab1660952b4f017ae5369ebb390ebddbd9ec08", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.7.5 [INFO] [stderr] Compiling indexmap v2.11.0 [INFO] [stderr] Compiling fixedbitset v0.4.2 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Compiling thread-id v4.2.2 [INFO] [stderr] Compiling object v0.36.7 [INFO] [stderr] Compiling petgraph v0.6.5 [INFO] [stderr] Compiling backtrace v0.3.75 [INFO] [stderr] Compiling parking_lot v0.12.4 [INFO] [stderr] Compiling magma_ecs v0.4.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/world.rs:326:9 [INFO] [stdout] | [INFO] [stdout] 326 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 327 | entity: Entity, [INFO] [stdout] 328 | ) -> Result, EntityError> { [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] 328 | ) -> Result, EntityError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/world.rs:357:9 [INFO] [stdout] | [INFO] [stdout] 357 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 358 | entity: Entity, [INFO] [stdout] 359 | ) -> Result, EntityError> { [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] 359 | ) -> Result, EntityError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/world.rs:387:35 [INFO] [stdout] | [INFO] [stdout] 387 | pub fn query(&self) -> Result, EntityError> { [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] 387 | pub fn query(&self) -> Result>, EntityError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/world.rs:417:41 [INFO] [stdout] | [INFO] [stdout] 417 | pub fn query_added(&self) -> Result, EntityError> { [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] 417 | pub fn query_added(&self) -> Result>, EntityError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/world.rs:449:43 [INFO] [stdout] | [INFO] [stdout] 449 | pub fn query_removed(&self) -> Result, EntityError> { [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] 449 | pub fn query_removed(&self) -> Result>, EntityError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/world.rs:479:43 [INFO] [stdout] | [INFO] [stdout] 479 | pub fn query_changed(&self) -> Result, EntityError> { [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] 479 | pub fn query_changed(&self) -> Result>, EntityError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/entities/mod.rs:200:9 [INFO] [stdout] | [INFO] [stdout] 200 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 201 | entity: Entity, [INFO] [stdout] 202 | ) -> Result, EntityError> { [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] 202 | ) -> Result, EntityError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/entities/mod.rs:214:9 [INFO] [stdout] | [INFO] [stdout] 214 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 215 | entity: Entity, [INFO] [stdout] 216 | ) -> Result, EntityError> { [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] 216 | ) -> Result, EntityError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/entities/mod.rs:240:42 [INFO] [stdout] | [INFO] [stdout] 240 | pub(crate) fn query(&self) -> Result, EntityError> { [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] 240 | pub(crate) fn query(&self) -> Result>, EntityError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/entities/mod.rs:283:48 [INFO] [stdout] | [INFO] [stdout] 283 | pub(crate) fn query_added(&self) -> Result, EntityError> { [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] 283 | pub(crate) fn query_added(&self) -> Result>, EntityError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/entities/mod.rs:328:50 [INFO] [stdout] | [INFO] [stdout] 328 | pub(crate) fn query_removed(&self) -> Result, EntityError> { [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] 328 | pub(crate) fn query_removed(&self) -> Result>, EntityError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/entities/mod.rs:373:50 [INFO] [stdout] | [INFO] [stdout] 373 | pub(crate) fn query_changed(&self) -> Result, EntityError> { [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] 373 | pub(crate) fn query_changed(&self) -> Result>, EntityError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/entities/query_entity.rs:47:39 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn get_component(&self) -> Result, EntityError> { [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] 47 | pub fn get_component(&self) -> Result, EntityError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/entities/query_entity.rs:75:43 [INFO] [stdout] | [INFO] [stdout] 75 | pub fn get_component_mut(&self) -> Result, EntityError> { [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] 75 | pub fn get_component_mut(&self) -> Result, EntityError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> src/systems/mod.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Clone, PartialEq, Eq, PartialOrd, Ord, Hash, Debug)] [INFO] [stdout] | --------- in this derive macro expansion [INFO] [stdout] 9 | pub(crate) struct System { [INFO] [stdout] 10 | pub run: fn(&World), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can vary between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] = note: for more information visit [INFO] [stdout] = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> src/systems/mod.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Clone, PartialEq, Eq, PartialOrd, Ord, Hash, Debug)] [INFO] [stdout] | ---------- in this derive macro expansion [INFO] [stdout] 9 | pub(crate) struct System { [INFO] [stdout] 10 | pub run: fn(&World), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can vary between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] = note: for more information visit [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> src/systems/mod.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Clone, PartialEq, Eq, PartialOrd, Ord, Hash, Debug)] [INFO] [stdout] | --- in this derive macro expansion [INFO] [stdout] 9 | pub(crate) struct System { [INFO] [stdout] 10 | pub run: fn(&World), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can vary between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] = note: for more information visit [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/world.rs:326:9 [INFO] [stdout] | [INFO] [stdout] 326 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 327 | entity: Entity, [INFO] [stdout] 328 | ) -> Result, EntityError> { [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] 328 | ) -> Result, EntityError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/world.rs:357:9 [INFO] [stdout] | [INFO] [stdout] 357 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 358 | entity: Entity, [INFO] [stdout] 359 | ) -> Result, EntityError> { [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] 359 | ) -> Result, EntityError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/world.rs:387:35 [INFO] [stdout] | [INFO] [stdout] 387 | pub fn query(&self) -> Result, EntityError> { [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] 387 | pub fn query(&self) -> Result>, EntityError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/world.rs:417:41 [INFO] [stdout] | [INFO] [stdout] 417 | pub fn query_added(&self) -> Result, EntityError> { [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] 417 | pub fn query_added(&self) -> Result>, EntityError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/world.rs:449:43 [INFO] [stdout] | [INFO] [stdout] 449 | pub fn query_removed(&self) -> Result, EntityError> { [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] 449 | pub fn query_removed(&self) -> Result>, EntityError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/world.rs:479:43 [INFO] [stdout] | [INFO] [stdout] 479 | pub fn query_changed(&self) -> Result, EntityError> { [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] 479 | pub fn query_changed(&self) -> Result>, EntityError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/entities/mod.rs:200:9 [INFO] [stdout] | [INFO] [stdout] 200 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 201 | entity: Entity, [INFO] [stdout] 202 | ) -> Result, EntityError> { [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] 202 | ) -> Result, EntityError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/entities/mod.rs:214:9 [INFO] [stdout] | [INFO] [stdout] 214 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 215 | entity: Entity, [INFO] [stdout] 216 | ) -> Result, EntityError> { [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] 216 | ) -> Result, EntityError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/entities/mod.rs:240:42 [INFO] [stdout] | [INFO] [stdout] 240 | pub(crate) fn query(&self) -> Result, EntityError> { [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] 240 | pub(crate) fn query(&self) -> Result>, EntityError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/entities/mod.rs:283:48 [INFO] [stdout] | [INFO] [stdout] 283 | pub(crate) fn query_added(&self) -> Result, EntityError> { [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] 283 | pub(crate) fn query_added(&self) -> Result>, EntityError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/entities/mod.rs:328:50 [INFO] [stdout] | [INFO] [stdout] 328 | pub(crate) fn query_removed(&self) -> Result, EntityError> { [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] 328 | pub(crate) fn query_removed(&self) -> Result>, EntityError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/entities/mod.rs:373:50 [INFO] [stdout] | [INFO] [stdout] 373 | pub(crate) fn query_changed(&self) -> Result, EntityError> { [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] 373 | pub(crate) fn query_changed(&self) -> Result>, EntityError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/entities/query_entity.rs:47:39 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn get_component(&self) -> Result, EntityError> { [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] 47 | pub fn get_component(&self) -> Result, EntityError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/entities/query_entity.rs:75:43 [INFO] [stdout] | [INFO] [stdout] 75 | pub fn get_component_mut(&self) -> Result, EntityError> { [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] 75 | pub fn get_component_mut(&self) -> Result, EntityError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> src/systems/mod.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Clone, PartialEq, Eq, PartialOrd, Ord, Hash, Debug)] [INFO] [stdout] | --------- in this derive macro expansion [INFO] [stdout] 9 | pub(crate) struct System { [INFO] [stdout] 10 | pub run: fn(&World), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can vary between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] = note: for more information visit [INFO] [stdout] = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> src/systems/mod.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Clone, PartialEq, Eq, PartialOrd, Ord, Hash, Debug)] [INFO] [stdout] | ---------- in this derive macro expansion [INFO] [stdout] 9 | pub(crate) struct System { [INFO] [stdout] 10 | pub run: fn(&World), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can vary between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] = note: for more information visit [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> src/systems/mod.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Clone, PartialEq, Eq, PartialOrd, Ord, Hash, Debug)] [INFO] [stdout] | --- in this derive macro expansion [INFO] [stdout] 9 | pub(crate) struct System { [INFO] [stdout] 10 | pub run: fn(&World), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can vary between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] = note: for more information visit [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 16.64s [INFO] running `Command { std: "docker" "inspect" "bef3466fd176098a9b16252294ab1660952b4f017ae5369ebb390ebddbd9ec08", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bef3466fd176098a9b16252294ab1660952b4f017ae5369ebb390ebddbd9ec08", kill_on_drop: false }` [INFO] [stdout] bef3466fd176098a9b16252294ab1660952b4f017ae5369ebb390ebddbd9ec08 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 33a3b42151e9d8eb4a4402b696dfcedda0b6487b6addbd8fc91e791f0285bd7e [INFO] running `Command { std: "docker" "start" "-a" "33a3b42151e9d8eb4a4402b696dfcedda0b6487b6addbd8fc91e791f0285bd7e", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/world.rs:326:9 [INFO] [stderr] | [INFO] [stderr] 326 | &self, [INFO] [stderr] | ^^^^^ the lifetime is elided here [INFO] [stderr] 327 | entity: Entity, [INFO] [stderr] 328 | ) -> Result, EntityError> { [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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 328 | ) -> Result, EntityError> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/world.rs:357:9 [INFO] [stderr] | [INFO] [stderr] 357 | &self, [INFO] [stderr] | ^^^^^ the lifetime is elided here [INFO] [stderr] 358 | entity: Entity, [INFO] [stderr] 359 | ) -> Result, EntityError> { [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] 359 | ) -> Result, EntityError> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/world.rs:387:35 [INFO] [stderr] | [INFO] [stderr] 387 | pub fn query(&self) -> Result, EntityError> { [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] 387 | pub fn query(&self) -> Result>, EntityError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/world.rs:417:41 [INFO] [stderr] | [INFO] [stderr] 417 | pub fn query_added(&self) -> Result, EntityError> { [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] 417 | pub fn query_added(&self) -> Result>, EntityError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/world.rs:449:43 [INFO] [stderr] | [INFO] [stderr] 449 | pub fn query_removed(&self) -> Result, EntityError> { [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] 449 | pub fn query_removed(&self) -> Result>, EntityError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/world.rs:479:43 [INFO] [stderr] | [INFO] [stderr] 479 | pub fn query_changed(&self) -> Result, EntityError> { [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] 479 | pub fn query_changed(&self) -> Result>, EntityError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/entities/mod.rs:200:9 [INFO] [stderr] | [INFO] [stderr] 200 | &self, [INFO] [stderr] | ^^^^^ the lifetime is elided here [INFO] [stderr] 201 | entity: Entity, [INFO] [stderr] 202 | ) -> Result, EntityError> { [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] 202 | ) -> Result, EntityError> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/entities/mod.rs:214:9 [INFO] [stderr] | [INFO] [stderr] 214 | &self, [INFO] [stderr] | ^^^^^ the lifetime is elided here [INFO] [stderr] 215 | entity: Entity, [INFO] [stderr] 216 | ) -> Result, EntityError> { [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] 216 | ) -> Result, EntityError> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/entities/mod.rs:240:42 [INFO] [stderr] | [INFO] [stderr] 240 | pub(crate) fn query(&self) -> Result, EntityError> { [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] 240 | pub(crate) fn query(&self) -> Result>, EntityError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/entities/mod.rs:283:48 [INFO] [stderr] | [INFO] [stderr] 283 | pub(crate) fn query_added(&self) -> Result, EntityError> { [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] 283 | pub(crate) fn query_added(&self) -> Result>, EntityError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/entities/mod.rs:328:50 [INFO] [stderr] | [INFO] [stderr] 328 | pub(crate) fn query_removed(&self) -> Result, EntityError> { [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] 328 | pub(crate) fn query_removed(&self) -> Result>, EntityError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/entities/mod.rs:373:50 [INFO] [stderr] | [INFO] [stderr] 373 | pub(crate) fn query_changed(&self) -> Result, EntityError> { [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] 373 | pub(crate) fn query_changed(&self) -> Result>, EntityError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/entities/query_entity.rs:47:39 [INFO] [stderr] | [INFO] [stderr] 47 | pub fn get_component(&self) -> Result, EntityError> { [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] 47 | pub fn get_component(&self) -> Result, EntityError> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/entities/query_entity.rs:75:43 [INFO] [stderr] | [INFO] [stderr] 75 | pub fn get_component_mut(&self) -> Result, EntityError> { [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] 75 | pub fn get_component_mut(&self) -> Result, EntityError> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stderr] --> src/systems/mod.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Clone, PartialEq, Eq, PartialOrd, Ord, Hash, Debug)] [INFO] [stderr] | --------- in this derive macro expansion [INFO] [stderr] 9 | pub(crate) struct System { [INFO] [stderr] 10 | pub run: fn(&World), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the address of the same function can vary between different codegen units [INFO] [stderr] = note: furthermore, different functions could have the same address after being merged together [INFO] [stderr] = note: for more information visit [INFO] [stderr] = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stderr] --> src/systems/mod.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Clone, PartialEq, Eq, PartialOrd, Ord, Hash, Debug)] [INFO] [stderr] | ---------- in this derive macro expansion [INFO] [stderr] 9 | pub(crate) struct System { [INFO] [stderr] 10 | pub run: fn(&World), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the address of the same function can vary between different codegen units [INFO] [stderr] = note: furthermore, different functions could have the same address after being merged together [INFO] [stderr] = note: for more information visit [INFO] [stderr] [INFO] [stderr] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stderr] --> src/systems/mod.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Clone, PartialEq, Eq, PartialOrd, Ord, Hash, Debug)] [INFO] [stderr] | --- in this derive macro expansion [INFO] [stderr] 9 | pub(crate) struct System { [INFO] [stderr] 10 | pub run: fn(&World), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the address of the same function can vary between different codegen units [INFO] [stderr] = note: furthermore, different functions could have the same address after being merged together [INFO] [stderr] = note: for more information visit [INFO] [stderr] [INFO] [stderr] warning: `magma_ecs` (lib) generated 17 warnings (run `cargo fix --lib -p magma_ecs` to apply 14 suggestions) [INFO] [stderr] warning: `magma_ecs` (lib test) generated 17 warnings (17 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/magma_ecs-fdc69c4df83364e6) [INFO] [stdout] [INFO] [stdout] running 29 tests [INFO] [stdout] test entities::test::get_component ... ok [INFO] [stdout] test entities::test::assign_components ... ok [INFO] [stdout] test entities::test::get_component_mut ... ok [INFO] [stdout] test entities::test::delete_entity ... ok [INFO] [stdout] test entities::test::entity_with_component ... ok [INFO] [stdout] test entities::test::create_entity ... ok [INFO] [stdout] test entities::test::assign_component ... ok [INFO] [stdout] test entities::test::register_component ... ok [INFO] [stdout] test entities::test::update_component_masks ... ok [INFO] [stdout] test entities::test::query_changed ... ok [INFO] [stdout] test entities::test::query_added ... ok [INFO] [stdout] test entities::test::query_removed ... ok [INFO] [stdout] test entities::test::update_entity_map ... ok [INFO] [stdout] test events::test::get_pending ... ok [INFO] [stdout] test events::test::register_event ... ok [INFO] [stdout] test events::test::clear_events ... ok [INFO] [stdout] test events::test::send_poll_event ... ok [INFO] [stdout] test resources::test::get_resource ... ok [INFO] [stdout] test resources::test::add_resource ... ok [INFO] [stdout] test resources::test::remove_resource ... ok [INFO] [stdout] test systems::tests::add_systems ... ok [INFO] [stdout] test systems::tests::build_dispatcher ... ok [INFO] [stdout] test entities::test::reuse_deleted_entity_columns ... ok [INFO] [stdout] test systems::dispatcher::tests::create_dispatcher ... ok [INFO] [stdout] test systems::tests::build_dispatcher_shared_deps ... ok [INFO] [stdout] test systems::tests::create_systems ... ok [INFO] [stdout] test systems::dispatcher::tests::dispatcher_dispatch ... ok [INFO] [stdout] test entities::test::query ... ok [INFO] [stdout] test entities::test::delete_component ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 29 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stderr] Running tests/entities.rs (/opt/rustwide/target/debug/deps/entities-734cddb117f66050) [INFO] [stdout] test create_entity ... ok [INFO] [stdout] test hold_on_to_query_components ... ok [INFO] [stdout] test query ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/relationships.rs (/opt/rustwide/target/debug/deps/relationships-fcedc86a4af4118c) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test add_relationship ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/resources.rs (/opt/rustwide/target/debug/deps/resources-8c0024338c5ef8ef) [INFO] [stderr] Running tests/systems.rs (/opt/rustwide/target/debug/deps/systems-3e873dc47a6f5bfe) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test remove_resource ... ok [INFO] [stdout] test add_resource ... ok [INFO] [stdout] test get_resource ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test create_systems ... ok [INFO] [stdout] test dispatcher ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests magma_ecs [INFO] [stdout] [INFO] [stdout] running 23 tests [INFO] [stdout] test src/entities/query_entity.rs - entities::query_entity::QueryEntity<'a>::assign_components (line 144) ... ok [INFO] [stdout] test src/lib.rs - (line 9) ... ok [INFO] [stdout] test src/entities/query_entity.rs - entities::query_entity::QueryEntity<'a>::purge_component (line 116) ... ok [INFO] [stdout] test src/entities/query_entity.rs - entities::query_entity::QueryEntity<'a>::delete_component (line 87) ... ok [INFO] [stdout] test src/entities/query_entity.rs - entities::query_entity::QueryEntity<'a>::get_component_mut (line 60) ... ok [INFO] [stdout] test src/world.rs - world::World::delete_entity (line 164) ... ok [INFO] [stdout] test src/world.rs - world::World::delete_component (line 252) ... ok [INFO] [stdout] test src/world.rs - world::World::create_entity (line 133) ... ok [INFO] [stdout] test src/entities/query_entity.rs - entities::query_entity::QueryEntity<'a>::get_component (line 32) ... ok [INFO] [stdout] test src/world.rs - world::World::assign_components (line 219) ... ok [INFO] [stdout] test src/world.rs - world::World::add_resource (line 34) ... ok [INFO] [stdout] test src/world.rs - world::World::get_resource (line 75) ... ok [INFO] [stdout] test src/systems/dispatcher.rs - systems::dispatcher::Dispatcher::dispatch (line 56) ... ok [INFO] [stdout] test src/world.rs - world::World::get_component (line 310) ... ok [INFO] [stdout] test src/world.rs - world::World::get_resource_mut (line 101) ... ok [INFO] [stdout] test src/world.rs - world::World::query_changed (line 463) ... ok [INFO] [stdout] test src/world.rs - world::World::purge_component (line 281) ... ok [INFO] [stdout] test src/world.rs - world::World::query_added (line 401) ... ok [INFO] [stdout] test src/world.rs - world::World::get_component_mut (line 341) ... ok [INFO] [stdout] test src/world.rs - world::World::purge_entity (line 192) ... ok [INFO] [stdout] test src/world.rs - world::World::remove_resource (line 52) ... ok [INFO] [stdout] test src/world.rs - world::World::query_removed (line 431) ... ok [INFO] [stdout] test src/world.rs - world::World::query (line 371) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 23 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "33a3b42151e9d8eb4a4402b696dfcedda0b6487b6addbd8fc91e791f0285bd7e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "33a3b42151e9d8eb4a4402b696dfcedda0b6487b6addbd8fc91e791f0285bd7e", kill_on_drop: false }` [INFO] [stdout] 33a3b42151e9d8eb4a4402b696dfcedda0b6487b6addbd8fc91e791f0285bd7e