[INFO] cloning repository https://github.com/metalwarrior665/breakout-game [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/metalwarrior665/breakout-game" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmetalwarrior665%2Fbreakout-game", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmetalwarrior665%2Fbreakout-game'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1d37173c4476019e62eeb0e1d49c428b255c6707 [INFO] testing metalwarrior665/breakout-game against try#7af779037716ae4125ceabb429791b4cf5dd0a43 for pr-136932 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmetalwarrior665%2Fbreakout-game" "/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/metalwarrior665/breakout-game on toolchain 7af779037716ae4125ceabb429791b4cf5dd0a43 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7af779037716ae4125ceabb429791b4cf5dd0a43" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/metalwarrior665/breakout-game [INFO] finished tweaking git repo https://github.com/metalwarrior665/breakout-game [INFO] tweaked toml for git repo https://github.com/metalwarrior665/breakout-game written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/metalwarrior665/breakout-game 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" "+7af779037716ae4125ceabb429791b4cf5dd0a43" "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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+7af779037716ae4125ceabb429791b4cf5dd0a43" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ce6f60de2818c0227b213427fb72daa6b49d4077c3c6cf31c2423904427f5bf2 [INFO] running `Command { std: "docker" "start" "-a" "ce6f60de2818c0227b213427fb72daa6b49d4077c3c6cf31c2423904427f5bf2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ce6f60de2818c0227b213427fb72daa6b49d4077c3c6cf31c2423904427f5bf2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ce6f60de2818c0227b213427fb72daa6b49d4077c3c6cf31c2423904427f5bf2", kill_on_drop: false }` [INFO] [stdout] ce6f60de2818c0227b213427fb72daa6b49d4077c3c6cf31c2423904427f5bf2 [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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+7af779037716ae4125ceabb429791b4cf5dd0a43" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4f849e6a4ab256e6eb663a08d664c6f85eb648b86980d164649db3ddb2321e47 [INFO] running `Command { std: "docker" "start" "-a" "4f849e6a4ab256e6eb663a08d664c6f85eb648b86980d164649db3ddb2321e47", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.80 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.48 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Compiling serde v1.0.117 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Compiling futures-core v0.3.8 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling once_cell v1.5.2 [INFO] [stderr] Compiling futures-io v0.3.8 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling pin-project-lite v0.1.11 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling instant v0.1.9 [INFO] [stderr] Compiling getrandom v0.2.0 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling cache-padded v1.1.1 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling lock_api v0.4.2 [INFO] [stderr] Compiling concurrent-queue v1.2.2 [INFO] [stderr] Compiling waker-fn v1.1.0 [INFO] [stderr] Compiling fastrand v1.4.0 [INFO] [stderr] Compiling parking v2.0.0 [INFO] [stderr] Compiling event-listener v2.5.1 [INFO] [stderr] Compiling vec-arena v1.0.0 [INFO] [stderr] Compiling async-task v4.0.3 [INFO] [stderr] Compiling glam v0.9.5 [INFO] [stderr] Compiling downcast-rs v1.2.0 [INFO] [stderr] Compiling async-channel v1.5.1 [INFO] [stderr] Compiling fixedbitset v0.3.1 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling Inflector v0.11.4 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling base64 v0.12.3 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling futures-lite v1.11.2 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling anyhow v1.0.34 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling walkdir v2.3.1 [INFO] [stderr] Compiling anymap v0.12.1 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling miniz_oxide v0.3.7 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling bevy-glsl-to-spirv v0.2.1 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling bytemuck v1.4.1 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling scoped_threadpool v0.1.9 [INFO] [stderr] Compiling hex v0.4.2 [INFO] [stderr] Compiling proc-macro-nested v0.1.6 [INFO] [stderr] Compiling deflate v0.8.6 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling x11 v2.18.2 [INFO] [stderr] Compiling alsa-sys v0.3.0 [INFO] [stderr] Compiling async-executor v1.4.0 [INFO] [stderr] Compiling spirv_headers v1.5.0 [INFO] [stderr] Compiling libloading v0.6.5 [INFO] [stderr] Compiling futures-sink v0.3.8 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling nix v0.15.0 [INFO] [stderr] Compiling crossbeam-channel v0.4.4 [INFO] [stderr] Compiling png v0.16.7 [INFO] [stderr] Compiling futures-channel v0.3.8 [INFO] [stderr] Compiling ahash v0.5.8 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling jobserver v0.1.21 [INFO] [stderr] Compiling bevy_utils v0.3.0 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling net2 v0.2.35 [INFO] [stderr] Compiling inotify-sys v0.1.4 [INFO] [stderr] Compiling filetime v0.2.13 [INFO] [stderr] Compiling raw-window-handle v0.3.3 [INFO] [stderr] Compiling bevy_tasks v0.3.0 [INFO] [stderr] Compiling inotify v0.8.3 [INFO] [stderr] Compiling cc v1.0.65 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Compiling gfx-hal v0.6.0 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Compiling image v0.23.12 [INFO] [stderr] Compiling libudev-sys v0.1.4 [INFO] [stderr] Compiling futures-task v0.3.8 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling mio-extras v2.0.6 [INFO] [stderr] Compiling nix v0.18.0 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling bit-vec v0.6.2 [INFO] [stderr] Compiling serde_json v1.0.59 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling notify v5.0.0-pre.4 [INFO] [stderr] Compiling bit-set v0.5.2 [INFO] [stderr] Compiling ash v0.31.0 [INFO] [stderr] Compiling euclid v0.22.1 [INFO] [stderr] Compiling tracing-core v0.1.17 [INFO] [stderr] Compiling libm v0.1.4 [INFO] [stderr] Compiling inplace_it v0.3.2 [INFO] [stderr] Compiling winit v0.23.0 [INFO] [stderr] Compiling ttf-parser v0.8.3 [INFO] [stderr] Compiling inflections v1.1.1 [INFO] [stderr] Compiling cpal v0.13.1 [INFO] [stderr] Compiling itoa v0.4.6 [INFO] [stderr] Compiling spirv-reflect v0.2.3 [INFO] [stderr] Compiling minimp3-sys v0.3.2 [INFO] [stderr] Compiling svg_fmt v0.4.1 [INFO] [stderr] Compiling tracing v0.1.21 [INFO] [stderr] Compiling guillotiere v0.6.0 [INFO] [stderr] Compiling owned_ttf_parser v0.8.0 [INFO] [stderr] Compiling slice-deque v0.3.0 [INFO] [stderr] Compiling wgpu-types v0.6.1 [INFO] [stderr] Compiling rectangle-pack v0.2.0 [INFO] [stderr] Compiling ab_glyph_rasterizer v0.1.4 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling copyless v0.1.5 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling minimp3 v0.5.0 [INFO] [stderr] Compiling ab_glyph v0.2.6 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling typed-arena v2.0.1 [INFO] [stderr] Compiling gfx-backend-empty v0.6.0 [INFO] [stderr] Compiling gfx-descriptor v0.2.0 [INFO] [stderr] Compiling gfx-memory v0.2.2 [INFO] [stderr] Compiling stretch v0.3.2 [INFO] [stderr] Compiling alsa v0.4.3 [INFO] [stderr] Compiling thiserror-impl v1.0.22 [INFO] [stderr] Compiling pin-project-internal v1.0.2 [INFO] [stderr] Compiling futures-macro v0.3.8 [INFO] [stderr] Compiling gltf-derive v0.15.2 [INFO] [stderr] Compiling pin-project v1.0.2 [INFO] [stderr] Compiling futures-util v0.3.8 [INFO] [stderr] Compiling thiserror v1.0.22 [INFO] [stderr] Compiling naga v0.2.0 [INFO] [stderr] Compiling rodio v0.13.0 [INFO] [stderr] Compiling futures-executor v0.3.8 [INFO] [stderr] Compiling futures v0.3.8 [INFO] [stderr] Compiling smallvec v1.5.0 [INFO] [stderr] Compiling toml v0.5.7 [INFO] [stderr] Compiling uuid v0.8.1 [INFO] [stderr] Compiling ron v0.6.2 [INFO] [stderr] Compiling erased-serde v0.3.12 [INFO] [stderr] Compiling gilrs-core v0.3.0 [INFO] [stderr] Compiling parking_lot_core v0.8.0 [INFO] [stderr] Compiling gfx-backend-vulkan v0.6.5 [INFO] [stderr] Compiling bevy_math v0.3.0 [INFO] [stderr] Compiling hexasphere v1.0.0 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling gilrs v0.8.0 [INFO] [stderr] Compiling proc-macro-crate v0.1.5 [INFO] [stderr] Compiling gltf-json v0.15.2 [INFO] [stderr] Compiling bevy_hecs_macros v0.3.0 [INFO] [stderr] Compiling bevy_derive v0.3.0 [INFO] [stderr] Compiling bevy_property_derive v0.3.0 [INFO] [stderr] Compiling wgpu-core v0.6.5 [INFO] [stderr] Compiling bevy_hecs v0.3.0 [INFO] [stderr] Compiling bevy_ecs v0.3.0 [INFO] [stderr] Compiling gltf v0.15.2 [INFO] [stderr] Compiling wgpu v0.6.0 [INFO] [stderr] Compiling bevy_app v0.3.0 [INFO] [stderr] Compiling bevy_property v0.3.0 [INFO] [stderr] Compiling bevy_window v0.3.0 [INFO] [stderr] Compiling bevy_input v0.3.0 [INFO] [stderr] Compiling bevy_dynamic_plugin v0.3.0 [INFO] [stderr] Compiling bevy_type_registry v0.3.0 [INFO] [stderr] Compiling bevy_asset v0.3.0 [INFO] [stderr] Compiling bevy_core v0.3.0 [INFO] [stderr] Compiling bevy_transform v0.3.0 [INFO] [stderr] Compiling bevy_winit v0.3.0 [INFO] [stderr] Compiling bevy_gilrs v0.3.0 [INFO] [stderr] Compiling bevy_diagnostic v0.3.0 [INFO] [stderr] Compiling bevy_render v0.3.0 [INFO] [stderr] Compiling bevy_scene v0.3.0 [INFO] [stderr] Compiling bevy_audio v0.3.0 [INFO] [stderr] Compiling bevy_sprite v0.3.0 [INFO] [stderr] Compiling bevy_pbr v0.3.0 [INFO] [stderr] Compiling bevy_wgpu v0.3.0 [INFO] [stderr] Compiling bevy_gltf v0.3.0 [INFO] [stderr] Compiling bevy_text v0.3.0 [INFO] [stderr] Compiling bevy_ui v0.3.0 [INFO] [stderr] Compiling bevy v0.3.0 [INFO] [stderr] Compiling pong_crusher v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcO3VN66/symbols.o" "<17 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libbevy-9aaff5adff5aef29.rlib,libbevy_gilrs-d2309b4f32d43331.rlib,libgilrs-950bccdb603f9acd.rlib,libfnv-2d77ec4f6f971b24.rlib,libgilrs_core-5b9fdfd83e4a1dc6.rlib,liblibudev_sys-b00cd4dac9974098.rlib,libnix-1a6bb514b1b51d0e.rlib,libvec_map-ecbce826993378bd.rlib,libbevy_dynamic_plugin-6ec636b1e44c8eaa.rlib,libbevy_wgpu-00548fbfd125f8fe.rlib,libwgpu-cac37a2524788385.rlib,libwgpu_core-0ccc1cf3881149f6.rlib,libtracing-370b269507eb1027.rlib,libtracing_core-b6dc359bdfc3ad1e.rlib,libnaga-7ca1b26e502d43a1.rlib,libgfx_memory-aff1ba866493d111.rlib,libbit_set-424df2bfd30b7c33.rlib,libbit_vec-1cccdc3d9e824077.rlib,libcopyless-e8fdf1135a352337.rlib,libwgpu_types-cb1364ccdde35fd7.rlib,libgfx_descriptor-2848e9a8dffb3351.rlib,libfxhash-1512e1d79dde3559.rlib,libgfx_backend_vulkan-5544fb4fdb576a33.rlib,libinplace_it-4ed0ecefc048b2da.rlib,libash-6aa7897c4e4d3f53.rlib,liblibloading-4819f7b3ddec36f2.rlib,libgfx_backend_empty-caaddd8ffdebfb6d.rlib,libgfx_hal-13d7e8a2d9e8b2a2.rlib,libtyped_arena-7e1d361181440881.rlib,libfutures-bafc9a34e27d601f.rlib,libfutures_executor-7e94f8cd0ab10bf4.rlib,libfutures_util-5cf828b7a08d430d.rlib,libfutures_channel-b7392b8950d43a38.rlib,libpin_project-3889fa156c778792.rlib,libfutures_sink-6c5f391750ac3999.rlib,libfutures_task-56a7a9f6e8729b88.rlib,libpin_utils-9a5791cba021167a.rlib,libarrayvec-f5ee3f47c3793c70.rlib,libbevy_winit-5e091333209d09bc.rlib,libwinit-08604cceabb171b5.rlib,libx11_dl-08c92b54f3f7e627.rlib,libpercent_encoding-d8e5e041794fd24f.rlib,libraw_window_handle-a413c7397c49e1dc.rlib,libbevy_ui-159d2b9938ea5008.rlib,libstretch-335874df845920dd.rlib,libbevy_text-b3b1b5c081c07ef9.rlib,libab_glyph-e1ef708aee28e9b6.rlib,libowned_ttf_parser-2b8db39f70f63d6b.rlib,libttf_parser-ffd1e85225e6a621.rlib,libab_glyph_rasterizer-046af5444e5ed557.rlib,libbevy_sprite-8c74eb2f5c156cf9.rlib,librectangle_pack-52963a64cc0274bf.rlib,libguillotiere-7d95d719f7a0d2b2.rlib,libsvg_fmt-92f5da9d864dce8a.rlib,libeuclid-07bc8a5a30a8a8e3.rlib,libbevy_gltf-42506b19f984c9e1.rlib,libgltf-72f6a62808fa8edb.rlib,libgltf_json-1f4d9d435615a50d.rlib,libserde_json-04eb5feb44a4e8a1.rlib,libryu-f3aba87160ed1f5c.rlib,libitoa-b3694ccebca986d3.rlib,libbevy_pbr-39968736d1c20061.rlib,libbevy_render-887a121c4436a846.rlib,libimage-04237348ceef9e58.rlib,libcolor_quant-fa7ff1de0e6ea74b.rlib,libnum_iter-e6a02362a688ef18.rlib,libbytemuck-8adcbee48550379e.rlib,libpng-f0e41689531d1748.rlib,libminiz_oxide-7f02f655e02afdcf.rlib,libcrc32fast-fb2004b3379a92cb.rlib,libdeflate-1e485b21273c577f.rlib,libadler32-884c7c82211a01d9.rlib,libnum_rational-5d56dc0612010134.rlib,libnum_integer-b25814bb86c8b517.rlib,libbyteorder-73c970a5a969dc8f.rlib,libscoped_threadpool-ea80625569c7ab31.rlib,libbevy_glsl_to_spirv-2c2e382a934314cf.rlib,libhex-b52162d6bc9730d3.rlib,libspirv_reflect-d2e88332e99064de.rlib,libspirv_headers-c87477405d82c4f9.rlib,libnum_traits-cfed5bfcdbd0c299.rlib,libhexasphere-3d94ec1eb85be09c.rlib,libbevy_audio-8660eb322eb03dae.rlib,librodio-5df4669a43aa180f.rlib,libminimp3-fbdac02d69e344ba.rlib,libslice_deque-cd134af10837d45d.rlib,libminimp3_sys-dc9aabf23ee71588.rlib,libcpal-4c303beb1d35f94e.rlib,libalsa-ae0dc6f8997513a0.rlib,libnix-c7e9f98a9b6719a0.rlib,libvoid-c8c62e9ffd6f4978.rlib,libalsa_sys-6b7d3ad38356e5f0.rlib,libbevy_window-0d857a9ef5a989a7.rlib,libbevy_transform-baf18914fd46cb4b.rlib,libbevy_scene-510ae66a48580d63.rlib,libbevy_input-7ed581cca8c65aa5.rlib,libbevy_diagnostic-e1a2d0f1daa3668b.rlib,libbevy_core-2ad84fb7de6ac6ff.rlib,libbevy_asset-2cda092581fcc3b9.rlib,libnotify-ff657db88f90faa7.rlib,libmio_extras-0849ed09f29be9c2.rlib,liblazycell-0fc01752428421b1.rlib,libmio-1e553f136c195d6b.rlib,libslab-ab64617c0d711aec.rlib,libiovec-bb0bf1dc7e96149e.rlib,libnet2-d1844192341568f7.rlib,libfiletime-b75fd03119991528.rlib,libanymap-eb4740c6d4af0ea4.rlib,libwalkdir-9d17ebaf1f88d685.rlib,libsame_file-1ceb7b6153588b15.rlib,libinotify-a59c1e3ad5970002.rlib,libinotify_sys-d9891ca084d45d54.rlib,libbevy_type_registry-56d516a9604c14ff.rlib,libbevy_property-c085e614d6fa33b7.rlib,libron-81c88419b9e7be3a.rlib,libbase64-caf00e5e782a09dd.rlib,libbitflags-ee4b6a8effb9c17a.rlib,libbevy_math-d1abc61b8ec0ee64.rlib,libglam-ed3fa1a9476e31a3.rlib,liberased_serde-fb2497beec963805.rlib,libuuid-64893b8a4126a41d.rlib,libcrossbeam_channel-e90ff7d6fca8c13d.rlib,libmaybe_uninit-dd2e9a8bbd6c23a5.rlib,libcrossbeam_utils-4751cf9509004946.rlib,libanyhow-d29eb86a55f3b844.rlib,libbevy_app-3d2981dafd91a901.rlib,libbevy_ecs-76a87763430e0031.rlib,librand-f5cb28a8ab6ee8ec.rlib,librand_chacha-e11fa10562e431b2.rlib,libppv_lite86-88ed22677a4c0286.rlib,librand_core-cfe01bec4194d56d.rlib,libgetrandom-6d7c625eec5ae552.rlib,liblog-9f7d2a13b40b08fe.rlib,libthiserror-b075f1977ae5fcde.rlib,libparking_lot-6c768d547b87d550.rlib,libparking_lot_core-99633ae0911db898.rlib,libsmallvec-f12a00fd0fcf1932.rlib,liblock_api-96daaf05e0aaf24f.rlib,libscopeguard-43643e546252cd47.rlib,libinstant-2611a3de861d94a8.rlib,libcfg_if-33ef6c02a07f9fec.rlib,libfixedbitset-6ae3c099aa5a80f1.rlib,libbevy_tasks-8ff3d2bc90fcc6a4.rlib,libnum_cpus-4b60de01400ebcb9.rlib,libasync_channel-9cf60a8aa870e10d.rlib,libasync_executor-4bd1fb00bae460e2.rlib,libonce_cell-9653ed29e0a56f6d.rlib,libvec_arena-598401c951ab1615.rlib,libconcurrent_queue-29dd56065893754d.rlib,libcache_padded-4752816a18f3228e.rlib,libasync_task-902aee3096873137.rlib,libevent_listener-0b74c192d0f072ce.rlib,libfutures_lite-dc07acc4fa0ee67e.rlib,libmemchr-788173701f270c65.rlib,libfastrand-198086af4bb5737c.rlib,libfutures_io-38f9064d00404369.rlib,libfutures_core-b8fa22da1e1365be.rlib,libwaker_fn-1efb4ef8838de647.rlib,libparking-1c110711c7989340.rlib,libpin_project_lite-4e4a99847a30ff91.rlib,libdowncast_rs-ffbd8a7d19c70af3.rlib,libbevy_hecs-b0be51d0df486ac1.rlib,libserde-b3df0f128dde1912.rlib,libbevy_utils-0acf7ae96fb0b883.rlib,libahash-8802a2b85e25e6b7.rlib,libgetrandom-c26da81c9b2e3a44.rlib,liblibc-5225120731df77f4.rlib,libcfg_if-7e9efee4241be1ca.rlib,liblazy_static-695bc0f4418864cd.rlib,libspin-bd5c65b66a03de3f.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-ludev" "-ldl" "-ldl" "-lglslang.glsltospirv" "-lHLSL.glsltospirv" "-lOGLCompiler.glsltospirv" "-lOSDependent.glsltospirv" "-lSPIRV.glsltospirv" "-lSPVRemapper.glsltospirv" "-lSPIRV-Tools-opt.glsltospirv" "-lSPIRV-Tools.glsltospirv" "-lstdc++" "-lasound" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/target/debug/build/minimp3-sys-c6329ad66635a9cd/out" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bevy-glsl-to-spirv-0.2.1/build/linux" "-L" "/opt/rustwide/target/debug/build/spirv-reflect-96cbaf1d95ed0905/out" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/pong_crusher-9a0e8f0d42c067cd" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace. [INFO] [stdout] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] collect2: fatal error: ld terminated with signal 7 [Bus error], core dumped [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `pong_crusher` (bin "pong_crusher") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "4f849e6a4ab256e6eb663a08d664c6f85eb648b86980d164649db3ddb2321e47", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f849e6a4ab256e6eb663a08d664c6f85eb648b86980d164649db3ddb2321e47", kill_on_drop: false }` [INFO] [stdout] 4f849e6a4ab256e6eb663a08d664c6f85eb648b86980d164649db3ddb2321e47