[INFO] cloning repository https://github.com/rosowskimik/bevy_snake [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rosowskimik/bevy_snake" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frosowskimik%2Fbevy_snake", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frosowskimik%2Fbevy_snake'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] cbe4ac1baa1d1ce5181aced6610d1ccda82e23b9 [INFO] testing rosowskimik/bevy_snake against beta-2025-04-13 for beta-1.87-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frosowskimik%2Fbevy_snake" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rosowskimik/bevy_snake on toolchain beta-2025-04-13 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-04-13" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-6-tc2/source/.cargo/config.toml [INFO] removed /workspace/builds/worker-6-tc2/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/rosowskimik/bevy_snake [INFO] finished tweaking git repo https://github.com/rosowskimik/bevy_snake [INFO] tweaked toml for git repo https://github.com/rosowskimik/bevy_snake written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/rosowskimik/bevy_snake 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-2025-04-13" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-13" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 52d77c411a3b81b2f0e9b7d87204f9241c80a56cff9d07540051db4697a74a6e [INFO] running `Command { std: "docker" "start" "-a" "52d77c411a3b81b2f0e9b7d87204f9241c80a56cff9d07540051db4697a74a6e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "52d77c411a3b81b2f0e9b7d87204f9241c80a56cff9d07540051db4697a74a6e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "52d77c411a3b81b2f0e9b7d87204f9241c80a56cff9d07540051db4697a74a6e", kill_on_drop: false }` [INFO] [stdout] 52d77c411a3b81b2f0e9b7d87204f9241c80a56cff9d07540051db4697a74a6e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-13" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b7bfcdb7d25172cda496c3f8d714e787d2f9ddd62c26f03d7a4313a607869133 [INFO] running `Command { std: "docker" "start" "-a" "b7bfcdb7d25172cda496c3f8d714e787d2f9ddd62c26f03d7a4313a607869133", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling proc-macro2 v1.0.37 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.123 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling once_cell v1.10.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling pin-project-lite v0.2.8 [INFO] [stderr] Compiling log v0.4.16 [INFO] [stderr] Compiling tracing-core v0.1.26 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling fixedbitset v0.4.1 [INFO] [stderr] Compiling indexmap v1.8.1 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Compiling mint v0.5.9 [INFO] [stderr] Compiling cache-padded v1.2.0 [INFO] [stderr] Compiling erased-serde v0.3.20 [INFO] [stderr] Compiling concurrent-queue v1.2.2 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling futures-io v0.3.21 [INFO] [stderr] Compiling fastrand v1.7.0 [INFO] [stderr] Compiling parking v2.0.0 [INFO] [stderr] Compiling waker-fn v1.1.0 [INFO] [stderr] Compiling downcast-rs v1.2.0 [INFO] [stderr] Compiling event-listener v2.5.2 [INFO] [stderr] Compiling async-task v4.2.0 [INFO] [stderr] Compiling slab v0.4.6 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling pkg-config v0.3.25 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Compiling futures-lite v1.12.0 [INFO] [stderr] Compiling async-channel v1.6.1 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling crossbeam-utils v0.8.8 [INFO] [stderr] Compiling tracing-log v0.1.2 [INFO] [stderr] Compiling thread_local v1.1.4 [INFO] [stderr] Compiling sharded-slab v0.1.4 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling getrandom v0.2.6 [INFO] [stderr] Compiling cty v0.2.2 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling raw-window-handle v0.4.3 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling anyhow v1.0.56 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling libloading v0.7.3 [INFO] [stderr] Compiling ash v0.34.0+1.2.203 [INFO] [stderr] Compiling khronos-egl v4.1.0 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling termcolor v1.1.3 [INFO] [stderr] Compiling crossbeam-channel v0.5.4 [INFO] [stderr] Compiling pp-rs v0.2.1 [INFO] [stderr] Compiling gpu-descriptor-types v0.1.1 [INFO] [stderr] Compiling gpu-alloc-types v0.2.0 [INFO] [stderr] Compiling bit-set v0.5.2 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling codespan-reporting v0.11.1 [INFO] [stderr] Compiling async-executor v1.4.1 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling cfg_aliases v0.1.1 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling inotify-sys v0.1.5 [INFO] [stderr] Compiling mio v0.7.14 [INFO] [stderr] Compiling inotify v0.9.6 [INFO] [stderr] Compiling filetime v0.2.16 [INFO] [stderr] Compiling spirv v0.2.0+1.5.4 [INFO] [stderr] Compiling hexf-parse v0.2.1 [INFO] [stderr] Compiling bevy_tasks v0.7.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling wgpu-core v0.12.2 [INFO] [stderr] Compiling gpu-alloc v0.5.3 [INFO] [stderr] Compiling notify v5.0.0-pre.11 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling wgpu-types v0.12.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling arrayvec v0.7.2 [INFO] [stderr] Compiling glow v0.11.2 [INFO] [stderr] Compiling renderdoc-sys v0.7.1 [INFO] [stderr] Compiling profiling v1.0.5 [INFO] [stderr] Compiling inplace_it v0.3.3 [INFO] [stderr] Compiling toml v0.5.9 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling regex v1.5.5 [INFO] [stderr] Compiling deflate v0.8.6 [INFO] [stderr] Compiling miniz_oxide v0.3.7 [INFO] [stderr] Compiling copyless v0.1.5 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling scoped_threadpool v0.1.9 [INFO] [stderr] Compiling nix v0.23.1 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling alsa-sys v0.3.1 [INFO] [stderr] Compiling png v0.16.8 [INFO] [stderr] Compiling libudev-sys v0.1.4 [INFO] [stderr] Compiling ttf-parser v0.15.0 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling matchers v0.1.0 [INFO] [stderr] Compiling approx v0.5.1 [INFO] [stderr] Compiling euclid v0.22.7 [INFO] [stderr] Compiling x11-dl v2.19.1 [INFO] [stderr] Compiling ryu v1.0.9 [INFO] [stderr] Compiling libm v0.1.4 [INFO] [stderr] Compiling itoa v1.0.1 [INFO] [stderr] Compiling cpal v0.13.5 [INFO] [stderr] Compiling svg_fmt v0.4.1 [INFO] [stderr] Compiling ab_glyph_rasterizer v0.1.5 [INFO] [stderr] Compiling inflections v1.1.1 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling tinyvec v1.5.1 [INFO] [stderr] Compiling ogg v0.8.0 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling winit v0.26.1 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling guillotiere v0.6.2 [INFO] [stderr] Compiling xi-unicode v0.3.0 [INFO] [stderr] Compiling rectangle-pack v0.4.2 [INFO] [stderr] Compiling mio v0.8.2 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling stretch v0.3.2 [INFO] [stderr] Compiling lewton v0.10.2 [INFO] [stderr] Compiling owned_ttf_parser v0.15.0 [INFO] [stderr] Compiling ab_glyph v0.2.15 [INFO] [stderr] Compiling glyph_brush_layout v0.2.3 [INFO] [stderr] Compiling alsa v0.6.0 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling bytemuck_derive v1.1.0 [INFO] [stderr] Compiling tracing-attributes v0.1.20 [INFO] [stderr] Compiling gltf-derive v1.0.0 [INFO] [stderr] Compiling bytemuck v1.9.1 [INFO] [stderr] Compiling image v0.23.14 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling tracing v0.1.34 [INFO] [stderr] Compiling cargo-manifest v0.2.6 [INFO] [stderr] Compiling bevy_macro_utils v0.7.0 [INFO] [stderr] Compiling bevy_derive v0.7.0 [INFO] [stderr] Compiling bevy_reflect_derive v0.7.0 [INFO] [stderr] Compiling bevy_ecs_macros v0.7.0 [INFO] [stderr] Compiling bevy-crevice-derive v0.7.0 [INFO] [stderr] Compiling smallvec v1.8.0 [INFO] [stderr] Compiling glam v0.20.5 [INFO] [stderr] Compiling ron v0.7.0 [INFO] [stderr] Compiling gilrs-core v0.3.2 [INFO] [stderr] Compiling bevy_utils v0.7.0 [INFO] [stderr] Compiling gpu-descriptor v0.2.2 [INFO] [stderr] Compiling tracing-subscriber v0.3.11 [INFO] [stderr] Compiling gilrs v0.8.2 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling petgraph v0.6.0 [INFO] [stderr] Compiling gltf-json v1.0.0 [INFO] [stderr] Compiling rodio v0.15.0 [INFO] [stderr] Compiling bevy_reflect v0.7.0 [INFO] [stderr] Compiling bevy_crevice v0.7.0 [INFO] [stderr] Compiling hexasphere v7.0.0 [INFO] [stderr] Compiling naga v0.8.5 [INFO] [stderr] Compiling gltf v1.0.0 [INFO] [stderr] Compiling bevy_ecs v0.7.0 [INFO] [stderr] Compiling bevy_math v0.7.0 [INFO] [stderr] Compiling wgpu-hal v0.12.4 [INFO] [stderr] Compiling bevy_app v0.7.0 [INFO] [stderr] Compiling bevy_log v0.7.0 [INFO] [stderr] Compiling bevy_core v0.7.0 [INFO] [stderr] Compiling bevy_hierarchy v0.7.0 [INFO] [stderr] Compiling bevy_window v0.7.0 [INFO] [stderr] Compiling bevy_input v0.7.0 [INFO] [stderr] Compiling bevy_transform v0.7.0 [INFO] [stderr] Compiling bevy_gilrs v0.7.0 [INFO] [stderr] Compiling bevy_winit v0.7.0 [INFO] [stderr] Compiling bevy_diagnostic v0.7.0 [INFO] [stderr] Compiling bevy_asset v0.7.0 [INFO] [stderr] Compiling bevy_scene v0.7.0 [INFO] [stderr] Compiling bevy_animation v0.7.0 [INFO] [stderr] Compiling bevy_audio v0.7.0 [INFO] [stderr] Compiling wgpu v0.12.0 [INFO] [stderr] Compiling bevy_render v0.7.0 [INFO] [stderr] Compiling bevy_core_pipeline v0.7.0 [INFO] [stderr] Compiling bevy_sprite v0.7.0 [INFO] [stderr] Compiling bevy_pbr v0.7.0 [INFO] [stderr] Compiling bevy_text v0.7.0 [INFO] [stderr] Compiling bevy_ui v0.7.0 [INFO] [stderr] Compiling bevy_gltf v0.7.0 [INFO] [stderr] Compiling bevy_internal v0.7.0 [INFO] [stderr] Compiling bevy_dylib v0.7.0 [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--version-script=/tmp/rustcSY4lCA/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustcSY4lCA/symbols.o" "<1 object files omitted>" "/opt/rustwide/target/debug/deps/bevy_dylib-8b787a9765ef33f0.0swcyvosn4ynpjuk30jq6dc3r.rcgu.rmeta" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libbevy_internal-5a384f093a03bbc7.rlib,libbevy_winit-26f20138d60899cb.rlib,libwinit-a391880a1be2d329.rlib,libmio-304ea8aca9a07d0e.rlib,libx11_dl-9ceba42cd757f32e.rlib,libbevy_ui-f2edf56b775babfe.rlib,libstretch-3e01721e2a9e5aa3.rlib,libbevy_text-5f66a9698d9c99fe.rlib,libglyph_brush_layout-ba40bd345ced682b.rlib,libxi_unicode-9c20d94e86934312.rlib,libapprox-7449182870dd4a45.rlib,libab_glyph-8cd301231cb817cd.rlib,libowned_ttf_parser-954562e862a365e9.rlib,libttf_parser-1b92dc921c0a049f.rlib,libab_glyph_rasterizer-9d01573236d8d4a6.rlib,libbevy_sprite-b7727488efdb8ac6.rlib,librectangle_pack-1f79e8b736a92583.rlib,libguillotiere-f36d8ee810d73138.rlib,libsvg_fmt-b86583c52b39a188.rlib,libeuclid-70100f0d80c81cb2.rlib,libbevy_gltf-3bd68a8c3ed6043b.rlib,libpercent_encoding-3e08c199980e8244.rlib,libgltf-55131cc39c1115cb.rlib,libgltf_json-1f76f79eca26f3d8.rlib,libserde_json-e65ecc55d42528e0.rlib,libryu-60f963e30936d324.rlib,libitoa-af75672c211b96e4.rlib,libbevy_pbr-c884d7e4ba8620d0.rlib,libbevy_gilrs-d747936792599395.rlib,libgilrs-928224b95a3337c5.rlib,libfnv-79e2cbfbe03dcd16.rlib,libgilrs_core-95d80aca43c672fa.rlib,liblibudev_sys-127ee65bfbb3b6f2.rlib,libvec_map-75126d96f8392bf4.rlib,libbevy_core_pipeline-4680d408709753e1.rlib,libbevy_render-52473db23a7596b2.rlib,libhex-13e08b3b00984ab7.rlib,libimage-cfab1d61ebeca4d8.rlib,libcolor_quant-72accfe2cafd1a2d.rlib,libnum_iter-b817d28a8338e1ab.rlib,libpng-7862b3e84103f2d7.rlib,libminiz_oxide-0e349b524b90f291.rlib,libcrc32fast-e5de59621c1c9ea3.rlib,libdeflate-1f79a8b019cb6060.rlib,libadler32-b015fcfcf4d4fee0.rlib,libnum_rational-f75ff48b30ff865c.rlib,libnum_integer-e20a2ad8cab680f1.rlib,libscoped_threadpool-e27898fb7395e1ec.rlib,libbevy_crevice-567b286ec2e859a5.rlib,libhexasphere-8084344d48e6495e.rlib,libwgpu-fa481aea63c7411f.rlib,libwgpu_core-9bc61ebc79ff6371.rlib,libcopyless-24c5db84a58ac14c.rlib,libwgpu_hal-c4c63ccffa202088.rlib,librenderdoc_sys-2b57a45b627c2c15.rlib,libgpu_descriptor-d4a7316c86c6f209.rlib,libgpu_descriptor_types-52479cdb78c7dba7.rlib,libkhronos_egl-c9db34ba53448de1.rlib,libprofiling-10efe46cd36448af.rlib,libgpu_alloc-e57470def8b72c39.rlib,libgpu_alloc_types-d2f085497957da7f.rlib,libinplace_it-a9ce1fc3f79a8803.rlib,libash-88a54749582bdbc3.rlib,liblibloading-828fce84e2e25dce.rlib,libnaga-4bd133cb7b526a2e.rlib,librustc_hash-d7c4a66f98a2548f.rlib,libbit_set-b3511fed4455eaa6.rlib,libbit_vec-b06753219a6ccf92.rlib,libcodespan_reporting-aef2b17de1344fbf.rlib,libunicode_width-63532bdea7ef68cc.rlib,libtermcolor-214b0416d5f44404.rlib,libhexf_parse-72d4824186d79465.rlib,libpetgraph-9e8ad93a83f6994a.rlib,libpp_rs-b50ff5687967f2b4.rlib,libunicode_xid-26fdf5ec24e09cfa.rlib,libspirv-01043fb6b3fd3cd1.rlib,libnum_traits-3b674085cd84ccca.rlib,libindexmap-d0731c04906ec214.rlib,libwgpu_types-d8a0db562138c7db.rlib,libglow-0114d39898566e5b.rlib,libarrayvec-324bee7ec07e0504.rlib,libbevy_audio-2ee9571adff410b8.rlib,librodio-5bfd619499158421.rlib,liblewton-cc261b25eae1f0ba.rlib,libogg-cbb57fc1810accdc.rlib,libtinyvec-2a6c6b24abbe13cd.rlib,libtinyvec_macros-36ab4f0266eef07c.rlib,libcpal-72dfd37f9b2b0b5e.rlib,libalsa-956476e28449ae74.rlib,libnix-cfc3e5deca65de3d.rlib,libmemoffset-e6266b7f586af625.rlib,libalsa_sys-c91d03605834c62f.rlib,libbevy_animation-2f773c9055188751.rlib,libbevy_window-84d268c6e63f28a2.rlib,libraw_window_handle-6399e1d91bf21053.rlib,libcty-bf0a8fc628231ea7.rlib,libbevy_transform-4e9238c7d60fed58.rlib,libbevy_scene-2d38fe116934b96e.rlib,libron-35d673417740535c.rlib,libbase64-83ca8be32b9f715d.rlib,libbevy_hierarchy-d1e2df380b3af4db.rlib,libbevy_input-a89443f95c7aea32.rlib,libbevy_asset-8abfd1cb6c5db214.rlib,librand-5d449ae74abd5289.rlib,librand_chacha-3aac974b3bd5abcd.rlib,libppv_lite86-f1eaae57f9caf7a8.rlib,librand_core-38fd93439fcb6fec.rlib,libnotify-5ade9e8097d5772a.rlib,libmio-a07ecd2959c6e56d.rlib,libfiletime-8a0e80b1d89b20df.rlib,libwalkdir-94804d3052c9fc5f.rlib,libsame_file-ff49545450c0b63c.rlib,libinotify-7e3adace211a238b.rlib,libinotify_sys-6611f39f72df09c3.rlib,libbitflags-dde12b0d7d495b50.rlib,libbevy_diagnostic-a8567fde46170ee5.rlib,libbevy_core-aa1ed13382d9ed78.rlib,libbevy_math-9afa1e140601259d.rlib,libcrossbeam_channel-e57d6b07c3b07b95.rlib,libcrossbeam_utils-64aa9ec5a5f2def5.rlib,libbevy_log-24183786ce8b0003.rlib,libtracing_subscriber-d481a8577ca6e066.rlib,libsharded_slab-77c44ad34d742c30.rlib,libmatchers-876856ec4cc6e2e3.rlib,libregex_automata-a648fd82fdfbba34.rlib,libregex-cd07b120657a43c1.rlib,libaho_corasick-31b7e9a6e230a6e6.rlib,libregex_syntax-12b080b3aec45ada.rlib,libansi_term-74ae5010905c21da.rlib,libthread_local-2b938c3e258a3a0a.rlib,libtracing_log-0109aa886198d40b.rlib,liblog-09f79ba951739ebb.rlib,libanyhow-23a94dd3b5924895.rlib,libbevy_app-18bb996726c37271.rlib,libbevy_ecs-8f7eea1b02cb8fe9.rlib,libfxhash-b312effea3ad6fa7.rlib,libbyteorder-fb36fe721788ce00.rlib,libbevy_tasks-93f1db50b35a02cb.rlib,libasync_channel-d63a422fe59db192.rlib,libasync_executor-ef01887b99bf489c.rlib,libslab-a325002526805cd2.rlib,libconcurrent_queue-a203d8c423bfbacf.rlib,libcache_padded-d9f170c2f836f8fe.rlib,libasync_task-98d6c6669040a80c.rlib,libnum_cpus-ad9c871b2dd6db03.rlib,libevent_listener-76f425dd3e066dbd.rlib,libfutures_lite-81c30933f400e586.rlib,libmemchr-3c95261d07c8826e.rlib,libfastrand-bc45a48ef724d650.rlib,libfutures_io-9f4d68fdf218dc88.rlib,libfutures_core-bf2667edaa3a3aa5.rlib,libwaker_fn-aaf926ffbff19167.rlib,libparking-dc268ecb9761e309.rlib,libfixedbitset-380bad25b1a68622.rlib,libbevy_reflect-f48bbc91ef70b4a9.rlib,liberased_serde-c883efecfbc4c6b9.rlib,libglam-05522976a333509d.rlib,libmint-b9fa2915cb6b260f.rlib,libbytemuck-9dbf708c44f7ed0d.rlib,libparking_lot-4ba992b5ffdca094.rlib,libparking_lot_core-13604b6be1f9b0b9.rlib,libsmallvec-be89905d8f3813c5.rlib,liblock_api-b9b57b83f4262af6.rlib,libscopeguard-e318caba69bf687f.rlib,libdowncast_rs-d33906d24142a297.rlib,libthiserror-2421fe167febc016.rlib,libbevy_utils-97b940bfc23e7352.rlib,libuuid-f9d8c175124e9b88.rlib,libtracing-cf8f54756d35214a.rlib,libpin_project_lite-da79ce0c339de1c0.rlib,libtracing_core-3c4e02b7f6a7f5c4.rlib,liblazy_static-af860367908b8176.rlib,libinstant-fd247ecb2ced47cd.rlib,libhashbrown-d17be4df08b0942d.rlib,libserde-397418f1e44362c5.rlib,libahash-cc4476a64628c2c0.rlib,libgetrandom-7bd5132b93238dee.rlib,liblibc-b24cf0d7d2421630.rlib,libcfg_if-3e7fc4e38d4a72b5.rlib,libonce_cell-bfb007964ce6ca05.rlib}.rlib" "-Wl,-Bdynamic" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-c299322350eaae33.so" "-Wl,-Bstatic" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-ldl" "-ludev" "-ldl" "-lasound" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcSY4lCA/raw-dylibs" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libbevy_dylib-8b787a9765ef33f0.so" "-shared" "-Wl,-soname=libbevy_dylib-8b787a9765ef33f0.so" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `bevy_dylib` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "b7bfcdb7d25172cda496c3f8d714e787d2f9ddd62c26f03d7a4313a607869133", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b7bfcdb7d25172cda496c3f8d714e787d2f9ddd62c26f03d7a4313a607869133", kill_on_drop: false }` [INFO] [stdout] b7bfcdb7d25172cda496c3f8d714e787d2f9ddd62c26f03d7a4313a607869133