[INFO] cloning repository https://github.com/ziutech/bevy-jam
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ziutech/bevy-jam" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fziutech%2Fbevy-jam", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fziutech%2Fbevy-jam'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3a19737e2d558df86bb79d84c5171ea33a08ba72
[INFO] testing ziutech/bevy-jam against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fziutech%2Fbevy-jam" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-7-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/ziutech/bevy-jam
[INFO] finished tweaking git repo https://github.com/ziutech/bevy-jam
[INFO] tweaked toml for git repo https://github.com/ziutech/bevy-jam written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ziutech/bevy-jam on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ziutech/bevy-jam already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 82174ac82dbb9411bcc713facb56246f26952afd5804cd6ea2be3d5132bac24a
[INFO] running `Command { std: "docker" "start" "-a" "82174ac82dbb9411bcc713facb56246f26952afd5804cd6ea2be3d5132bac24a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "82174ac82dbb9411bcc713facb56246f26952afd5804cd6ea2be3d5132bac24a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "82174ac82dbb9411bcc713facb56246f26952afd5804cd6ea2be3d5132bac24a", kill_on_drop: false }`
[INFO] [stdout] 82174ac82dbb9411bcc713facb56246f26952afd5804cd6ea2be3d5132bac24a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4d79d92dac8eefbc5d93268ec43066a0960536b141fd6ee6c46e8438d2cdb9a5
[INFO] running `Command { std: "docker" "start" "-a" "4d79d92dac8eefbc5d93268ec43066a0960536b141fd6ee6c46e8438d2cdb9a5", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.70
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling serde v1.0.193
[INFO] [stderr]    Compiling libc v0.2.150
[INFO] [stderr]    Compiling once_cell v1.18.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling ahash v0.8.6
[INFO] [stderr]    Compiling futures-core v0.3.29
[INFO] [stderr]    Compiling thiserror v1.0.50
[INFO] [stderr]    Compiling zerocopy v0.7.28
[INFO] [stderr]    Compiling indexmap v2.1.0
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling winnow v0.5.19
[INFO] [stderr]    Compiling parking v2.2.0
[INFO] [stderr]    Compiling memchr v2.6.4
[INFO] [stderr]    Compiling concurrent-queue v2.4.0
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling event-listener v4.0.0
[INFO] [stderr]    Compiling log v0.4.20
[INFO] [stderr]    Compiling syn v2.0.39
[INFO] [stderr]    Compiling futures-io v0.3.29
[INFO] [stderr]    Compiling event-listener-strategy v0.4.0
[INFO] [stderr]    Compiling fastrand v2.0.1
[INFO] [stderr]    Compiling futures-lite v2.1.0
[INFO] [stderr]    Compiling async-lock v3.2.0
[INFO] [stderr]    Compiling instant v0.1.12
[INFO] [stderr]    Compiling async-task v4.5.0
[INFO] [stderr]    Compiling getrandom v0.2.11
[INFO] [stderr]    Compiling waker-fn v1.1.1
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling fastrand v1.9.0
[INFO] [stderr]    Compiling uuid v1.6.1
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling nonmax v0.5.5
[INFO] [stderr]    Compiling async-channel v1.9.0
[INFO] [stderr]    Compiling futures-lite v1.13.0
[INFO] [stderr]    Compiling async-executor v1.8.0
[INFO] [stderr]    Compiling thread_local v1.1.7
[INFO] [stderr]    Compiling bevy_ptr v0.12.1
[INFO] [stderr]    Compiling downcast-rs v1.2.0
[INFO] [stderr]    Compiling smol_str v0.2.0
[INFO] [stderr]    Compiling aho-corasick v1.1.2
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling toml_edit v0.20.7
[INFO] [stderr]    Compiling pkg-config v0.3.27
[INFO] [stderr]    Compiling bevy_tasks v0.12.1
[INFO] [stderr]    Compiling tracing-log v0.1.4
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling arrayvec v0.7.4
[INFO] [stderr]    Compiling raw-window-handle v0.5.2
[INFO] [stderr]    Compiling unicode-width v0.1.11
[INFO] [stderr]    Compiling termcolor v1.4.0
[INFO] [stderr]    Compiling unicode-xid v0.2.4
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling codespan-reporting v0.11.1
[INFO] [stderr]    Compiling pp-rs v0.2.1
[INFO] [stderr]    Compiling spirv v0.2.0+1.5.4
[INFO] [stderr]    Compiling bit-set v0.5.3
[INFO] [stderr]    Compiling regex-automata v0.4.3
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling crossbeam-channel v0.5.8
[INFO] [stderr]    Compiling libloading v0.7.4
[INFO] [stderr]    Compiling ash v0.37.3+1.3.251
[INFO] [stderr]    Compiling khronos-egl v4.1.0
[INFO] [stderr]    Compiling hexf-parse v0.2.1
[INFO] [stderr]    Compiling simd-adler32 v0.3.7
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling piper v0.2.1
[INFO] [stderr]    Compiling async-channel v2.1.1
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling blake3 v1.5.0
[INFO] [stderr]    Compiling async-fs v1.6.0
[INFO] [stderr]    Compiling accesskit v0.12.1
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling miniz_oxide v0.7.1
[INFO] [stderr]    Compiling bevy_macro_utils v0.12.1
[INFO] [stderr]    Compiling encase_derive_impl v0.6.1
[INFO] [stderr]    Compiling async-lock v2.8.0
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]    Compiling libloading v0.8.1
[INFO] [stderr]    Compiling base64 v0.21.5
[INFO] [stderr]    Compiling glow v0.12.3
[INFO] [stderr]    Compiling thiserror-core v1.0.50
[INFO] [stderr]    Compiling profiling v1.0.11
[INFO] [stderr]    Compiling renderdoc-sys v1.0.0
[INFO] [stderr]    Compiling constant_time_eq v0.3.0
[INFO] [stderr]    Compiling arrayref v0.3.7
[INFO] [stderr]    Compiling flate2 v1.0.28
[INFO] [stderr]    Compiling fdeflate v0.3.1
[INFO] [stderr]    Compiling regex v1.10.2
[INFO] [stderr]    Compiling async-broadcast v0.5.1
[INFO] [stderr]    Compiling const_soft_float v0.1.4
[INFO] [stderr]    Compiling png v0.17.10
[INFO] [stderr]    Compiling serde_derive v1.0.193
[INFO] [stderr]    Compiling thiserror-impl v1.0.50
[INFO] [stderr]    Compiling bytemuck_derive v1.5.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling bevy_utils_proc_macros v0.12.1
[INFO] [stderr]    Compiling bytemuck v1.14.0
[INFO] [stderr]    Compiling bevy_reflect_derive v0.12.1
[INFO] [stderr]    Compiling bevy_ecs_macros v0.12.1
[INFO] [stderr]    Compiling bevy_derive v0.12.1
[INFO] [stderr]    Compiling bevy_asset_macros v0.12.1
[INFO] [stderr]    Compiling thiserror-core-impl v1.0.50
[INFO] [stderr]    Compiling encase_derive v0.6.1
[INFO] [stderr]    Compiling constgebra v0.1.3
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling twox-hash v1.6.3
[INFO] [stderr]    Compiling const_panic v0.2.8
[INFO] [stderr]    Compiling blocking v1.5.1
[INFO] [stderr]    Compiling regex-syntax v0.7.5
[INFO] [stderr]    Compiling data-encoding v2.5.0
[INFO] [stderr]    Compiling image v0.24.7
[INFO] [stderr]    Compiling ruzstd v0.4.0
[INFO] [stderr]    Compiling bevy_render_macros v0.12.1
[INFO] [stderr]    Compiling bevy_encase_derive v0.12.1
[INFO] [stderr]    Compiling ktx2 v0.3.0
[INFO] [stderr]    Compiling radsort v0.1.0
[INFO] [stderr]    Compiling alsa-sys v0.3.1
[INFO] [stderr]    Compiling xml-rs v0.8.19
[INFO] [stderr]    Compiling euclid v0.22.9
[INFO] [stderr]    Compiling libudev-sys v0.1.4
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]    Compiling cfg_aliases v0.1.1
[INFO] [stderr]    Compiling ttf-parser v0.20.0
[INFO] [stderr]    Compiling serde_json v1.0.108
[INFO] [stderr]    Compiling wayland-scanner v0.29.5
[INFO] [stderr]    Compiling svg_fmt v0.4.1
[INFO] [stderr]    Compiling guillotiere v0.6.2
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling nix v0.24.3
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling slotmap v1.0.7
[INFO] [stderr]    Compiling itoa v1.0.9
[INFO] [stderr]    Compiling winit v0.28.7
[INFO] [stderr]    Compiling ryu v1.0.15
[INFO] [stderr]    Compiling ab_glyph_rasterizer v0.1.8
[INFO] [stderr]    Compiling rectangle-pack v0.4.2
[INFO] [stderr]    Compiling cpal v0.15.2
[INFO] [stderr]    Compiling inflections v1.1.1
[INFO] [stderr]    Compiling alsa v0.7.1
[INFO] [stderr]    Compiling inotify v0.10.2
[INFO] [stderr]    Compiling gltf-derive v1.3.0
[INFO] [stderr]    Compiling owned_ttf_parser v0.20.0
[INFO] [stderr]    Compiling ab_glyph v0.2.23
[INFO] [stderr]    Compiling ogg v0.8.0
[INFO] [stderr]    Compiling mio v0.8.9
[INFO] [stderr]    Compiling dasp_sample v0.11.0
[INFO] [stderr]    Compiling xi-unicode v0.3.0
[INFO] [stderr]    Compiling gilrs v0.10.3
[INFO] [stderr]    Compiling glyph_brush_layout v0.2.3
[INFO] [stderr]    Compiling lewton v0.10.2
[INFO] [stderr]    Compiling grid v0.10.0
[INFO] [stderr]    Compiling sysinfo v0.29.11
[INFO] [stderr]    Compiling smallvec v1.11.2
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling glam v0.24.2
[INFO] [stderr]    Compiling bitflags v2.4.1
[INFO] [stderr]    Compiling erased-serde v0.3.31
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]    Compiling tracing-subscriber v0.3.18
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling naga v0.13.0
[INFO] [stderr]    Compiling petgraph v0.6.4
[INFO] [stderr]    Compiling gpu-alloc-types v0.3.0
[INFO] [stderr]    Compiling gpu-descriptor-types v0.1.2
[INFO] [stderr]    Compiling gpu-alloc v0.6.0
[INFO] [stderr]    Compiling gpu-descriptor v0.2.4
[INFO] [stderr]    Compiling wgpu-types v0.17.0
[INFO] [stderr]    Compiling ron v0.8.1
[INFO] [stderr]    Compiling nix v0.27.1
[INFO] [stderr]    Compiling bevy_math v0.12.1
[INFO] [stderr]    Compiling hexasphere v9.1.0
[INFO] [stderr]    Compiling encase v0.6.1
[INFO] [stderr]    Compiling bevy_mikktspace v0.12.1
[INFO] [stderr]    Compiling bevy_utils v0.12.1
[INFO] [stderr]    Compiling gilrs-core v0.5.9
[INFO] [stderr]    Compiling taffy v0.3.18
[INFO] [stderr]    Compiling bevy_reflect v0.12.1
[INFO] [stderr]    Compiling rodio v0.17.3
[INFO] [stderr]    Compiling anyhow v1.0.75
[INFO] [stderr]    Compiling gltf-json v1.3.0
[INFO] [stderr]    Compiling accesskit_winit v0.15.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling bevy_asset_loader_derive v0.18.0
[INFO] [stderr]    Compiling path-slash v0.2.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling wgpu-hal v0.17.2
[INFO] [stderr]    Compiling naga_oil v0.10.1
[INFO] [stderr]    Compiling gltf v1.3.0
[INFO] [stderr]    Compiling bevy_ecs v0.12.1
[INFO] [stderr]    Compiling wgpu-core v0.17.1
[INFO] [stderr]    Compiling wgpu v0.17.2
[INFO] [stderr]    Compiling bevy_app v0.12.1
[INFO] [stderr]    Compiling bevy_log v0.12.1
[INFO] [stderr]    Compiling bevy_core v0.12.1
[INFO] [stderr]    Compiling bevy_input v0.12.1
[INFO] [stderr]    Compiling bevy_time v0.12.1
[INFO] [stderr]    Compiling bevy_a11y v0.12.1
[INFO] [stderr]    Compiling bevy_hierarchy v0.12.1
[INFO] [stderr]    Compiling bevy_asset v0.12.1
[INFO] [stderr]    Compiling bevy_diagnostic v0.12.1
[INFO] [stderr]    Compiling bevy_transform v0.12.1
[INFO] [stderr]    Compiling bevy_window v0.12.1
[INFO] [stderr]    Compiling bevy_gilrs v0.12.1
[INFO] [stderr]    Compiling bevy_winit v0.12.1
[INFO] [stderr]    Compiling bevy_render v0.12.1
[INFO] [stderr]    Compiling bevy_audio v0.12.1
[INFO] [stderr]    Compiling bevy_core_pipeline v0.12.1
[INFO] [stderr]    Compiling bevy_animation v0.12.1
[INFO] [stderr]    Compiling bevy_scene v0.12.1
[INFO] [stderr]    Compiling bevy_sprite v0.12.1
[INFO] [stderr]    Compiling bevy_pbr v0.12.1
[INFO] [stderr]    Compiling bevy_text v0.12.1
[INFO] [stderr]    Compiling bevy_ui v0.12.1
[INFO] [stderr]    Compiling bevy_gltf v0.12.1
[INFO] [stderr]    Compiling bevy_gizmos v0.12.1
[INFO] [stderr]    Compiling bevy_internal v0.12.1
[INFO] [stderr]    Compiling bevy_dylib v0.12.1
[INFO] [stderr]    Compiling bevy v0.12.1
[INFO] [stderr]    Compiling bevy_asset_loader v0.18.0
[INFO] [stderr]    Compiling bevy-jam-4 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `embedded_watcher`
[INFO] [stdout]  --> src/sprites/mod.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     embedded_asset!(app, "src/", "plus.png");
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: no expected values for `feature`
[INFO] [stdout]   = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]   = help: try referring to `embedded_asset` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]   = help: the macro `embedded_asset` may come from an old version of the `bevy_asset` crate, try updating your dependency with `cargo update -p bevy_asset`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]   = note: this warning originates in the macro `embedded_asset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `embedded_watcher`
[INFO] [stdout]  --> src/sprites/mod.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     embedded_asset!(app, "src/", "plus.png");
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: no expected values for `feature`
[INFO] [stdout]   = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]   = help: try referring to `embedded_asset` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]   = help: the macro `embedded_asset` may come from an old version of the `bevy_asset` crate, try updating your dependency with `cargo update -p bevy_asset`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: this warning originates in the macro `embedded_asset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `embedded_watcher`
[INFO] [stdout]  --> src/sprites/mod.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     embedded_asset!(app, "src/", "dot.png");
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: no expected values for `feature`
[INFO] [stdout]   = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]   = help: try referring to `embedded_asset` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]   = help: the macro `embedded_asset` may come from an old version of the `bevy_asset` crate, try updating your dependency with `cargo update -p bevy_asset`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: this warning originates in the macro `embedded_asset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `embedded_watcher`
[INFO] [stdout]  --> src/sprites/mod.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     embedded_asset!(app, "src/", "dot.png");
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: no expected values for `feature`
[INFO] [stdout]   = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]   = help: try referring to `embedded_asset` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]   = help: the macro `embedded_asset` may come from an old version of the `bevy_asset` crate, try updating your dependency with `cargo update -p bevy_asset`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: this warning originates in the macro `embedded_asset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `embedded_watcher`
[INFO] [stdout]  --> src/sprites/mod.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     embedded_asset!(app, "src/", "cross.png");
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: no expected values for `feature`
[INFO] [stdout]   = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]   = help: try referring to `embedded_asset` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]   = help: the macro `embedded_asset` may come from an old version of the `bevy_asset` crate, try updating your dependency with `cargo update -p bevy_asset`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: this warning originates in the macro `embedded_asset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `embedded_watcher`
[INFO] [stdout]  --> src/sprites/mod.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     embedded_asset!(app, "src/", "cross.png");
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: no expected values for `feature`
[INFO] [stdout]   = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]   = help: try referring to `embedded_asset` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]   = help: the macro `embedded_asset` may come from an old version of the `bevy_asset` crate, try updating your dependency with `cargo update -p bevy_asset`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: this warning originates in the macro `embedded_asset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `embedded_watcher`
[INFO] [stdout]  --> src/sprites/mod.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     embedded_asset!(app, "src/", "arrow.png");
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: no expected values for `feature`
[INFO] [stdout]   = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]   = help: try referring to `embedded_asset` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]   = help: the macro `embedded_asset` may come from an old version of the `bevy_asset` crate, try updating your dependency with `cargo update -p bevy_asset`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: this warning originates in the macro `embedded_asset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `embedded_watcher`
[INFO] [stdout]  --> src/sprites/mod.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     embedded_asset!(app, "src/", "arrow.png");
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: no expected values for `feature`
[INFO] [stdout]   = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]   = help: try referring to `embedded_asset` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]   = help: the macro `embedded_asset` may come from an old version of the `bevy_asset` crate, try updating your dependency with `cargo update -p bevy_asset`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: this warning originates in the macro `embedded_asset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:350:9
[INFO] [stdout]     |
[INFO] [stdout] 350 |         mut gizmos: Gizmos,
[INFO] [stdout]     |         ----^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `gizmos`
[INFO] [stdout]    --> src/main.rs:350:9
[INFO] [stdout]     |
[INFO] [stdout] 350 |         mut gizmos: Gizmos,
[INFO] [stdout]     |         ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_gizmos`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> src/main.rs:1151:5
[INFO] [stdout]      |
[INFO] [stdout] 1151 |     mut ship_part: Query<&mut ShipPart>,
[INFO] [stdout]      |     ----^^^^^^^^^
[INFO] [stdout]      |     |
[INFO] [stdout]      |     help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/main.rs:173:21
[INFO] [stdout]     |
[INFO] [stdout] 173 | struct GridPosition(Vec2);
[INFO] [stdout]     |        ------------ ^^^^
[INFO] [stdout]     |        |
[INFO] [stdout]     |        field in this struct
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider removing this field
[INFO] [stdout]     = note: `GridPosition` has derived impls for the traits `Clone` and `Debug`, but these are 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: associated items `from_grid_vec2` and `color` are never used
[INFO] [stdout]    --> src/main.rs:194:12
[INFO] [stdout]     |
[INFO] [stdout] 188 | impl Box {
[INFO] [stdout]     | -------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 194 |     pub fn from_grid_vec2(pos: Vec2) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 212 |     pub fn color(mut self, color: Color) -> Self {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Connector` is never constructed
[INFO] [stdout]    --> src/main.rs:227:5
[INFO] [stdout]     |
[INFO] [stdout] 222 | enum PartType {
[INFO] [stdout]     |      -------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 227 |     Connector,
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `PartType` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `EnemyBundle` is never constructed
[INFO] [stdout]    --> src/main.rs:542:8
[INFO] [stdout]     |
[INFO] [stdout] 542 | struct EnemyBundle {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Shooter` is never constructed
[INFO] [stdout]    --> src/main.rs:671:5
[INFO] [stdout]     |
[INFO] [stdout] 669 | enum EnemyType {
[INFO] [stdout]     |      --------- variant in this enum
[INFO] [stdout] 670 |     Seeker,
[INFO] [stdout] 671 |     Shooter,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `direction` is never read
[INFO] [stdout]     --> src/main.rs:1042:9
[INFO] [stdout]      |
[INFO] [stdout] 1039 |     GunDirection {
[INFO] [stdout]      |     ------------ field in this variant
[INFO] [stdout] ...
[INFO] [stdout] 1042 |         direction: Option<Vec2>,
[INFO] [stdout]      |         ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `PartAction` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `color` is never used
[INFO] [stdout]     --> src/main.rs:1046:8
[INFO] [stdout]      |
[INFO] [stdout] 1045 | impl PartAction {
[INFO] [stdout]      | --------------- method in this implementation
[INFO] [stdout] 1046 |     fn color(&self) -> Color {
[INFO] [stdout]      |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `part_count` is never read
[INFO] [stdout]     --> src/main.rs:1087:5
[INFO] [stdout]      |
[INFO] [stdout] 1086 | struct ShipUi {
[INFO] [stdout]      |        ------ field in this struct
[INFO] [stdout] 1087 |     part_count: usize,
[INFO] [stdout]      |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `setup` is never used
[INFO] [stdout]  --> src/sprites/mod.rs:3:8
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub fn setup(app: &mut App) {
[INFO] [stdout]   |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 31s
[INFO] running `Command { std: "docker" "inspect" "4d79d92dac8eefbc5d93268ec43066a0960536b141fd6ee6c46e8438d2cdb9a5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4d79d92dac8eefbc5d93268ec43066a0960536b141fd6ee6c46e8438d2cdb9a5", kill_on_drop: false }`
[INFO] [stdout] 4d79d92dac8eefbc5d93268ec43066a0960536b141fd6ee6c46e8438d2cdb9a5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] df6a843c222314be7bf78c3190f346c0b473e27ef13aa1813e786010dae0bfd4
[INFO] running `Command { std: "docker" "start" "-a" "df6a843c222314be7bf78c3190f346c0b473e27ef13aa1813e786010dae0bfd4", kill_on_drop: false }`
[INFO] [stderr]    Compiling bevy-jam-4 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `embedded_watcher`
[INFO] [stdout]  --> src/sprites/mod.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     embedded_asset!(app, "src/", "plus.png");
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: no expected values for `feature`
[INFO] [stdout]   = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]   = help: try referring to `embedded_asset` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]   = help: the macro `embedded_asset` may come from an old version of the `bevy_asset` crate, try updating your dependency with `cargo update -p bevy_asset`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]   = note: this warning originates in the macro `embedded_asset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `embedded_watcher`
[INFO] [stdout]  --> src/sprites/mod.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     embedded_asset!(app, "src/", "plus.png");
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: no expected values for `feature`
[INFO] [stdout]   = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]   = help: try referring to `embedded_asset` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]   = help: the macro `embedded_asset` may come from an old version of the `bevy_asset` crate, try updating your dependency with `cargo update -p bevy_asset`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: this warning originates in the macro `embedded_asset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `embedded_watcher`
[INFO] [stdout]  --> src/sprites/mod.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     embedded_asset!(app, "src/", "dot.png");
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: no expected values for `feature`
[INFO] [stdout]   = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]   = help: try referring to `embedded_asset` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]   = help: the macro `embedded_asset` may come from an old version of the `bevy_asset` crate, try updating your dependency with `cargo update -p bevy_asset`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: this warning originates in the macro `embedded_asset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `embedded_watcher`
[INFO] [stdout]  --> src/sprites/mod.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     embedded_asset!(app, "src/", "dot.png");
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: no expected values for `feature`
[INFO] [stdout]   = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]   = help: try referring to `embedded_asset` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]   = help: the macro `embedded_asset` may come from an old version of the `bevy_asset` crate, try updating your dependency with `cargo update -p bevy_asset`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: this warning originates in the macro `embedded_asset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `embedded_watcher`
[INFO] [stdout]  --> src/sprites/mod.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     embedded_asset!(app, "src/", "cross.png");
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: no expected values for `feature`
[INFO] [stdout]   = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]   = help: try referring to `embedded_asset` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]   = help: the macro `embedded_asset` may come from an old version of the `bevy_asset` crate, try updating your dependency with `cargo update -p bevy_asset`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: this warning originates in the macro `embedded_asset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `embedded_watcher`
[INFO] [stdout]  --> src/sprites/mod.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     embedded_asset!(app, "src/", "cross.png");
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: no expected values for `feature`
[INFO] [stdout]   = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]   = help: try referring to `embedded_asset` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]   = help: the macro `embedded_asset` may come from an old version of the `bevy_asset` crate, try updating your dependency with `cargo update -p bevy_asset`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: this warning originates in the macro `embedded_asset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `embedded_watcher`
[INFO] [stdout]  --> src/sprites/mod.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     embedded_asset!(app, "src/", "arrow.png");
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: no expected values for `feature`
[INFO] [stdout]   = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]   = help: try referring to `embedded_asset` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]   = help: the macro `embedded_asset` may come from an old version of the `bevy_asset` crate, try updating your dependency with `cargo update -p bevy_asset`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: this warning originates in the macro `embedded_asset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `embedded_watcher`
[INFO] [stdout]  --> src/sprites/mod.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     embedded_asset!(app, "src/", "arrow.png");
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: no expected values for `feature`
[INFO] [stdout]   = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]   = help: try referring to `embedded_asset` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]   = help: the macro `embedded_asset` may come from an old version of the `bevy_asset` crate, try updating your dependency with `cargo update -p bevy_asset`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: this warning originates in the macro `embedded_asset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:350:9
[INFO] [stdout]     |
[INFO] [stdout] 350 |         mut gizmos: Gizmos,
[INFO] [stdout]     |         ----^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `gizmos`
[INFO] [stdout]    --> src/main.rs:350:9
[INFO] [stdout]     |
[INFO] [stdout] 350 |         mut gizmos: Gizmos,
[INFO] [stdout]     |         ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_gizmos`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> src/main.rs:1151:5
[INFO] [stdout]      |
[INFO] [stdout] 1151 |     mut ship_part: Query<&mut ShipPart>,
[INFO] [stdout]      |     ----^^^^^^^^^
[INFO] [stdout]      |     |
[INFO] [stdout]      |     help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/main.rs:173:21
[INFO] [stdout]     |
[INFO] [stdout] 173 | struct GridPosition(Vec2);
[INFO] [stdout]     |        ------------ ^^^^
[INFO] [stdout]     |        |
[INFO] [stdout]     |        field in this struct
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider removing this field
[INFO] [stdout]     = note: `GridPosition` has derived impls for the traits `Clone` and `Debug`, but these are 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: associated items `from_grid_vec2` and `color` are never used
[INFO] [stdout]    --> src/main.rs:194:12
[INFO] [stdout]     |
[INFO] [stdout] 188 | impl Box {
[INFO] [stdout]     | -------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 194 |     pub fn from_grid_vec2(pos: Vec2) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 212 |     pub fn color(mut self, color: Color) -> Self {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Connector` is never constructed
[INFO] [stdout]    --> src/main.rs:227:5
[INFO] [stdout]     |
[INFO] [stdout] 222 | enum PartType {
[INFO] [stdout]     |      -------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 227 |     Connector,
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `PartType` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `EnemyBundle` is never constructed
[INFO] [stdout]    --> src/main.rs:542:8
[INFO] [stdout]     |
[INFO] [stdout] 542 | struct EnemyBundle {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Shooter` is never constructed
[INFO] [stdout]    --> src/main.rs:671:5
[INFO] [stdout]     |
[INFO] [stdout] 669 | enum EnemyType {
[INFO] [stdout]     |      --------- variant in this enum
[INFO] [stdout] 670 |     Seeker,
[INFO] [stdout] 671 |     Shooter,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `direction` is never read
[INFO] [stdout]     --> src/main.rs:1042:9
[INFO] [stdout]      |
[INFO] [stdout] 1039 |     GunDirection {
[INFO] [stdout]      |     ------------ field in this variant
[INFO] [stdout] ...
[INFO] [stdout] 1042 |         direction: Option<Vec2>,
[INFO] [stdout]      |         ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `PartAction` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `color` is never used
[INFO] [stdout]     --> src/main.rs:1046:8
[INFO] [stdout]      |
[INFO] [stdout] 1045 | impl PartAction {
[INFO] [stdout]      | --------------- method in this implementation
[INFO] [stdout] 1046 |     fn color(&self) -> Color {
[INFO] [stdout]      |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `part_count` is never read
[INFO] [stdout]     --> src/main.rs:1087:5
[INFO] [stdout]      |
[INFO] [stdout] 1086 | struct ShipUi {
[INFO] [stdout]      |        ------ field in this struct
[INFO] [stdout] 1087 |     part_count: usize,
[INFO] [stdout]      |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `setup` is never used
[INFO] [stdout]  --> src/sprites/mod.rs:3:8
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub fn setup(app: &mut App) {
[INFO] [stdout]   |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.70s
[INFO] running `Command { std: "docker" "inspect" "df6a843c222314be7bf78c3190f346c0b473e27ef13aa1813e786010dae0bfd4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "df6a843c222314be7bf78c3190f346c0b473e27ef13aa1813e786010dae0bfd4", kill_on_drop: false }`
[INFO] [stdout] df6a843c222314be7bf78c3190f346c0b473e27ef13aa1813e786010dae0bfd4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 97f66ffd87a668064d1b6a6b9a3815cf3b22f6889917373309434acc3ea2b2c6
[INFO] running `Command { std: "docker" "start" "-a" "97f66ffd87a668064d1b6a6b9a3815cf3b22f6889917373309434acc3ea2b2c6", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition value: `embedded_watcher`
[INFO] [stderr]  --> src/sprites/mod.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 |     embedded_asset!(app, "src/", "plus.png");
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: no expected values for `feature`
[INFO] [stderr]   = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]   = help: try referring to `embedded_asset` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]   = help: the macro `embedded_asset` may come from an old version of the `bevy_asset` crate, try updating your dependency with `cargo update -p bevy_asset`
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr]   = note: this warning originates in the macro `embedded_asset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `embedded_watcher`
[INFO] [stderr]  --> src/sprites/mod.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 |     embedded_asset!(app, "src/", "plus.png");
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: no expected values for `feature`
[INFO] [stderr]   = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]   = help: try referring to `embedded_asset` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]   = help: the macro `embedded_asset` may come from an old version of the `bevy_asset` crate, try updating your dependency with `cargo update -p bevy_asset`
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]   = note: this warning originates in the macro `embedded_asset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `embedded_watcher`
[INFO] [stderr]  --> src/sprites/mod.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 |     embedded_asset!(app, "src/", "dot.png");
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: no expected values for `feature`
[INFO] [stderr]   = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]   = help: try referring to `embedded_asset` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]   = help: the macro `embedded_asset` may come from an old version of the `bevy_asset` crate, try updating your dependency with `cargo update -p bevy_asset`
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]   = note: this warning originates in the macro `embedded_asset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `embedded_watcher`
[INFO] [stderr]  --> src/sprites/mod.rs:6:5
[INFO] [stderr]   |
[INFO] [stderr] 6 |     embedded_asset!(app, "src/", "cross.png");
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: no expected values for `feature`
[INFO] [stderr]   = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]   = help: try referring to `embedded_asset` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]   = help: the macro `embedded_asset` may come from an old version of the `bevy_asset` crate, try updating your dependency with `cargo update -p bevy_asset`
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]   = note: this warning originates in the macro `embedded_asset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `embedded_watcher`
[INFO] [stderr]  --> src/sprites/mod.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 |     embedded_asset!(app, "src/", "arrow.png");
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: no expected values for `feature`
[INFO] [stderr]   = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]   = help: try referring to `embedded_asset` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]   = help: the macro `embedded_asset` may come from an old version of the `bevy_asset` crate, try updating your dependency with `cargo update -p bevy_asset`
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]   = note: this warning originates in the macro `embedded_asset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> src/main.rs:350:9
[INFO] [stderr]     |
[INFO] [stderr] 350 |         mut gizmos: Gizmos,
[INFO] [stderr]     |         ----^^^^^^
[INFO] [stderr]     |         |
[INFO] [stderr]     |         help: remove this `mut`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `gizmos`
[INFO] [stderr]    --> src/main.rs:350:9
[INFO] [stderr]     |
[INFO] [stderr] 350 |         mut gizmos: Gizmos,
[INFO] [stderr]     |         ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_gizmos`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]     --> src/main.rs:1151:5
[INFO] [stderr]      |
[INFO] [stderr] 1151 |     mut ship_part: Query<&mut ShipPart>,
[INFO] [stderr]      |     ----^^^^^^^^^
[INFO] [stderr]      |     |
[INFO] [stderr]      |     help: remove this `mut`
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/main.rs:173:21
[INFO] [stderr]     |
[INFO] [stderr] 173 | struct GridPosition(Vec2);
[INFO] [stderr]     |        ------------ ^^^^
[INFO] [stderr]     |        |
[INFO] [stderr]     |        field in this struct
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider removing this field
[INFO] [stderr]     = note: `GridPosition` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `from_grid_vec2` and `color` are never used
[INFO] [stderr]    --> src/main.rs:194:12
[INFO] [stderr]     |
[INFO] [stderr] 188 | impl Box {
[INFO] [stderr]     | -------- associated items in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 194 |     pub fn from_grid_vec2(pos: Vec2) -> Self {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 212 |     pub fn color(mut self, color: Color) -> Self {
[INFO] [stderr]     |            ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: variant `Connector` is never constructed
[INFO] [stderr]    --> src/main.rs:227:5
[INFO] [stderr]     |
[INFO] [stderr] 222 | enum PartType {
[INFO] [stderr]     |      -------- variant in this enum
[INFO] [stderr] ...
[INFO] [stderr] 227 |     Connector,
[INFO] [stderr]     |     ^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `PartType` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: struct `EnemyBundle` is never constructed
[INFO] [stderr]    --> src/main.rs:542:8
[INFO] [stderr]     |
[INFO] [stderr] 542 | struct EnemyBundle {
[INFO] [stderr]     |        ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: variant `Shooter` is never constructed
[INFO] [stderr]    --> src/main.rs:671:5
[INFO] [stderr]     |
[INFO] [stderr] 669 | enum EnemyType {
[INFO] [stderr]     |      --------- variant in this enum
[INFO] [stderr] 670 |     Seeker,
[INFO] [stderr] 671 |     Shooter,
[INFO] [stderr]     |     ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `direction` is never read
[INFO] [stderr]     --> src/main.rs:1042:9
[INFO] [stderr]      |
[INFO] [stderr] 1039 |     GunDirection {
[INFO] [stderr]      |     ------------ field in this variant
[INFO] [stderr] ...
[INFO] [stderr] 1042 |         direction: Option<Vec2>,
[INFO] [stderr]      |         ^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: `PartAction` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: method `color` is never used
[INFO] [stderr]     --> src/main.rs:1046:8
[INFO] [stderr]      |
[INFO] [stderr] 1045 | impl PartAction {
[INFO] [stderr]      | --------------- method in this implementation
[INFO] [stderr] 1046 |     fn color(&self) -> Color {
[INFO] [stderr]      |        ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `part_count` is never read
[INFO] [stderr]     --> src/main.rs:1087:5
[INFO] [stderr]      |
[INFO] [stderr] 1086 | struct ShipUi {
[INFO] [stderr]      |        ------ field in this struct
[INFO] [stderr] 1087 |     part_count: usize,
[INFO] [stderr]      |     ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `setup` is never used
[INFO] [stderr]  --> src/sprites/mod.rs:3:8
[INFO] [stderr]   |
[INFO] [stderr] 3 | pub fn setup(app: &mut App) {
[INFO] [stderr]   |        ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `bevy-jam-4` (bin "bevy-jam-4" test) generated 20 warnings (3 duplicates) (run `cargo fix --bin "bevy-jam-4" -p bevy-jam-4 --tests` to apply 3 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.39s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/bevy_jam_4-5717a0fbaf563aea)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/bevy_jam_4-8de54a69133f0c10)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests bevy_jam_4
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "97f66ffd87a668064d1b6a6b9a3815cf3b22f6889917373309434acc3ea2b2c6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "97f66ffd87a668064d1b6a6b9a3815cf3b22f6889917373309434acc3ea2b2c6", kill_on_drop: false }`
[INFO] [stdout] 97f66ffd87a668064d1b6a6b9a3815cf3b22f6889917373309434acc3ea2b2c6
