[INFO] cloning repository https://github.com/DanielDK05/bevoids
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/DanielDK05/bevoids" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDanielDK05%2Fbevoids", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDanielDK05%2Fbevoids'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 29929a9ea9955c1492a2a82266d917e7d99ca6be
[INFO] testing DanielDK05/bevoids against try#9f93af291970322f4f1c6315ccde4d7078201159 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDanielDK05%2Fbevoids" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/DanielDK05/bevoids
[INFO] finished tweaking git repo https://github.com/DanielDK05/bevoids
[INFO] tweaked toml for git repo https://github.com/DanielDK05/bevoids written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/DanielDK05/bevoids on toolchain 9f93af291970322f4f1c6315ccde4d7078201159
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/DanielDK05/bevoids 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" "+9f93af291970322f4f1c6315ccde4d7078201159" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3ff70547cc1c4cdd94974a701f4e317f2405ef3a60e42ebae119b230bee9484f
[INFO] running `Command { std: "docker" "start" "-a" "3ff70547cc1c4cdd94974a701f4e317f2405ef3a60e42ebae119b230bee9484f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3ff70547cc1c4cdd94974a701f4e317f2405ef3a60e42ebae119b230bee9484f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3ff70547cc1c4cdd94974a701f4e317f2405ef3a60e42ebae119b230bee9484f", kill_on_drop: false }`
[INFO] [stdout] 3ff70547cc1c4cdd94974a701f4e317f2405ef3a60e42ebae119b230bee9484f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e406eb85662a95d1bfc563d99c3cfeaa3afb72805473c0eb7656c33f9bb5a279
[INFO] running `Command { std: "docker" "start" "-a" "e406eb85662a95d1bfc563d99c3cfeaa3afb72805473c0eb7656c33f9bb5a279", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]    Compiling serde v1.0.196
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling ahash v0.8.7
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling toml_datetime v0.6.5
[INFO] [stderr]    Compiling winnow v0.5.36
[INFO] [stderr]    Compiling futures-lite v2.2.0
[INFO] [stderr]    Compiling async-task v4.7.0
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling indexmap v2.2.1
[INFO] [stderr]    Compiling getrandom v0.2.12
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling syn v2.0.48
[INFO] [stderr]    Compiling concurrent-queue v2.4.0
[INFO] [stderr]    Compiling smol_str v0.2.1
[INFO] [stderr]    Compiling uuid v1.7.0
[INFO] [stderr]    Compiling web-time v0.2.4
[INFO] [stderr]    Compiling event-listener v4.0.3
[INFO] [stderr]    Compiling nonmax v0.5.5
[INFO] [stderr]    Compiling bevy_ptr v0.13.0
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling memchr v2.7.1
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling event-listener-strategy v0.4.0
[INFO] [stderr]    Compiling async-lock v3.3.0
[INFO] [stderr]    Compiling async-channel v2.1.1
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling aho-corasick v1.1.2
[INFO] [stderr]    Compiling toml_edit v0.21.1
[INFO] [stderr]    Compiling pkg-config v0.3.29
[INFO] [stderr]    Compiling async-executor v1.8.0
[INFO] [stderr]    Compiling tracing-log v0.1.4
[INFO] [stderr]    Compiling bevy_tasks v0.13.0
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling crossbeam-channel v0.5.11
[INFO] [stderr]    Compiling regex-automata v0.4.5
[INFO] [stderr]    Compiling bit-set v0.5.3
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling ash v0.37.3+1.3.251
[INFO] [stderr]    Compiling piper v0.2.1
[INFO] [stderr]    Compiling wgpu-hal v0.19.1
[INFO] [stderr]    Compiling libloading v0.7.4
[INFO] [stderr]    Compiling accesskit v0.12.2
[INFO] [stderr]    Compiling khronos-egl v6.0.0
[INFO] [stderr]    Compiling blake3 v1.5.0
[INFO] [stderr]    Compiling wgpu-core v0.19.0
[INFO] [stderr]    Compiling profiling v1.0.14
[INFO] [stderr]    Compiling renderdoc-sys v1.0.0
[INFO] [stderr]    Compiling constant_time_eq v0.3.0
[INFO] [stderr]    Compiling async-broadcast v0.5.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling wgpu v0.19.1
[INFO] [stderr]    Compiling const_soft_float v0.1.4
[INFO] [stderr]    Compiling regex v1.10.3
[INFO] [stderr]    Compiling bevy_macro_utils v0.13.0
[INFO] [stderr]    Compiling encase_derive_impl v0.7.0
[INFO] [stderr]    Compiling constgebra v0.1.3
[INFO] [stderr]    Compiling png v0.17.11
[INFO] [stderr]    Compiling twox-hash v1.6.3
[INFO] [stderr]    Compiling data-encoding v2.5.0
[INFO] [stderr]    Compiling const_panic v0.2.8
[INFO] [stderr]    Compiling color_quant v1.1.0
[INFO] [stderr]    Compiling ktx2 v0.3.0
[INFO] [stderr]    Compiling rustix v0.38.31
[INFO] [stderr]    Compiling radsort v0.1.0
[INFO] [stderr]    Compiling alsa-sys v0.3.1
[INFO] [stderr]    Compiling euclid v0.22.9
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]    Compiling libudev-sys v0.1.4
[INFO] [stderr]    Compiling serde_json v1.0.113
[INFO] [stderr]    Compiling svg_fmt v0.4.1
[INFO] [stderr]    Compiling serde_derive v1.0.196
[INFO] [stderr]    Compiling thiserror-impl v1.0.56
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling bytemuck_derive v1.5.0
[INFO] [stderr]    Compiling bevy_utils_proc_macros v0.13.0
[INFO] [stderr]    Compiling bevy_reflect_derive v0.13.0
[INFO] [stderr]    Compiling bevy_ecs_macros v0.13.0
[INFO] [stderr]    Compiling bevy_derive v0.13.0
[INFO] [stderr]    Compiling bevy_asset_macros v0.13.0
[INFO] [stderr]    Compiling bytemuck v1.14.1
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling encase_derive v0.7.0
[INFO] [stderr]    Compiling thiserror v1.0.56
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling image v0.24.8
[INFO] [stderr]    Compiling bevy_render_macros v0.13.0
[INFO] [stderr]    Compiling blocking v1.5.1
[INFO] [stderr]    Compiling bevy_encase_derive v0.13.0
[INFO] [stderr]    Compiling async-fs v2.1.1
[INFO] [stderr]    Compiling guillotiere v0.6.2
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling nix v0.24.3
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling winit v0.29.10
[INFO] [stderr]    Compiling slotmap v1.0.7
[INFO] [stderr]    Compiling rectangle-pack v0.4.2
[INFO] [stderr]    Compiling inflections v1.1.1
[INFO] [stderr]    Compiling cpal v0.15.2
[INFO] [stderr]    Compiling ruzstd v0.5.0
[INFO] [stderr]    Compiling alsa v0.7.1
[INFO] [stderr]    Compiling inotify v0.10.2
[INFO] [stderr]    Compiling gltf-derive v1.4.0
[INFO] [stderr]    Compiling ogg v0.8.0
[INFO] [stderr]    Compiling dasp_sample v0.11.0
[INFO] [stderr]    Compiling xi-unicode v0.3.0
[INFO] [stderr]    Compiling gilrs v0.10.4
[INFO] [stderr]    Compiling glyph_brush_layout v0.2.3
[INFO] [stderr]    Compiling lewton v0.10.2
[INFO] [stderr]    Compiling grid v0.10.0
[INFO] [stderr]    Compiling bevy_gizmos_macros v0.13.0
[INFO] [stderr]    Compiling sysinfo v0.30.5
[INFO] [stderr]    Compiling taffy v0.3.18
[INFO] [stderr]    Compiling const-fnv1a-hash v1.1.0
[INFO] [stderr]    Compiling bitflags v2.4.2
[INFO] [stderr]    Compiling smallvec v1.13.1
[INFO] [stderr]    Compiling glam v0.25.0
[INFO] [stderr]    Compiling erased-serde v0.4.2
[INFO] [stderr]    Compiling spirv v0.3.0+sdk-1.3.268.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.18
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling gpu-descriptor-types v0.1.2
[INFO] [stderr]    Compiling gpu-alloc-types v0.3.0
[INFO] [stderr]    Compiling gpu-descriptor v0.2.4
[INFO] [stderr]    Compiling gpu-alloc v0.6.0
[INFO] [stderr]    Compiling wgpu-types v0.19.0
[INFO] [stderr]    Compiling petgraph v0.6.4
[INFO] [stderr]    Compiling naga v0.19.0
[INFO] [stderr]    Compiling ron v0.8.1
[INFO] [stderr]    Compiling bevy_math v0.13.0
[INFO] [stderr]    Compiling bevy_utils v0.13.0
[INFO] [stderr]    Compiling encase v0.7.0
[INFO] [stderr]    Compiling bevy_mikktspace v0.13.0
[INFO] [stderr]    Compiling hexasphere v10.0.0
[INFO] [stderr]    Compiling xkbcommon-dl v0.4.2
[INFO] [stderr]    Compiling nix v0.27.1
[INFO] [stderr]    Compiling bevy_reflect v0.13.0
[INFO] [stderr]    Compiling gilrs-core v0.5.10
[INFO] [stderr]    Compiling gltf-json v1.4.0
[INFO] [stderr]    Compiling rodio v0.17.3
[INFO] [stderr]    Compiling polling v3.5.0
[INFO] [stderr]    Compiling x11rb v0.13.0
[INFO] [stderr]    Compiling calloop v0.12.4
[INFO] [stderr]    Compiling gltf v1.4.0
[INFO] [stderr]    Compiling naga_oil v0.13.0
[INFO] [stderr]    Compiling bevy_ecs v0.13.0
[INFO] [stderr]    Compiling accesskit_winit v0.17.0
[INFO] [stderr]    Compiling bevy_app v0.13.0
[INFO] [stderr]    Compiling bevy_log v0.13.0
[INFO] [stderr]    Compiling bevy_core v0.13.0
[INFO] [stderr]    Compiling bevy_input v0.13.0
[INFO] [stderr]    Compiling bevy_time v0.13.0
[INFO] [stderr]    Compiling bevy_a11y v0.13.0
[INFO] [stderr]    Compiling bevy_hierarchy v0.13.0
[INFO] [stderr]    Compiling bevy_asset v0.13.0
[INFO] [stderr]    Compiling bevy_diagnostic v0.13.0
[INFO] [stderr]    Compiling bevy_transform v0.13.0
[INFO] [stderr]    Compiling bevy_window v0.13.0
[INFO] [stderr]    Compiling bevy_gilrs v0.13.0
[INFO] [stderr]    Compiling bevy_winit v0.13.0
[INFO] [stderr]    Compiling bevy_audio v0.13.0
[INFO] [stderr]    Compiling bevy_render v0.13.0
[INFO] [stderr]    Compiling bevy_core_pipeline v0.13.0
[INFO] [stderr]    Compiling bevy_scene v0.13.0
[INFO] [stderr]    Compiling bevy_animation v0.13.0
[INFO] [stderr]    Compiling bevy_sprite v0.13.0
[INFO] [stderr]    Compiling bevy_pbr v0.13.0
[INFO] [stderr]    Compiling bevy_text v0.13.0
[INFO] [stderr]    Compiling bevy_ui v0.13.0
[INFO] [stderr]    Compiling bevy_gizmos v0.13.0
[INFO] [stderr]    Compiling bevy_gltf v0.13.0
[INFO] [stderr]    Compiling bevy_internal v0.13.0
[INFO] [stderr]    Compiling bevy v0.13.0
[INFO] [stderr]    Compiling bevoids v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 09s
[INFO] running `Command { std: "docker" "inspect" "e406eb85662a95d1bfc563d99c3cfeaa3afb72805473c0eb7656c33f9bb5a279", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e406eb85662a95d1bfc563d99c3cfeaa3afb72805473c0eb7656c33f9bb5a279", kill_on_drop: false }`
[INFO] [stdout] e406eb85662a95d1bfc563d99c3cfeaa3afb72805473c0eb7656c33f9bb5a279
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 25909eee13558833de2dabd3ad63d14355124fd9a00f8391a4a6604a40c3bb39
[INFO] running `Command { std: "docker" "start" "-a" "25909eee13558833de2dabd3ad63d14355124fd9a00f8391a4a6604a40c3bb39", kill_on_drop: false }`
[INFO] [stderr]    Compiling bevoids v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustc6ulBsX/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libbevoids-f6702af16e008cc3,libbevy-f1c35d4f9c567b16,libbevy_internal-8ef68cf5aefe52c2,libbevy_gizmos-087e7fe23b95c1c4,libbevy_winit-a15846dffac039d0,libaccesskit_winit-ec177f9e1fb75ae5,libwinit-1ec6bfe3684edd12,libcursor_icon-d81dc6214d93ac96,libcalloop-c2f0f5c30b33afe8,libpolling-28772ed4fc0fe7df,libx11rb-da33db407e94a709,libas_raw_xcb_connection-bb4c6a91ddb4686f,librustix-e380a0c85eb62fcd,liblinux_raw_sys-1398a959d2aeb7ce,libx11rb_protocol-84b11e03b39d8659,libx11_dl-c6db39514f1b02ce,libxkbcommon_dl-1e678c8af3e6efaa,libxkeysym-a4d76edd4dadd686,libdlib-3d79174ca6ce2a2c,libbevy_ui-0794286d1bfac35f,libtaffy-7ebd4d494826f4e9,libgrid-194b8cc9d76ad9ea,libslotmap-84a0c90be2aa9fe2,libbevy_text-d46d4c99a969d250,libglyph_brush_layout-9db3695d2bf57e5b,libxi_unicode-ec0971c6c6c40d36,libapprox-91c5b2626fcb9b22,libab_glyph-26442f2e9223ef38,libowned_ttf_parser-e4afc86ca5e04d2a,libttf_parser-4f08181cd3bd2d44,libab_glyph_rasterizer-58ae3059bbb17bdd,libbevy_sprite-57f59b8f0073b15e,librectangle_pack-09a0f8a987bbc938,libguillotiere-72d9d2b8c21a3d46,libsvg_fmt-92f5da9d864dce8a,libeuclid-e144bd0b48876dd8,libbevy_gltf-11ccae0a62509b9a,libpercent_encoding-9bee39bbc5bd523a,libgltf-c3f38ece70a609f6,libgltf_json-16f9d92d60f5e6d4,libserde_json-aae218feb9ec0978,libitoa-cbcf4da6e0ac7621,libryu-8ff14dfa97b8970c,libbevy_pbr-df55eb14d8f83779,libbevy_gilrs-e144e16c8962a0fb,libgilrs-d7d83b611dff7156,libfnv-2d77ec4f6f971b24,libgilrs_core-9e2b8042008deda3,liblibudev_sys-108700de60b0d73b,libinotify-8aa396cdecb104c8,libinotify_sys-ffd2372527715f8a,libvec_map-ecbce826993378bd,libnix-d8ab859a6f5ba803,libbevy_core_pipeline-30d004aa599de6e9,libradsort-63a4dbdb8718ce59,libbevy_audio-564d18664f9b6602,librodio-5a0fd0b4d906de2a,liblewton-1a3f4e931d74ca27,libogg-99a5cefd076e58bd,libtinyvec-c9d39c3280bd728d,libtinyvec_macros-1c14e8980bff1229,libcpal-8d20f9e52d92a50a,libdasp_sample-bfd2e54ef6869ba0,libalsa-07124bb5743072b0,libnix-a3780588d8f68981,libalsa_sys-0d528f55ca8e1eff,libbevy_animation-94a5409072d80d79,libbevy_scene-5818731ed8811ce3,libbevy_render-0c175b1adcf4e35c,libruzstd-49e79276d9aa7a4a,libtwox_hash-abd956d027f6f5f5,libnaga_oil-fde2d0c4aadc9fe7,libdata_encoding-27d68fb865743c1d,libunicode_ident-c127c4d798582dc8,libbevy_mikktspace-3c0c5eef8afc6602,libimage-dff76851552f7dbb,libcolor_quant-fa7ff1de0e6ea74b,libpng-6d16cf89dd75f0c3,libflate2-7eded0d5acda79b3,libminiz_oxide-ceb6486036c18f08,libfdeflate-2676e2396689691a,libsimd_adler32-eda01a159841bab2,libcrc32fast-6bd2f9a022460d01,libbyteorder-1efcbe4f07366651,libnum_traits-d282f6d4d72009a4,libktx2-adf058e42b60e8f0,libbitflags-e2b4db6c651223da,libencase-9a2ac69a7920188b,libconst_panic-1a0a46e1f3c2784e,libhexasphere-320f7757fdb178d3,libconstgebra-d2999d75e6aadc8f,libconst_soft_float-b31c975915340d6a,libwgpu-771b807c82754632,libstatic_assertions-d53a9977dc6e27e5,libwgpu_core-69a7430f00c77fca,libwgpu_hal-403054650987cce4,librenderdoc_sys-486407896e5b0b68,libgpu_descriptor-c6d25d41a29db6c2,libgpu_descriptor_types-e63c323611105fea,libkhronos_egl-19f038bdbb4d2113,liblibloading-6f9f2ae941b5d3c2,libprofiling-f7b5a686724c5626,libgpu_alloc-b1af37d5773d8764,libgpu_alloc_types-7b8186bc0004d886,libash-d280653ed869b211,liblibloading-352cc3147d091de2,libnaga-96fa134ff9931db2,librustc_hash-5a527483989b35a3,libhexf_parse-2ac3e111e86d5d60,libunicode_xid-9a31df2f90872cba,libcodespan_reporting-c9ca64d1c1d10951,libunicode_width-ff8848b4c91bc42d,libtermcolor-96a9ed65821a6544,libspirv-48487c0cf9e185e0,libbit_set-a8bc459e5c055d3b,libbit_vec-ed82a54abc6c00ad,libglow-52a5811fb0f39eef,libwgpu_types-b19bf9d50f088e87,libbevy_window-cd3a8974f88fac66,libraw_window_handle-c268fe20d779ef5a,libbevy_transform-4c18a9b6ab7ca666,libbevy_hierarchy-a9f0eeaacd1ba49f,libbevy_input-43127e12ad846832,libbevy_diagnostic-7da4fe845b3e1820,libsysinfo-9dea2ce1a7235958,libbevy_time-5f551018e4ab23c8,libconst_fnv1a_hash-4692cede0e548cae,libbevy_core-b7ae6c663f3fa23d,libbevy_asset-2d1725178f6b8ae9,libblake3-660350ff56f14882,libconstant_time_eq-e955faf78c8e8aa9,libarrayvec-f942e8c771b56381,libarrayref-b36cbe17ebb6cb52,libasync_broadcast-0629e1eaf0b61f7c,libevent_listener-67cd091983fb6763,libron-4afea556feb2e86c,libbitflags-17613a1edac3d0a4,libbase64-64299f9d815d057c,libparking_lot-465c5bed15f64fe3,libparking_lot_core-74c2cefd6a27495d,liblock_api-ed8639869c4e5d44,libscopeguard-d52bd00767847e44,libcrossbeam_channel-d68892092afdf6da,libbevy_log-919d28d873148220,libtracing_log-3cfecf536c6411e5,libtracing_subscriber-0d3c21e84f7c121d,libnu_ansi_term-c634e6ff7c6e5c03,liboverload-23726fa51fddfe0c,libsharded_slab-d0f6894ec548ca49,liblazy_static-2bb390fee0230a38,libmatchers-325c66ff3d6c0610,libregex_automata-c55e6e1ce4e1007c,libregex_syntax-e3521940133a580f,libregex-b4ab510a70664da6,libregex_automata-bb3bffe19be004d6,libaho_corasick-96255a839044782f,libmemchr-d9f1dea47487a283,libregex_syntax-03701eaa5490ec0b,libtracing_log-1a28be8d0682aee4,liblog-045b65d1b7404957,libasync_fs-eee0f6849fb9d62c,libblocking-81e8dd5a20708364,libpiper-b09f0e07e3a34f7d,libatomic_waker-001109810bdecbaa,libbevy_a11y-570a115601b67d1a,libaccesskit-8ee054438b2ebe59,libbevy_app-85a637acbb631cf9,libbevy_ecs-fc969257aa25b647,libthread_local-adfa6016f423d24d,libbevy_tasks-7615f726c88ba943,libasync_channel-c3727475254c1cf8,libasync_executor-f10ef3dc0789b50f,libslab-3aac7a0b49faaf4a,libasync_lock-6bb3464037dd7e30,libevent_listener_strategy-1342e8531b35ba45,libevent_listener-1ddab3b300e19f73,libfutures_lite-84ec0ca963e780b8,libfutures_io-64a3a644ba29741c,libfutures_core-2da63d8c7891ede1,libparking-3618ec6368854be5,libfastrand-f70792496f031f26,libconcurrent_queue-8b583bc47f1cb61b,libcrossbeam_utils-0c17b997a9c52013,libasync_task-280520b6b679c3f1,libbevy_reflect-0f852198eab66499,libsmol_str-6659e39739f57e36,liberased_serde-470a9d9c9dc51764,libbevy_math-b496e41f06b81e2b,libglam-0312f6b6ebb82a19,libbytemuck-93f8878feff564e8,libdowncast_rs-ffbd8a7d19c70af3,libbevy_ptr-a17cc6093c42d3b6,libbevy_utils-00dbe1ec8ba1fbfd,libnonmax-37232f8d688c456b,libweb_time-62e4bb5b6b2d71f0,libtracing-8a051d9a9f313481,libpin_project_lite-89bb0688a32eddef,libtracing_core-eba40dc5ee368a5c,libthiserror-4cf98e78b4a16709,libsmallvec-a7eb29fc5e10671b,libpetgraph-a2c43aabe871ed05,libindexmap-a305bf53136afe53,libequivalent-fdc46004df91ad08,libfixedbitset-f52c4d8bfaa479c8,libhashbrown-30608c9d7b0a9028,liballocator_api2-79bf9731980ae467,libahash-d8055b598d570e00,libonce_cell-24c5d665b6879050,libzerocopy-8e600753138a11ca,libuuid-c41a26bae1b18657,libgetrandom-7f1113e6c85c203e,liblibc-c64eddf1d3f0dc2a,libcfg_if-33ef6c02a07f9fec,libserde-16391af7b4b11b83}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-ldl" "-ludev" "-lasound" "-ldl" "-ldl" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustc6ulBsX/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/blake3-ef06b199c9529761/out" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/simple2d-b1d77fd51d4e990b" "-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: 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 `bevoids` (example "simple2d") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "25909eee13558833de2dabd3ad63d14355124fd9a00f8391a4a6604a40c3bb39", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "25909eee13558833de2dabd3ad63d14355124fd9a00f8391a4a6604a40c3bb39", kill_on_drop: false }`
[INFO] [stdout] 25909eee13558833de2dabd3ad63d14355124fd9a00f8391a4a6604a40c3bb39
