[INFO] fetching crate bevy_dogoap 0.5.0...
[INFO] checking bevy_dogoap-0.5.0 against try#f77b5bc6c7c84df104f86b0dd01d9490e3923fa8 for pr-147834
[INFO] extracting crate bevy_dogoap 0.5.0 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate bevy_dogoap 0.5.0
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate bevy_dogoap 0.5.0
[INFO] tweaked toml for crates.io crate bevy_dogoap 0.5.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate bevy_dogoap 0.5.0 on toolchain f77b5bc6c7c84df104f86b0dd01d9490e3923fa8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f77b5bc6c7c84df104f86b0dd01d9490e3923fa8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate bevy_dogoap 0.5.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f77b5bc6c7c84df104f86b0dd01d9490e3923fa8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+f77b5bc6c7c84df104f86b0dd01d9490e3923fa8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d400740826519a93c21882f2b56bd670793ccbefc7b83fb652e789e8f17bdaa4
[INFO] running `Command { std: "docker" "start" "-a" "d400740826519a93c21882f2b56bd670793ccbefc7b83fb652e789e8f17bdaa4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d400740826519a93c21882f2b56bd670793ccbefc7b83fb652e789e8f17bdaa4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d400740826519a93c21882f2b56bd670793ccbefc7b83fb652e789e8f17bdaa4", kill_on_drop: false }`
[INFO] [stdout] d400740826519a93c21882f2b56bd670793ccbefc7b83fb652e789e8f17bdaa4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+f77b5bc6c7c84df104f86b0dd01d9490e3923fa8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] da8b0d812d970ae30e2fb8f4eeec082c8268a76033f6167a3d5864c1c5f730b9
[INFO] running `Command { std: "docker" "start" "-a" "da8b0d812d970ae30e2fb8f4eeec082c8268a76033f6167a3d5864c1c5f730b9", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling serde v1.0.204
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]    Compiling libm v0.2.11
[INFO] [stderr]    Compiling toml_datetime v0.6.6
[INFO] [stderr]    Compiling indexmap v2.9.0
[INFO] [stderr]     Checking foldhash v0.1.3
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling winnow v0.6.14
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking fastrand v2.1.0
[INFO] [stderr]     Checking futures-io v0.3.30
[INFO] [stderr]    Compiling cc v1.1.10
[INFO] [stderr]     Checking typeid v1.0.0
[INFO] [stderr]     Checking bevy_ptr v0.16.0
[INFO] [stderr]     Checking downcast-rs v2.0.1
[INFO] [stderr]     Checking futures-lite v2.3.0
[INFO] [stderr]     Checking crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]     Checking event-listener v5.4.0
[INFO] [stderr]     Checking bumpalo v3.16.0
[INFO] [stderr]    Compiling wayland-sys v0.31.6
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking regex-syntax v0.8.4
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling quick-xml v0.37.5
[INFO] [stderr]     Checking async-channel v2.3.1
[INFO] [stderr]    Compiling wayland-client v0.31.7
[INFO] [stderr]    Compiling naga v24.0.0
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking piper v0.2.4
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]     Checking tinyvec v1.9.0
[INFO] [stderr]     Checking async-lock v3.4.0
[INFO] [stderr]    Compiling wgpu-hal v24.0.4
[INFO] [stderr]     Checking const_panic v0.2.12
[INFO] [stderr]     Checking async-broadcast v0.7.2
[INFO] [stderr]     Checking stackfuture v0.3.0
[INFO] [stderr]     Checking atomicow v1.1.0
[INFO] [stderr]     Checking svg_fmt v0.4.5
[INFO] [stderr]     Checking half v2.6.0
[INFO] [stderr]     Checking euclid v0.22.11
[INFO] [stderr]    Compiling wayland-scanner v0.31.6
[INFO] [stderr]     Checking ordered-float v4.6.0
[INFO] [stderr]     Checking async-executor v1.13.0
[INFO] [stderr]     Checking blocking v1.6.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling wgpu v24.0.3
[INFO] [stderr]    Compiling uuid v1.16.0
[INFO] [stderr]     Checking unicode-ident v1.0.12
[INFO] [stderr]    Compiling slotmap v1.0.7
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]     Checking offset-allocator v0.2.0
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking memmap2 v0.9.5
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]     Checking khronos-egl v6.0.0
[INFO] [stderr]     Checking async-fs v2.1.2
[INFO] [stderr]    Compiling winit v0.30.9
[INFO] [stderr]     Checking roxmltree v0.20.0
[INFO] [stderr]     Checking accesskit v0.18.0
[INFO] [stderr]    Compiling semver v1.0.23
[INFO] [stderr]     Checking unicode-script v0.5.7
[INFO] [stderr]     Checking ttf-parser v0.20.0
[INFO] [stderr]     Checking unicode-ccc v0.2.0
[INFO] [stderr]     Checking unicode-properties v0.1.3
[INFO] [stderr]     Checking zeno v0.3.3
[INFO] [stderr]     Checking dpi v0.1.2
[INFO] [stderr]     Checking yazi v0.2.1
[INFO] [stderr]     Checking unicode-bidi-mirroring v0.2.0
[INFO] [stderr]    Compiling toml_edit v0.22.16
[INFO] [stderr]     Checking guillotiere v0.6.2
[INFO] [stderr]     Checking ttf-parser v0.21.1
[INFO] [stderr]     Checking fontconfig-parser v0.5.8
[INFO] [stderr]     Checking self_cell v1.2.0
[INFO] [stderr]     Checking rangemap v1.5.1
[INFO] [stderr]     Checking sys-locale v0.3.2
[INFO] [stderr]    Compiling toml_edit v0.21.1
[INFO] [stderr]    Compiling wayland-backend v0.3.7
[INFO] [stderr]    Compiling blake3 v1.5.3
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking integer-sqrt v0.1.5
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking regex-automata v0.4.7
[INFO] [stderr]     Checking fontdb v0.16.2
[INFO] [stderr]    Compiling bevy_macro_utils v0.16.0
[INFO] [stderr]    Compiling encase_derive_impl v0.10.0
[INFO] [stderr]     Checking regex v1.10.6
[INFO] [stderr]    Compiling proc-macro-crate v3.1.0
[INFO] [stderr]    Compiling serde_derive v1.0.204
[INFO] [stderr]    Compiling bytemuck_derive v1.9.3
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling derive_more-impl v1.0.0
[INFO] [stderr]    Compiling variadics_please v1.1.0
[INFO] [stderr]    Compiling bevy_reflect_derive v0.16.0
[INFO] [stderr]    Compiling assert_type_match v0.1.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling bevy_ecs_macros v0.16.0
[INFO] [stderr]    Compiling bevy_derive v0.16.0
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling encase_derive v0.10.0
[INFO] [stderr]    Compiling bevy_asset_macros v0.16.0
[INFO] [stderr]    Compiling bevy_encase_derive v0.16.0
[INFO] [stderr]    Compiling bevy_render_macros v0.16.0
[INFO] [stderr]    Compiling bevy_gizmos_macros v0.16.0
[INFO] [stderr]    Compiling deprecate-until v0.1.1
[INFO] [stderr]    Compiling bevy-trait-query-impl v0.16.0
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking bytemuck v1.23.0
[INFO] [stderr]    Compiling dogoap_macros v0.5.0
[INFO] [stderr]     Checking image v0.25.6
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking font-types v0.9.0
[INFO] [stderr]     Checking tiny-skia-path v0.11.4
[INFO] [stderr]     Checking thiserror v2.0.12
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking read-fonts v0.29.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking tracing-subscriber v0.3.18
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking tiny-skia v0.11.4
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking derive_more v1.0.0
[INFO] [stderr]     Checking rand_distr v0.4.3
[INFO] [stderr]     Checking bitflags v2.9.1
[INFO] [stderr]     Checking hashbrown v0.15.2
[INFO] [stderr]     Checking glam v0.29.3
[INFO] [stderr]     Checking smol_str v0.2.2
[INFO] [stderr]     Checking erased-serde v0.4.5
[INFO] [stderr]     Checking nix v0.29.0
[INFO] [stderr]     Checking rustix v0.38.34
[INFO] [stderr]     Checking wgpu-types v24.0.0
[INFO] [stderr]     Checking spirv v0.3.0+sdk-1.3.268.0
[INFO] [stderr]     Checking gpu-alloc-types v0.3.0
[INFO] [stderr]     Checking gpu-descriptor-types v0.2.0
[INFO] [stderr]     Checking ron v0.8.1
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]     Checking rustybuzz v0.14.1
[INFO] [stderr]     Checking gpu-alloc v0.6.0
[INFO] [stderr]     Checking skrifa v0.31.0
[INFO] [stderr]     Checking bevy_platform v0.16.0
[INFO] [stderr]     Checking gpu-descriptor v0.3.1
[INFO] [stderr]     Checking bevy_utils v0.16.0
[INFO] [stderr]     Checking bevy_tasks v0.16.0
[INFO] [stderr]     Checking pathfinding v4.10.0
[INFO] [stderr]     Checking ctrlc v3.4.5
[INFO] [stderr]     Checking swash v0.2.4
[INFO] [stderr]     Checking polling v3.7.4
[INFO] [stderr]     Checking calloop v0.13.0
[INFO] [stderr]     Checking cosmic-text v0.13.2
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]     Checking bevy_reflect v0.16.0
[INFO] [stderr]     Checking encase v0.10.0
[INFO] [stderr]     Checking bevy_mikktspace v0.16.0
[INFO] [stderr]     Checking hexasphere v15.1.0
[INFO] [stderr]     Checking wayland-protocols v0.32.5
[INFO] [stderr]     Checking wayland-cursor v0.31.7
[INFO] [stderr]     Checking calloop-wayland-source v0.3.0
[INFO] [stderr]     Checking naga_oil v0.17.1
[INFO] [stderr]     Checking bevy_ecs v0.16.0
[INFO] [stderr]     Checking bevy_math v0.16.0
[INFO] [stderr]     Checking dogoap v0.5.0
[INFO] [stderr]     Checking wgpu-core v24.0.2
[INFO] [stderr]     Checking wayland-protocols-wlr v0.3.5
[INFO] [stderr]     Checking wayland-protocols-plasma v0.3.5
[INFO] [stderr]     Checking smithay-client-toolkit v0.19.2
[INFO] [stderr]     Checking sctk-adwaita v0.10.1
[INFO] [stderr]     Checking accesskit_winit v0.25.0
[INFO] [stderr]     Checking bevy_color v0.16.1
[INFO] [stderr]     Checking bevy_app v0.16.0
[INFO] [stderr]     Checking bevy_log v0.16.0
[INFO] [stderr]     Checking bevy_input v0.16.0
[INFO] [stderr]     Checking bevy_asset v0.16.0
[INFO] [stderr]     Checking bevy_time v0.16.0
[INFO] [stderr]     Checking bevy_a11y v0.16.0
[INFO] [stderr]     Checking bevy-trait-query v0.16.0
[INFO] [stderr]     Checking bevy_transform v0.16.0
[INFO] [stderr]     Checking bevy_diagnostic v0.16.0
[INFO] [stderr]     Checking bevy_window v0.16.0
[INFO] [stderr]     Checking bevy_image v0.16.0
[INFO] [stderr]     Checking bevy_input_focus v0.16.0
[INFO] [stderr]     Checking bevy_mesh v0.16.0
[INFO] [stderr]     Checking bevy_winit v0.16.0
[INFO] [stderr]     Checking bevy_render v0.16.0
[INFO] [stderr]     Checking bevy_core_pipeline v0.16.0
[INFO] [stderr]     Checking bevy_sprite v0.16.0
[INFO] [stderr]     Checking bevy_gizmos v0.16.0
[INFO] [stderr]     Checking bevy_text v0.16.0
[INFO] [stderr]     Checking bevy_internal v0.16.0
[INFO] [stderr]     Checking bevy v0.16.0
[INFO] [stderr]     Checking bevy_dogoap v0.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated method `bevy::prelude::Query::<'w, 's, D, F>::get_single_mut`: Please use `single_mut` instead
[INFO] [stdout]    --> examples/resman.rs:467:14
[INFO] [stdout]     |
[INFO] [stdout] 467 |             .get_single_mut()
[INFO] [stdout]     |              ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `bevy::prelude::Query::<'w, 's, D, F>::get_single_mut`: Please use `single_mut` instead
[INFO] [stdout]    --> examples/resman.rs:540:14
[INFO] [stdout]     |
[INFO] [stdout] 540 |             .get_single_mut()
[INFO] [stdout]     |              ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `bevy::prelude::Query::<'w, 's, D, F>::get_single`: Please use `single` instead
[INFO] [stdout]    --> examples/cells.rs:128:26
[INFO] [stdout]     |
[INFO] [stdout] 128 |     let window = windows.get_single().expect("Expected only one window! Wth");
[INFO] [stdout]     |                          ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `bevy::prelude::Query::<'w, 's, D, F>::get_single`: Please use `single` instead
[INFO] [stdout]    --> examples/cells.rs:159:26
[INFO] [stdout]     |
[INFO] [stdout] 159 |     let window = windows.get_single().expect("Expected only one window! Wth");
[INFO] [stdout]     |                          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> examples/resman.rs:414:5
[INFO] [stdout]     |
[INFO] [stdout] 414 |     mut commands: Commands,
[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: variable does not need to be mutable
[INFO] [stdout]    --> examples/resman.rs:424:18
[INFO] [stdout]     |
[INFO] [stdout] 424 |             let (mut worker, mut should_go, t_worker) =
[INFO] [stdout]     |                  ----^^^^^^
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `commands`
[INFO] [stdout]    --> examples/resman.rs:414:5
[INFO] [stdout]     |
[INFO] [stdout] 414 |     mut commands: Commands,
[INFO] [stdout]     |     ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_commands`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `t_order_desk`
[INFO] [stdout]    --> examples/resman.rs:421:26
[INFO] [stdout]     |
[INFO] [stdout] 421 |     for (mut order_desk, t_order_desk) in q_order_desks.iter_mut() {
[INFO] [stdout]     |                          ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_t_order_desk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `t_worker`
[INFO] [stdout]    --> examples/resman.rs:424:45
[INFO] [stdout]     |
[INFO] [stdout] 424 |             let (mut worker, mut should_go, t_worker) =
[INFO] [stdout]     |                                             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_t_worker`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `bevy::prelude::EntityCommands::<'a>::despawn_recursive`: Use entity.despawn(), which now automatically despawns recursively.
[INFO] [stdout]    --> examples/cells.rs:343:46
[INFO] [stdout]     |
[INFO] [stdout] 343 |                     commands.entity(*e_food).despawn_recursive();
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> examples/resman.rs:493:5
[INFO] [stdout]     |
[INFO] [stdout] 493 |     mut commands: Commands,
[INFO] [stdout]     |     ----^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> examples/resman.rs:499:37
[INFO] [stdout]     |
[INFO] [stdout] 499 |     for (entity, customer, _action, mut state) in query.iter_mut() {
[INFO] [stdout]     |                                     ----^^^^^
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `commands`
[INFO] [stdout]    --> examples/resman.rs:493:5
[INFO] [stdout]     |
[INFO] [stdout] 493 |     mut commands: Commands,
[INFO] [stdout]     |     ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_commands`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `time`
[INFO] [stdout]    --> examples/resman.rs:494:5
[INFO] [stdout]     |
[INFO] [stdout] 494 |     time: Res<Time>,
[INFO] [stdout]     |     ^^^^ help: if this is intentional, prefix it with an underscore: `_time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `entity`
[INFO] [stdout]    --> examples/resman.rs:499:10
[INFO] [stdout]     |
[INFO] [stdout] 499 |     for (entity, customer, _action, mut state) in query.iter_mut() {
[INFO] [stdout]     |          ^^^^^^ help: if this is intentional, prefix it with an underscore: `_entity`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `state`
[INFO] [stdout]    --> examples/resman.rs:499:37
[INFO] [stdout]     |
[INFO] [stdout] 499 |     for (entity, customer, _action, mut state) in query.iter_mut() {
[INFO] [stdout]     |                                     ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_state`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `bevy::prelude::EntityCommands::<'a>::despawn_recursive`: Use entity.despawn(), which now automatically despawns recursively.
[INFO] [stdout]    --> examples/cells.rs:374:37
[INFO] [stdout]     |
[INFO] [stdout] 374 |             commands.entity(entity).despawn_recursive();
[INFO] [stdout]     |                                     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `bevy::prelude::QueryState::<D, F>::get_single`: Please use `single` instead.
[INFO] [stdout]    --> examples/bevy_basic.rs:114:25
[INFO] [stdout]     |
[INFO] [stdout] 114 |     let planner = query.get_single(&app.world()).unwrap();
[INFO] [stdout]     |                         ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `items` and `owner` are never read
[INFO] [stdout]    --> examples/resman.rs:195:5
[INFO] [stdout]     |
[INFO] [stdout] 193 | struct Order {
[INFO] [stdout]     |        ----- fields in this struct
[INFO] [stdout] 194 |     items_to_produce: VecDeque<Item>,
[INFO] [stdout] 195 |     items: Vec<Item>,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 196 |     owner: Entity,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `bevy::prelude::Query::<'w, 's, D, F>::get_single`: Please use `single` instead
[INFO] [stdout]    --> examples/miner.rs:256:26
[INFO] [stdout]     |
[INFO] [stdout] 256 |     let window = windows.get_single().expect("Expected only one window! Wth");
[INFO] [stdout]     |                          ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `bevy::prelude::Query::<'w, 's, D, F>::get_single`: Please use `single` instead
[INFO] [stdout]    --> examples/miner.rs:295:30
[INFO] [stdout]     |
[INFO] [stdout] 295 |         let window = windows.get_single().expect("Expected only one window! Wth");
[INFO] [stdout]     |                              ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `bevy::prelude::Query::<'w, 's, D, F>::get_single`: Please use `single` instead
[INFO] [stdout]    --> examples/miner.rs:317:30
[INFO] [stdout]     |
[INFO] [stdout] 317 |         let window = windows.get_single().expect("Expected only one window! Wth");
[INFO] [stdout]     |                              ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `bevy::prelude::Query::<'w, 's, D, F>::get_single`: Please use `single` instead
[INFO] [stdout]    --> examples/miner.rs:365:14
[INFO] [stdout]     |
[INFO] [stdout] 365 |             .get_single()
[INFO] [stdout]     |              ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `bevy::prelude::Query::<'w, 's, D, F>::get_single`: Please use `single` instead
[INFO] [stdout]    --> examples/miner.rs:391:14
[INFO] [stdout]     |
[INFO] [stdout] 391 |             .get_single()
[INFO] [stdout]     |              ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `bevy::prelude::Query::<'w, 's, D, F>::get_single`: Please use `single` instead
[INFO] [stdout]    --> examples/miner.rs:414:14
[INFO] [stdout]     |
[INFO] [stdout] 414 |             .get_single()
[INFO] [stdout]     |              ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `bevy::prelude::Query::<'w, 's, D, F>::get_single`: Please use `single` instead
[INFO] [stdout]    --> examples/miner.rs:444:14
[INFO] [stdout]     |
[INFO] [stdout] 444 |             .get_single()
[INFO] [stdout]     |              ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `bevy::prelude::EntityCommands::<'a>::despawn_recursive`: Use entity.despawn(), which now automatically despawns recursively.
[INFO] [stdout]    --> examples/miner.rs:570:37
[INFO] [stdout]     |
[INFO] [stdout] 570 |         commands.entity(mushroom.0).despawn_recursive();
[INFO] [stdout]     |                                     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `bevy::prelude::EntityCommands::<'a>::despawn_recursive`: Use entity.despawn(), which now automatically despawns recursively.
[INFO] [stdout]    --> examples/miner.rs:670:48
[INFO] [stdout]     |
[INFO] [stdout] 670 |                     commands.entity(closest.0).despawn_recursive();
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `bevy::prelude::Query::<'w, 's, D, F>::get_single`: Please use `single` instead
[INFO] [stdout]    --> examples/miner.rs:927:17
[INFO] [stdout]     |
[INFO] [stdout] 927 |         q_house.get_single().unwrap().translation.truncate(),
[INFO] [stdout]     |                 ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `bevy::prelude::Query::<'w, 's, D, F>::get_single`: Please use `single` instead
[INFO] [stdout]    --> examples/miner.rs:933:19
[INFO] [stdout]     |
[INFO] [stdout] 933 |         q_smelter.get_single().unwrap().translation.truncate(),
[INFO] [stdout]     |                   ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `bevy::prelude::Query::<'w, 's, D, F>::get_single`: Please use `single` instead
[INFO] [stdout]    --> examples/miner.rs:939:20
[INFO] [stdout]     |
[INFO] [stdout] 939 |         q_merchant.get_single().unwrap().translation.truncate(),
[INFO] [stdout]     |                    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s
[INFO] running `Command { std: "docker" "inspect" "da8b0d812d970ae30e2fb8f4eeec082c8268a76033f6167a3d5864c1c5f730b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "da8b0d812d970ae30e2fb8f4eeec082c8268a76033f6167a3d5864c1c5f730b9", kill_on_drop: false }`
[INFO] [stdout] da8b0d812d970ae30e2fb8f4eeec082c8268a76033f6167a3d5864c1c5f730b9
