[INFO] cloning repository https://github.com/Wcubed/the_stacks
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Wcubed/the_stacks" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWcubed%2Fthe_stacks", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWcubed%2Fthe_stacks'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d9ff469553e411ae5a943d0c1e5687e73e627921
[INFO] testing Wcubed/the_stacks against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWcubed%2Fthe_stacks" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-6-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-6-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/Wcubed/the_stacks
[INFO] finished tweaking git repo https://github.com/Wcubed/the_stacks
[INFO] tweaked toml for git repo https://github.com/Wcubed/the_stacks written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Wcubed/the_stacks on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Wcubed/the_stacks 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" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 39ab72b62f31d8730bd128a56d4c903ec664a0d54204a3b0f06d28e5d694f194
[INFO] running `Command { std: "docker" "start" "39ab72b62f31d8730bd128a56d4c903ec664a0d54204a3b0f06d28e5d694f194", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "39ab72b62f31d8730bd128a56d4c903ec664a0d54204a3b0f06d28e5d694f194", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "39ab72b62f31d8730bd128a56d4c903ec664a0d54204a3b0f06d28e5d694f194" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "39ab72b62f31d8730bd128a56d4c903ec664a0d54204a3b0f06d28e5d694f194", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "39ab72b62f31d8730bd128a56d4c903ec664a0d54204a3b0f06d28e5d694f194" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.38
[INFO] [stderr]    Compiling syn v1.0.94
[INFO] [stderr]    Compiling libc v0.2.125
[INFO] [stderr]    Compiling serde_derive v1.0.137
[INFO] [stderr]    Compiling serde v1.0.137
[INFO] [stderr]    Compiling once_cell v1.10.0
[INFO] [stderr]    Compiling hashbrown v0.11.2
[INFO] [stderr]    Compiling indexmap v1.8.1
[INFO] [stderr]    Compiling tracing-core v0.1.26
[INFO] [stderr]    Compiling mint v0.5.9
[INFO] [stderr]    Compiling fixedbitset v0.4.1
[INFO] [stderr]    Compiling erased-serde v0.3.20
[INFO] [stderr]    Compiling concurrent-queue v1.2.2
[INFO] [stderr]    Compiling futures-io v0.3.21
[INFO] [stderr]    Compiling event-listener v2.5.2
[INFO] [stderr]    Compiling futures-lite v1.12.0
[INFO] [stderr]    Compiling async-task v4.2.0
[INFO] [stderr]    Compiling slab v0.4.6
[INFO] [stderr]    Compiling crossbeam-utils v0.8.8
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling regex v1.5.5
[INFO] [stderr]    Compiling async-channel v1.6.1
[INFO] [stderr]    Compiling tracing-log v0.1.3
[INFO] [stderr]    Compiling thread_local v1.1.4
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling anyhow v1.0.57
[INFO] [stderr]    Compiling ash v0.34.0+1.2.203
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]    Compiling num-rational v0.3.2
[INFO] [stderr]    Compiling bit-set v0.5.2
[INFO] [stderr]    Compiling wgpu-core v0.12.2
[INFO] [stderr]    Compiling quote v1.0.18
[INFO] [stderr]    Compiling getrandom v0.2.6
[INFO] [stderr]    Compiling wgpu-types v0.12.0
[INFO] [stderr]    Compiling inplace_it v0.3.3
[INFO] [stderr]    Compiling crossbeam-channel v0.5.4
[INFO] [stderr]    Compiling profiling v1.0.5
[INFO] [stderr]    Compiling matchers v0.1.0
[INFO] [stderr]    Compiling png v0.16.8
[INFO] [stderr]    Compiling ttf-parser v0.15.0
[INFO] [stderr]    Compiling proc-macro-hack v0.5.19
[INFO] [stderr]    Compiling serde_json v1.0.81
[INFO] [stderr]    Compiling x11-dl v2.19.1
[INFO] [stderr]    Compiling async-executor v1.4.1
[INFO] [stderr]    Compiling tinystr v0.3.4
[INFO] [stderr]    Compiling libm v0.1.4
[INFO] [stderr]    Compiling unic-langid-impl v0.9.0
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling filetime v0.2.16
[INFO] [stderr]    Compiling inotify v0.9.6
[INFO] [stderr]    Compiling mio v0.7.14
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling bevy_tasks v0.7.0
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling khronos-egl v4.1.0
[INFO] [stderr]    Compiling nix v0.23.1
[INFO] [stderr]    Compiling alsa-sys v0.3.1
[INFO] [stderr]    Compiling libudev-sys v0.1.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling mio v0.8.3
[INFO] [stderr]    Compiling notify v5.0.0-pre.11
[INFO] [stderr]    Compiling unicode-normalization v0.1.19
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling nix v0.22.3
[INFO] [stderr]    Compiling gethostname v0.2.3
[INFO] [stderr]    Compiling type-map v0.4.0
[INFO] [stderr]    Compiling stretch v0.3.2
[INFO] [stderr]    Compiling nohash-hasher v0.2.0
[INFO] [stderr]    Compiling self_cell v0.10.2
[INFO] [stderr]    Compiling owned_ttf_parser v0.15.0
[INFO] [stderr]    Compiling idna v0.2.3
[INFO] [stderr]    Compiling ab_glyph v0.2.15
[INFO] [stderr]    Compiling glyph_brush_layout v0.2.3
[INFO] [stderr]    Compiling url v2.2.2
[INFO] [stderr]    Compiling toml v0.5.9
[INFO] [stderr]    Compiling uuid v0.8.2
[INFO] [stderr]    Compiling webbrowser v0.7.1
[INFO] [stderr]    Compiling alsa v0.6.0
[INFO] [stderr]    Compiling x11rb v0.9.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.31
[INFO] [stderr]    Compiling bytemuck_derive v1.1.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.21
[INFO] [stderr]    Compiling gltf-derive v1.0.0
[INFO] [stderr]    Compiling unic-langid-macros-impl v0.9.0
[INFO] [stderr]    Compiling bevy_asset_loader_derive v0.10.0
[INFO] [stderr]    Compiling unic-langid-macros v0.9.0
[INFO] [stderr]    Compiling unic-langid v0.9.0
[INFO] [stderr]    Compiling intl-memoizer v0.5.1
[INFO] [stderr]    Compiling fluent-langneg v0.13.0
[INFO] [stderr]    Compiling intl_pluralrules v7.0.1
[INFO] [stderr]    Compiling bytemuck v1.9.1
[INFO] [stderr]    Compiling image v0.23.14
[INFO] [stderr]    Compiling emath v0.18.0
[INFO] [stderr]    Compiling tracing v0.1.34
[INFO] [stderr]    Compiling thiserror v1.0.31
[INFO] [stderr]    Compiling fluent-syntax v0.11.0
[INFO] [stderr]    Compiling cargo-manifest v0.2.6
[INFO] [stderr]    Compiling bevy_macro_utils v0.7.0
[INFO] [stderr]    Compiling bevy_derive v0.7.0
[INFO] [stderr]    Compiling bevy_reflect_derive v0.7.0
[INFO] [stderr]    Compiling bevy_ecs_macros v0.7.0
[INFO] [stderr]    Compiling bevy-crevice-derive v0.7.0
[INFO] [stderr]    Compiling smallvec v1.8.0
[INFO] [stderr]    Compiling glam v0.20.5
[INFO] [stderr]    Compiling ron v0.7.0
[INFO] [stderr]    Compiling parking_lot_core v0.8.5
[INFO] [stderr]    Compiling tracing-subscriber v0.3.11
[INFO] [stderr]    Compiling parking_lot_core v0.9.3
[INFO] [stderr]    Compiling fluent-bundle v0.15.2
[INFO] [stderr]    Compiling gilrs-core v0.3.2
[INFO] [stderr]    Compiling parking_lot v0.12.0
[INFO] [stderr]    Compiling bevy_utils v0.7.0
[INFO] [stderr]    Compiling gpu-descriptor v0.2.2
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling gilrs v0.8.2
[INFO] [stderr]    Compiling fluent v0.16.0
[INFO] [stderr]    Compiling cpal v0.13.5
[INFO] [stderr]    Compiling winit v0.26.1
[INFO] [stderr]    Compiling epaint v0.18.1
[INFO] [stderr]    Compiling arboard v2.1.1
[INFO] [stderr]    Compiling petgraph v0.6.0
[INFO] [stderr]    Compiling gltf-json v1.0.0
[INFO] [stderr]    Compiling rodio v0.15.0
[INFO] [stderr]    Compiling egui v0.18.1
[INFO] [stderr]    Compiling bevy_reflect v0.7.0
[INFO] [stderr]    Compiling bevy_crevice v0.7.0
[INFO] [stderr]    Compiling hexasphere v7.0.0
[INFO] [stderr]    Compiling naga v0.8.5
[INFO] [stderr]    Compiling gltf v1.0.0
[INFO] [stderr]    Compiling bevy_ecs v0.7.0
[INFO] [stderr]    Compiling bevy_math v0.7.0
[INFO] [stderr]    Compiling wgpu-hal v0.12.5
[INFO] [stderr]    Compiling bevy_app v0.7.0
[INFO] [stderr]    Compiling bevy_core v0.7.0
[INFO] [stderr]    Compiling bevy_log v0.7.0
[INFO] [stderr]    Compiling bevy_hierarchy v0.7.0
[INFO] [stderr]    Compiling bevy_window v0.7.0
[INFO] [stderr]    Compiling bevy_input v0.7.0
[INFO] [stderr]    Compiling bevy_diagnostic v0.7.0
[INFO] [stderr]    Compiling bevy_transform v0.7.0
[INFO] [stderr]    Compiling bevy_gilrs v0.7.0
[INFO] [stderr]    Compiling bevy_winit v0.7.0
[INFO] [stderr]    Compiling bevy_asset v0.7.0
[INFO] [stderr]    Compiling bevy_scene v0.7.0
[INFO] [stderr]    Compiling bevy_animation v0.7.0
[INFO] [stderr]    Compiling bevy_audio v0.7.0
[INFO] [stderr]    Compiling wgpu v0.12.0
[INFO] [stderr]    Compiling bevy_render v0.7.0
[INFO] [stderr]    Compiling bevy_core_pipeline v0.7.0
[INFO] [stderr]    Compiling bevy_sprite v0.7.0
[INFO] [stderr]    Compiling bevy_pbr v0.7.0
[INFO] [stderr]    Compiling bevy_text v0.7.0
[INFO] [stderr]    Compiling bevy_ui v0.7.0
[INFO] [stderr]    Compiling bevy_gltf v0.7.0
[INFO] [stderr]    Compiling bevy_internal v0.7.0
[INFO] [stderr]    Compiling bevy_dylib v0.7.0
[INFO] [stderr]    Compiling bevy v0.7.0
[INFO] [stderr]    Compiling bevy_asset_loader v0.10.0
[INFO] [stderr]    Compiling bevy_egui v0.14.0
[INFO] [stderr]    Compiling the_stacks v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `CLAY`
[INFO] [stdout]  --> src/stack/mod.rs:5:49
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::card_types::{CardCategory, CardType, CLAY, CLAY_PATCH, COIN, MARKET, TREE, VILLAGER};
[INFO] [stdout]   |                                                 ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `AssetLoader`
[INFO] [stdout]   --> src/stack/mod.rs:18:42
[INFO] [stdout]    |
[INFO] [stdout] 18 | use bevy_asset_loader::{AssetCollection, AssetLoader};
[INFO] [stdout]    |                                          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Gem` is never constructed
[INFO] [stdout]   --> src/card_types.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub enum CardCategory {
[INFO] [stdout]    |          ------------ variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 16 |     Gem,
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CardCategory` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/recipe/mod.rs:86:32
[INFO] [stdout]    |
[INFO] [stdout] 86 | pub struct FinishedRecipeEvent(RecipeId, Entity);
[INFO] [stdout]    |            ------------------- ^^^^^^^^
[INFO] [stdout]    |            |
[INFO] [stdout]    |            field in this struct
[INFO] [stdout]    |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 86 - pub struct FinishedRecipeEvent(RecipeId, Entity);
[INFO] [stdout] 86 + pub struct FinishedRecipeEvent((), Entity);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/stack/mod.rs:207:30
[INFO] [stdout]     |
[INFO] [stdout] 207 | pub struct CardPickedUpEvent(Entity);
[INFO] [stdout]     |            ----------------- ^^^^^^
[INFO] [stdout]     |            |
[INFO] [stdout]     |            field in this struct
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider removing this field
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stdout]    --> src/localization.rs:133:51
[INFO] [stdout]     |
[INFO] [stdout] 133 |                 languages.insert(id, (bundle, name.clone()));
[INFO] [stdout]     |                                                   ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(suspicious_double_ref_op)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/ui.rs:161:17
[INFO] [stdout]     |
[INFO] [stdout] 161 |                 app_state.push(GameState::PauseMenu);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 161 |                 let _ = app_state.push(GameState::PauseMenu);
[INFO] [stdout]     |                 +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/ui.rs:207:21
[INFO] [stdout]     |
[INFO] [stdout] 207 |                     app_state.pop();
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 207 |                     let _ = app_state.pop();
[INFO] [stdout]     |                     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.90s
[INFO] running `Command { std: "docker" "inspect" "39ab72b62f31d8730bd128a56d4c903ec664a0d54204a3b0f06d28e5d694f194", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "39ab72b62f31d8730bd128a56d4c903ec664a0d54204a3b0f06d28e5d694f194" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] warning: unused import: `CLAY`
[INFO] [stdout]  --> src/stack/mod.rs:5:49
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::card_types::{CardCategory, CardType, CLAY, CLAY_PATCH, COIN, MARKET, TREE, VILLAGER};
[INFO] [stdout]   |                                                 ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `AssetLoader`
[INFO] [stdout]   --> src/stack/mod.rs:18:42
[INFO] [stdout]    |
[INFO] [stdout] 18 | use bevy_asset_loader::{AssetCollection, AssetLoader};
[INFO] [stdout]    |                                          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Gem` is never constructed
[INFO] [stdout]   --> src/card_types.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub enum CardCategory {
[INFO] [stdout]    |          ------------ variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 16 |     Gem,
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CardCategory` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/recipe/mod.rs:86:32
[INFO] [stdout]    |
[INFO] [stdout] 86 | pub struct FinishedRecipeEvent(RecipeId, Entity);
[INFO] [stdout]    |            ------------------- ^^^^^^^^
[INFO] [stdout]    |            |
[INFO] [stdout]    |            field in this struct
[INFO] [stdout]    |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 86 - pub struct FinishedRecipeEvent(RecipeId, Entity);
[INFO] [stdout] 86 + pub struct FinishedRecipeEvent((), Entity);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/stack/mod.rs:207:30
[INFO] [stdout]     |
[INFO] [stdout] 207 | pub struct CardPickedUpEvent(Entity);
[INFO] [stdout]     |            ----------------- ^^^^^^
[INFO] [stdout]     |            |
[INFO] [stdout]     |            field in this struct
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider removing this field
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stdout]    --> src/localization.rs:133:51
[INFO] [stdout]     |
[INFO] [stdout] 133 |                 languages.insert(id, (bundle, name.clone()));
[INFO] [stdout]     |                                                   ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(suspicious_double_ref_op)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/ui.rs:161:17
[INFO] [stdout]     |
[INFO] [stdout] 161 |                 app_state.push(GameState::PauseMenu);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 161 |                 let _ = app_state.push(GameState::PauseMenu);
[INFO] [stdout]     |                 +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling the_stacks v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/ui.rs:207:21
[INFO] [stdout]     |
[INFO] [stdout] 207 |                     app_state.pop();
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 207 |                     let _ = app_state.pop();
[INFO] [stdout]     |                     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `CLAY`
[INFO] [stdout]  --> src/stack/mod.rs:5:49
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::card_types::{CardCategory, CardType, CLAY, CLAY_PATCH, COIN, MARKET, TREE, VILLAGER};
[INFO] [stdout]   |                                                 ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `AssetLoader`
[INFO] [stdout]   --> src/stack/mod.rs:18:42
[INFO] [stdout]    |
[INFO] [stdout] 18 | use bevy_asset_loader::{AssetCollection, AssetLoader};
[INFO] [stdout]    |                                          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Gem` is never constructed
[INFO] [stdout]   --> src/card_types.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub enum CardCategory {
[INFO] [stdout]    |          ------------ variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 16 |     Gem,
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CardCategory` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/recipe/mod.rs:86:32
[INFO] [stdout]    |
[INFO] [stdout] 86 | pub struct FinishedRecipeEvent(RecipeId, Entity);
[INFO] [stdout]    |            ------------------- ^^^^^^^^
[INFO] [stdout]    |            |
[INFO] [stdout]    |            field in this struct
[INFO] [stdout]    |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 86 - pub struct FinishedRecipeEvent(RecipeId, Entity);
[INFO] [stdout] 86 + pub struct FinishedRecipeEvent((), Entity);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/stack/mod.rs:207:30
[INFO] [stdout]     |
[INFO] [stdout] 207 | pub struct CardPickedUpEvent(Entity);
[INFO] [stdout]     |            ----------------- ^^^^^^
[INFO] [stdout]     |            |
[INFO] [stdout]     |            field in this struct
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider removing this field
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stdout]    --> src/localization.rs:133:51
[INFO] [stdout]     |
[INFO] [stdout] 133 |                 languages.insert(id, (bundle, name.clone()));
[INFO] [stdout]     |                                                   ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(suspicious_double_ref_op)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/ui.rs:161:17
[INFO] [stdout]     |
[INFO] [stdout] 161 |                 app_state.push(GameState::PauseMenu);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 161 |                 let _ = app_state.push(GameState::PauseMenu);
[INFO] [stdout]     |                 +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/ui.rs:207:21
[INFO] [stdout]     |
[INFO] [stdout] 207 |                     app_state.pop();
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 207 |                     let _ = app_state.pop();
[INFO] [stdout]     |                     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.49s
[INFO] running `Command { std: "docker" "inspect" "39ab72b62f31d8730bd128a56d4c903ec664a0d54204a3b0f06d28e5d694f194", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "39ab72b62f31d8730bd128a56d4c903ec664a0d54204a3b0f06d28e5d694f194" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `CLAY`
[INFO] [stderr]  --> src/stack/mod.rs:5:49
[INFO] [stderr]   |
[INFO] [stderr] 5 | use crate::card_types::{CardCategory, CardType, CLAY, CLAY_PATCH, COIN, MARKET, TREE, VILLAGER};
[INFO] [stderr]   |                                                 ^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `AssetLoader`
[INFO] [stderr]   --> src/stack/mod.rs:18:42
[INFO] [stderr]    |
[INFO] [stderr] 18 | use bevy_asset_loader::{AssetCollection, AssetLoader};
[INFO] [stderr]    |                                          ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: variant `Gem` is never constructed
[INFO] [stderr]   --> src/card_types.rs:16:5
[INFO] [stderr]    |
[INFO] [stderr]  7 | pub enum CardCategory {
[INFO] [stderr]    |          ------------ variant in this enum
[INFO] [stderr] ...
[INFO] [stderr] 16 |     Gem,
[INFO] [stderr]    |     ^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `CardCategory` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]   --> src/recipe/mod.rs:86:32
[INFO] [stderr]    |
[INFO] [stderr] 86 | pub struct FinishedRecipeEvent(RecipeId, Entity);
[INFO] [stderr]    |            ------------------- ^^^^^^^^
[INFO] [stderr]    |            |
[INFO] [stderr]    |            field in this struct
[INFO] [stderr]    |
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]    |
[INFO] [stderr] 86 - pub struct FinishedRecipeEvent(RecipeId, Entity);
[INFO] [stderr] 86 + pub struct FinishedRecipeEvent((), Entity);
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/stack/mod.rs:207:30
[INFO] [stderr]     |
[INFO] [stderr] 207 | pub struct CardPickedUpEvent(Entity);
[INFO] [stderr]     |            ----------------- ^^^^^^
[INFO] [stderr]     |            |
[INFO] [stderr]     |            field in this struct
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider removing this field
[INFO] [stderr] 
[INFO] [stderr] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stderr]    --> src/localization.rs:133:51
[INFO] [stderr]     |
[INFO] [stderr] 133 |                 languages.insert(id, (bundle, name.clone()));
[INFO] [stderr]     |                                                   ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(suspicious_double_ref_op)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused `Result` that must be used
[INFO] [stderr]    --> src/ui.rs:161:17
[INFO] [stderr]     |
[INFO] [stderr] 161 |                 app_state.push(GameState::PauseMenu);
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stderr]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 161 |                 let _ = app_state.push(GameState::PauseMenu);
[INFO] [stderr]     |                 +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused `Result` that must be used
[INFO] [stderr]    --> src/ui.rs:207:21
[INFO] [stderr]     |
[INFO] [stderr] 207 |                     app_state.pop();
[INFO] [stderr]     |                     ^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 207 |                     let _ = app_state.pop();
[INFO] [stderr]     |                     +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: `the_stacks` (lib) generated 8 warnings (run `cargo fix --lib -p the_stacks` to apply 2 suggestions)
[INFO] [stderr] warning: `the_stacks` (lib test) generated 8 warnings (8 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.19s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/the_stacks-cbf3bc1a22ba0f21)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test stack::test::test_get_movement_to_no_longer_overlap ... ok
[INFO] [stdout] test stack::test::test_get_movement_to_no_longer_overlap_when_no_overlap ... ok
[INFO] [stdout] test stack::stack_utils::tests::test_stack_visual_size ... ok
[INFO] [stdout] test stack::tests::test_hover_system ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- stack::tests::test_hover_system stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'stack::tests::test_hover_system' (3129) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_ecs-0.7.0/src/system/system_param.rs:319:17:
[INFO] [stdout] Resource requested by the_stacks::stack::card_hover_system does not exist: the_stacks::ui::UiClaimsMouse
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x7ccdc439d0a1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x7ccdc439d0a1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x7ccdc439d0a1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x7ccdc439d0a1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x7ccdc43e05ca - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x7ccdc43e05ca - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x7ccdc43ae2cc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x7ccdc43ae2cc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x7ccdc4368e26 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x7ccdc4368e26 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x7ccdc438d569 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x613c64b1bc70 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x613c64b1bc70 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x7ccdc438d892 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x7ccdc438d892 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x7ccdc4368ed2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x7ccdc435f2d9 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x7ccdc436a70d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x7ccdc43e101c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x613c64b04810 - <bevy_ecs[ce27cabbed911d6]::system::system_param::ResState<the_stacks[7722f2722c1b4cda]::ui::UiClaimsMouse> as bevy_ecs[ce27cabbed911d6]::system::system_param::SystemParamFetch>::get_param::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_ecs-0.7.0/src/system/system_param.rs:319:17
[INFO] [stdout]   20:     0x613c64b096d5 - <core[6883ba1bc0fe4ed1]::option::Option<&bevy_ecs[ce27cabbed911d6]::storage::table::Column>>::unwrap_or_else::<<bevy_ecs[ce27cabbed911d6]::system::system_param::ResState<the_stacks[7722f2722c1b4cda]::ui::UiClaimsMouse> as bevy_ecs[ce27cabbed911d6]::system::system_param::SystemParamFetch>::get_param::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1065:21
[INFO] [stdout]   21:     0x613c64b09126 - <bevy_ecs[ce27cabbed911d6]::system::system_param::ResState<the_stacks[7722f2722c1b4cda]::ui::UiClaimsMouse> as bevy_ecs[ce27cabbed911d6]::system::system_param::SystemParamFetch>::get_param
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_ecs-0.7.0/src/system/system_param.rs:318:14
[INFO] [stdout]   22:     0x613c64b07a20 - <(bevy_ecs[ce27cabbed911d6]::system::commands::command_queue::CommandQueue, bevy_ecs[ce27cabbed911d6]::system::system_param::ResState<the_stacks[7722f2722c1b4cda]::stack::MouseWorldPos>, bevy_ecs[ce27cabbed911d6]::query::state::QueryState<(bevy_ecs[ce27cabbed911d6]::entity::Entity, &bevy_transform[c29a493ada162dd3]::components::global_transform::GlobalTransform, &bevy_hierarchy[a0101f581cca712e]::components::children::Children), bevy_ecs[ce27cabbed911d6]::query::filter::With<the_stacks[7722f2722c1b4cda]::stack::Card>>, bevy_ecs[ce27cabbed911d6]::query::state::QueryState<(&the_stacks[7722f2722c1b4cda]::stack::StackRelativeDragPosition, &the_stacks[7722f2722c1b4cda]::stack::CardStack)>, bevy_ecs[ce27cabbed911d6]::query::state::QueryState<&mut bevy_render[c73981c634ad6f78]::view::visibility::Visibility, bevy_ecs[ce27cabbed911d6]::query::filter::With<the_stacks[7722f2722c1b4cda]::stack::IsCardHoverOverlay>>, bevy_ecs[ce27cabbed911d6]::system::system_param::ResState<the_stacks[7722f2722c1b4cda]::stack::CardVisualSize>, bevy_ecs[ce27cabbed911d6]::system::system_param::ResState<the_stacks[7722f2722c1b4cda]::ui::UiClaimsMouse>) as bevy_ecs[ce27cabbed911d6]::system::system_param::SystemParamFetch>::get_param
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_ecs-0.7.0/src/system/system_param.rs:1238:20
[INFO] [stdout]   23:     0x613c64b022b9 - <the_stacks[7722f2722c1b4cda]::stack::card_hover_system as bevy_ecs[ce27cabbed911d6]::system::function_system::SystemParamFunction<(), (), (bevy_ecs[ce27cabbed911d6]::system::commands::Commands, bevy_ecs[ce27cabbed911d6]::system::system_param::Res<the_stacks[7722f2722c1b4cda]::stack::MouseWorldPos>, bevy_ecs[ce27cabbed911d6]::system::query::Query<(bevy_ecs[ce27cabbed911d6]::entity::Entity, &bevy_transform[c29a493ada162dd3]::components::global_transform::GlobalTransform, &bevy_hierarchy[a0101f581cca712e]::components::children::Children), bevy_ecs[ce27cabbed911d6]::query::filter::With<the_stacks[7722f2722c1b4cda]::stack::Card>>, bevy_ecs[ce27cabbed911d6]::system::query::Query<(&the_stacks[7722f2722c1b4cda]::stack::StackRelativeDragPosition, &the_stacks[7722f2722c1b4cda]::stack::CardStack)>, bevy_ecs[ce27cabbed911d6]::system::query::Query<&mut bevy_render[c73981c634ad6f78]::view::visibility::Visibility, bevy_ecs[ce27cabbed911d6]::query::filter::With<the_stacks[7722f2722c1b4cda]::stack::IsCardHoverOverlay>>, bevy_ecs[ce27cabbed911d6]::system::system_param::Res<the_stacks[7722f2722c1b4cda]::stack::CardVisualSize>, bevy_ecs[ce27cabbed911d6]::system::system_param::Res<the_stacks[7722f2722c1b4cda]::ui::UiClaimsMouse>), ()>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_ecs-0.7.0/src/system/function_system.rs:527:37
[INFO] [stdout]   24:     0x613c64b081d2 - <bevy_ecs[ce27cabbed911d6]::system::function_system::FunctionSystem<(), (), (bevy_ecs[ce27cabbed911d6]::system::commands::Commands, bevy_ecs[ce27cabbed911d6]::system::system_param::Res<the_stacks[7722f2722c1b4cda]::stack::MouseWorldPos>, bevy_ecs[ce27cabbed911d6]::system::query::Query<(bevy_ecs[ce27cabbed911d6]::entity::Entity, &bevy_transform[c29a493ada162dd3]::components::global_transform::GlobalTransform, &bevy_hierarchy[a0101f581cca712e]::components::children::Children), bevy_ecs[ce27cabbed911d6]::query::filter::With<the_stacks[7722f2722c1b4cda]::stack::Card>>, bevy_ecs[ce27cabbed911d6]::system::query::Query<(&the_stacks[7722f2722c1b4cda]::stack::StackRelativeDragPosition, &the_stacks[7722f2722c1b4cda]::stack::CardStack)>, bevy_ecs[ce27cabbed911d6]::system::query::Query<&mut bevy_render[c73981c634ad6f78]::view::visibility::Visibility, bevy_ecs[ce27cabbed911d6]::query::filter::With<the_stacks[7722f2722c1b4cda]::stack::IsCardHoverOverlay>>, bevy_ecs[ce27cabbed911d6]::system::system_param::Res<the_stacks[7722f2722c1b4cda]::stack::CardVisualSize>, bevy_ecs[ce27cabbed911d6]::system::system_param::Res<the_stacks[7722f2722c1b4cda]::ui::UiClaimsMouse>), (), the_stacks[7722f2722c1b4cda]::stack::card_hover_system> as bevy_ecs[ce27cabbed911d6]::system::system::System>::run_unsafe
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_ecs-0.7.0/src/system/function_system.rs:399:29
[INFO] [stdout]   25:     0x7ccdc922b192 - <bevy_ecs[ce27cabbed911d6]::schedule::executor_parallel::ParallelExecutor>::prepare_systems::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_ecs-0.7.0/src/schedule/executor_parallel.rs:196:37
[INFO] [stdout]   26:     0x7ccdc91d8607 - <async_executor[21ba60d3555a08ae]::Executor>::spawn::<(), <bevy_ecs[ce27cabbed911d6]::schedule::executor_parallel::ParallelExecutor>::prepare_systems::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-executor-1.4.1/src/lib.rs:144:20
[INFO] [stdout]   27:     0x7ccdc91a79c4 - <async_task[81033a7910c74661]::raw::RawTask<<async_executor[21ba60d3555a08ae]::Executor>::spawn<(), <bevy_ecs[ce27cabbed911d6]::schedule::executor_parallel::ParallelExecutor>::prepare_systems::{closure#0}>::{closure#0}, (), <async_executor[21ba60d3555a08ae]::Executor>::schedule::{closure#0}>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-task-4.2.0/src/raw.rs:489:20
[INFO] [stdout]   28:     0x7ccdc9266aa2 - <async_task[81033a7910c74661]::runnable::Runnable>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-task-4.2.0/src/runnable.rs:309:18
[INFO] [stdout]   29:     0x7ccdc925ebb7 - <async_executor[21ba60d3555a08ae]::Executor>::try_tick
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-executor-1.4.1/src/lib.rs:181:26
[INFO] [stdout]   30:     0x7ccdc92366b1 - <bevy_tasks[37823075639d46cc]::task_pool::TaskPool>::scope::<<bevy_ecs[ce27cabbed911d6]::schedule::executor_parallel::ParallelExecutor as bevy_ecs[ce27cabbed911d6]::schedule::executor::ParallelSystemExecutor>::run_systems::{closure#1}, ()>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_tasks-0.7.0/src/task_pool.rs:233:35
[INFO] [stdout]   31:     0x7ccdc91e8e35 - <std[73adb7dc35730857]::thread::local::LocalKey<async_executor[21ba60d3555a08ae]::LocalExecutor>>::try_with::<<bevy_tasks[37823075639d46cc]::task_pool::TaskPool>::scope<<bevy_ecs[ce27cabbed911d6]::schedule::executor_parallel::ParallelExecutor as bevy_ecs[ce27cabbed911d6]::schedule::executor::ParallelSystemExecutor>::run_systems::{closure#1}, ()>::{closure#0}, alloc[55a36b64bcbf2c0d]::vec::Vec<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   32:     0x7ccdc91e8cdd - <std[73adb7dc35730857]::thread::local::LocalKey<async_executor[21ba60d3555a08ae]::LocalExecutor>>::with::<<bevy_tasks[37823075639d46cc]::task_pool::TaskPool>::scope<<bevy_ecs[ce27cabbed911d6]::schedule::executor_parallel::ParallelExecutor as bevy_ecs[ce27cabbed911d6]::schedule::executor::ParallelSystemExecutor>::run_systems::{closure#1}, ()>::{closure#0}, alloc[55a36b64bcbf2c0d]::vec::Vec<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   33:     0x7ccdc9233b7a - <bevy_tasks[37823075639d46cc]::task_pool::TaskPool>::scope::<<bevy_ecs[ce27cabbed911d6]::schedule::executor_parallel::ParallelExecutor as bevy_ecs[ce27cabbed911d6]::schedule::executor::ParallelSystemExecutor>::run_systems::{closure#1}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_tasks-0.7.0/src/task_pool.rs:180:34
[INFO] [stdout]   34:     0x7ccdc9232e2e - <bevy_ecs[ce27cabbed911d6]::schedule::executor_parallel::ParallelExecutor as bevy_ecs[ce27cabbed911d6]::schedule::executor::ParallelSystemExecutor>::run_systems
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_ecs-0.7.0/src/schedule/executor_parallel.rs:129:22
[INFO] [stdout]   35:     0x7ccdc9212046 - <bevy_ecs[ce27cabbed911d6]::schedule::stage::SystemStage as bevy_ecs[ce27cabbed911d6]::schedule::stage::Stage>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_ecs-0.7.0/src/schedule/stage.rs:852:31
[INFO] [stdout]   36:     0x613c64b06a52 - the_stacks[7722f2722c1b4cda]::stack::tests::test_hover_system
[INFO] [stdout]                                at /opt/rustwide/workdir/src/stack/tests.rs:20:18
[INFO] [stdout]   37:     0x613c64b04757 - the_stacks[7722f2722c1b4cda]::stack::tests::test_hover_system::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/stack/tests.rs:10:23
[INFO] [stdout]   38:     0x613c64b0ede6 - <the_stacks[7722f2722c1b4cda]::stack::tests::test_hover_system::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x613c64b0efab - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x613c64b0efab - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x613c64b1c5f5 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x613c64b1c5f5 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x613c64b1c5f5 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   44:     0x613c64b1c5f5 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x613c64b1c5f5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x613c64b1c5f5 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x613c64b1c5f5 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x613c64b170a4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x613c64b170a4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x613c64b1f742 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x613c64b1f742 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x613c64b1f742 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   53:     0x613c64b1f742 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x613c64b1f742 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x613c64b1f742 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x613c64b1f742 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x7ccdc439960f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   58:     0x7ccdc439960f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   59:     0x7ccdc4108aa4 - <unknown>
[INFO] [stdout]   60:     0x7ccdc4195a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     stack::tests::test_hover_system
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 3 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "39ab72b62f31d8730bd128a56d4c903ec664a0d54204a3b0f06d28e5d694f194", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "39ab72b62f31d8730bd128a56d4c903ec664a0d54204a3b0f06d28e5d694f194", kill_on_drop: false }`
[INFO] [stdout] 39ab72b62f31d8730bd128a56d4c903ec664a0d54204a3b0f06d28e5d694f194
