[INFO] cloning repository https://github.com/ODck/nightshift
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ODck/nightshift" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FODck%2Fnightshift", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FODck%2Fnightshift'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5b1299f54fbb9e1aaa2c1f478e6d37d40546c00e
[INFO] checking ODck/nightshift against try#3a4cb0edb4040379c037e06efeb5409e44be7b77 for pr-146377
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FODck%2Fnightshift" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ODck/nightshift
[INFO] finished tweaking git repo https://github.com/ODck/nightshift
[INFO] tweaked toml for git repo https://github.com/ODck/nightshift written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ODck/nightshift on toolchain 3a4cb0edb4040379c037e06efeb5409e44be7b77
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3a4cb0edb4040379c037e06efeb5409e44be7b77" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ODck/nightshift 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" "+3a4cb0edb4040379c037e06efeb5409e44be7b77" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+3a4cb0edb4040379c037e06efeb5409e44be7b77" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 51b5e441167a2dffc89ea385829221fac3611f9c2d7232ef22116dd78f76d5f0
[INFO] running `Command { std: "docker" "start" "-a" "51b5e441167a2dffc89ea385829221fac3611f9c2d7232ef22116dd78f76d5f0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "51b5e441167a2dffc89ea385829221fac3611f9c2d7232ef22116dd78f76d5f0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "51b5e441167a2dffc89ea385829221fac3611f9c2d7232ef22116dd78f76d5f0", kill_on_drop: false }`
[INFO] [stdout] 51b5e441167a2dffc89ea385829221fac3611f9c2d7232ef22116dd78f76d5f0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+3a4cb0edb4040379c037e06efeb5409e44be7b77" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 008f011cbe69df6f6295d0d6862cc2337b2ad492c1516403fbf2cd6572c9c353
[INFO] running `Command { std: "docker" "start" "-a" "008f011cbe69df6f6295d0d6862cc2337b2ad492c1516403fbf2cd6572c9c353", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.97
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]     Checking cfg-if v1.0.1
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking log v0.4.27
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]     Checking libloading v0.8.8
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]     Checking linux-raw-sys v0.9.4
[INFO] [stderr]     Checking equivalent v1.0.2
[INFO] [stderr]     Checking foldhash v0.1.5
[INFO] [stderr]    Compiling cc v1.2.32
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling libm v0.2.15
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling thiserror v2.0.14
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling syn v2.0.105
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling quick-xml v0.37.5
[INFO] [stderr]    Compiling wayland-client v0.31.11
[INFO] [stderr]     Checking slab v0.4.11
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling wayland-sys v0.31.7
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]     Checking pin-project-lite v0.2.16
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]     Checking ttf-parser v0.25.1
[INFO] [stderr]    Compiling winnow v0.7.12
[INFO] [stderr]    Compiling wayland-scanner v0.31.7
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling indexmap v2.10.0
[INFO] [stderr]    Compiling zerocopy v0.8.26
[INFO] [stderr]     Checking profiling v1.0.17
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling naga v25.0.1
[INFO] [stderr]     Checking ab_glyph_rasterizer v0.1.10
[INFO] [stderr]    Compiling typeid v1.0.3
[INFO] [stderr]     Checking owned_ttf_parser v0.25.1
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]     Checking bit-vec v0.8.0
[INFO] [stderr]     Checking unicode-width v0.2.1
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]     Checking codespan-reporting v0.12.0
[INFO] [stderr]     Checking bit-set v0.8.0
[INFO] [stderr]     Checking ab_glyph v0.2.31
[INFO] [stderr]     Checking half v2.6.0
[INFO] [stderr]    Compiling wgpu-hal v25.0.2
[INFO] [stderr]     Checking writeable v0.6.1
[INFO] [stderr]     Checking xcursor v0.3.10
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]     Checking parking v2.2.1
[INFO] [stderr]     Checking litemap v0.8.0
[INFO] [stderr]     Checking fastrand v2.3.0
[INFO] [stderr]     Checking rustc-hash v1.1.0
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]     Checking cursor-icon v1.2.0
[INFO] [stderr]     Checking futures-lite v2.6.1
[INFO] [stderr]    Compiling uuid v1.18.0
[INFO] [stderr]    Compiling wayland-backend v0.3.11
[INFO] [stderr]    Compiling bevy_macro_utils v0.16.1
[INFO] [stderr]     Checking khronos-egl v6.0.0
[INFO] [stderr]     Checking ash v0.38.0+1.3.281
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking ordered-float v4.6.0
[INFO] [stderr]     Checking memmap2 v0.9.7
[INFO] [stderr]     Checking thread_local v1.1.9
[INFO] [stderr]    Compiling icu_properties_data v2.0.1
[INFO] [stderr]     Checking async-task v4.7.1
[INFO] [stderr]     Checking glow v0.16.0
[INFO] [stderr]    Compiling icu_normalizer_data v2.0.0
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking async-executor v1.13.2
[INFO] [stderr]     Checking crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]    Compiling wgpu-core v25.0.2
[INFO] [stderr]     Checking disqualified v1.0.0
[INFO] [stderr]    Compiling litrs v0.4.2
[INFO] [stderr]     Checking atomic-waker v1.1.2
[INFO] [stderr]     Checking bevy_ptr v0.16.1
[INFO] [stderr]     Checking downcast-rs v2.0.1
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling anyhow v1.0.99
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]    Compiling document-features v0.2.11
[INFO] [stderr]    Compiling wgpu v25.0.2
[INFO] [stderr]    Compiling winit v0.30.12
[INFO] [stderr]     Checking adler2 v2.0.1
[INFO] [stderr]     Checking fixedbitset v0.5.7
[INFO] [stderr]     Checking tracing-core v0.1.34
[INFO] [stderr]     Checking bumpalo v3.19.0
[INFO] [stderr]     Checking nonmax v0.5.5
[INFO] [stderr]     Checking anstyle-parse v0.2.7
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking smol_str v0.2.2
[INFO] [stderr]     Checking anstyle-query v1.1.4
[INFO] [stderr]     Checking dpi v0.1.2
[INFO] [stderr]     Checking glam v0.30.5
[INFO] [stderr]     Checking colorchoice v1.0.4
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]     Checking anstyle v1.0.11
[INFO] [stderr]     Checking env_filter v0.1.3
[INFO] [stderr]     Checking flate2 v1.1.2
[INFO] [stderr]     Checking anstream v0.6.20
[INFO] [stderr]     Checking fdeflate v0.3.7
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]     Checking signal-hook-registry v1.4.6
[INFO] [stderr]     Checking socket2 v0.6.0
[INFO] [stderr]     Checking utf8_iter v1.0.4
[INFO] [stderr]     Checking nohash-hasher v0.2.0
[INFO] [stderr]     Checking jiff v0.2.15
[INFO] [stderr]     Checking epaint_default_fonts v0.32.0
[INFO] [stderr]     Checking bytes v1.10.1
[INFO] [stderr]     Checking png v0.17.16
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]     Checking unicode-segmentation v1.12.0
[INFO] [stderr]     Checking web-time v1.1.0
[INFO] [stderr]     Checking rustc-hash v2.1.1
[INFO] [stderr]     Checking type-map v0.5.1
[INFO] [stderr]     Checking engine_prelude v0.1.0 (/opt/rustwide/workdir/crates/engine_prelude)
[INFO] [stderr]     Checking sandbox v0.1.0 (/opt/rustwide/workdir/apps/sandbox)
[INFO] [stderr]     Checking env_logger v0.11.8
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling bytemuck_derive v1.10.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling thiserror-impl v2.0.14
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling derive_more-impl v1.0.0
[INFO] [stderr]    Compiling variadics_please v1.1.0
[INFO] [stderr]     Checking bytemuck v1.23.2
[INFO] [stderr]     Checking tiny-skia-path v0.11.4
[INFO] [stderr]    Compiling bevy_reflect_derive v0.16.1
[INFO] [stderr]    Compiling assert_type_match v0.1.1
[INFO] [stderr]     Checking tiny-skia v0.11.4
[INFO] [stderr]    Compiling bevy_ecs_macros v0.16.1
[INFO] [stderr]     Checking emath v0.32.0
[INFO] [stderr]     Checking ecolor v0.32.0
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking yoke v0.8.0
[INFO] [stderr]     Checking zerovec v0.11.4
[INFO] [stderr]     Checking tinystr v0.8.1
[INFO] [stderr]     Checking icu_locale_core v2.0.0
[INFO] [stderr]     Checking potential_utf v0.1.2
[INFO] [stderr]     Checking zerotrie v0.2.2
[INFO] [stderr]     Checking icu_provider v2.0.0
[INFO] [stderr]     Checking icu_collections v2.0.0
[INFO] [stderr]     Checking icu_properties v2.0.1
[INFO] [stderr]     Checking icu_normalizer v2.0.0
[INFO] [stderr]     Checking epaint v0.32.0
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking image v0.25.6
[INFO] [stderr]     Checking webbrowser v1.0.5
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking tokio v1.47.1
[INFO] [stderr]     Checking bitflags v2.9.1
[INFO] [stderr]     Checking bevy_platform v0.16.1
[INFO] [stderr]     Checking gpu-alloc-types v0.3.0
[INFO] [stderr]     Checking gpu-descriptor-types v0.2.0
[INFO] [stderr]     Checking spirv v0.3.0+sdk-1.3.268.0
[INFO] [stderr]     Checking wgpu-types v25.0.0
[INFO] [stderr]     Checking gpu-descriptor v0.3.2
[INFO] [stderr]     Checking gpu-alloc v0.6.0
[INFO] [stderr]     Checking bevy_utils v0.16.1
[INFO] [stderr]     Checking derive_more v1.0.0
[INFO] [stderr]     Checking erased-serde v0.4.6
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]     Checking bevy_tasks v0.16.1
[INFO] [stderr]     Checking egui v0.32.0
[INFO] [stderr]     Checking polling v3.10.0
[INFO] [stderr]     Checking bevy_reflect v0.16.1
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]     Checking wayland-protocols v0.32.9
[INFO] [stderr]     Checking wayland-cursor v0.31.11
[INFO] [stderr]     Checking calloop v0.13.0
[INFO] [stderr]     Checking x11rb v0.13.1
[INFO] [stderr]     Checking calloop-wayland-source v0.3.0
[INFO] [stderr]     Checking bevy_ecs v0.16.1
[INFO] [stderr]     Checking arboard v3.6.0
[INFO] [stderr]     Checking wayland-protocols-wlr v0.3.9
[INFO] [stderr]     Checking wayland-protocols-plasma v0.3.9
[INFO] [stderr]     Checking smithay-client-toolkit v0.19.2
[INFO] [stderr]     Checking sctk-adwaita v0.10.1
[INFO] [stderr]     Checking smithay-clipboard v0.7.2
[INFO] [stderr]     Checking wgpu-core-deps-windows-linux-android v25.0.0
[INFO] [stderr]     Checking egui-winit v0.32.0
[INFO] [stderr]     Checking engine_core v0.1.0 (/opt/rustwide/workdir/crates/engine_core)
[INFO] [stdout] warning: unused import: `std::any::Any`
[INFO] [stdout]   --> crates/engine_core/src/components/name.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use std::any::Any;
[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: `entity::Entity`
[INFO] [stdout]  --> crates/engine_core/src/app.rs:1:16
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bevy_ecs::{entity::Entity, prelude::{Schedule, World}};
[INFO] [stdout]   |                ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::any::Any`
[INFO] [stdout]   --> crates/engine_core/src/components/name.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use std::any::Any;
[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: `entity::Entity`
[INFO] [stdout]  --> crates/engine_core/src/app.rs:1:16
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bevy_ecs::{entity::Entity, prelude::{Schedule, World}};
[INFO] [stdout]   |                ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `current` and `max` are never read
[INFO] [stdout]    --> crates/engine_core/src/app.rs:375:13
[INFO] [stdout]     |
[INFO] [stdout] 374 |         struct Health {
[INFO] [stdout]     |                ------ fields in this struct
[INFO] [stdout] 375 |             current: f32,
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout] 376 |             max: f32,
[INFO] [stdout]     |             ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Health` 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: field `0` is never read
[INFO] [stdout]    --> crates/engine_core/src/app.rs:441:32
[INFO] [stdout]     |
[INFO] [stdout] 441 |         struct CustomComponent(i32);
[INFO] [stdout]     |                --------------- ^^^
[INFO] [stdout]     |                |
[INFO] [stdout]     |                field in this struct
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider removing this field
[INFO] [stdout]     = note: `CustomComponent` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking scene_renderer v0.1.0 (/opt/rustwide/workdir/crates/scene_renderer)
[INFO] [stderr]     Checking egui-wgpu v0.32.0
[INFO] [stdout] warning: unused import: `winit::event_loop::EventLoop`
[INFO] [stdout]   --> crates/scene_renderer/src/renderer.rs:81:9
[INFO] [stdout]    |
[INFO] [stdout] 81 |     use winit::event_loop::EventLoop;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> crates/scene_renderer/src/renderer.rs:63:13
[INFO] [stdout]    |
[INFO] [stdout] 63 |         let mut config = surface
[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]   --> crates/scene_renderer/src/renderer.rs:63:13
[INFO] [stdout]    |
[INFO] [stdout] 63 |         let mut config = surface
[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: fields `device`, `queue`, `surface`, `pipeline`, and `config` are never read
[INFO] [stdout]   --> crates/scene_renderer/src/renderer.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub struct Renderer<'a> {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 24 |     device: Device,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 25 |     queue: Queue,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 26 |     surface: Surface<'a>,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 27 |     pipeline: Option<RenderPipeline>,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 28 |     config: SurfaceConfiguration,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Renderer` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `device`, `queue`, `surface`, `pipeline`, and `config` are never read
[INFO] [stdout]   --> crates/scene_renderer/src/renderer.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub struct Renderer<'a> {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 24 |     device: Device,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 25 |     queue: Queue,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 26 |     surface: Surface<'a>,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 27 |     pipeline: Option<RenderPipeline>,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 28 |     config: SurfaceConfiguration,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Renderer` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking editor_ui v0.1.0 (/opt/rustwide/workdir/crates/editor_ui)
[INFO] [stdout] warning: unused import: `ActiveEventLoop`
[INFO] [stdout]  --> crates/scene_renderer/examples/triangle.rs:4:18
[INFO] [stdout]   |
[INFO] [stdout] 4 |     event_loop::{ActiveEventLoop, EventLoop},
[INFO] [stdout]   |                  ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `winit::event_loop::EventLoop::<T>::run`: use `EventLoop::run_app` instead
[INFO] [stdout]   --> crates/scene_renderer/examples/triangle.rs:85:10
[INFO] [stdout]    |
[INFO] [stdout] 85 |         .run(move |event, target| {
[INFO] [stdout]    |          ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `winit::event_loop::EventLoop::<T>::create_window`: use `ActiveEventLoop::create_window` instead
[INFO] [stdout]    --> crates/scene_renderer/examples/triangle.rs:153:29
[INFO] [stdout]     |
[INFO] [stdout] 153 |     let window = event_loop.create_window(window_attributes).unwrap();
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `egui::DragValue::<'a>::clamp_range`: Use `range` instead
[INFO] [stdout]    --> crates/editor_ui/src/panels/inspector.rs:480:30
[INFO] [stdout]     |
[INFO] [stdout] 480 |                 .speed(0.01).clamp_range(0.001..=100.0)).changed();
[INFO] [stdout]     |                              ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `egui::DragValue::<'a>::clamp_range`: Use `range` instead
[INFO] [stdout]    --> crates/editor_ui/src/panels/inspector.rs:483:30
[INFO] [stdout]     |
[INFO] [stdout] 483 |                 .speed(0.01).clamp_range(0.001..=100.0)).changed();
[INFO] [stdout]     |                              ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `egui::DragValue::<'a>::clamp_range`: Use `range` instead
[INFO] [stdout]    --> crates/editor_ui/src/panels/inspector.rs:486:30
[INFO] [stdout]     |
[INFO] [stdout] 486 |                 .speed(0.01).clamp_range(0.001..=100.0)).changed();
[INFO] [stdout]     |                              ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `egui::PlatformOutput::copied_text`: Use `Context::copy_text` or `PlatformOutput::commands` instead
[INFO] [stdout]    --> crates/editor_ui/src/panels/inspector.rs:549:35
[INFO] [stdout]     |
[INFO] [stdout] 549 |                 ui.output_mut(|o| o.copied_text = name.as_str().to_string());
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `egui::PlatformOutput::copied_text`: Use `Context::copy_text` or `PlatformOutput::commands` instead
[INFO] [stdout]    --> crates/editor_ui/src/panels/asset_browser.rs:341:59
[INFO] [stdout]     |
[INFO] [stdout] 341 | ...                   ui.output_mut(|o| o.copied_text = path.clone());
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `egui::Ui::allocate_ui_at_rect`: Use `allocate_new_ui` instead
[INFO] [stdout]    --> crates/editor_ui/src/panels/game_viewport.rs:298:12
[INFO] [stdout]     |
[INFO] [stdout] 298 |         ui.allocate_ui_at_rect(rect, |ui| {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `egui::DragValue::<'a>::clamp_range`: Use `range` instead
[INFO] [stdout]    --> crates/editor_ui/src/panels/inspector.rs:480:30
[INFO] [stdout]     |
[INFO] [stdout] 480 |                 .speed(0.01).clamp_range(0.001..=100.0)).changed();
[INFO] [stdout]     |                              ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `egui::DragValue::<'a>::clamp_range`: Use `range` instead
[INFO] [stdout]    --> crates/editor_ui/src/panels/inspector.rs:483:30
[INFO] [stdout]     |
[INFO] [stdout] 483 |                 .speed(0.01).clamp_range(0.001..=100.0)).changed();
[INFO] [stdout]     |                              ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `egui::DragValue::<'a>::clamp_range`: Use `range` instead
[INFO] [stdout]    --> crates/editor_ui/src/panels/inspector.rs:486:30
[INFO] [stdout]     |
[INFO] [stdout] 486 |                 .speed(0.01).clamp_range(0.001..=100.0)).changed();
[INFO] [stdout]     |                              ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `egui::PlatformOutput::copied_text`: Use `Context::copy_text` or `PlatformOutput::commands` instead
[INFO] [stdout]    --> crates/editor_ui/src/panels/inspector.rs:549:35
[INFO] [stdout]     |
[INFO] [stdout] 549 |                 ui.output_mut(|o| o.copied_text = name.as_str().to_string());
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `egui::PlatformOutput::copied_text`: Use `Context::copy_text` or `PlatformOutput::commands` instead
[INFO] [stdout]    --> crates/editor_ui/src/panels/asset_browser.rs:341:59
[INFO] [stdout]     |
[INFO] [stdout] 341 | ...                   ui.output_mut(|o| o.copied_text = path.clone());
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `egui::Ui::allocate_ui_at_rect`: Use `allocate_new_ui` instead
[INFO] [stdout]    --> crates/editor_ui/src/panels/game_viewport.rs:298:12
[INFO] [stdout]     |
[INFO] [stdout] 298 |         ui.allocate_ui_at_rect(rect, |ui| {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `created_entities`
[INFO] [stdout]    --> crates/editor_ui/src/editor_app.rs:246:13
[INFO] [stdout]     |
[INFO] [stdout] 246 |         let created_entities = editor_state.execute_commands(engine_core);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_created_entities`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `created_entities`
[INFO] [stdout]    --> crates/editor_ui/src/editor_app.rs:246:13
[INFO] [stdout]     |
[INFO] [stdout] 246 |         let created_entities = editor_state.execute_commands(engine_core);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_created_entities`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking editor v0.1.0 (/opt/rustwide/workdir/apps/editor)
[INFO] [stderr]     Finished `dev` profile [optimized + debuginfo] target(s) in 8m 15s
[INFO] running `Command { std: "docker" "inspect" "008f011cbe69df6f6295d0d6862cc2337b2ad492c1516403fbf2cd6572c9c353", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "008f011cbe69df6f6295d0d6862cc2337b2ad492c1516403fbf2cd6572c9c353", kill_on_drop: false }`
[INFO] [stdout] 008f011cbe69df6f6295d0d6862cc2337b2ad492c1516403fbf2cd6572c9c353
