[INFO] cloning repository https://github.com/GitNiko/bevy_examples
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/GitNiko/bevy_examples" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGitNiko%2Fbevy_examples", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGitNiko%2Fbevy_examples'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a8a6c3a6632872477f6d0cec61e8837afa10dfe0
[INFO] checking GitNiko/bevy_examples against master#4d1bd0db7f489b22c6d8aa2385937a95412c015b for pr-114682
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGitNiko%2Fbevy_examples" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/GitNiko/bevy_examples on toolchain 4d1bd0db7f489b22c6d8aa2385937a95412c015b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] removed /workspace/builds/worker-1-tc1/source/.cargo/config
[INFO] removed /workspace/builds/worker-1-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/GitNiko/bevy_examples
[INFO] finished tweaking git repo https://github.com/GitNiko/bevy_examples
[INFO] tweaked toml for git repo https://github.com/GitNiko/bevy_examples written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/GitNiko/bevy_examples 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" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded bevy_picking_input v0.15.0
[INFO] [stderr]   Downloaded bevy_picking_sprite v0.15.0
[INFO] [stderr]   Downloaded bevy_eventlistener_core v0.3.0
[INFO] [stderr]   Downloaded bevy_picking_ui v0.15.0
[INFO] [stderr]   Downloaded bevy_picking_highlight v0.15.0
[INFO] [stderr]   Downloaded bevy_picking_selection v0.15.0
[INFO] [stderr]   Downloaded bevy_picking_raycast v0.15.0
[INFO] [stderr]   Downloaded bevy_picking_core v0.15.0
[INFO] [stderr]   Downloaded bevy_eventlistener_derive v0.3.0
[INFO] [stderr]   Downloaded bevy_eventlistener v0.3.0
[INFO] [stderr]   Downloaded bevy_rapier3d v0.22.0
[INFO] [stderr]   Downloaded parry3d v0.13.5
[INFO] [stderr]   Downloaded bevy_hanabi v0.7.0
[INFO] [stderr]   Downloaded rapier3d v0.17.2
[INFO] [stderr]   Downloaded bevy_mod_raycast v0.12.0
[INFO] [stderr]   Downloaded bevy_mod_raycast v0.13.1
[INFO] [stderr]   Downloaded bevy_mod_picking v0.15.0
[INFO] [stderr]   Downloaded bevy_flycam v0.11.0
[INFO] [stderr]   Downloaded bevy-debug-camera v0.3.0
[INFO] [stderr]   Downloaded bevy_transform_gizmo v0.8.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4e514d7912a7676e21999346b0b852668272d1415fdc38b3f2cab3abb7251c61
[INFO] running `Command { std: "docker" "start" "-a" "4e514d7912a7676e21999346b0b852668272d1415fdc38b3f2cab3abb7251c61", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4e514d7912a7676e21999346b0b852668272d1415fdc38b3f2cab3abb7251c61", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4e514d7912a7676e21999346b0b852668272d1415fdc38b3f2cab3abb7251c61", kill_on_drop: false }`
[INFO] [stdout] 4e514d7912a7676e21999346b0b852668272d1415fdc38b3f2cab3abb7251c61
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5b97e5d06c0d8bb5c8440f5d9b777c7acdf8ef813de3eb4200c83179dfa118f0
[INFO] running `Command { std: "docker" "start" "-a" "5b97e5d06c0d8bb5c8440f5d9b777c7acdf8ef813de3eb4200c83179dfa118f0", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling libc v0.2.148
[INFO] [stderr]    Compiling serde v1.0.188
[INFO] [stderr]    Compiling thiserror v1.0.48
[INFO] [stderr]    Compiling toml_datetime v0.6.3
[INFO] [stderr]    Compiling ahash v0.8.3
[INFO] [stderr]    Compiling winnow v0.5.15
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]     Checking crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling libm v0.2.8
[INFO] [stderr]    Compiling num-traits v0.2.16
[INFO] [stderr]     Checking equivalent v1.0.1
[INFO] [stderr]     Checking fixedbitset v0.4.2
[INFO] [stderr]     Checking futures-io v0.3.28
[INFO] [stderr]     Checking parking v2.1.1
[INFO] [stderr]     Checking async-task v4.4.1
[INFO] [stderr]     Checking futures-lite v1.13.0
[INFO] [stderr]     Checking thread_local v1.1.7
[INFO] [stderr]    Compiling syn v2.0.30
[INFO] [stderr]    Compiling bit-set v0.5.3
[INFO] [stderr]     Checking bevy_ptr v0.11.3
[INFO] [stderr]     Checking smol_str v0.2.0
[INFO] [stderr]     Checking aho-corasick v1.1.1
[INFO] [stderr]     Checking regex-syntax v0.7.5
[INFO] [stderr]     Checking regex-automata v0.1.10
[INFO] [stderr]     Checking concurrent-queue v2.3.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking overload v0.1.1
[INFO] [stderr]     Checking tracing-log v0.1.3
[INFO] [stderr]     Checking nu-ansi-term v0.46.0
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking crossbeam-channel v0.5.8
[INFO] [stderr]     Checking async-channel v1.9.0
[INFO] [stderr]     Checking byteorder v1.4.3
[INFO] [stderr]     Checking unicode-xid v0.2.4
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]     Checking unicode-width v0.1.11
[INFO] [stderr]     Checking codespan-reporting v0.11.1
[INFO] [stderr]     Checking pp-rs v0.2.1
[INFO] [stderr]     Checking hexf-parse v0.2.1
[INFO] [stderr]    Compiling ash v0.37.3+1.3.251
[INFO] [stderr]    Compiling khronos-egl v4.1.0
[INFO] [stderr]     Checking async-executor v1.5.4
[INFO] [stderr]     Checking matchers v0.1.0
[INFO] [stderr]     Checking gpu-alloc-types v0.2.0
[INFO] [stderr]    Compiling anyhow v1.0.75
[INFO] [stderr]     Checking walkdir v2.4.0
[INFO] [stderr]     Checking flate2 v1.0.27
[INFO] [stderr]     Checking gpu-alloc v0.5.4
[INFO] [stderr]    Compiling getrandom v0.2.10
[INFO] [stderr]     Checking bevy_tasks v0.11.3
[INFO] [stderr]     Checking fdeflate v0.3.0
[INFO] [stderr]     Checking indexmap v1.9.3
[INFO] [stderr]    Compiling thiserror-core v1.0.38
[INFO] [stderr]     Checking renderdoc-sys v1.0.0
[INFO] [stderr]     Checking profiling v1.0.11
[INFO] [stderr]     Checking const_soft_float v0.1.4
[INFO] [stderr]     Checking twox-hash v1.6.3
[INFO] [stderr]     Checking unicode-ident v1.0.11
[INFO] [stderr]     Checking png v0.17.10
[INFO] [stderr]     Checking const_panic v0.2.8
[INFO] [stderr]    Compiling pin-project-lite v0.2.13
[INFO] [stderr]     Checking data-encoding v2.4.0
[INFO] [stderr]     Checking ktx2 v0.3.0
[INFO] [stderr]    Compiling tracing-core v0.1.31
[INFO] [stderr]    Compiling event-listener v2.5.3
[INFO] [stderr]    Compiling fastrand v1.9.0
[INFO] [stderr]     Checking ttf-parser v0.19.2
[INFO] [stderr]     Checking num-integer v0.1.45
[INFO] [stderr]     Checking spirv v0.2.0+1.5.4
[INFO] [stderr]     Checking mio v0.8.8
[INFO] [stderr]     Checking inotify-sys v0.1.5
[INFO] [stderr]     Checking sysinfo v0.29.10
[INFO] [stderr]     Checking filetime v0.2.22
[INFO] [stderr]     Checking inotify v0.9.6
[INFO] [stderr]     Checking constgebra v0.1.3
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking num-rational v0.4.1
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]     Checking nix v0.24.3
[INFO] [stderr]    Compiling waker-fn v1.1.1
[INFO] [stderr]    Compiling bytemuck v1.14.0
[INFO] [stderr]     Checking notify v6.1.1
[INFO] [stderr]     Checking regex-automata v0.3.9
[INFO] [stderr]     Checking radsort v0.1.0
[INFO] [stderr]    Compiling async-lock v2.8.0
[INFO] [stderr]    Compiling alsa-sys v0.3.1
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling instant v0.1.12
[INFO] [stderr]    Compiling fastrand v2.0.1
[INFO] [stderr]    Compiling wayland-scanner v0.29.5
[INFO] [stderr]     Checking euclid v0.22.9
[INFO] [stderr]    Compiling libudev-sys v0.1.4
[INFO] [stderr]    Compiling serde_json v1.0.107
[INFO] [stderr]     Checking svg_fmt v0.4.1
[INFO] [stderr]    Compiling downcast-rs v1.2.0
[INFO] [stderr]     Checking rectangle-pack v0.4.2
[INFO] [stderr]     Checking accesskit v0.11.2
[INFO] [stderr]    Compiling inflections v1.1.1
[INFO] [stderr]    Compiling cpal v0.15.2
[INFO] [stderr]     Checking x11-dl v2.21.0
[INFO] [stderr]     Checking nix v0.26.4
[INFO] [stderr]     Checking ogg v0.8.0
[INFO] [stderr]     Checking xi-unicode v0.3.0
[INFO] [stderr]    Compiling gilrs v0.10.2
[INFO] [stderr]     Checking dasp_sample v0.11.0
[INFO] [stderr]     Checking base64 v0.21.4
[INFO] [stderr]     Checking lewton v0.10.2
[INFO] [stderr]     Checking guillotiere v0.6.2
[INFO] [stderr]     Checking grid v0.10.0
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling regex-syntax v0.6.29
[INFO] [stderr]     Checking taffy v0.3.15
[INFO] [stderr]    Compiling log v0.4.20
[INFO] [stderr]     Checking owned_ttf_parser v0.19.0
[INFO] [stderr]     Checking ab_glyph v0.2.22
[INFO] [stderr]    Compiling winit v0.28.7
[INFO] [stderr]     Checking glyph_brush_layout v0.2.3
[INFO] [stderr]    Compiling encase_derive_impl v0.6.1
[INFO] [stderr]    Compiling raw-window-handle v0.5.2
[INFO] [stderr]    Compiling matrixmultiply v0.3.8
[INFO] [stderr]     Checking num-complex v0.4.4
[INFO] [stderr]     Checking regex v1.9.6
[INFO] [stderr]     Checking rawpointer v0.2.1
[INFO] [stderr]    Compiling crossbeam-queue v0.3.8
[INFO] [stderr]     Checking crossbeam-epoch v0.9.15
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking gethostname v0.2.3
[INFO] [stderr]     Checking robust v0.2.3
[INFO] [stderr]     Checking optional v0.5.0
[INFO] [stderr]     Checking crossbeam-deque v0.8.3
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking inventory v0.3.12
[INFO] [stderr]     Checking rand_pcg v0.3.1
[INFO] [stderr]     Checking copyless v0.1.5
[INFO] [stderr]     Checking pretty-type-name v1.0.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking crossbeam v0.8.2
[INFO] [stderr]     Checking alsa v0.7.1
[INFO] [stderr]    Compiling thiserror-core-impl v1.0.38
[INFO] [stderr]    Compiling nalgebra-macros v0.2.1
[INFO] [stderr]     Checking x11rb-protocol v0.10.0
[INFO] [stderr]    Compiling num-derive v0.3.3
[INFO] [stderr]    Compiling serde_derive v1.0.188
[INFO] [stderr]    Compiling thiserror-impl v1.0.48
[INFO] [stderr]    Compiling bevy_utils_proc_macros v0.11.3
[INFO] [stderr]    Compiling bytemuck_derive v1.5.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.26
[INFO] [stderr]    Compiling encase_derive v0.6.1
[INFO] [stderr]    Compiling gltf-derive v1.3.0
[INFO] [stderr]    Compiling typetag-impl v0.2.13
[INFO] [stderr]    Compiling bevy-inspector-egui-derive v0.20.0
[INFO] [stderr]     Checking ruzstd v0.4.0
[INFO] [stderr]     Checking accesskit_winit v0.14.4
[INFO] [stderr]     Checking image v0.24.7
[INFO] [stderr]     Checking safe_arch v0.7.1
[INFO] [stderr]     Checking emath v0.23.0
[INFO] [stderr]     Checking ecolor v0.23.0
[INFO] [stderr]     Checking naga v0.12.3
[INFO] [stderr]     Checking wide v0.7.13
[INFO] [stderr]     Checking simba v0.8.1
[INFO] [stderr]     Checking x11rb v0.10.1
[INFO] [stderr]     Checking smallvec v1.11.1
[INFO] [stderr]     Checking hashbrown v0.14.1
[INFO] [stderr]     Checking glam v0.24.2
[INFO] [stderr]     Checking uuid v1.4.1
[INFO] [stderr]     Checking erased-serde v0.3.31
[INFO] [stderr]     Checking bitflags v2.4.0
[INFO] [stderr]     Checking gpu-descriptor-types v0.1.2
[INFO] [stderr]     Checking parking_lot_core v0.9.8
[INFO] [stderr]     Checking tracing-subscriber v0.3.17
[INFO] [stderr]     Checking wgpu-types v0.16.1
[INFO] [stderr]     Checking ron v0.8.1
[INFO] [stderr]     Checking spade v2.2.0
[INFO] [stderr]     Checking gilrs-core v0.5.7
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking indexmap v2.0.2
[INFO] [stderr]     Checking gpu-descriptor v0.2.4
[INFO] [stderr]     Checking naga_oil v0.8.2
[INFO] [stderr]     Checking rodio v0.17.1
[INFO] [stderr]     Checking gltf-json v1.3.0
[INFO] [stderr]     Checking epaint v0.23.0
[INFO] [stderr]     Checking arboard v3.2.1
[INFO] [stderr]     Checking wgpu-hal v0.16.2
[INFO] [stderr]     Checking typetag v0.2.13
[INFO] [stderr]     Checking petgraph v0.6.4
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]     Checking egui v0.23.0
[INFO] [stderr]     Checking bevy_math v0.11.3
[INFO] [stderr]     Checking bevy_mikktspace v0.11.3
[INFO] [stderr]     Checking encase v0.6.1
[INFO] [stderr]     Checking hexasphere v9.1.0
[INFO] [stderr]     Checking gltf v1.3.0
[INFO] [stderr]     Checking bevy_utils v0.11.3
[INFO] [stderr]     Checking wgpu-core v0.16.1
[INFO] [stderr]    Compiling bevy_macro_utils v0.11.3
[INFO] [stderr]     Checking nalgebra v0.32.3
[INFO] [stderr]    Compiling bevy_reflect_derive v0.11.3
[INFO] [stderr]    Compiling bevy_ecs_macros v0.11.3
[INFO] [stderr]    Compiling bevy_derive v0.11.3
[INFO] [stderr]    Compiling bevy_encase_derive v0.11.3
[INFO] [stderr]    Compiling bevy_render_macros v0.11.3
[INFO] [stderr]     Checking bevy_reflect v0.11.3
[INFO] [stderr]     Checking wgpu v0.16.3
[INFO] [stderr]     Checking bevy_ecs v0.11.3
[INFO] [stderr]     Checking parry3d v0.13.5
[INFO] [stderr]     Checking rapier3d v0.17.2
[INFO] [stderr]     Checking bevy_app v0.11.3
[INFO] [stderr]     Checking bevy_log v0.11.3
[INFO] [stderr]     Checking bevy_core v0.11.3
[INFO] [stderr]     Checking bevy_time v0.11.3
[INFO] [stderr]     Checking bevy_input v0.11.3
[INFO] [stderr]     Checking bevy_a11y v0.11.3
[INFO] [stderr]     Checking bevy_hierarchy v0.11.3
[INFO] [stderr]     Checking bevy_diagnostic v0.11.3
[INFO] [stderr]     Checking bevy_transform v0.11.3
[INFO] [stderr]     Checking bevy_asset v0.11.3
[INFO] [stderr]     Checking bevy_window v0.11.3
[INFO] [stderr]     Checking bevy_gilrs v0.11.3
[INFO] [stderr]     Checking bevy_audio v0.11.3
[INFO] [stderr]     Checking bevy_render v0.11.3
[INFO] [stderr]     Checking bevy_winit v0.11.3
[INFO] [stderr]    Compiling bevy_internal v0.11.3
[INFO] [stderr]    Compiling bevy v0.11.3
[INFO] [stderr]    Compiling bevy_eventlistener_core v0.3.0
[INFO] [stderr]    Compiling bevy_eventlistener_derive v0.3.0
[INFO] [stderr]     Checking bevy_core_pipeline v0.11.3
[INFO] [stderr]     Checking bevy_animation v0.11.3
[INFO] [stderr]     Checking bevy_scene v0.11.3
[INFO] [stderr]     Checking bevy_sprite v0.11.3
[INFO] [stderr]     Checking bevy_pbr v0.11.3
[INFO] [stderr]     Checking bevy_text v0.11.3
[INFO] [stderr]     Checking bevy_ui v0.11.3
[INFO] [stderr]     Checking bevy_gizmos v0.11.3
[INFO] [stderr]     Checking bevy_gltf v0.11.3
[INFO] [stderr]     Checking bevy_mod_raycast v0.12.0
[INFO] [stderr]     Checking bevy_egui v0.22.0
[INFO] [stderr]     Checking bevy_mod_raycast v0.13.1
[INFO] [stderr]     Checking bevy_flycam v0.11.0
[INFO] [stderr]     Checking bevy_rapier3d v0.22.0
[INFO] [stderr]     Checking bevy-debug-camera v0.3.0
[INFO] [stderr]     Checking bevy_hanabi v0.7.0
[INFO] [stderr]     Checking bevy_eventlistener v0.3.0
[INFO] [stderr]     Checking bevy_picking_core v0.15.0
[INFO] [stderr]     Checking bevy-inspector-egui v0.20.0
[INFO] [stderr]     Checking bevy_picking_selection v0.15.0
[INFO] [stderr]     Checking bevy_picking_sprite v0.15.0
[INFO] [stderr]     Checking bevy_picking_ui v0.15.0
[INFO] [stderr]     Checking bevy_picking_raycast v0.15.0
[INFO] [stderr]     Checking bevy_picking_input v0.15.0
[INFO] [stderr]     Checking bevy_picking_highlight v0.15.0
[INFO] [stderr]     Checking bevy_mod_picking v0.15.0
[INFO] [stderr]     Checking bevy_transform_gizmo v0.8.0
[INFO] [stderr]     Checking mac v0.1.0 (/opt/rustwide/workdir/ports/mac)
[INFO] [stdout] warning: unused imports: `Button`, `Changed`, `Children`, `Component`, `DespawnRecursiveExt`, `DiagnosticsStore`, `Entity`, `FrameTimeDiagnosticsPlugin`, `Input`, `Interaction`, `IntoSystemConfigs`, `KeyCode`, `NextState`, `OnEnter`, `OnExit`, `PositionType`, `Query`, `ResMut`, `State`, `TextSection`, `Text`, `Update`, `With`, `in_state`
[INFO] [stdout]   --> ports/mac/src/plugins/scroll.rs:2:18
[INFO] [stdout]    |
[INFO] [stdout] 2  |     diagnostic::{DiagnosticsStore, FrameTimeDiagnosticsPlugin},
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 3  |     prelude::{
[INFO] [stdout] 4  |         default, in_state, App, AssetServer, BuildChildren, Button, ButtonBundle,
[INFO] [stdout]    |                  ^^^^^^^^                                   ^^^^^^
[INFO] [stdout] 5  |         Changed, Children, Color, Commands, Component, Input, IntoSystemConfigs,
[INFO] [stdout]    |         ^^^^^^^  ^^^^^^^^                   ^^^^^^^^^  ^^^^^  ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 6  |         KeyCode, NextState, NodeBundle, OnEnter, OnExit, Plugin, Query, Res, ResMut, Startup,
[INFO] [stdout]    |         ^^^^^^^  ^^^^^^^^^              ^^^^^^^  ^^^^^^          ^^^^^       ^^^^^^
[INFO] [stdout] 7  |         States, TextBundle, Update, With, State, Entity, DespawnRecursiveExt,
[INFO] [stdout]    |                             ^^^^^^  ^^^^  ^^^^^  ^^^^^^  ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 8  |     },
[INFO] [stdout] 9  |     text::{Text, TextSection, TextStyle},
[INFO] [stdout]    |            ^^^^  ^^^^^^^^^^^
[INFO] [stdout] 10 |     ui::{
[INFO] [stdout] 11 |         AlignItems, BackgroundColor, BorderColor, Interaction, JustifyContent, PositionType, Style,
[INFO] [stdout]    |                                                   ^^^^^^^^^^^                  ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::utils::despawn_screen`
[INFO] [stdout]   --> ports/mac/src/plugins/scroll.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | use crate::utils::despawn_screen;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `AssetServer`, `Component`, `DiagnosticsStore`, `FrameTimeDiagnosticsPlugin`, `Input`, `IntoSystemConfigs`, `KeyCode`, `NextState`, `OnEnter`, `OnExit`, `PositionType`, `Query`, `Res`, `State`, `States`, `Style`, `TextBundle`, `TextSection`, `TextStyle`, `Text`, `Update`, `Val`, `With`, `asset::Asset`, `in_state`
[INFO] [stdout]   --> ports/mac/src/plugins/shader_test.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |     asset::Asset,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 11 |     diagnostic::{DiagnosticsStore, FrameTimeDiagnosticsPlugin},
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 14 |         default, in_state, App, AssetServer, Color, Commands, Component, Input, IntoSystemConfigs,
[INFO] [stdout]    |                  ^^^^^^^^       ^^^^^^^^^^^                   ^^^^^^^^^  ^^^^^  ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 15 |         KeyCode, NextState, OnEnter, OnExit, Plugin, Query, Res, ResMut, State, States, TextBundle,
[INFO] [stdout]    |         ^^^^^^^  ^^^^^^^^^  ^^^^^^^  ^^^^^^          ^^^^^  ^^^          ^^^^^  ^^^^^^  ^^^^^^^^^^
[INFO] [stdout] 16 |         Update, With,
[INFO] [stdout]    |         ^^^^^^  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 26 |     text::{Text, TextSection, TextStyle},
[INFO] [stdout]    |            ^^^^  ^^^^^^^^^^^  ^^^^^^^^^
[INFO] [stdout] 27 |     ui::{PositionType, Style, Val},
[INFO] [stdout]    |          ^^^^^^^^^^^^  ^^^^^  ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider adding a `#[cfg(test)]` to the containing module
[INFO] [stdout]   --> ports/mac/src/plugins/mod.rs:9:1
[INFO] [stdout]    |
[INFO] [stdout] 9  | pub mod shader_test;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Button`, `Changed`, `Children`, `Component`, `DespawnRecursiveExt`, `DiagnosticsStore`, `Entity`, `FrameTimeDiagnosticsPlugin`, `Input`, `Interaction`, `IntoSystemConfigs`, `KeyCode`, `NextState`, `OnEnter`, `OnExit`, `PositionType`, `Query`, `ResMut`, `State`, `TextSection`, `Text`, `Update`, `With`, `in_state`
[INFO] [stdout]   --> ports/mac/src/plugins/scroll.rs:2:18
[INFO] [stdout]    |
[INFO] [stdout] 2  |     diagnostic::{DiagnosticsStore, FrameTimeDiagnosticsPlugin},
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 3  |     prelude::{
[INFO] [stdout] 4  |         default, in_state, App, AssetServer, BuildChildren, Button, ButtonBundle,
[INFO] [stdout]    |                  ^^^^^^^^                                   ^^^^^^
[INFO] [stdout] 5  |         Changed, Children, Color, Commands, Component, Input, IntoSystemConfigs,
[INFO] [stdout]    |         ^^^^^^^  ^^^^^^^^                   ^^^^^^^^^  ^^^^^  ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 6  |         KeyCode, NextState, NodeBundle, OnEnter, OnExit, Plugin, Query, Res, ResMut, Startup,
[INFO] [stdout]    |         ^^^^^^^  ^^^^^^^^^              ^^^^^^^  ^^^^^^          ^^^^^       ^^^^^^
[INFO] [stdout] 7  |         States, TextBundle, Update, With, State, Entity, DespawnRecursiveExt,
[INFO] [stdout]    |                             ^^^^^^  ^^^^  ^^^^^  ^^^^^^  ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 8  |     },
[INFO] [stdout] 9  |     text::{Text, TextSection, TextStyle},
[INFO] [stdout]    |            ^^^^  ^^^^^^^^^^^
[INFO] [stdout] 10 |     ui::{
[INFO] [stdout] 11 |         AlignItems, BackgroundColor, BorderColor, Interaction, JustifyContent, PositionType, Style,
[INFO] [stdout]    |                                                   ^^^^^^^^^^^                  ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::utils::despawn_screen`
[INFO] [stdout]   --> ports/mac/src/plugins/scroll.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | use crate::utils::despawn_screen;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `AssetServer`, `Component`, `DiagnosticsStore`, `FrameTimeDiagnosticsPlugin`, `Input`, `IntoSystemConfigs`, `KeyCode`, `NextState`, `OnEnter`, `OnExit`, `PositionType`, `Query`, `Res`, `State`, `States`, `Style`, `TextBundle`, `TextSection`, `TextStyle`, `Text`, `Update`, `Val`, `With`, `asset::Asset`, `in_state`
[INFO] [stdout]   --> ports/mac/src/plugins/shader_test.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |     asset::Asset,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 11 |     diagnostic::{DiagnosticsStore, FrameTimeDiagnosticsPlugin},
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 14 |         default, in_state, App, AssetServer, Color, Commands, Component, Input, IntoSystemConfigs,
[INFO] [stdout]    |                  ^^^^^^^^       ^^^^^^^^^^^                   ^^^^^^^^^  ^^^^^  ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 15 |         KeyCode, NextState, OnEnter, OnExit, Plugin, Query, Res, ResMut, State, States, TextBundle,
[INFO] [stdout]    |         ^^^^^^^  ^^^^^^^^^  ^^^^^^^  ^^^^^^          ^^^^^  ^^^          ^^^^^  ^^^^^^  ^^^^^^^^^^
[INFO] [stdout] 16 |         Update, With,
[INFO] [stdout]    |         ^^^^^^  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 26 |     text::{Text, TextSection, TextStyle},
[INFO] [stdout]    |            ^^^^  ^^^^^^^^^^^  ^^^^^^^^^
[INFO] [stdout] 27 |     ui::{PositionType, Style, Val},
[INFO] [stdout]    |          ^^^^^^^^^^^^  ^^^^^  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `asset_server`
[INFO] [stdout]   --> ports/mac/src/plugins/fps.rs:80:38
[INFO] [stdout]    |
[INFO] [stdout] 80 | fn setup_fps(mut commands: Commands, asset_server: Res<AssetServer>) {
[INFO] [stdout]    |                                      ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_asset_server`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `asset_server`
[INFO] [stdout]   --> ports/mac/src/plugins/fps.rs:80:38
[INFO] [stdout]    |
[INFO] [stdout] 80 | fn setup_fps(mut commands: Commands, asset_server: Res<AssetServer>) {
[INFO] [stdout]    |                                      ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_asset_server`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `positions`
[INFO] [stdout]   --> ports/mac/src/plugins/physics3d.rs:68:24
[INFO] [stdout]    |
[INFO] [stdout] 68 | fn print_ball_altitude(positions: Query<&Transform, With<RigidBody>>) {
[INFO] [stdout]    |                        ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_positions`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `positions`
[INFO] [stdout]   --> ports/mac/src/plugins/physics3d.rs:68:24
[INFO] [stdout]    |
[INFO] [stdout] 68 | fn print_ball_altitude(positions: Query<&Transform, With<RigidBody>>) {
[INFO] [stdout]    |                        ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_positions`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `mouse_button_input`
[INFO] [stdout]   --> ports/mac/src/plugins/particles.rs:97:5
[INFO] [stdout]    |
[INFO] [stdout] 97 |     mouse_button_input: Res<Input<MouseButton>>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_mouse_button_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `window`
[INFO] [stdout]    --> ports/mac/src/plugins/particles.rs:112:9
[INFO] [stdout]     |
[INFO] [stdout] 112 |     let window = window_query.get_single().unwrap();
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_window`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `mouse_button_input`
[INFO] [stdout]   --> ports/mac/src/plugins/particles.rs:97:5
[INFO] [stdout]    |
[INFO] [stdout] 97 |     mouse_button_input: Res<Input<MouseButton>>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_mouse_button_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `window`
[INFO] [stdout]    --> ports/mac/src/plugins/particles.rs:112:9
[INFO] [stdout]     |
[INFO] [stdout] 112 |     let window = window_query.get_single().unwrap();
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_window`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `HOVERED_BUTTON` is never used
[INFO] [stdout]   --> ports/mac/src/plugins/scroll.rs:21:7
[INFO] [stdout]    |
[INFO] [stdout] 21 | const HOVERED_BUTTON: Color = Color::rgb(0.25, 0.25, 0.25);
[INFO] [stdout]    |       ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `PRESSED_BUTTON` is never used
[INFO] [stdout]   --> ports/mac/src/plugins/scroll.rs:22:7
[INFO] [stdout]    |
[INFO] [stdout] 22 | const PRESSED_BUTTON: Color = Color::rgb(0.35, 0.75, 0.35);
[INFO] [stdout]    |       ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `Length` should have an upper case name
[INFO] [stdout]   --> ports/mac/src/plugins/coordinate.rs:11:7
[INFO] [stdout]    |
[INFO] [stdout] 11 | const Length:f32 = 50.0;
[INFO] [stdout]    |       ^^^^^^ help: convert the identifier to upper case: `LENGTH`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_upper_case_globals)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `HOVERED_BUTTON` is never used
[INFO] [stdout]   --> ports/mac/src/plugins/scroll.rs:21:7
[INFO] [stdout]    |
[INFO] [stdout] 21 | const HOVERED_BUTTON: Color = Color::rgb(0.25, 0.25, 0.25);
[INFO] [stdout]    |       ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `PRESSED_BUTTON` is never used
[INFO] [stdout]   --> ports/mac/src/plugins/scroll.rs:22:7
[INFO] [stdout]    |
[INFO] [stdout] 22 | const PRESSED_BUTTON: Color = Color::rgb(0.35, 0.75, 0.35);
[INFO] [stdout]    |       ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `Length` should have an upper case name
[INFO] [stdout]   --> ports/mac/src/plugins/coordinate.rs:11:7
[INFO] [stdout]    |
[INFO] [stdout] 11 | const Length:f32 = 50.0;
[INFO] [stdout]    |       ^^^^^^ help: convert the identifier to upper case: `LENGTH`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_upper_case_globals)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 10 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 10 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Button`, `Changed`, `Children`, `Component`, `DespawnRecursiveExt`, `DiagnosticsStore`, `Entity`, `FrameTimeDiagnosticsPlugin`, `Input`, `Interaction`, `IntoSystemConfigs`, `KeyCode`, `NextState`, `OnEnter`, `OnExit`, `PositionType`, `Query`, `ResMut`, `State`, `TextSection`, `Text`, `Update`, `With`, `in_state`
[INFO] [stdout]   --> ports/mac/src/plugins/scroll.rs:2:18
[INFO] [stdout]    |
[INFO] [stdout] 2  |     diagnostic::{DiagnosticsStore, FrameTimeDiagnosticsPlugin},
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 3  |     prelude::{
[INFO] [stdout] 4  |         default, in_state, App, AssetServer, BuildChildren, Button, ButtonBundle,
[INFO] [stdout]    |                  ^^^^^^^^                                   ^^^^^^
[INFO] [stdout] 5  |         Changed, Children, Color, Commands, Component, Input, IntoSystemConfigs,
[INFO] [stdout]    |         ^^^^^^^  ^^^^^^^^                   ^^^^^^^^^  ^^^^^  ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 6  |         KeyCode, NextState, NodeBundle, OnEnter, OnExit, Plugin, Query, Res, ResMut, Startup,
[INFO] [stdout]    |         ^^^^^^^  ^^^^^^^^^              ^^^^^^^  ^^^^^^          ^^^^^       ^^^^^^
[INFO] [stdout] 7  |         States, TextBundle, Update, With, State, Entity, DespawnRecursiveExt,
[INFO] [stdout]    |                             ^^^^^^  ^^^^  ^^^^^  ^^^^^^  ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 8  |     },
[INFO] [stdout] 9  |     text::{Text, TextSection, TextStyle},
[INFO] [stdout]    |            ^^^^  ^^^^^^^^^^^
[INFO] [stdout] 10 |     ui::{
[INFO] [stdout] 11 |         AlignItems, BackgroundColor, BorderColor, Interaction, JustifyContent, PositionType, Style,
[INFO] [stdout]    |                                                   ^^^^^^^^^^^                  ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::utils::despawn_screen`
[INFO] [stdout]   --> ports/mac/src/plugins/scroll.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | use crate::utils::despawn_screen;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `AssetServer`, `Component`, `DiagnosticsStore`, `FrameTimeDiagnosticsPlugin`, `Input`, `IntoSystemConfigs`, `KeyCode`, `NextState`, `OnEnter`, `OnExit`, `PositionType`, `Query`, `Res`, `State`, `States`, `Style`, `TextBundle`, `TextSection`, `TextStyle`, `Text`, `Update`, `Val`, `With`, `asset::Asset`, `in_state`
[INFO] [stdout]   --> ports/mac/src/plugins/shader_test.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |     asset::Asset,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 11 |     diagnostic::{DiagnosticsStore, FrameTimeDiagnosticsPlugin},
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 14 |         default, in_state, App, AssetServer, Color, Commands, Component, Input, IntoSystemConfigs,
[INFO] [stdout]    |                  ^^^^^^^^       ^^^^^^^^^^^                   ^^^^^^^^^  ^^^^^  ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 15 |         KeyCode, NextState, OnEnter, OnExit, Plugin, Query, Res, ResMut, State, States, TextBundle,
[INFO] [stdout]    |         ^^^^^^^  ^^^^^^^^^  ^^^^^^^  ^^^^^^          ^^^^^  ^^^          ^^^^^  ^^^^^^  ^^^^^^^^^^
[INFO] [stdout] 16 |         Update, With,
[INFO] [stdout]    |         ^^^^^^  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 26 |     text::{Text, TextSection, TextStyle},
[INFO] [stdout]    |            ^^^^  ^^^^^^^^^^^  ^^^^^^^^^
[INFO] [stdout] 27 |     ui::{PositionType, Style, Val},
[INFO] [stdout]    |          ^^^^^^^^^^^^  ^^^^^  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `ballgame::BallGamePlugin`, `coordinate::CoordinatePlugin`, `debug_camera::DebugCameraPlugin`, `fps::FPSPlugin`, `helmet::HelmetPlugin`, `particles::PraticlesPlugin`, `physics3d::Physics3dPlugin`, `scroll::ScrollPlugin`
[INFO] [stdout]  --> ports/mac/src/main.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     ballgame::BallGamePlugin, coordinate::CoordinatePlugin, debug_camera::DebugCameraPlugin,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 7 |     fps::FPSPlugin, helmet::HelmetPlugin, scroll::ScrollPlugin, physics3d::Physics3dPlugin, particles::PraticlesPlugin, shader_test::Shad...
[INFO] [stdout]   |     ^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Button`, `Changed`, `Children`, `Component`, `DespawnRecursiveExt`, `DiagnosticsStore`, `Entity`, `FrameTimeDiagnosticsPlugin`, `Input`, `Interaction`, `IntoSystemConfigs`, `KeyCode`, `NextState`, `OnEnter`, `OnExit`, `PositionType`, `Query`, `ResMut`, `State`, `TextSection`, `Text`, `Update`, `With`, `in_state`
[INFO] [stdout]   --> ports/mac/src/plugins/scroll.rs:2:18
[INFO] [stdout]    |
[INFO] [stdout] 2  |     diagnostic::{DiagnosticsStore, FrameTimeDiagnosticsPlugin},
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 3  |     prelude::{
[INFO] [stdout] 4  |         default, in_state, App, AssetServer, BuildChildren, Button, ButtonBundle,
[INFO] [stdout]    |                  ^^^^^^^^                                   ^^^^^^
[INFO] [stdout] 5  |         Changed, Children, Color, Commands, Component, Input, IntoSystemConfigs,
[INFO] [stdout]    |         ^^^^^^^  ^^^^^^^^                   ^^^^^^^^^  ^^^^^  ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 6  |         KeyCode, NextState, NodeBundle, OnEnter, OnExit, Plugin, Query, Res, ResMut, Startup,
[INFO] [stdout]    |         ^^^^^^^  ^^^^^^^^^              ^^^^^^^  ^^^^^^          ^^^^^       ^^^^^^
[INFO] [stdout] 7  |         States, TextBundle, Update, With, State, Entity, DespawnRecursiveExt,
[INFO] [stdout]    |                             ^^^^^^  ^^^^  ^^^^^  ^^^^^^  ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 8  |     },
[INFO] [stdout] 9  |     text::{Text, TextSection, TextStyle},
[INFO] [stdout]    |            ^^^^  ^^^^^^^^^^^
[INFO] [stdout] 10 |     ui::{
[INFO] [stdout] 11 |         AlignItems, BackgroundColor, BorderColor, Interaction, JustifyContent, PositionType, Style,
[INFO] [stdout]    |                                                   ^^^^^^^^^^^                  ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::utils::despawn_screen`
[INFO] [stdout]   --> ports/mac/src/plugins/scroll.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | use crate::utils::despawn_screen;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `AssetServer`, `Component`, `DiagnosticsStore`, `FrameTimeDiagnosticsPlugin`, `Input`, `IntoSystemConfigs`, `KeyCode`, `NextState`, `OnEnter`, `OnExit`, `PositionType`, `Query`, `Res`, `State`, `States`, `Style`, `TextBundle`, `TextSection`, `TextStyle`, `Text`, `Update`, `Val`, `With`, `asset::Asset`, `in_state`
[INFO] [stdout]   --> ports/mac/src/plugins/shader_test.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |     asset::Asset,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 11 |     diagnostic::{DiagnosticsStore, FrameTimeDiagnosticsPlugin},
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 14 |         default, in_state, App, AssetServer, Color, Commands, Component, Input, IntoSystemConfigs,
[INFO] [stdout]    |                  ^^^^^^^^       ^^^^^^^^^^^                   ^^^^^^^^^  ^^^^^  ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 15 |         KeyCode, NextState, OnEnter, OnExit, Plugin, Query, Res, ResMut, State, States, TextBundle,
[INFO] [stdout]    |         ^^^^^^^  ^^^^^^^^^  ^^^^^^^  ^^^^^^          ^^^^^  ^^^          ^^^^^  ^^^^^^  ^^^^^^^^^^
[INFO] [stdout] 16 |         Update, With,
[INFO] [stdout]    |         ^^^^^^  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 26 |     text::{Text, TextSection, TextStyle},
[INFO] [stdout]    |            ^^^^  ^^^^^^^^^^^  ^^^^^^^^^
[INFO] [stdout] 27 |     ui::{PositionType, Style, Val},
[INFO] [stdout]    |          ^^^^^^^^^^^^  ^^^^^  ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider adding a `#[cfg(test)]` to the containing module
[INFO] [stdout]   --> ports/mac/src/plugins/mod.rs:9:1
[INFO] [stdout]    |
[INFO] [stdout] 9  | pub mod shader_test;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `ballgame::BallGamePlugin`, `coordinate::CoordinatePlugin`, `debug_camera::DebugCameraPlugin`, `fps::FPSPlugin`, `helmet::HelmetPlugin`, `particles::PraticlesPlugin`, `physics3d::Physics3dPlugin`, `scroll::ScrollPlugin`
[INFO] [stdout]  --> ports/mac/src/main.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     ballgame::BallGamePlugin, coordinate::CoordinatePlugin, debug_camera::DebugCameraPlugin,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 7 |     fps::FPSPlugin, helmet::HelmetPlugin, scroll::ScrollPlugin, physics3d::Physics3dPlugin, particles::PraticlesPlugin, shader_test::Shad...
[INFO] [stdout]   |     ^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `asset_server`
[INFO] [stdout]   --> ports/mac/src/plugins/fps.rs:80:38
[INFO] [stdout]    |
[INFO] [stdout] 80 | fn setup_fps(mut commands: Commands, asset_server: Res<AssetServer>) {
[INFO] [stdout]    |                                      ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_asset_server`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `asset_server`
[INFO] [stdout]   --> ports/mac/src/plugins/fps.rs:80:38
[INFO] [stdout]    |
[INFO] [stdout] 80 | fn setup_fps(mut commands: Commands, asset_server: Res<AssetServer>) {
[INFO] [stdout]    |                                      ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_asset_server`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `positions`
[INFO] [stdout]   --> ports/mac/src/plugins/physics3d.rs:68:24
[INFO] [stdout]    |
[INFO] [stdout] 68 | fn print_ball_altitude(positions: Query<&Transform, With<RigidBody>>) {
[INFO] [stdout]    |                        ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_positions`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `positions`
[INFO] [stdout]   --> ports/mac/src/plugins/physics3d.rs:68:24
[INFO] [stdout]    |
[INFO] [stdout] 68 | fn print_ball_altitude(positions: Query<&Transform, With<RigidBody>>) {
[INFO] [stdout]    |                        ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_positions`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `mouse_button_input`
[INFO] [stdout]   --> ports/mac/src/plugins/particles.rs:97:5
[INFO] [stdout]    |
[INFO] [stdout] 97 |     mouse_button_input: Res<Input<MouseButton>>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_mouse_button_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `window`
[INFO] [stdout]    --> ports/mac/src/plugins/particles.rs:112:9
[INFO] [stdout]     |
[INFO] [stdout] 112 |     let window = window_query.get_single().unwrap();
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_window`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `mouse_button_input`
[INFO] [stdout]   --> ports/mac/src/plugins/particles.rs:97:5
[INFO] [stdout]    |
[INFO] [stdout] 97 |     mouse_button_input: Res<Input<MouseButton>>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_mouse_button_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `window`
[INFO] [stdout]    --> ports/mac/src/plugins/particles.rs:112:9
[INFO] [stdout]     |
[INFO] [stdout] 112 |     let window = window_query.get_single().unwrap();
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_window`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `setup` is never used
[INFO] [stdout]   --> ports/mac/src/main.rs:30:4
[INFO] [stdout]    |
[INFO] [stdout] 30 | fn setup(mut commands: Commands) {
[INFO] [stdout]    |    ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `HOVERED_BUTTON` is never used
[INFO] [stdout]   --> ports/mac/src/plugins/scroll.rs:21:7
[INFO] [stdout]    |
[INFO] [stdout] 21 | const HOVERED_BUTTON: Color = Color::rgb(0.25, 0.25, 0.25);
[INFO] [stdout]    |       ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `PRESSED_BUTTON` is never used
[INFO] [stdout]   --> ports/mac/src/plugins/scroll.rs:22:7
[INFO] [stdout]    |
[INFO] [stdout] 22 | const PRESSED_BUTTON: Color = Color::rgb(0.35, 0.75, 0.35);
[INFO] [stdout]    |       ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `Length` should have an upper case name
[INFO] [stdout]   --> ports/mac/src/plugins/coordinate.rs:11:7
[INFO] [stdout]    |
[INFO] [stdout] 11 | const Length:f32 = 50.0;
[INFO] [stdout]    |       ^^^^^^ help: convert the identifier to upper case: `LENGTH`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_upper_case_globals)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `setup` is never used
[INFO] [stdout]   --> ports/mac/src/main.rs:30:4
[INFO] [stdout]    |
[INFO] [stdout] 30 | fn setup(mut commands: Commands) {
[INFO] [stdout]    |    ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `HOVERED_BUTTON` is never used
[INFO] [stdout]   --> ports/mac/src/plugins/scroll.rs:21:7
[INFO] [stdout]    |
[INFO] [stdout] 21 | const HOVERED_BUTTON: Color = Color::rgb(0.25, 0.25, 0.25);
[INFO] [stdout]    |       ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `PRESSED_BUTTON` is never used
[INFO] [stdout]   --> ports/mac/src/plugins/scroll.rs:22:7
[INFO] [stdout]    |
[INFO] [stdout] 22 | const PRESSED_BUTTON: Color = Color::rgb(0.35, 0.75, 0.35);
[INFO] [stdout]    |       ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `Length` should have an upper case name
[INFO] [stdout]   --> ports/mac/src/plugins/coordinate.rs:11:7
[INFO] [stdout]    |
[INFO] [stdout] 11 | const Length:f32 = 50.0;
[INFO] [stdout]    |       ^^^^^^ help: convert the identifier to upper case: `LENGTH`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_upper_case_globals)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 12 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 12 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 37.10s
[INFO] running `Command { std: "docker" "inspect" "5b97e5d06c0d8bb5c8440f5d9b777c7acdf8ef813de3eb4200c83179dfa118f0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5b97e5d06c0d8bb5c8440f5d9b777c7acdf8ef813de3eb4200c83179dfa118f0", kill_on_drop: false }`
[INFO] [stdout] 5b97e5d06c0d8bb5c8440f5d9b777c7acdf8ef813de3eb4200c83179dfa118f0
[INFO] checking GitNiko/bevy_examples against try#785364c7e5e0804473a3fddfb579798ea14e3493 for pr-114682
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGitNiko%2Fbevy_examples" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/GitNiko/bevy_examples on toolchain 785364c7e5e0804473a3fddfb579798ea14e3493
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] removed /workspace/builds/worker-1-tc2/source/.cargo/config
[INFO] removed /workspace/builds/worker-1-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/GitNiko/bevy_examples
[INFO] finished tweaking git repo https://github.com/GitNiko/bevy_examples
[INFO] tweaked toml for git repo https://github.com/GitNiko/bevy_examples written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/GitNiko/bevy_examples 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" "+785364c7e5e0804473a3fddfb579798ea14e3493" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d67442131a0726c4f7f85572d6456362f4bc6c981ca6b051e083fd8def3720ca
[INFO] running `Command { std: "docker" "start" "-a" "d67442131a0726c4f7f85572d6456362f4bc6c981ca6b051e083fd8def3720ca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d67442131a0726c4f7f85572d6456362f4bc6c981ca6b051e083fd8def3720ca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d67442131a0726c4f7f85572d6456362f4bc6c981ca6b051e083fd8def3720ca", kill_on_drop: false }`
[INFO] [stdout] d67442131a0726c4f7f85572d6456362f4bc6c981ca6b051e083fd8def3720ca
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0ef6ccbdc27a873efcd1d18d8dacd54cf75bf93e1fc4f0a8b7484ad652977fec
[INFO] running `Command { std: "docker" "start" "-a" "0ef6ccbdc27a873efcd1d18d8dacd54cf75bf93e1fc4f0a8b7484ad652977fec", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.148
[INFO] [stderr]    Compiling serde v1.0.188
[INFO] [stderr]    Compiling thiserror v1.0.48
[INFO] [stderr]    Compiling winnow v0.5.15
[INFO] [stderr]    Compiling toml_datetime v0.6.3
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling ahash v0.8.3
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]     Checking crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling libm v0.2.8
[INFO] [stderr]    Compiling num-traits v0.2.16
[INFO] [stderr]     Checking equivalent v1.0.1
[INFO] [stderr]     Checking futures-io v0.3.28
[INFO] [stderr]     Checking fixedbitset v0.4.2
[INFO] [stderr]     Checking parking v2.1.1
[INFO] [stderr]     Checking async-task v4.4.1
[INFO] [stderr]    Compiling bit-set v0.5.3
[INFO] [stderr]     Checking futures-lite v1.13.0
[INFO] [stderr]    Compiling syn v2.0.30
[INFO] [stderr]     Checking thread_local v1.1.7
[INFO] [stderr]     Checking bevy_ptr v0.11.3
[INFO] [stderr]     Checking smol_str v0.2.0
[INFO] [stderr]     Checking aho-corasick v1.1.1
[INFO] [stderr]     Checking regex-syntax v0.7.5
[INFO] [stderr]     Checking overload v0.1.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking matchers v0.1.0
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking concurrent-queue v2.3.0
[INFO] [stderr]     Checking tracing-log v0.1.3
[INFO] [stderr]     Checking nu-ansi-term v0.46.0
[INFO] [stderr]     Checking crossbeam-channel v0.5.8
[INFO] [stderr]     Checking byteorder v1.4.3
[INFO] [stderr]     Checking async-channel v1.9.0
[INFO] [stderr]     Checking unicode-xid v0.2.4
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]     Checking unicode-width v0.1.11
[INFO] [stderr]     Checking pp-rs v0.2.1
[INFO] [stderr]    Compiling khronos-egl v4.1.0
[INFO] [stderr]     Checking codespan-reporting v0.11.1
[INFO] [stderr]    Compiling ash v0.37.3+1.3.251
[INFO] [stderr]     Checking hexf-parse v0.2.1
[INFO] [stderr]     Checking gpu-alloc-types v0.2.0
[INFO] [stderr]     Checking async-executor v1.5.4
[INFO] [stderr]    Compiling anyhow v1.0.75
[INFO] [stderr]     Checking walkdir v2.4.0
[INFO] [stderr]     Checking gpu-alloc v0.5.4
[INFO] [stderr]     Checking flate2 v1.0.27
[INFO] [stderr]    Compiling getrandom v0.2.10
[INFO] [stderr]     Checking bevy_tasks v0.11.3
[INFO] [stderr]     Checking fdeflate v0.3.0
[INFO] [stderr]     Checking renderdoc-sys v1.0.0
[INFO] [stderr]     Checking indexmap v1.9.3
[INFO] [stderr]     Checking profiling v1.0.11
[INFO] [stderr]    Compiling thiserror-core v1.0.38
[INFO] [stderr]     Checking const_soft_float v0.1.4
[INFO] [stderr]     Checking twox-hash v1.6.3
[INFO] [stderr]    Compiling pin-project-lite v0.2.13
[INFO] [stderr]     Checking const_panic v0.2.8
[INFO] [stderr]     Checking png v0.17.10
[INFO] [stderr]     Checking data-encoding v2.4.0
[INFO] [stderr]     Checking unicode-ident v1.0.11
[INFO] [stderr]     Checking ktx2 v0.3.0
[INFO] [stderr]    Compiling tracing-core v0.1.31
[INFO] [stderr]    Compiling event-listener v2.5.3
[INFO] [stderr]     Checking constgebra v0.1.3
[INFO] [stderr]     Checking num-integer v0.1.45
[INFO] [stderr]     Checking spirv v0.2.0+1.5.4
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking mio v0.8.8
[INFO] [stderr]     Checking inotify-sys v0.1.5
[INFO] [stderr]     Checking sysinfo v0.29.10
[INFO] [stderr]     Checking filetime v0.2.22
[INFO] [stderr]     Checking inotify v0.9.6
[INFO] [stderr]     Checking nix v0.24.3
[INFO] [stderr]     Checking num-rational v0.4.1
[INFO] [stderr]     Checking radsort v0.1.0
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]     Checking notify v6.1.1
[INFO] [stderr]    Compiling bytemuck v1.14.0
[INFO] [stderr]    Compiling fastrand v1.9.0
[INFO] [stderr]     Checking ttf-parser v0.19.2
[INFO] [stderr]    Compiling waker-fn v1.1.1
[INFO] [stderr]    Compiling async-lock v2.8.0
[INFO] [stderr]    Compiling alsa-sys v0.3.1
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]     Checking regex-automata v0.3.9
[INFO] [stderr]    Compiling instant v0.1.12
[INFO] [stderr]    Compiling fastrand v2.0.1
[INFO] [stderr]    Compiling wayland-scanner v0.29.5
[INFO] [stderr]     Checking euclid v0.22.9
[INFO] [stderr]    Compiling libudev-sys v0.1.4
[INFO] [stderr]     Checking svg_fmt v0.4.1
[INFO] [stderr]    Compiling serde_json v1.0.107
[INFO] [stderr]    Compiling downcast-rs v1.2.0
[INFO] [stderr]     Checking rectangle-pack v0.4.2
[INFO] [stderr]    Compiling inflections v1.1.1
[INFO] [stderr]    Compiling cpal v0.15.2
[INFO] [stderr]     Checking accesskit v0.11.2
[INFO] [stderr]     Checking x11-dl v2.21.0
[INFO] [stderr]     Checking nix v0.26.4
[INFO] [stderr]     Checking ogg v0.8.0
[INFO] [stderr]     Checking base64 v0.21.4
[INFO] [stderr]     Checking xi-unicode v0.3.0
[INFO] [stderr]    Compiling gilrs v0.10.2
[INFO] [stderr]     Checking dasp_sample v0.11.0
[INFO] [stderr]     Checking lewton v0.10.2
[INFO] [stderr]     Checking guillotiere v0.6.2
[INFO] [stderr]     Checking grid v0.10.0
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling regex-syntax v0.6.29
[INFO] [stderr]     Checking taffy v0.3.15
[INFO] [stderr]    Compiling log v0.4.20
[INFO] [stderr]    Compiling winit v0.28.7
[INFO] [stderr]    Compiling encase_derive_impl v0.6.1
[INFO] [stderr]     Checking owned_ttf_parser v0.19.0
[INFO] [stderr]    Compiling raw-window-handle v0.5.2
[INFO] [stderr]     Checking ab_glyph v0.2.22
[INFO] [stderr]    Compiling matrixmultiply v0.3.8
[INFO] [stderr]     Checking num-complex v0.4.4
[INFO] [stderr]    Compiling crossbeam-queue v0.3.8
[INFO] [stderr]     Checking rawpointer v0.2.1
[INFO] [stderr]     Checking crossbeam-epoch v0.9.15
[INFO] [stderr]     Checking regex v1.9.6
[INFO] [stderr]     Checking glyph_brush_layout v0.2.3
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking gethostname v0.2.3
[INFO] [stderr]     Checking robust v0.2.3
[INFO] [stderr]     Checking optional v0.5.0
[INFO] [stderr]     Checking crossbeam-deque v0.8.3
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking inventory v0.3.12
[INFO] [stderr]     Checking rand_pcg v0.3.1
[INFO] [stderr]     Checking copyless v0.1.5
[INFO] [stderr]     Checking pretty-type-name v1.0.1
[INFO] [stderr]     Checking crossbeam v0.8.2
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr] error: could not compile `syn` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/785364c7e5e0804473a3fddfb579798ea14e3493/bin/rustc --crate-name syn --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit-mut"' -C metadata=30805377156006e3 -C extra-filename=-30805377156006e3 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-f21fe8ecedcb5f57.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-555c7d56a8598fc7.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-134c9022163e6338.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `ash` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/785364c7e5e0804473a3fddfb579798ea14e3493/bin/rustc --crate-name ash --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ash-0.37.3+1.3.251/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="debug"' --cfg 'feature="default"' --cfg 'feature="libloading"' --cfg 'feature="loaded"' -C metadata=c5ea94cca8fd9a96 -C extra-filename=-c5ea94cca8fd9a96 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern libloading=/opt/rustwide/target/debug/deps/liblibloading-9759c23b7b6fd847.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "0ef6ccbdc27a873efcd1d18d8dacd54cf75bf93e1fc4f0a8b7484ad652977fec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0ef6ccbdc27a873efcd1d18d8dacd54cf75bf93e1fc4f0a8b7484ad652977fec", kill_on_drop: false }`
[INFO] [stdout] 0ef6ccbdc27a873efcd1d18d8dacd54cf75bf93e1fc4f0a8b7484ad652977fec
