[INFO] cloning repository https://github.com/wangjun861205/battleship [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/wangjun861205/battleship" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwangjun861205%2Fbattleship", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwangjun861205%2Fbattleship'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7365362e1f98703d3c470fc3e9341bfec270186d [INFO] testing wangjun861205/battleship against 1.77.0 for beta-1.78-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwangjun861205%2Fbattleship" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/wangjun861205/battleship on toolchain 1.77.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.77.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/wangjun861205/battleship [INFO] finished tweaking git repo https://github.com/wangjun861205/battleship [INFO] tweaked toml for git repo https://github.com/wangjun861205/battleship written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/wangjun861205/battleship 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.77.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded bevy_dylib v0.9.1 [INFO] [stderr] Downloaded serde_json v1.0.93 [INFO] [stderr] Downloaded winnow v0.3.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+1.77.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7764858dd1022562982a0e551145b41fba7be554bbdf77723d44bb352780e586 [INFO] running `Command { std: "docker" "start" "-a" "7764858dd1022562982a0e551145b41fba7be554bbdf77723d44bb352780e586", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7764858dd1022562982a0e551145b41fba7be554bbdf77723d44bb352780e586", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7764858dd1022562982a0e551145b41fba7be554bbdf77723d44bb352780e586", kill_on_drop: false }` [INFO] [stdout] 7764858dd1022562982a0e551145b41fba7be554bbdf77723d44bb352780e586 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.77.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 07a57b7b9a50cbaceed8efea990bc9a287eebe54235f9a5f144bd9fc58ad3938 [INFO] running `Command { std: "docker" "start" "-a" "07a57b7b9a50cbaceed8efea990bc9a287eebe54235f9a5f144bd9fc58ad3938", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.51 [INFO] [stderr] Compiling unicode-ident v1.0.6 [INFO] [stderr] Compiling quote v1.0.23 [INFO] [stderr] Compiling libc v0.2.139 [INFO] [stderr] Compiling serde_derive v1.0.152 [INFO] [stderr] Compiling serde v1.0.152 [INFO] [stderr] Compiling once_cell v1.17.1 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling lock_api v0.4.9 [INFO] [stderr] Compiling thiserror v1.0.38 [INFO] [stderr] Compiling parking_lot_core v0.9.7 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.15 [INFO] [stderr] Compiling futures-core v0.3.26 [INFO] [stderr] Compiling tracing-core v0.1.30 [INFO] [stderr] Compiling fixedbitset v0.4.2 [INFO] [stderr] Compiling slab v0.4.8 [INFO] [stderr] Compiling fastrand v1.9.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling futures-io v0.3.26 [INFO] [stderr] Compiling parking v2.0.0 [INFO] [stderr] Compiling event-listener v2.5.3 [INFO] [stderr] Compiling waker-fn v1.1.0 [INFO] [stderr] Compiling futures-lite v1.12.0 [INFO] [stderr] Compiling tracing v0.1.37 [INFO] [stderr] Compiling concurrent-queue v2.1.0 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling getrandom v0.2.8 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling erased-serde v0.3.24 [INFO] [stderr] Compiling uuid v1.3.0 [INFO] [stderr] Compiling bit-set v0.5.3 [INFO] [stderr] Compiling cache-padded v1.2.0 [INFO] [stderr] Compiling async-task v4.3.0 [INFO] [stderr] Compiling concurrent-queue v1.2.4 [INFO] [stderr] Compiling async-channel v1.8.0 [INFO] [stderr] Compiling thread_local v1.1.7 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling downcast-rs v1.2.0 [INFO] [stderr] Compiling async-lock v2.6.0 [INFO] [stderr] Compiling bevy_ptr v0.9.1 [INFO] [stderr] Compiling regex-syntax v0.6.28 [INFO] [stderr] Compiling pkg-config v0.3.26 [INFO] [stderr] Compiling aho-corasick v0.7.20 [INFO] [stderr] Compiling async-executor v1.5.0 [INFO] [stderr] Compiling overload v0.1.1 [INFO] [stderr] Compiling nu-ansi-term v0.46.0 [INFO] [stderr] Compiling bevy_tasks v0.9.1 [INFO] [stderr] Compiling tracing-log v0.1.3 [INFO] [stderr] Compiling sharded-slab v0.1.4 [INFO] [stderr] Compiling cty v0.2.2 [INFO] [stderr] Compiling indexmap v1.9.2 [INFO] [stderr] Compiling raw-window-handle v0.5.0 [INFO] [stderr] Compiling mio v0.8.6 [INFO] [stderr] Compiling crossbeam-channel v0.5.7 [INFO] [stderr] Compiling inotify-sys v0.1.5 [INFO] [stderr] Compiling libloading v0.7.4 [INFO] [stderr] Compiling toml v0.5.11 [INFO] [stderr] Compiling ash v0.37.2+1.3.238 [INFO] [stderr] Compiling khronos-egl v4.1.0 [INFO] [stderr] Compiling unicode-width v0.1.10 [INFO] [stderr] Compiling anyhow v1.0.69 [INFO] [stderr] Compiling termcolor v1.2.0 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling regex v1.7.1 [INFO] [stderr] Compiling unicode-xid v0.2.4 [INFO] [stderr] Compiling pp-rs v0.2.1 [INFO] [stderr] Compiling codespan-reporting v0.11.1 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling bevy_macro_utils v0.9.1 [INFO] [stderr] Compiling matchers v0.1.0 [INFO] [stderr] Compiling inotify v0.9.6 [INFO] [stderr] Compiling spirv v0.2.0+1.5.4 [INFO] [stderr] Compiling filetime v0.2.20 [INFO] [stderr] Compiling gpu-alloc-types v0.2.0 [INFO] [stderr] Compiling gpu-descriptor-types v0.1.1 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling hexf-parse v0.2.1 [INFO] [stderr] Compiling cfg_aliases v0.1.1 [INFO] [stderr] Compiling arrayvec v0.7.2 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling wgpu-core v0.14.2 [INFO] [stderr] Compiling miniz_oxide v0.6.2 [INFO] [stderr] Compiling gpu-alloc v0.5.3 [INFO] [stderr] Compiling notify v5.1.0 [INFO] [stderr] Compiling thiserror-impl v1.0.38 [INFO] [stderr] Compiling bytemuck_derive v1.4.0 [INFO] [stderr] Compiling bevy_reflect_derive v0.9.1 [INFO] [stderr] Compiling bevy_ecs_macros v0.9.1 [INFO] [stderr] Compiling bytemuck v1.13.1 [INFO] [stderr] Compiling bevy_derive v0.9.1 [INFO] [stderr] Compiling encase_derive_impl v0.4.1 [INFO] [stderr] Compiling wgpu-types v0.14.1 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Compiling renderdoc-sys v0.7.1 [INFO] [stderr] Compiling profiling v1.0.7 [INFO] [stderr] Compiling glow v0.11.2 [INFO] [stderr] Compiling flate2 v1.0.25 [INFO] [stderr] Compiling encase_derive v0.4.1 [INFO] [stderr] Compiling jpeg-decoder v0.3.0 [INFO] [stderr] Compiling png v0.17.7 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling scoped_threadpool v0.1.9 [INFO] [stderr] Compiling const_panic v0.2.7 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling bevy_encase_derive v0.9.1 [INFO] [stderr] Compiling image v0.24.5 [INFO] [stderr] Compiling bevy_render_macros v0.9.1 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling alsa-sys v0.3.1 [INFO] [stderr] Compiling radsort v0.1.0 [INFO] [stderr] Compiling libudev-sys v0.1.4 [INFO] [stderr] Compiling serde_json v1.0.93 [INFO] [stderr] Compiling ttf-parser v0.18.1 [INFO] [stderr] Compiling nix v0.23.2 [INFO] [stderr] Compiling euclid v0.22.7 [INFO] [stderr] Compiling approx v0.5.1 [INFO] [stderr] Compiling x11-dl v2.21.0 [INFO] [stderr] Compiling typenum v1.16.0 [INFO] [stderr] Compiling ryu v1.0.12 [INFO] [stderr] Compiling itoa v1.0.5 [INFO] [stderr] Compiling ab_glyph_rasterizer v0.1.8 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling inflections v1.1.1 [INFO] [stderr] Compiling cpal v0.14.2 [INFO] [stderr] Compiling svg_fmt v0.4.1 [INFO] [stderr] Compiling gltf-derive v1.1.0 [INFO] [stderr] Compiling guillotiere v0.6.2 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling nix v0.25.1 [INFO] [stderr] Compiling ogg v0.8.0 [INFO] [stderr] Compiling owned_ttf_parser v0.18.1 [INFO] [stderr] Compiling gilrs v0.10.1 [INFO] [stderr] Compiling ab_glyph v0.2.20 [INFO] [stderr] Compiling percent-encoding v2.2.0 [INFO] [stderr] Compiling rectangle-pack v0.4.2 [INFO] [stderr] Compiling smallvec v1.10.0 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling glam v0.22.0 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling tracing-subscriber v0.3.16 [INFO] [stderr] Compiling bevy_utils v0.9.1 [INFO] [stderr] Compiling gpu-descriptor v0.2.3 [INFO] [stderr] Compiling alsa v0.6.0 [INFO] [stderr] Compiling petgraph v0.6.3 [INFO] [stderr] Compiling xi-unicode v0.3.0 [INFO] [stderr] Compiling base64 v0.13.1 [INFO] [stderr] Compiling ron v0.8.0 [INFO] [stderr] Compiling bevy_math v0.9.1 [INFO] [stderr] Compiling bevy_reflect v0.9.1 [INFO] [stderr] Compiling hexasphere v8.0.0 [INFO] [stderr] Compiling naga v0.10.0 [INFO] [stderr] Compiling bevy_mikktspace v0.9.1 [INFO] [stderr] Compiling encase v0.4.1 [INFO] [stderr] Compiling gltf-json v1.1.0 [INFO] [stderr] Compiling glyph_brush_layout v0.2.3 [INFO] [stderr] Compiling gilrs-core v0.5.2 [INFO] [stderr] Compiling lewton v0.10.2 [INFO] [stderr] Compiling hash32-derive v0.1.1 [INFO] [stderr] Compiling raw-window-handle v0.4.3 [INFO] [stderr] Compiling hash32 v0.2.1 [INFO] [stderr] Compiling urlencoding v2.1.2 [INFO] [stderr] Compiling rodio v0.16.0 [INFO] [stderr] Compiling taffy v0.1.0 [INFO] [stderr] Compiling bevy_ecs v0.9.1 [INFO] [stderr] Compiling gltf v1.1.0 [INFO] [stderr] Compiling winit v0.27.5 [INFO] [stderr] Compiling wgpu-hal v0.14.1 [INFO] [stderr] Compiling bevy_app v0.9.1 [INFO] [stderr] Compiling bevy_core v0.9.1 [INFO] [stderr] Compiling bevy_log v0.9.1 [INFO] [stderr] Compiling bevy_time v0.9.1 [INFO] [stderr] Compiling bevy_input v0.9.1 [INFO] [stderr] Compiling bevy_diagnostic v0.9.1 [INFO] [stderr] Compiling bevy_asset v0.9.1 [INFO] [stderr] Compiling bevy_hierarchy v0.9.1 [INFO] [stderr] Compiling bevy_window v0.9.1 [INFO] [stderr] Compiling bevy_gilrs v0.9.1 [INFO] [stderr] Compiling bevy_transform v0.9.1 [INFO] [stderr] Compiling bevy_audio v0.9.1 [INFO] [stderr] Compiling bevy_winit v0.9.1 [INFO] [stderr] Compiling bevy_animation v0.9.1 [INFO] [stderr] Compiling wgpu v0.14.2 [INFO] [stderr] Compiling bevy_render v0.9.1 [INFO] [stderr] Compiling bevy_core_pipeline v0.9.1 [INFO] [stderr] Compiling bevy_scene v0.9.1 [INFO] [stderr] Compiling bevy_sprite v0.9.1 [INFO] [stderr] Compiling bevy_pbr v0.9.1 [INFO] [stderr] Compiling bevy_text v0.9.1 [INFO] [stderr] Compiling bevy_ui v0.9.1 [INFO] [stderr] Compiling bevy_gltf v0.9.1 [INFO] [stderr] Compiling bevy_internal v0.9.1 [INFO] [stderr] Compiling bevy_dylib v0.9.1 [INFO] [stderr] Compiling bevy v0.9.1 [INFO] [stderr] Compiling battleship v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `INFINITY`, `NEG_INFINITY` [INFO] [stdout] --> src/main.rs:7:28 [INFO] [stdout] | [INFO] [stdout] 7 | use std::f32::{consts::PI, INFINITY, NEG_INFINITY}; [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `distance` [INFO] [stdout] --> src/main.rs:161:9 [INFO] [stdout] | [INFO] [stdout] 161 | let distance = ((bullet.x - collision_x).powf(2.0) + (bullet.y - collision_y).powf(2.0)).sqrt(); [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_distance` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `x`, `y`, `z`, `direction`, `horizontal_velocity`, and `vertical_velocity` are never read [INFO] [stdout] --> src/main.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 23 | pub struct BulletMovement { [INFO] [stdout] | -------------- fields in this struct [INFO] [stdout] 24 | x: f32, [INFO] [stdout] | ^ [INFO] [stdout] 25 | y: f32, [INFO] [stdout] | ^ [INFO] [stdout] 26 | z: f32, [INFO] [stdout] | ^ [INFO] [stdout] 27 | direction: f32, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 28 | horizontal_velocity: f32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 29 | vertical_velocity: f32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `x`, `y`, `direction`, `length`, `width`, and `height` are never read [INFO] [stdout] --> src/main.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 33 | pub struct BattleshipMovement { [INFO] [stdout] | ------------------ fields in this struct [INFO] [stdout] 34 | x: f32, [INFO] [stdout] | ^ [INFO] [stdout] 35 | y: f32, [INFO] [stdout] | ^ [INFO] [stdout] 36 | direction: f32, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 37 | length: f32, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 38 | width: f32, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 39 | height: f32, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `HorizontalPosition` is never constructed [INFO] [stdout] --> src/main.rs:61:8 [INFO] [stdout] | [INFO] [stdout] 61 | struct HorizontalPosition { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `mod_direction` is never used [INFO] [stdout] --> src/main.rs:67:4 [INFO] [stdout] | [INFO] [stdout] 67 | fn mod_direction(mut direction: f32) -> f32 { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `detect_horizontal_collision` is never used [INFO] [stdout] --> src/main.rs:75:4 [INFO] [stdout] | [INFO] [stdout] 75 | fn detect_horizontal_collision(a: HorizontalPosition, b: HorizontalPosition) -> Option<(f32, f32)> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `detect_frontend_collision` is never used [INFO] [stdout] --> src/main.rs:153:4 [INFO] [stdout] | [INFO] [stdout] 153 | fn detect_frontend_collision(bullet: BulletMovement, battleship: BattleshipMovement) -> Option<(f32, f32, f32)> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `detect_collision` is never used [INFO] [stdout] --> src/main.rs:168:4 [INFO] [stdout] | [INFO] [stdout] 168 | fn detect_collision(bullet: BulletMovement, battleship: BattleshipMovement) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `HitIntoShip` is never constructed [INFO] [stdout] --> src/projectile.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 13 | pub enum BrustType { [INFO] [stdout] | --------- variant in this enum [INFO] [stdout] 14 | HitIntoWater, [INFO] [stdout] 15 | HitIntoShip, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `BrustType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `typ` is never read [INFO] [stdout] --> src/projectile.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 19 | pub struct BrustEvent { [INFO] [stdout] | ---------- field in this struct [INFO] [stdout] 20 | typ: BrustType, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `BrustEvent` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 05s [INFO] running `Command { std: "docker" "inspect" "07a57b7b9a50cbaceed8efea990bc9a287eebe54235f9a5f144bd9fc58ad3938", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "07a57b7b9a50cbaceed8efea990bc9a287eebe54235f9a5f144bd9fc58ad3938", kill_on_drop: false }` [INFO] [stdout] 07a57b7b9a50cbaceed8efea990bc9a287eebe54235f9a5f144bd9fc58ad3938 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.77.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8090de570a3d11a1bbf93899e0d351362df42359c5fe2948b4b0dbfbb0228f15 [INFO] running `Command { std: "docker" "start" "-a" "8090de570a3d11a1bbf93899e0d351362df42359c5fe2948b4b0dbfbb0228f15", kill_on_drop: false }` [INFO] [stderr] Compiling battleship v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `INFINITY`, `NEG_INFINITY` [INFO] [stdout] --> src/main.rs:7:28 [INFO] [stdout] | [INFO] [stdout] 7 | use std::f32::{consts::PI, INFINITY, NEG_INFINITY}; [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `distance` [INFO] [stdout] --> src/main.rs:161:9 [INFO] [stdout] | [INFO] [stdout] 161 | let distance = ((bullet.x - collision_x).powf(2.0) + (bullet.y - collision_y).powf(2.0)).sqrt(); [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_distance` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `z`, `horizontal_velocity`, and `vertical_velocity` are never read [INFO] [stdout] --> src/main.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 23 | pub struct BulletMovement { [INFO] [stdout] | -------------- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 26 | z: f32, [INFO] [stdout] | ^ [INFO] [stdout] 27 | direction: f32, [INFO] [stdout] 28 | horizontal_velocity: f32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 29 | vertical_velocity: f32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `width` and `height` are never read [INFO] [stdout] --> src/main.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 33 | pub struct BattleshipMovement { [INFO] [stdout] | ------------------ fields in this struct [INFO] [stdout] ... [INFO] [stdout] 38 | width: f32, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 39 | height: f32, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `detect_frontend_collision` is never used [INFO] [stdout] --> src/main.rs:153:4 [INFO] [stdout] | [INFO] [stdout] 153 | fn detect_frontend_collision(bullet: BulletMovement, battleship: BattleshipMovement) -> Option<(f32, f32, f32)> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `HitIntoShip` is never constructed [INFO] [stdout] --> src/projectile.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 13 | pub enum BrustType { [INFO] [stdout] | --------- variant in this enum [INFO] [stdout] 14 | HitIntoWater, [INFO] [stdout] 15 | HitIntoShip, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `BrustType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `typ` is never read [INFO] [stdout] --> src/projectile.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 19 | pub struct BrustEvent { [INFO] [stdout] | ---------- field in this struct [INFO] [stdout] 20 | typ: BrustType, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `BrustEvent` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.36s [INFO] running `Command { std: "docker" "inspect" "8090de570a3d11a1bbf93899e0d351362df42359c5fe2948b4b0dbfbb0228f15", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8090de570a3d11a1bbf93899e0d351362df42359c5fe2948b4b0dbfbb0228f15", kill_on_drop: false }` [INFO] [stdout] 8090de570a3d11a1bbf93899e0d351362df42359c5fe2948b4b0dbfbb0228f15 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.77.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 057879112db11b3de1cc87dd113052f213c02007fcd395fccbe5ce8f7a44b313 [INFO] running `Command { std: "docker" "start" "-a" "057879112db11b3de1cc87dd113052f213c02007fcd395fccbe5ce8f7a44b313", kill_on_drop: false }` [INFO] [stderr] warning: unused imports: `INFINITY`, `NEG_INFINITY` [INFO] [stderr] --> src/main.rs:7:28 [INFO] [stderr] | [INFO] [stderr] 7 | use std::f32::{consts::PI, INFINITY, NEG_INFINITY}; [INFO] [stderr] | ^^^^^^^^ ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `distance` [INFO] [stderr] --> src/main.rs:161:9 [INFO] [stderr] | [INFO] [stderr] 161 | let distance = ((bullet.x - collision_x).powf(2.0) + (bullet.y - collision_y).powf(2.0)).sqrt(); [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_distance` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: fields `z`, `horizontal_velocity`, and `vertical_velocity` are never read [INFO] [stderr] --> src/main.rs:26:5 [INFO] [stderr] | [INFO] [stderr] 23 | pub struct BulletMovement { [INFO] [stderr] | -------------- fields in this struct [INFO] [stderr] ... [INFO] [stderr] 26 | z: f32, [INFO] [stderr] | ^ [INFO] [stderr] 27 | direction: f32, [INFO] [stderr] 28 | horizontal_velocity: f32, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 29 | vertical_velocity: f32, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: fields `width` and `height` are never read [INFO] [stderr] --> src/main.rs:38:5 [INFO] [stderr] | [INFO] [stderr] 33 | pub struct BattleshipMovement { [INFO] [stderr] | ------------------ fields in this struct [INFO] [stderr] ... [INFO] [stderr] 38 | width: f32, [INFO] [stderr] | ^^^^^ [INFO] [stderr] 39 | height: f32, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `detect_frontend_collision` is never used [INFO] [stderr] --> src/main.rs:153:4 [INFO] [stderr] | [INFO] [stderr] 153 | fn detect_frontend_collision(bullet: BulletMovement, battleship: BattleshipMovement) -> Option<(f32, f32, f32)> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant `HitIntoShip` is never constructed [INFO] [stderr] --> src/projectile.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 13 | pub enum BrustType { [INFO] [stderr] | --------- variant in this enum [INFO] [stderr] 14 | HitIntoWater, [INFO] [stderr] 15 | HitIntoShip, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `BrustType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: field `typ` is never read [INFO] [stderr] --> src/projectile.rs:20:5 [INFO] [stderr] | [INFO] [stderr] 19 | pub struct BrustEvent { [INFO] [stderr] | ---------- field in this struct [INFO] [stderr] 20 | typ: BrustType, [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `BrustEvent` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: `battleship` (bin "battleship" test) generated 7 warnings (run `cargo fix --bin "battleship" --tests` to apply 2 suggestions) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/battleship-661462d9cd4cb3f2) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test test::test_detect_collision_horizontal ... ok [INFO] [stdout] test test::test_detect_collision ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "057879112db11b3de1cc87dd113052f213c02007fcd395fccbe5ce8f7a44b313", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "057879112db11b3de1cc87dd113052f213c02007fcd395fccbe5ce8f7a44b313", kill_on_drop: false }` [INFO] [stdout] 057879112db11b3de1cc87dd113052f213c02007fcd395fccbe5ce8f7a44b313 [INFO] testing wangjun861205/battleship against beta-2024-03-24 for beta-1.78-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwangjun861205%2Fbattleship" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/wangjun861205/battleship on toolchain beta-2024-03-24 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-03-24" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/wangjun861205/battleship [INFO] finished tweaking git repo https://github.com/wangjun861205/battleship [INFO] tweaked toml for git repo https://github.com/wangjun861205/battleship written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/wangjun861205/battleship already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-03-24" "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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-03-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bf95c54701e5bc21c1cca8107b97ac389f86a826ce1ad6295385a839c656a31f [INFO] running `Command { std: "docker" "start" "-a" "bf95c54701e5bc21c1cca8107b97ac389f86a826ce1ad6295385a839c656a31f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bf95c54701e5bc21c1cca8107b97ac389f86a826ce1ad6295385a839c656a31f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bf95c54701e5bc21c1cca8107b97ac389f86a826ce1ad6295385a839c656a31f", kill_on_drop: false }` [INFO] [stdout] bf95c54701e5bc21c1cca8107b97ac389f86a826ce1ad6295385a839c656a31f [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=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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-03-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f3c058777055c4aaa4c7b6c89a7d2715c52368ddfa98c30131cc91cb489b98d6 [INFO] running `Command { std: "docker" "start" "-a" "f3c058777055c4aaa4c7b6c89a7d2715c52368ddfa98c30131cc91cb489b98d6", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.51 [INFO] [stderr] Compiling unicode-ident v1.0.6 [INFO] [stderr] Compiling quote v1.0.23 [INFO] [stderr] Compiling libc v0.2.139 [INFO] [stderr] Compiling serde_derive v1.0.152 [INFO] [stderr] Compiling serde v1.0.152 [INFO] [stderr] Compiling once_cell v1.17.1 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling lock_api v0.4.9 [INFO] [stderr] Compiling thiserror v1.0.38 [INFO] [stderr] Compiling parking_lot_core v0.9.7 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.15 [INFO] [stderr] Compiling futures-core v0.3.26 [INFO] [stderr] Compiling tracing-core v0.1.30 [INFO] [stderr] Compiling fixedbitset v0.4.2 [INFO] [stderr] Compiling slab v0.4.8 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling parking v2.0.0 [INFO] [stderr] Compiling fastrand v1.9.0 [INFO] [stderr] Compiling waker-fn v1.1.0 [INFO] [stderr] Compiling event-listener v2.5.3 [INFO] [stderr] Compiling futures-io v0.3.26 [INFO] [stderr] Compiling concurrent-queue v2.1.0 [INFO] [stderr] Compiling futures-lite v1.12.0 [INFO] [stderr] Compiling getrandom v0.2.8 [INFO] [stderr] Compiling tracing v0.1.37 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling erased-serde v0.3.24 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling bit-set v0.5.3 [INFO] [stderr] Compiling uuid v1.3.0 [INFO] [stderr] Compiling async-task v4.3.0 [INFO] [stderr] Compiling cache-padded v1.2.0 [INFO] [stderr] Compiling async-channel v1.8.0 [INFO] [stderr] Compiling thread_local v1.1.7 [INFO] [stderr] Compiling concurrent-queue v1.2.4 [INFO] [stderr] Compiling async-lock v2.6.0 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling downcast-rs v1.2.0 [INFO] [stderr] Compiling bevy_ptr v0.9.1 [INFO] [stderr] Compiling regex-syntax v0.6.28 [INFO] [stderr] Compiling pkg-config v0.3.26 [INFO] [stderr] Compiling aho-corasick v0.7.20 [INFO] [stderr] Compiling overload v0.1.1 [INFO] [stderr] Compiling nu-ansi-term v0.46.0 [INFO] [stderr] Compiling async-executor v1.5.0 [INFO] [stderr] Compiling bevy_tasks v0.9.1 [INFO] [stderr] Compiling tracing-log v0.1.3 [INFO] [stderr] Compiling sharded-slab v0.1.4 [INFO] [stderr] Compiling cty v0.2.2 [INFO] [stderr] Compiling indexmap v1.9.2 [INFO] [stderr] Compiling raw-window-handle v0.5.0 [INFO] [stderr] Compiling mio v0.8.6 [INFO] [stderr] Compiling crossbeam-channel v0.5.7 [INFO] [stderr] Compiling inotify-sys v0.1.5 [INFO] [stderr] Compiling libloading v0.7.4 [INFO] [stderr] Compiling toml v0.5.11 [INFO] [stderr] Compiling khronos-egl v4.1.0 [INFO] [stderr] Compiling unicode-xid v0.2.4 [INFO] [stderr] Compiling ash v0.37.2+1.3.238 [INFO] [stderr] Compiling anyhow v1.0.69 [INFO] [stderr] Compiling termcolor v1.2.0 [INFO] [stderr] Compiling unicode-width v0.1.10 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling regex v1.7.1 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling codespan-reporting v0.11.1 [INFO] [stderr] Compiling pp-rs v0.2.1 [INFO] [stderr] Compiling inotify v0.9.6 [INFO] [stderr] Compiling bevy_macro_utils v0.9.1 [INFO] [stderr] Compiling matchers v0.1.0 [INFO] [stderr] Compiling spirv v0.2.0+1.5.4 [INFO] [stderr] Compiling filetime v0.2.20 [INFO] [stderr] Compiling gpu-alloc-types v0.2.0 [INFO] [stderr] Compiling gpu-descriptor-types v0.1.1 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling hexf-parse v0.2.1 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling cfg_aliases v0.1.1 [INFO] [stderr] Compiling arrayvec v0.7.2 [INFO] [stderr] Compiling miniz_oxide v0.6.2 [INFO] [stderr] Compiling wgpu-core v0.14.2 [INFO] [stderr] Compiling thiserror-impl v1.0.38 [INFO] [stderr] Compiling bytemuck_derive v1.4.0 [INFO] [stderr] Compiling bevy_reflect_derive v0.9.1 [INFO] [stderr] Compiling bevy_ecs_macros v0.9.1 [INFO] [stderr] Compiling bevy_derive v0.9.1 [INFO] [stderr] Compiling gpu-alloc v0.5.3 [INFO] [stderr] Compiling bytemuck v1.13.1 [INFO] [stderr] Compiling notify v5.1.0 [INFO] [stderr] Compiling encase_derive_impl v0.4.1 [INFO] [stderr] Compiling wgpu-types v0.14.1 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Compiling glow v0.11.2 [INFO] [stderr] Compiling profiling v1.0.7 [INFO] [stderr] Compiling renderdoc-sys v0.7.1 [INFO] [stderr] Compiling flate2 v1.0.25 [INFO] [stderr] Compiling encase_derive v0.4.1 [INFO] [stderr] Compiling png v0.17.7 [INFO] [stderr] Compiling const_panic v0.2.7 [INFO] [stderr] Compiling jpeg-decoder v0.3.0 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling scoped_threadpool v0.1.9 [INFO] [stderr] Compiling bevy_encase_derive v0.9.1 [INFO] [stderr] Compiling image v0.24.5 [INFO] [stderr] Compiling bevy_render_macros v0.9.1 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling alsa-sys v0.3.1 [INFO] [stderr] Compiling radsort v0.1.0 [INFO] [stderr] Compiling libudev-sys v0.1.4 [INFO] [stderr] Compiling serde_json v1.0.93 [INFO] [stderr] Compiling ttf-parser v0.18.1 [INFO] [stderr] Compiling nix v0.23.2 [INFO] [stderr] Compiling euclid v0.22.7 [INFO] [stderr] Compiling approx v0.5.1 [INFO] [stderr] Compiling x11-dl v2.21.0 [INFO] [stderr] Compiling ab_glyph_rasterizer v0.1.8 [INFO] [stderr] Compiling inflections v1.1.1 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling itoa v1.0.5 [INFO] [stderr] Compiling svg_fmt v0.4.1 [INFO] [stderr] Compiling typenum v1.16.0 [INFO] [stderr] Compiling cpal v0.14.2 [INFO] [stderr] Compiling ryu v1.0.12 [INFO] [stderr] Compiling guillotiere v0.6.2 [INFO] [stderr] Compiling gltf-derive v1.1.0 [INFO] [stderr] Compiling owned_ttf_parser v0.18.1 [INFO] [stderr] Compiling ab_glyph v0.2.20 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling smallvec v1.10.0 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling glam v0.22.0 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling tracing-subscriber v0.3.16 [INFO] [stderr] Compiling bevy_utils v0.9.1 [INFO] [stderr] Compiling gpu-descriptor v0.2.3 [INFO] [stderr] Compiling petgraph v0.6.3 [INFO] [stderr] Compiling alsa v0.6.0 [INFO] [stderr] Compiling bevy_math v0.9.1 [INFO] [stderr] Compiling bevy_mikktspace v0.9.1 [INFO] [stderr] Compiling encase v0.4.1 [INFO] [stderr] Compiling bevy_reflect v0.9.1 [INFO] [stderr] Compiling hexasphere v8.0.0 [INFO] [stderr] Compiling nix v0.25.1 [INFO] [stderr] Compiling ogg v0.8.0 [INFO] [stderr] Compiling base64 v0.13.1 [INFO] [stderr] Compiling rectangle-pack v0.4.2 [INFO] [stderr] Compiling naga v0.10.0 [INFO] [stderr] Compiling gilrs v0.10.1 [INFO] [stderr] Compiling xi-unicode v0.3.0 [INFO] [stderr] Compiling percent-encoding v2.2.0 [INFO] [stderr] Compiling ron v0.8.0 [INFO] [stderr] Compiling glyph_brush_layout v0.2.3 [INFO] [stderr] Compiling lewton v0.10.2 [INFO] [stderr] Compiling gilrs-core v0.5.2 [INFO] [stderr] Compiling gltf-json v1.1.0 [INFO] [stderr] Compiling hash32-derive v0.1.1 [INFO] [stderr] Compiling raw-window-handle v0.4.3 [INFO] [stderr] Compiling bevy_ecs v0.9.1 [INFO] [stderr] Compiling hash32 v0.2.1 [INFO] [stderr] Compiling urlencoding v2.1.2 [INFO] [stderr] Compiling rodio v0.16.0 [INFO] [stderr] Compiling taffy v0.1.0 [INFO] [stderr] Compiling gltf v1.1.0 [INFO] [stderr] Compiling winit v0.27.5 [INFO] [stderr] Compiling wgpu-hal v0.14.1 [INFO] [stderr] Compiling bevy_app v0.9.1 [INFO] [stderr] Compiling bevy_core v0.9.1 [INFO] [stderr] Compiling bevy_log v0.9.1 [INFO] [stderr] Compiling bevy_time v0.9.1 [INFO] [stderr] Compiling bevy_input v0.9.1 [INFO] [stderr] Compiling bevy_hierarchy v0.9.1 [INFO] [stderr] Compiling bevy_diagnostic v0.9.1 [INFO] [stderr] Compiling bevy_asset v0.9.1 [INFO] [stderr] Compiling bevy_transform v0.9.1 [INFO] [stderr] Compiling bevy_window v0.9.1 [INFO] [stderr] Compiling bevy_gilrs v0.9.1 [INFO] [stderr] Compiling bevy_winit v0.9.1 [INFO] [stderr] Compiling bevy_animation v0.9.1 [INFO] [stderr] Compiling bevy_audio v0.9.1 [INFO] [stderr] Compiling wgpu v0.14.2 [INFO] [stderr] Compiling bevy_render v0.9.1 [INFO] [stderr] Compiling bevy_core_pipeline v0.9.1 [INFO] [stderr] Compiling bevy_scene v0.9.1 [INFO] [stderr] Compiling bevy_sprite v0.9.1 [INFO] [stderr] Compiling bevy_pbr v0.9.1 [INFO] [stderr] Compiling bevy_text v0.9.1 [INFO] [stderr] Compiling bevy_ui v0.9.1 [INFO] [stderr] Compiling bevy_gltf v0.9.1 [INFO] [stderr] Compiling bevy_internal v0.9.1 [INFO] [stderr] Compiling bevy_dylib v0.9.1 [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/beta-2024-03-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-Wl,--version-script=/tmp/rustcCdV7Ei/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustcCdV7Ei/symbols.o" "/opt/rustwide/target/debug/deps/bevy_dylib-433cf16596db41c2.bevy_dylib.a9a006d5b4dfd515-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/bevy_dylib-433cf16596db41c2.4nueqss0abe3ivdq.rcgu.rmeta" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2024-03-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libbevy_internal-324cdea1f823335b.rlib" "/opt/rustwide/target/debug/deps/libbevy_winit-746078d1ddf5805a.rlib" "/opt/rustwide/target/debug/deps/libwinit-925e87711f8c4cbe.rlib" "/opt/rustwide/target/debug/deps/libraw_window_handle-07f4e665e95c51da.rlib" "/opt/rustwide/target/debug/deps/libx11_dl-921921763f93382b.rlib" "/opt/rustwide/target/debug/deps/libbevy_ui-016a03e20832e42f.rlib" "/opt/rustwide/target/debug/deps/libtaffy-34df8e4cc3f252a5.rlib" "/opt/rustwide/target/debug/deps/libbevy_text-683d7c582deed7fb.rlib" "/opt/rustwide/target/debug/deps/libglyph_brush_layout-b21426f21c3f080f.rlib" "/opt/rustwide/target/debug/deps/libxi_unicode-db259af32f418135.rlib" "/opt/rustwide/target/debug/deps/libapprox-8a84ac8f1e931f4e.rlib" "/opt/rustwide/target/debug/deps/libab_glyph-e4384f72c352bc8c.rlib" "/opt/rustwide/target/debug/deps/libowned_ttf_parser-dfb57cdd0f1b5364.rlib" "/opt/rustwide/target/debug/deps/libttf_parser-62b2de56a28b6b2b.rlib" "/opt/rustwide/target/debug/deps/libab_glyph_rasterizer-a14d57c95a676215.rlib" "/opt/rustwide/target/debug/deps/libbevy_sprite-00c103177748ae79.rlib" "/opt/rustwide/target/debug/deps/librectangle_pack-2d11239effdb6516.rlib" "/opt/rustwide/target/debug/deps/libguillotiere-e09555368a211425.rlib" "/opt/rustwide/target/debug/deps/libsvg_fmt-14bb1eedfae0cd89.rlib" "/opt/rustwide/target/debug/deps/libeuclid-3660d9234050d158.rlib" "/opt/rustwide/target/debug/deps/libbevy_gltf-1ac15b9e77e5b181.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-52ba3d834e28489d.rlib" "/opt/rustwide/target/debug/deps/libgltf-d901b455f9687a8f.rlib" "/opt/rustwide/target/debug/deps/libgltf_json-8f55b06f5c133155.rlib" "/opt/rustwide/target/debug/deps/libserde_json-1ccf494e21f7cea1.rlib" "/opt/rustwide/target/debug/deps/libryu-f1ac1cda2d3cac1e.rlib" "/opt/rustwide/target/debug/deps/libitoa-0907925ccea3b058.rlib" "/opt/rustwide/target/debug/deps/libbevy_pbr-875f3582995bd0e1.rlib" "/opt/rustwide/target/debug/deps/libbevy_gilrs-55c0368bd6ac72a5.rlib" "/opt/rustwide/target/debug/deps/libgilrs-38a7d193d6bceddd.rlib" "/opt/rustwide/target/debug/deps/libfnv-953831fe314029b4.rlib" "/opt/rustwide/target/debug/deps/libgilrs_core-9329ba82250eb8bd.rlib" "/opt/rustwide/target/debug/deps/liblibudev_sys-b64341ead3beca39.rlib" "/opt/rustwide/target/debug/deps/libnix-62f5c6e0d07729f8.rlib" "/opt/rustwide/target/debug/deps/libvec_map-5b55b3a0782d93d8.rlib" "/opt/rustwide/target/debug/deps/libbevy_core_pipeline-655e12ed2d711356.rlib" "/opt/rustwide/target/debug/deps/libradsort-716f4f8ab5c4bc37.rlib" "/opt/rustwide/target/debug/deps/libbevy_audio-4697ca7f03ff03e8.rlib" "/opt/rustwide/target/debug/deps/librodio-0bfb2ec979d199c6.rlib" "/opt/rustwide/target/debug/deps/liblewton-978f2cc852b5c152.rlib" "/opt/rustwide/target/debug/deps/libogg-c0516cc4bec7a0ee.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-dcbbce603bc23510.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-333661e3b238a9a3.rlib" "/opt/rustwide/target/debug/deps/libcpal-fe27c8837fd042aa.rlib" "/opt/rustwide/target/debug/deps/libalsa-88e9cdcbb9f0df08.rlib" "/opt/rustwide/target/debug/deps/libnix-f12afbd7a1fe2ff4.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-3b8b6c5d2cb3d911.rlib" "/opt/rustwide/target/debug/deps/libalsa_sys-252551c3a952f04f.rlib" "/opt/rustwide/target/debug/deps/libbevy_animation-4381c7d661b7340e.rlib" "/opt/rustwide/target/debug/deps/libbevy_scene-a5113de678aae187.rlib" "/opt/rustwide/target/debug/deps/libron-e6ef584678ff29c0.rlib" "/opt/rustwide/target/debug/deps/libbase64-fca76a9e376e88b4.rlib" "/opt/rustwide/target/debug/deps/libbevy_render-7c4616680ebef872.rlib" "/opt/rustwide/target/debug/deps/libbevy_mikktspace-ab874709e25cf360.rlib" "/opt/rustwide/target/debug/deps/libhex-bf5d7c1623e40692.rlib" "/opt/rustwide/target/debug/deps/libimage-da430d611a7db11b.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-da6050448bfc3046.rlib" "/opt/rustwide/target/debug/deps/libpng-de080014fc6a81c6.rlib" "/opt/rustwide/target/debug/deps/libflate2-b852a7286a504311.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-05d161e33aadd62d.rlib" "/opt/rustwide/target/debug/deps/libadler-eba61f23bb3cdb48.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-dbea8ee6fb11ce73.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-b74ba3d936f605fe.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-0cb731e2cefa1b40.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-5a9fa77f39e10278.rlib" "/opt/rustwide/target/debug/deps/libscoped_threadpool-293da0d486a11c11.rlib" "/opt/rustwide/target/debug/deps/libencase-4015b80dc2caf515.rlib" "/opt/rustwide/target/debug/deps/libconst_panic-f28a345f600e2ec4.rlib" "/opt/rustwide/target/debug/deps/libhexasphere-2e221683a5406121.rlib" "/opt/rustwide/target/debug/deps/libwgpu-cd86b3d870184e1b.rlib" "/opt/rustwide/target/debug/deps/libstatic_assertions-0ef270c4de502b0e.rlib" "/opt/rustwide/target/debug/deps/libwgpu_core-8ae1141e41c2cc6b.rlib" "/opt/rustwide/target/debug/deps/libwgpu_hal-9785d423274ac861.rlib" "/opt/rustwide/target/debug/deps/librenderdoc_sys-e44ccfd57c1d89dc.rlib" "/opt/rustwide/target/debug/deps/libgpu_descriptor-dfa0283d7c0ba331.rlib" "/opt/rustwide/target/debug/deps/libgpu_descriptor_types-ad4de80ef5d608d5.rlib" "/opt/rustwide/target/debug/deps/libkhronos_egl-241feded69b91ed5.rlib" "/opt/rustwide/target/debug/deps/libprofiling-f2da097d3162f0db.rlib" "/opt/rustwide/target/debug/deps/libgpu_alloc-753bb6d87f63d3d2.rlib" "/opt/rustwide/target/debug/deps/libgpu_alloc_types-d5051c0e840ef54c.rlib" "/opt/rustwide/target/debug/deps/libash-2ab6f8f94ddc7b0c.rlib" "/opt/rustwide/target/debug/deps/liblibloading-8fc60105e6f7f82d.rlib" "/opt/rustwide/target/debug/deps/libnaga-2825487234d78dd8.rlib" "/opt/rustwide/target/debug/deps/libhexf_parse-3bfcf334e526d93c.rlib" "/opt/rustwide/target/debug/deps/librustc_hash-d8dd0847b35f1832.rlib" "/opt/rustwide/target/debug/deps/libbit_set-a2a6bff50cba83c5.rlib" "/opt/rustwide/target/debug/deps/libbit_vec-66b280c55763b85c.rlib" "/opt/rustwide/target/debug/deps/libcodespan_reporting-da4c7e11a0199bf6.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-8c89bf6e02b90910.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-7065c8621f7c2ff1.rlib" "/opt/rustwide/target/debug/deps/libpetgraph-9d53bdd675d69996.rlib" "/opt/rustwide/target/debug/deps/libpp_rs-becca79ec18c950b.rlib" "/opt/rustwide/target/debug/deps/libunicode_xid-7324cd53bbf6ee44.rlib" "/opt/rustwide/target/debug/deps/libspirv-ca6688125eed8055.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-e8834603c0747d08.rlib" "/opt/rustwide/target/debug/deps/libindexmap-527dfcc0b48ab2ab.rlib" "/opt/rustwide/target/debug/deps/libglow-dc67459e4aa62756.rlib" "/opt/rustwide/target/debug/deps/libwgpu_types-ade0ee1763959675.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-f483bd2e3fc44b0d.rlib" "/opt/rustwide/target/debug/deps/libbevy_window-1299e703f57cfa1a.rlib" "/opt/rustwide/target/debug/deps/libraw_window_handle-9c4bcec56cb08f1f.rlib" "/opt/rustwide/target/debug/deps/libcty-ed476ee9391a3a77.rlib" "/opt/rustwide/target/debug/deps/libbevy_transform-16d3dd561346cffd.rlib" "/opt/rustwide/target/debug/deps/libbevy_hierarchy-11405db1ec795672.rlib" "/opt/rustwide/target/debug/deps/libbevy_input-20a55e29a2a1dbeb.rlib" "/opt/rustwide/target/debug/deps/libbevy_asset-71a1de33c180b23d.rlib" "/opt/rustwide/target/debug/deps/libnotify-f541a5baa4247156.rlib" "/opt/rustwide/target/debug/deps/libmio-af448dc71a86e05e.rlib" "/opt/rustwide/target/debug/deps/libfiletime-cb7cb10e9e72b641.rlib" "/opt/rustwide/target/debug/deps/libwalkdir-f0b67fbf628bcd90.rlib" "/opt/rustwide/target/debug/deps/libsame_file-5e62a1af5be346fb.rlib" "/opt/rustwide/target/debug/deps/libinotify-1dc26041819fe3bd.rlib" "/opt/rustwide/target/debug/deps/libinotify_sys-5dd31a25c2759068.rlib" "/opt/rustwide/target/debug/deps/libbitflags-85e13ed1e0c6d910.rlib" "/opt/rustwide/target/debug/deps/libbevy_diagnostic-bbed82c81aaedb74.rlib" "/opt/rustwide/target/debug/deps/libbevy_time-fa6f378261f2d7b2.rlib" "/opt/rustwide/target/debug/deps/libbevy_core-627e2284c8d512d0.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-6ac47d80f331b6fd.rlib" "/opt/rustwide/target/debug/deps/libbevy_log-cdc1fc2efe3e190d.rlib" "/opt/rustwide/target/debug/deps/libtracing_subscriber-5989455f1006423e.rlib" "/opt/rustwide/target/debug/deps/libnu_ansi_term-573528bd560ec1a5.rlib" "/opt/rustwide/target/debug/deps/liboverload-983ca80356c666b7.rlib" "/opt/rustwide/target/debug/deps/libsharded_slab-bb331dccd6fe0513.rlib" "/opt/rustwide/target/debug/deps/libmatchers-285b152723272e7f.rlib" "/opt/rustwide/target/debug/deps/libregex_automata-360b1429a980905a.rlib" "/opt/rustwide/target/debug/deps/libregex-dc9f101a563969d6.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-13dc14dca1895e31.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-ffa6382ce54a3f92.rlib" "/opt/rustwide/target/debug/deps/libtracing_log-070fe58580180b8f.rlib" "/opt/rustwide/target/debug/deps/liblog-5dd7ca7285786d5e.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-efa3519517df6cf0.rlib" "/opt/rustwide/target/debug/deps/libanyhow-2fc18b952c819dc1.rlib" "/opt/rustwide/target/debug/deps/libbevy_app-db20c44938a8a1e5.rlib" "/opt/rustwide/target/debug/deps/libbevy_ecs-1fffb254313a127e.rlib" "/opt/rustwide/target/debug/deps/libfxhash-50ec1e7e2db7710c.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-0ef92d8cf14cf0b1.rlib" "/opt/rustwide/target/debug/deps/libthread_local-10591130cb36db99.rlib" "/opt/rustwide/target/debug/deps/libbevy_reflect-c6f51f1ce64cde4a.rlib" "/opt/rustwide/target/debug/deps/liberased_serde-25c73083475a242b.rlib" "/opt/rustwide/target/debug/deps/libbevy_math-a51df09cf9ae1207.rlib" "/opt/rustwide/target/debug/deps/libglam-541578b47bdd8c2f.rlib" "/opt/rustwide/target/debug/deps/libbytemuck-9e69053a75c86f9f.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-baaeb1f4121e213e.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-f87700e8478d491f.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-4a73f86774e93b02.rlib" "/opt/rustwide/target/debug/deps/liblock_api-7efc9c602b898216.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-31f1b56a39f2a372.rlib" "/opt/rustwide/target/debug/deps/libdowncast_rs-c4a86e4848913de8.rlib" "/opt/rustwide/target/debug/deps/libthiserror-36970cec58bcdf6d.rlib" "/opt/rustwide/target/debug/deps/libbevy_tasks-8a0401f87c3b75f0.rlib" "/opt/rustwide/target/debug/deps/libasync_channel-bb16540d9dca7eed.rlib" "/opt/rustwide/target/debug/deps/libasync_executor-7e498ee1b608e02f.rlib" "/opt/rustwide/target/debug/deps/libslab-7cf3b345ffecd469.rlib" "/opt/rustwide/target/debug/deps/libconcurrent_queue-98766e1146136290.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-7ee20280d9aebd0d.rlib" "/opt/rustwide/target/debug/deps/libasync_lock-d35e691669fdfedc.rlib" "/opt/rustwide/target/debug/deps/libevent_listener-769af95c79f2a6ea.rlib" "/opt/rustwide/target/debug/deps/libfutures_lite-7a821ecfaf976ef7.rlib" "/opt/rustwide/target/debug/deps/libmemchr-33d05ae5bba76030.rlib" "/opt/rustwide/target/debug/deps/libfastrand-9a0695f12d217e0d.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-5093ec394a665bf2.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-91d16c200d823a95.rlib" "/opt/rustwide/target/debug/deps/libwaker_fn-c70ff5f06f747f8a.rlib" "/opt/rustwide/target/debug/deps/libparking-558a8ab41cbf63b8.rlib" "/opt/rustwide/target/debug/deps/libconcurrent_queue-e06fc39a3ddbba71.rlib" "/opt/rustwide/target/debug/deps/libcache_padded-1b08425d86e2ab96.rlib" "/opt/rustwide/target/debug/deps/libasync_task-f0859bc32c912d53.rlib" "/opt/rustwide/target/debug/deps/libfixedbitset-fc6256706df7c46a.rlib" "/opt/rustwide/target/debug/deps/libbevy_utils-b9e07b65dfa1be01.rlib" "/opt/rustwide/target/debug/deps/libuuid-b23cdb0a546e94ce.rlib" "/opt/rustwide/target/debug/deps/libtracing-dab5cfa6fb944658.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-e8b15c1d45637ce8.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-b40d17d5fbd31bae.rlib" "/opt/rustwide/target/debug/deps/libinstant-11857eb893fd2c6b.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-eb57e587d0b4bc5b.rlib" "/opt/rustwide/target/debug/deps/libserde-6103977268a9bb80.rlib" "/opt/rustwide/target/debug/deps/libahash-155d88571bbd769b.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-3ff43c068f440b87.rlib" "/opt/rustwide/target/debug/deps/liblibc-7f333e1d76e47d76.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-e7002d307f97bc56.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-3d70b1de027ce947.rlib" "/opt/rustwide/target/debug/deps/libbevy_ptr-1214b0a79b588698.rlib" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2024-03-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bdynamic" "-lstd-7c8cd1ffc7c5704a" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/beta-2024-03-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c7f132c6815d4f60.rlib" "-Wl,-Bdynamic" "-ldl" "-ludev" "-lasound" "-ldl" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2024-03-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libbevy_dylib-433cf16596db41c2.so" "-shared" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `bevy_dylib` (lib) due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "f3c058777055c4aaa4c7b6c89a7d2715c52368ddfa98c30131cc91cb489b98d6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f3c058777055c4aaa4c7b6c89a7d2715c52368ddfa98c30131cc91cb489b98d6", kill_on_drop: false }` [INFO] [stdout] f3c058777055c4aaa4c7b6c89a7d2715c52368ddfa98c30131cc91cb489b98d6