[INFO] cloning repository https://github.com/pearl2201/bevy_ping_pong
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pearl2201/bevy_ping_pong" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpearl2201%2Fbevy_ping_pong", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpearl2201%2Fbevy_ping_pong'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f9c40b356e30ca23c2f7e82ee2a13427c326583a
[INFO] checking pearl2201/bevy_ping_pong against 1.95.0-beta.7 for beta-1.95-4
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpearl2201%2Fbevy_ping_pong" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/pearl2201/bevy_ping_pong
[INFO] finished tweaking git repo https://github.com/pearl2201/bevy_ping_pong
[INFO] tweaked toml for git repo https://github.com/pearl2201/bevy_ping_pong written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/pearl2201/bevy_ping_pong on toolchain 1.95.0-beta.7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0-beta.7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/pearl2201/bevy_ping_pong 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.95.0-beta.7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+1.95.0-beta.7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 94cb56e294f40135da5f65257783001c606277ef6c76e5d2ead3280d3ad7597d
[INFO] running `Command { std: "docker" "start" "-a" "94cb56e294f40135da5f65257783001c606277ef6c76e5d2ead3280d3ad7597d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "94cb56e294f40135da5f65257783001c606277ef6c76e5d2ead3280d3ad7597d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "94cb56e294f40135da5f65257783001c606277ef6c76e5d2ead3280d3ad7597d", kill_on_drop: false }`
[INFO] [stdout] 94cb56e294f40135da5f65257783001c606277ef6c76e5d2ead3280d3ad7597d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+1.95.0-beta.7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cfcc8200fbf421e6f81304de50ad283c4d08025e10f5cc63599f73333e8a384c
[INFO] running `Command { std: "docker" "start" "-a" "cfcc8200fbf421e6f81304de50ad283c4d08025e10f5cc63599f73333e8a384c", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.71
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling libc v0.2.151
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling serde v1.0.193
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]     Checking pin-project-lite v0.2.13
[INFO] [stderr]    Compiling crossbeam-utils v0.8.18
[INFO] [stderr]     Checking zerocopy v0.7.32
[INFO] [stderr]    Compiling thiserror v1.0.52
[INFO] [stderr]     Checking allocator-api2 v0.2.16
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]     Checking futures-core v0.3.30
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]    Compiling winnow v0.5.31
[INFO] [stderr]     Checking parking v2.2.0
[INFO] [stderr]    Compiling toml_datetime v0.6.5
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]     Checking log v0.4.20
[INFO] [stderr]     Checking memchr v2.6.4
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]     Checking event-listener v2.5.3
[INFO] [stderr]     Checking fastrand v2.0.1
[INFO] [stderr]     Checking futures-io v0.3.30
[INFO] [stderr]     Checking futures-lite v2.1.0
[INFO] [stderr]     Checking instant v0.1.12
[INFO] [stderr]     Checking async-task v4.6.0
[INFO] [stderr]     Checking fixedbitset v0.4.2
[INFO] [stderr]     Checking waker-fn v1.1.1
[INFO] [stderr]     Checking fastrand v1.9.0
[INFO] [stderr]    Compiling indexmap v2.1.0
[INFO] [stderr]     Checking nonmax v0.5.5
[INFO] [stderr]     Checking thread_local v1.1.7
[INFO] [stderr]     Checking downcast-rs v1.2.0
[INFO] [stderr]     Checking smol_str v0.2.0
[INFO] [stderr]     Checking bevy_ptr v0.12.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking futures-lite v1.13.0
[INFO] [stderr]     Checking aho-corasick v1.1.2
[INFO] [stderr]     Checking regex-syntax v0.8.2
[INFO] [stderr]     Checking regex-syntax v0.6.29
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]     Checking overload v0.1.1
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking concurrent-queue v2.4.0
[INFO] [stderr]     Checking nu-ansi-term v0.46.0
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]    Compiling pkg-config v0.3.28
[INFO] [stderr]     Checking tracing-log v0.1.4
[INFO] [stderr]     Checking event-listener v4.0.1
[INFO] [stderr]     Checking async-channel v1.9.0
[INFO] [stderr]    Compiling ahash v0.8.6
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking raw-window-handle v0.5.2
[INFO] [stderr]     Checking event-listener-strategy v0.4.0
[INFO] [stderr]     Checking arrayvec v0.7.4
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]     Checking async-lock v3.2.0
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]     Checking unicode-xid v0.2.4
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]     Checking simd-adler32 v0.3.7
[INFO] [stderr]     Checking bit-vec v0.6.3
[INFO] [stderr]     Checking unicode-width v0.1.11
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]     Checking termcolor v1.4.0
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]     Checking pp-rs v0.2.1
[INFO] [stderr]    Compiling syn v2.0.43
[INFO] [stderr]     Checking async-executor v1.8.0
[INFO] [stderr]     Checking bit-set v0.5.3
[INFO] [stderr]     Checking codespan-reporting v0.11.1
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]     Checking bevy_tasks v0.12.1
[INFO] [stderr]     Checking crossbeam-channel v0.5.10
[INFO] [stderr]     Checking libloading v0.7.4
[INFO] [stderr]    Compiling getrandom v0.2.11
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]     Checking atomic-waker v1.1.2
[INFO] [stderr]    Compiling uuid v1.6.1
[INFO] [stderr]    Compiling khronos-egl v4.1.0
[INFO] [stderr]    Compiling ash v0.37.3+1.3.251
[INFO] [stderr]     Checking adler v1.0.2
[INFO] [stderr]     Checking hexf-parse v0.2.1
[INFO] [stderr]     Checking piper v0.2.1
[INFO] [stderr]     Checking miniz_oxide v0.7.1
[INFO] [stderr]     Checking async-channel v2.1.1
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]    Compiling async-fs v1.6.0
[INFO] [stderr]     Checking accesskit v0.12.1
[INFO] [stderr]     Checking spirv v0.2.0+1.5.4
[INFO] [stderr]     Checking fdeflate v0.3.3
[INFO] [stderr]     Checking regex-automata v0.1.10
[INFO] [stderr]     Checking regex-automata v0.4.3
[INFO] [stderr]     Checking async-lock v2.8.0
[INFO] [stderr]     Checking libloading v0.8.1
[INFO] [stderr]     Checking renderdoc-sys v1.0.0
[INFO] [stderr]     Checking glow v0.12.3
[INFO] [stderr]    Compiling toml_edit v0.20.7
[INFO] [stderr]     Checking flate2 v1.0.28
[INFO] [stderr]     Checking arrayref v0.3.7
[INFO] [stderr]     Checking constant_time_eq v0.3.0
[INFO] [stderr]     Checking profiling v1.0.13
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]    Compiling thiserror-core v1.0.50
[INFO] [stderr]     Checking base64 v0.21.5
[INFO] [stderr]     Checking async-broadcast v0.5.1
[INFO] [stderr]     Checking const_soft_float v0.1.4
[INFO] [stderr]     Checking color_quant v1.1.0
[INFO] [stderr]     Checking constgebra v0.1.3
[INFO] [stderr]     Checking png v0.17.10
[INFO] [stderr]     Checking twox-hash v1.6.3
[INFO] [stderr]     Checking const_panic v0.2.8
[INFO] [stderr]     Checking data-encoding v2.5.0
[INFO] [stderr]     Checking regex-syntax v0.7.5
[INFO] [stderr]     Checking ktx2 v0.3.0
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]     Checking tinyvec_macros v0.1.1
[INFO] [stderr]     Checking tinyvec v1.6.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]     Checking ttf-parser v0.20.0
[INFO] [stderr]     Checking radsort v0.1.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling alsa-sys v0.3.1
[INFO] [stderr]     Checking matchers v0.1.0
[INFO] [stderr]    Compiling xml-rs v0.8.19
[INFO] [stderr]     Checking ab_glyph_rasterizer v0.1.8
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]    Compiling libudev-sys v0.1.4
[INFO] [stderr]     Checking euclid v0.22.9
[INFO] [stderr]    Compiling cfg_aliases v0.1.1
[INFO] [stderr]    Compiling serde_json v1.0.108
[INFO] [stderr]     Checking svg_fmt v0.4.1
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking nix v0.24.3
[INFO] [stderr]     Checking inotify-sys v0.1.5
[INFO] [stderr]     Checking guillotiere v0.6.2
[INFO] [stderr]    Compiling slotmap v1.0.7
[INFO] [stderr]    Compiling inflections v1.1.1
[INFO] [stderr]     Checking ryu v1.0.16
[INFO] [stderr]     Checking itoa v1.0.10
[INFO] [stderr]     Checking rectangle-pack v0.4.2
[INFO] [stderr]    Compiling cpal v0.15.2
[INFO] [stderr]     Checking alsa v0.7.1
[INFO] [stderr]     Checking inotify v0.10.2
[INFO] [stderr]     Checking mio v0.8.10
[INFO] [stderr]     Checking ogg v0.8.0
[INFO] [stderr]    Compiling gilrs v0.10.4
[INFO] [stderr]    Compiling wayland-scanner v0.29.5
[INFO] [stderr]     Checking dasp_sample v0.11.0
[INFO] [stderr]     Checking vec_map v0.8.2
[INFO] [stderr]     Checking xi-unicode v0.3.0
[INFO] [stderr]     Checking lewton v0.10.2
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]     Checking owned_ttf_parser v0.20.0
[INFO] [stderr]     Checking grid v0.10.0
[INFO] [stderr]     Checking sysinfo v0.29.11
[INFO] [stderr]     Checking ab_glyph v0.2.23
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]     Checking regex v1.10.2
[INFO] [stderr]     Checking base64 v0.13.1
[INFO] [stderr]     Checking taffy v0.3.18
[INFO] [stderr]     Checking glyph_brush_layout v0.2.3
[INFO] [stderr]    Compiling memoffset v0.7.1
[INFO] [stderr]     Checking subtle v2.5.0
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]     Checking zeroize v1.7.0
[INFO] [stderr]     Checking cpufeatures v0.2.11
[INFO] [stderr]     Checking opaque-debug v0.3.0
[INFO] [stderr]     Checking unicode-normalization v0.1.22
[INFO] [stderr]     Checking nix v0.26.4
[INFO] [stderr]     Checking utf8parse v0.2.1
[INFO] [stderr]     Checking unicode-bidi v0.3.14
[INFO] [stderr]    Compiling x11rb v0.12.0
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking inout v0.1.3
[INFO] [stderr]     Checking anstyle-parse v0.2.3
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking poly1305 v0.8.0
[INFO] [stderr]     Checking chacha20 v0.9.1
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]     Checking gethostname v0.3.0
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]     Checking colorchoice v1.0.0
[INFO] [stderr]     Checking octets v0.2.0
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]     Checking anstyle v1.0.4
[INFO] [stderr]     Checking anstyle-query v1.0.2
[INFO] [stderr]     Checking chacha20poly1305 v0.10.1
[INFO] [stderr]     Checking bytes v1.5.0
[INFO] [stderr]     Checking nohash-hasher v0.2.0
[INFO] [stderr]     Checking renetcode v0.0.10
[INFO] [stderr]     Checking clap_lex v0.6.0
[INFO] [stderr]     Checking strsim v0.10.0
[INFO] [stderr]     Checking anstream v0.6.5
[INFO] [stderr]     Checking ppv-lite86 v0.2.17
[INFO] [stderr]     Checking home v0.5.9
[INFO] [stderr]     Checking varint-rs v2.2.0
[INFO] [stderr]    Compiling bevy_macro_utils v0.12.1
[INFO] [stderr]    Compiling encase_derive_impl v0.6.1
[INFO] [stderr]     Checking x11rb-protocol v0.12.0
[INFO] [stderr]     Checking url v2.5.0
[INFO] [stderr]     Checking clap_builder v4.4.11
[INFO] [stderr]     Checking const-random v0.1.17
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking dlv-list v0.5.2
[INFO] [stderr]    Compiling blake3 v1.5.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking webbrowser v0.8.12
[INFO] [stderr]    Compiling winit v0.28.7
[INFO] [stderr]     Checking clap v4.4.11
[INFO] [stderr]     Checking accesskit_winit v0.15.0
[INFO] [stderr]    Compiling serde_derive v1.0.193
[INFO] [stderr]    Compiling bytemuck_derive v1.5.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.52
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling bevy_utils_proc_macros v0.12.1
[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 thiserror-core-impl v1.0.50
[INFO] [stderr]    Compiling bevy_asset_macros v0.12.1
[INFO] [stderr]    Compiling encase_derive v0.6.1
[INFO] [stderr]    Compiling bevy_render_macros v0.12.1
[INFO] [stderr]    Compiling bevy_encase_derive v0.12.1
[INFO] [stderr]    Compiling gltf-derive v1.4.0
[INFO] [stderr]     Checking bytemuck v1.14.0
[INFO] [stderr]     Checking image v0.24.7
[INFO] [stderr]     Checking emath v0.24.1
[INFO] [stderr]     Checking ecolor v0.24.1
[INFO] [stderr]     Checking ruzstd v0.4.0
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking blocking v1.5.1
[INFO] [stderr]     Checking smallvec v1.11.2
[INFO] [stderr]     Checking glam v0.24.2
[INFO] [stderr]     Checking bitflags v2.4.1
[INFO] [stderr]     Checking erased-serde v0.3.31
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking naga v0.13.0
[INFO] [stderr]     Checking gpu-alloc-types v0.3.0
[INFO] [stderr]     Checking gpu-descriptor-types v0.1.2
[INFO] [stderr]     Checking wgpu-types v0.17.0
[INFO] [stderr]     Checking ron v0.8.1
[INFO] [stderr]     Checking nix v0.27.1
[INFO] [stderr]     Checking tracing-subscriber v0.3.18
[INFO] [stderr]     Checking gpu-alloc v0.6.0
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking gilrs-core v0.5.10
[INFO] [stderr]     Checking epaint v0.24.1
[INFO] [stderr]     Checking arboard v3.3.0
[INFO] [stderr]     Checking gpu-descriptor v0.2.4
[INFO] [stderr]     Checking ordered-multimap v0.7.1
[INFO] [stderr]     Checking gltf-json v1.4.0
[INFO] [stderr]     Checking rodio v0.17.3
[INFO] [stderr]     Checking petgraph v0.6.4
[INFO] [stderr]     Checking egui v0.24.1
[INFO] [stderr]     Checking bevy_math v0.12.1
[INFO] [stderr]     Checking bevy_mikktspace v0.12.1
[INFO] [stderr]     Checking encase v0.6.1
[INFO] [stderr]     Checking hexasphere v9.1.0
[INFO] [stderr]     Checking bevy_utils v0.12.1
[INFO] [stderr]     Checking bevy_reflect v0.12.1
[INFO] [stderr]     Checking gltf v1.4.0
[INFO] [stderr]     Checking wgpu-hal v0.17.2
[INFO] [stderr]     Checking naga_oil v0.10.1
[INFO] [stderr]     Checking bevy_ecs v0.12.1
[INFO] [stderr]     Checking wgpu-core v0.17.1
[INFO] [stderr]     Checking wgpu v0.17.2
[INFO] [stderr]     Checking bevy_app v0.12.1
[INFO] [stderr]     Checking renet v0.0.14
[INFO] [stderr]     Checking bevy_log v0.12.1
[INFO] [stderr]     Checking bevy_core v0.12.1
[INFO] [stderr]     Checking bevy_input v0.12.1
[INFO] [stderr]     Checking bevy_time v0.12.1
[INFO] [stderr]     Checking bevy_a11y v0.12.1
[INFO] [stderr]     Checking bevy_asset v0.12.1
[INFO] [stderr]     Checking bevy_hierarchy v0.12.1
[INFO] [stderr]     Checking bevy_diagnostic v0.12.1
[INFO] [stderr]     Checking bevy_transform v0.12.1
[INFO] [stderr]     Checking bevy_window v0.12.1
[INFO] [stderr]     Checking bevy_gilrs v0.12.1
[INFO] [stderr]     Checking bevy_audio v0.12.1
[INFO] [stderr]     Checking bevy_render v0.12.1
[INFO] [stderr]     Checking bevy_winit v0.12.1
[INFO] [stderr]     Checking bevy_core_pipeline v0.12.1
[INFO] [stderr]     Checking bevy_scene v0.12.1
[INFO] [stderr]     Checking bevy_animation v0.12.1
[INFO] [stderr]     Checking bevy_sprite v0.12.1
[INFO] [stderr]     Checking bevy_pbr v0.12.1
[INFO] [stderr]     Checking bevy_text v0.12.1
[INFO] [stderr]     Checking bevy_ui v0.12.1
[INFO] [stderr]     Checking bevy_gizmos v0.12.1
[INFO] [stderr]     Checking bevy_gltf v0.12.1
[INFO] [stderr]     Checking bevy_internal v0.12.1
[INFO] [stderr]     Checking bevy_dylib v0.12.1
[INFO] [stderr]     Checking bevy v0.12.1
[INFO] [stderr]     Checking bevy_renet v0.0.10
[INFO] [stderr]     Checking bevy_egui v0.24.0
[INFO] [stderr]     Checking smooth-bevy-cameras v0.10.0
[INFO] [stderr]     Checking bevy_replicon v0.18.2
[INFO] [stderr]     Checking bevy_ping_pong v0.1.0 (/opt/rustwide/workdir/bevy_ping_pong)
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> bevy_ping_pong/src/lib.rs:126:24
[INFO] [stdout]     |
[INFO] [stdout] 126 |                     if (client_actor_id == 1) {
[INFO] [stdout]     |                        ^                    ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 126 -                     if (client_actor_id == 1) {
[INFO] [stdout] 126 +                     if client_actor_id == 1  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> bevy_ping_pong/src/lib.rs:133:24
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     if (client_actor_id == 1) {
[INFO] [stdout]     |                        ^                    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 133 -                     if (client_actor_id == 1) {
[INFO] [stdout] 133 +                     if client_actor_id == 1  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> bevy_ping_pong/src/lib.rs:179:12
[INFO] [stdout]     |
[INFO] [stdout] 179 |         if (ball_pos.x <= CLAMP_MIN_BALL_X && game_date.round < 3) {
[INFO] [stdout]     |            ^                                                     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 179 -         if (ball_pos.x <= CLAMP_MIN_BALL_X && game_date.round < 3) {
[INFO] [stdout] 179 +         if ball_pos.x <= CLAMP_MIN_BALL_X && game_date.round < 3  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> bevy_ping_pong/src/lib.rs:192:19
[INFO] [stdout]     |
[INFO] [stdout] 192 |         } else if (ball_pos.x >= CLAMP_MAX_BALL_X && game_date.round < 3) {
[INFO] [stdout]     |                   ^                                                     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 192 -         } else if (ball_pos.x >= CLAMP_MAX_BALL_X && game_date.round < 3) {
[INFO] [stdout] 192 +         } else if ball_pos.x >= CLAMP_MAX_BALL_X && game_date.round < 3  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> bevy_ping_pong/src/lib.rs:207:12
[INFO] [stdout]     |
[INFO] [stdout] 207 |         if (is_reset && game_date.round >= 3) {
[INFO] [stdout]     |            ^                                ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 207 -         if (is_reset && game_date.round >= 3) {
[INFO] [stdout] 207 +         if is_reset && game_date.round >= 3  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> bevy_ping_pong/src/lib.rs:126:24
[INFO] [stdout]     |
[INFO] [stdout] 126 |                     if (client_actor_id == 1) {
[INFO] [stdout]     |                        ^                    ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 126 -                     if (client_actor_id == 1) {
[INFO] [stdout] 126 +                     if client_actor_id == 1  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> bevy_ping_pong/src/lib.rs:133:24
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     if (client_actor_id == 1) {
[INFO] [stdout]     |                        ^                    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 133 -                     if (client_actor_id == 1) {
[INFO] [stdout] 133 +                     if client_actor_id == 1  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> bevy_ping_pong/src/lib.rs:179:12
[INFO] [stdout]     |
[INFO] [stdout] 179 |         if (ball_pos.x <= CLAMP_MIN_BALL_X && game_date.round < 3) {
[INFO] [stdout]     |            ^                                                     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 179 -         if (ball_pos.x <= CLAMP_MIN_BALL_X && game_date.round < 3) {
[INFO] [stdout] 179 +         if ball_pos.x <= CLAMP_MIN_BALL_X && game_date.round < 3  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> bevy_ping_pong/src/lib.rs:192:19
[INFO] [stdout]     |
[INFO] [stdout] 192 |         } else if (ball_pos.x >= CLAMP_MAX_BALL_X && game_date.round < 3) {
[INFO] [stdout]     |                   ^                                                     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 192 -         } else if (ball_pos.x >= CLAMP_MAX_BALL_X && game_date.round < 3) {
[INFO] [stdout] 192 +         } else if ball_pos.x >= CLAMP_MAX_BALL_X && game_date.round < 3  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> bevy_ping_pong/src/lib.rs:207:12
[INFO] [stdout]     |
[INFO] [stdout] 207 |         if (is_reset && game_date.round >= 3) {
[INFO] [stdout]     |            ^                                ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 207 -         if (is_reset && game_date.round >= 3) {
[INFO] [stdout] 207 +         if is_reset && game_date.round >= 3  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> bevy_ping_pong/src/lib.rs:309:9
[INFO] [stdout]     |
[INFO] [stdout] 309 |         mut egui_ctx: Query<&mut EguiContext>,
[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: `egui_ctx`
[INFO] [stdout]    --> bevy_ping_pong/src/lib.rs:309:9
[INFO] [stdout]     |
[INFO] [stdout] 309 |         mut egui_ctx: Query<&mut EguiContext>,
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_egui_ctx`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `PADDLE_LEFT_Y` is never used
[INFO] [stdout]   --> bevy_ping_pong/src/lib.rs:23:7
[INFO] [stdout]    |
[INFO] [stdout] 23 | const PADDLE_LEFT_Y: f32 = -(SCREEN_WIDTH / 2.0 - PADDLE_WIDTH / 2.0);
[INFO] [stdout]    |       ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `nextState` should have a snake case name
[INFO] [stdout]    --> bevy_ping_pong/src/lib.rs:150:13
[INFO] [stdout]     |
[INFO] [stdout] 150 |         mut nextState: ResMut<NextState<GameState>>,
[INFO] [stdout]     |             ^^^^^^^^^ help: convert the identifier to snake case: `next_state`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> bevy_ping_pong/src/lib.rs:309:9
[INFO] [stdout]     |
[INFO] [stdout] 309 |         mut egui_ctx: Query<&mut EguiContext>,
[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: `egui_ctx`
[INFO] [stdout]    --> bevy_ping_pong/src/lib.rs:309:9
[INFO] [stdout]     |
[INFO] [stdout] 309 |         mut egui_ctx: Query<&mut EguiContext>,
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_egui_ctx`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `PADDLE_LEFT_Y` is never used
[INFO] [stdout]   --> bevy_ping_pong/src/lib.rs:23:7
[INFO] [stdout]    |
[INFO] [stdout] 23 | const PADDLE_LEFT_Y: f32 = -(SCREEN_WIDTH / 2.0 - PADDLE_WIDTH / 2.0);
[INFO] [stdout]    |       ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `nextState` should have a snake case name
[INFO] [stdout]    --> bevy_ping_pong/src/lib.rs:150:13
[INFO] [stdout]     |
[INFO] [stdout] 150 |         mut nextState: ResMut<NextState<GameState>>,
[INFO] [stdout]     |             ^^^^^^^^^ help: convert the identifier to snake case: `next_state`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `RenderPlugin`, `a11y::AccessibilityPlugin`, `app::ScheduleRunnerPlugin`, `core_pipeline::CorePipelinePlugin`, `diagnostic::DiagnosticsPlugin`, `input::InputPlugin`, `scene::ScenePlugin`, `settings::WgpuSettings`, `time::TimePlugin`, `utils::Duration`, and `winit::WinitPlugin`
[INFO] [stdout]   --> bevy_ping_pong/src/bin/server.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 |     a11y::AccessibilityPlugin,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]  9 |     app::ScheduleRunnerPlugin,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 10 |     core_pipeline::CorePipelinePlugin,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 11 |     diagnostic::DiagnosticsPlugin,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 12 |     input::InputPlugin,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 13 |     prelude::*,
[INFO] [stdout] 14 |     render::{settings::WgpuSettings, RenderPlugin},
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^
[INFO] [stdout] 15 |     scene::ScenePlugin,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 16 |     time::TimePlugin,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 17 |     utils::Duration,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 18 |     winit::WinitPlugin,
[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: `PlayerBundle`
[INFO] [stdout]   --> bevy_ping_pong/src/bin/server.rs:20:38
[INFO] [stdout]    |
[INFO] [stdout] 20 | use bevy_ping_pong::{PingPongPlugin, PlayerBundle, PORT, PROTOCOL_ID};
[INFO] [stdout]    |                                      ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `ClientAuthentication`, `ClientId`, `NetcodeClientTransport`, and `ServerEvent`
[INFO] [stdout]   --> bevy_ping_pong/src/bin/server.rs:26:13
[INFO] [stdout]    |
[INFO] [stdout] 26 |             ClientAuthentication, NetcodeClientTransport, NetcodeServerTransport,
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 |         ClientId, ConnectionConfig, ServerEvent,
[INFO] [stdout]    |         ^^^^^^^^                    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `RenderPlugin`, `a11y::AccessibilityPlugin`, `app::ScheduleRunnerPlugin`, `core_pipeline::CorePipelinePlugin`, `diagnostic::DiagnosticsPlugin`, `input::InputPlugin`, `scene::ScenePlugin`, `settings::WgpuSettings`, `time::TimePlugin`, `utils::Duration`, and `winit::WinitPlugin`
[INFO] [stdout]   --> bevy_ping_pong/src/bin/server.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 |     a11y::AccessibilityPlugin,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]  9 |     app::ScheduleRunnerPlugin,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 10 |     core_pipeline::CorePipelinePlugin,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 11 |     diagnostic::DiagnosticsPlugin,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 12 |     input::InputPlugin,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 13 |     prelude::*,
[INFO] [stdout] 14 |     render::{settings::WgpuSettings, RenderPlugin},
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^
[INFO] [stdout] 15 |     scene::ScenePlugin,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 16 |     time::TimePlugin,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 17 |     utils::Duration,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 18 |     winit::WinitPlugin,
[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: `PlayerBundle`
[INFO] [stdout]   --> bevy_ping_pong/src/bin/server.rs:20:38
[INFO] [stdout]    |
[INFO] [stdout] 20 | use bevy_ping_pong::{PingPongPlugin, PlayerBundle, PORT, PROTOCOL_ID};
[INFO] [stdout]    |                                      ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `ClientAuthentication`, `ClientId`, `NetcodeClientTransport`, and `ServerEvent`
[INFO] [stdout]   --> bevy_ping_pong/src/bin/server.rs:26:13
[INFO] [stdout]    |
[INFO] [stdout] 26 |             ClientAuthentication, NetcodeClientTransport, NetcodeServerTransport,
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 |         ClientId, ConnectionConfig, ServerEvent,
[INFO] [stdout]    |         ^^^^^^^^                    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `app::ScheduleRunnerPlugin`, `sprite::MaterialMesh2dBundle`, and `utils::Duration`
[INFO] [stdout]  --> bevy_ping_pong/src/bin/client.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | use bevy::{app::ScheduleRunnerPlugin, prelude::*, utils::Duration, sprite::MaterialMesh2dBundle};
[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 imports: `ClientId`, `NetcodeServerTransport`, `ServerAuthentication`, `ServerConfig`, and `ServerEvent`
[INFO] [stdout]   --> bevy_ping_pong/src/bin/client.rs:14:59
[INFO] [stdout]    |
[INFO] [stdout] 14 |             ClientAuthentication, NetcodeClientTransport, NetcodeServerTransport,
[INFO] [stdout]    |                                                           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 15 |             ServerAuthentication, ServerConfig,
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^
[INFO] [stdout] 16 |         },
[INFO] [stdout] 17 |         ClientId, ConnectionConfig, ServerEvent,
[INFO] [stdout]    |         ^^^^^^^^                    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `PlayerBundle`
[INFO] [stdout]   --> bevy_ping_pong/src/bin/client.rs:20:22
[INFO] [stdout]    |
[INFO] [stdout] 20 | use bevy_ping_pong::{PlayerBundle, PingPongPlugin, PORT, PROTOCOL_ID, LocalData};
[INFO] [stdout]    |                      ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `app::ScheduleRunnerPlugin`, `sprite::MaterialMesh2dBundle`, and `utils::Duration`
[INFO] [stdout]  --> bevy_ping_pong/src/bin/client.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | use bevy::{app::ScheduleRunnerPlugin, prelude::*, utils::Duration, sprite::MaterialMesh2dBundle};
[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 imports: `ClientId`, `NetcodeServerTransport`, `ServerAuthentication`, `ServerConfig`, and `ServerEvent`
[INFO] [stdout]   --> bevy_ping_pong/src/bin/client.rs:14:59
[INFO] [stdout]    |
[INFO] [stdout] 14 |             ClientAuthentication, NetcodeClientTransport, NetcodeServerTransport,
[INFO] [stdout]    |                                                           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 15 |             ServerAuthentication, ServerConfig,
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^
[INFO] [stdout] 16 |         },
[INFO] [stdout] 17 |         ClientId, ConnectionConfig, ServerEvent,
[INFO] [stdout]    |         ^^^^^^^^                    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `PlayerBundle`
[INFO] [stdout]   --> bevy_ping_pong/src/bin/client.rs:20:22
[INFO] [stdout]    |
[INFO] [stdout] 20 | use bevy_ping_pong::{PlayerBundle, PingPongPlugin, PORT, PROTOCOL_ID, LocalData};
[INFO] [stdout]    |                      ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> bevy_ping_pong/src/bin/client.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 |     mut meshes: ResMut<Assets<Mesh>>,
[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]   --> bevy_ping_pong/src/bin/client.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 36 |     mut materials: ResMut<Assets<ColorMaterial>>
[INFO] [stdout]    |     ----^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `meshes`
[INFO] [stdout]   --> bevy_ping_pong/src/bin/client.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 |     mut meshes: ResMut<Assets<Mesh>>,
[INFO] [stdout]    |     ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_meshes`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `materials`
[INFO] [stdout]   --> bevy_ping_pong/src/bin/client.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 36 |     mut materials: ResMut<Assets<ColorMaterial>>
[INFO] [stdout]    |     ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_materials`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ip` should have an upper case name
[INFO] [stdout]   --> bevy_ping_pong/src/bin/client.rs:38:11
[INFO] [stdout]    |
[INFO] [stdout] 38 |     const ip: IpAddr = std::net::IpAddr::V4(Ipv4Addr::new(127, 0, 0, 1));
[INFO] [stdout]    |           ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_upper_case_globals)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]    |
[INFO] [stdout] 38 -     const ip: IpAddr = std::net::IpAddr::V4(Ipv4Addr::new(127, 0, 0, 1));
[INFO] [stdout] 38 +     const IP: IpAddr = std::net::IpAddr::V4(Ipv4Addr::new(127, 0, 0, 1));
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> bevy_ping_pong/src/bin/client.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 |     mut meshes: ResMut<Assets<Mesh>>,
[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]   --> bevy_ping_pong/src/bin/client.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 36 |     mut materials: ResMut<Assets<ColorMaterial>>
[INFO] [stdout]    |     ----^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `meshes`
[INFO] [stdout]   --> bevy_ping_pong/src/bin/client.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 |     mut meshes: ResMut<Assets<Mesh>>,
[INFO] [stdout]    |     ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_meshes`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `materials`
[INFO] [stdout]   --> bevy_ping_pong/src/bin/client.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 36 |     mut materials: ResMut<Assets<ColorMaterial>>
[INFO] [stdout]    |     ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_materials`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ip` should have an upper case name
[INFO] [stdout]   --> bevy_ping_pong/src/bin/client.rs:38:11
[INFO] [stdout]    |
[INFO] [stdout] 38 |     const ip: IpAddr = std::net::IpAddr::V4(Ipv4Addr::new(127, 0, 0, 1));
[INFO] [stdout]    |           ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_upper_case_globals)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]    |
[INFO] [stdout] 38 -     const ip: IpAddr = std::net::IpAddr::V4(Ipv4Addr::new(127, 0, 0, 1));
[INFO] [stdout] 38 +     const IP: IpAddr = std::net::IpAddr::V4(Ipv4Addr::new(127, 0, 0, 1));
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [optimized + debuginfo] target(s) in 2m 42s
[INFO] running `Command { std: "docker" "inspect" "cfcc8200fbf421e6f81304de50ad283c4d08025e10f5cc63599f73333e8a384c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cfcc8200fbf421e6f81304de50ad283c4d08025e10f5cc63599f73333e8a384c", kill_on_drop: false }`
[INFO] [stdout] cfcc8200fbf421e6f81304de50ad283c4d08025e10f5cc63599f73333e8a384c
