[INFO] cloning repository https://github.com/kamirr/kapigame
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kamirr/kapigame" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkamirr%2Fkapigame", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkamirr%2Fkapigame'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 979f71e25fdd43c5904e4c9873177fa5a6d60ed6
[INFO] testing kamirr/kapigame 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%2Fkamirr%2Fkapigame" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/kamirr/kapigame 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] started tweaking git repo https://github.com/kamirr/kapigame
[INFO] finished tweaking git repo https://github.com/kamirr/kapigame
[INFO] tweaked toml for git repo https://github.com/kamirr/kapigame written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/kamirr/kapigame 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-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 70fd156390ff41f031e14f47e8dab2089615073112967389459dbeb67d98437e
[INFO] running `Command { std: "docker" "start" "-a" "70fd156390ff41f031e14f47e8dab2089615073112967389459dbeb67d98437e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "70fd156390ff41f031e14f47e8dab2089615073112967389459dbeb67d98437e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "70fd156390ff41f031e14f47e8dab2089615073112967389459dbeb67d98437e", kill_on_drop: false }`
[INFO] [stdout] 70fd156390ff41f031e14f47e8dab2089615073112967389459dbeb67d98437e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 28792d78e91638fbd5fdf7df02563d98dd73b5dcfed81396dc3e1c1d63cea244
[INFO] running `Command { std: "docker" "start" "-a" "28792d78e91638fbd5fdf7df02563d98dd73b5dcfed81396dc3e1c1d63cea244", kill_on_drop: false }`
[INFO] [stderr] Compiling proc-macro2 v1.0.52
[INFO] [stderr] Compiling unicode-ident v1.0.8
[INFO] [stderr] Compiling quote v1.0.26
[INFO] [stderr] Compiling syn v1.0.109
[INFO] [stderr] Compiling libc v0.2.140
[INFO] [stderr] Compiling serde_derive v1.0.156
[INFO] [stderr] Compiling serde v1.0.156
[INFO] [stderr] Compiling once_cell v1.17.1
[INFO] [stderr] Compiling thiserror v1.0.39
[INFO] [stderr] Compiling hashbrown v0.12.3
[INFO] [stderr] Compiling parking_lot_core v0.9.7
[INFO] [stderr] Compiling winnow v0.3.6
[INFO] [stderr] Compiling indexmap v1.9.2
[INFO] [stderr] Compiling ahash v0.7.6
[INFO] [stderr] Compiling lock_api v0.4.9
[INFO] [stderr] Compiling toml_datetime v0.6.1
[INFO] [stderr] Compiling scopeguard v1.1.0
[INFO] [stderr] Compiling memchr v2.5.0
[INFO] [stderr] Compiling crossbeam-utils v0.8.15
[INFO] [stderr] Compiling log v0.4.17
[INFO] [stderr] Compiling fixedbitset v0.4.2
[INFO] [stderr] Compiling pin-project-lite v0.2.9
[INFO] [stderr] Compiling futures-core v0.3.27
[INFO] [stderr] Compiling tracing-core v0.1.30
[INFO] [stderr] Compiling instant v0.1.12
[INFO] [stderr] Compiling slab v0.4.8
[INFO] [stderr] Compiling rustc-hash v1.1.0
[INFO] [stderr] Compiling futures-io v0.3.27
[INFO] [stderr] Compiling bit-vec v0.6.3
[INFO] [stderr] Compiling erased-serde v0.3.25
[INFO] [stderr] Compiling waker-fn v1.1.0
[INFO] [stderr] Compiling parking v2.0.0
[INFO] [stderr] Compiling async-lock v2.7.0
[INFO] [stderr] Compiling async-task v4.3.0
[INFO] [stderr] Compiling thread_local v1.1.7
[INFO] [stderr] Compiling downcast-rs v1.2.0
[INFO] [stderr] Compiling bit-set v0.5.3
[INFO] [stderr] Compiling bevy_ptr v0.10.0
[INFO] [stderr] Compiling num-traits v0.2.15
[INFO] [stderr] Compiling regex-syntax v0.6.28
[INFO] [stderr] Compiling pkg-config v0.3.26
[INFO] [stderr] Compiling overload v0.1.1
[INFO] [stderr] Compiling nu-ansi-term v0.46.0
[INFO] [stderr] Compiling sharded-slab v0.1.4
[INFO] [stderr] Compiling raw-window-handle v0.5.1
[INFO] [stderr] Compiling libloading v0.7.4
[INFO] [stderr] Compiling tracing v0.1.37
[INFO] [stderr] Compiling concurrent-queue v2.1.0
[INFO] [stderr] Compiling futures-lite v1.12.0
[INFO] [stderr] Compiling async-channel v1.8.0
[INFO] [stderr] Compiling aho-corasick v0.7.20
[INFO] [stderr] Compiling tracing-log v0.1.3
[INFO] [stderr] Compiling crossbeam-channel v0.5.7
[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 getrandom v0.2.8
[INFO] [stderr] Compiling uuid v1.3.0
[INFO] [stderr] Compiling unicode-xid v0.2.4
[INFO] [stderr] Compiling termcolor v1.2.0
[INFO] [stderr] Compiling pp-rs v0.2.1
[INFO] [stderr] Compiling walkdir v2.3.3
[INFO] [stderr] Compiling async-executor v1.5.0
[INFO] [stderr] Compiling mio v0.8.6
[INFO] [stderr] Compiling inotify-sys v0.1.5
[INFO] [stderr] Compiling codespan-reporting v0.11.1
[INFO] [stderr] Compiling inotify v0.9.6
[INFO] [stderr] Compiling sysinfo v0.28.2
[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 arrayvec v0.7.2
[INFO] [stderr] Compiling hexf-parse v0.2.1
[INFO] [stderr] Compiling miniz_oxide v0.6.2
[INFO] [stderr] Compiling bevy_tasks v0.10.0
[INFO] [stderr] Compiling gpu-alloc v0.5.3
[INFO] [stderr] Compiling notify v5.1.0
[INFO] [stderr] Compiling fxhash v0.2.1
[INFO] [stderr] Compiling num-rational v0.4.1
[INFO] [stderr] Compiling wgpu-types v0.15.2
[INFO] [stderr] Compiling static_assertions v1.1.0
[INFO] [stderr] Compiling profiling v1.0.7
[INFO] [stderr] Compiling glow v0.12.1
[INFO] [stderr] Compiling renderdoc-sys v0.7.1
[INFO] [stderr] Compiling flate2 v1.0.25
[INFO] [stderr] Compiling spirv v0.2.0+1.5.4
[INFO] [stderr] Compiling twox-hash v1.6.3
[INFO] [stderr] Compiling const_panic v0.2.7
[INFO] [stderr] Compiling color_quant v1.1.0
[INFO] [stderr] Compiling scoped_threadpool v0.1.9
[INFO] [stderr] Compiling ktx2 v0.3.0
[INFO] [stderr] Compiling alsa-sys v0.3.1
[INFO] [stderr] Compiling encase_derive_impl v0.5.0
[INFO] [stderr] Compiling png v0.17.7
[INFO] [stderr] Compiling ruzstd v0.2.4
[INFO] [stderr] Compiling radsort v0.1.0
[INFO] [stderr] Compiling xml-rs v0.8.4
[INFO] [stderr] Compiling toml_edit v0.19.7
[INFO] [stderr] Compiling x11-dl v2.21.0
[INFO] [stderr] Compiling libudev-sys v0.1.4
[INFO] [stderr] Compiling ttf-parser v0.18.1
[INFO] [stderr] Compiling cfg_aliases v0.1.1
[INFO] [stderr] Compiling serde_json v1.0.94
[INFO] [stderr] Compiling wayland-scanner v0.29.5
[INFO] [stderr] Compiling approx v0.5.1
[INFO] [stderr] Compiling euclid v0.22.7
[INFO] [stderr] Compiling regex-automata v0.1.10
[INFO] [stderr] Compiling regex v1.7.1
[INFO] [stderr] Compiling nix v0.24.3
[INFO] [stderr] Compiling slotmap v1.0.6
[INFO] [stderr] Compiling ab_glyph_rasterizer v0.1.8
[INFO] [stderr] Compiling inflections v1.1.1
[INFO] [stderr] Compiling accesskit v0.10.1
[INFO] [stderr] Compiling cpal v0.15.1
[INFO] [stderr] Compiling ryu v1.0.13
[INFO] [stderr] Compiling itoa v1.0.6
[INFO] [stderr] Compiling percent-encoding v2.2.0
[INFO] [stderr] Compiling svg_fmt v0.4.1
[INFO] [stderr] Compiling alsa v0.7.0
[INFO] [stderr] Compiling tinyvec v1.6.0
[INFO] [stderr] Compiling nix v0.25.1
[INFO] [stderr] Compiling winit v0.28.3
[INFO] [stderr] Compiling ogg v0.8.0
[INFO] [stderr] Compiling guillotiere v0.6.2
[INFO] [stderr] Compiling matchers v0.1.0
[INFO] [stderr] Compiling rectangle-pack v0.4.2
[INFO] [stderr] Compiling base64 v0.13.1
[INFO] [stderr] Compiling gilrs v0.10.1
[INFO] [stderr] Compiling xi-unicode v0.3.0
[INFO] [stderr] Compiling bevy_macro_utils v0.10.0
[INFO] [stderr] Compiling vec_map v0.8.2
[INFO] [stderr] Compiling bytemuck_derive v1.4.0
[INFO] [stderr] Compiling thiserror-impl v1.0.39
[INFO] [stderr] Compiling bevy_utils_proc_macros v0.10.0
[INFO] [stderr] Compiling encase_derive v0.5.0
[INFO] [stderr] Compiling owned_ttf_parser v0.18.1
[INFO] [stderr] Compiling gltf-derive v1.1.0
[INFO] [stderr] Compiling ab_glyph v0.2.20
[INFO] [stderr] Compiling dasp_sample v0.11.0
[INFO] [stderr] Compiling lewton v0.10.2
[INFO] [stderr] Compiling urlencoding v2.1.2
[INFO] [stderr] Compiling glyph_brush_layout v0.2.3
[INFO] [stderr] Compiling bytemuck v1.13.1
[INFO] [stderr] Compiling taffy v0.3.8
[INFO] [stderr] Compiling image v0.24.5
[INFO] [stderr] Compiling bevy_reflect_derive v0.10.0
[INFO] [stderr] Compiling bevy_ecs_macros v0.10.0
[INFO] [stderr] Compiling bevy_derive v0.10.0
[INFO] [stderr] Compiling bevy_render_macros v0.10.0
[INFO] [stderr] Compiling bevy_encase_derive v0.10.0
[INFO] [stderr] Compiling accesskit_winit v0.12.4
[INFO] [stderr] Compiling smallvec v1.10.0
[INFO] [stderr] Compiling glam v0.23.0
[INFO] [stderr] Compiling ron v0.8.0
[INFO] [stderr] Compiling tracing-subscriber v0.3.16
[INFO] [stderr] Compiling parking_lot v0.12.1
[INFO] [stderr] Compiling gilrs-core v0.5.2
[INFO] [stderr] Compiling rodio v0.17.1
[INFO] [stderr] Compiling gpu-descriptor v0.2.3
[INFO] [stderr] Compiling gltf-json v1.1.0
[INFO] [stderr] Compiling petgraph v0.6.3
[INFO] [stderr] Compiling bevy_math v0.10.0
[INFO] [stderr] Compiling encase v0.5.0
[INFO] [stderr] Compiling bevy_mikktspace v0.10.0
[INFO] [stderr] Compiling hexasphere v8.1.0
[INFO] [stderr] Compiling bevy_utils v0.10.0
[INFO] [stderr] Compiling naga v0.11.0
[INFO] [stderr] Compiling gltf v1.1.0
[INFO] [stderr] Compiling bevy_reflect v0.10.0
[INFO] [stderr] Compiling bevy_ecs v0.10.0
[INFO] [stderr] Compiling wgpu-hal v0.15.3
[INFO] [stderr] Compiling bevy_app v0.10.0
[INFO] [stderr] Compiling wgpu-core v0.15.1
[INFO] [stderr] Compiling bevy_core v0.10.0
[INFO] [stderr] Compiling bevy_log v0.10.0
[INFO] [stderr] Compiling bevy_time v0.10.0
[INFO] [stderr] Compiling bevy_input v0.10.0
[INFO] [stderr] Compiling bevy_a11y v0.10.0
[INFO] [stderr] Compiling bevy_hierarchy v0.10.0
[INFO] [stderr] Compiling bevy_diagnostic v0.10.0
[INFO] [stderr] Compiling bevy_transform v0.10.0
[INFO] [stderr] Compiling bevy_asset v0.10.0
[INFO] [stderr] Compiling bevy_window v0.10.0
[INFO] [stderr] Compiling bevy_gilrs v0.10.0
[INFO] [stderr] Compiling bevy_animation v0.10.0
[INFO] [stderr] Compiling bevy_audio v0.10.0
[INFO] [stderr] Compiling bevy_winit v0.10.0
[INFO] [stderr] Compiling wgpu v0.15.1
[INFO] [stderr] Compiling bevy_render v0.10.0
[INFO] [stderr] Compiling bevy_core_pipeline v0.10.0
[INFO] [stderr] Compiling bevy_scene v0.10.0
[INFO] [stderr] Compiling bevy_sprite v0.10.0
[INFO] [stderr] Compiling bevy_pbr v0.10.0
[INFO] [stderr] Compiling bevy_text v0.10.0
[INFO] [stderr] Compiling bevy_ui v0.10.0
[INFO] [stderr] Compiling bevy_gltf v0.10.0
[INFO] [stderr] Compiling bevy_internal v0.10.0
[INFO] [stderr] Compiling bevy v0.10.0
[INFO] [stderr] Compiling happybara v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variable `moving` is assigned to, but never used
[INFO] [stdout] --> src/main.rs:92:13
[INFO] [stdout] |
[INFO] [stdout] 92 | let mut moving = false;
[INFO] [stdout] | ^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: consider using `_moving` instead
[INFO] [stdout] = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: value assigned to `moving` is never read
[INFO] [stdout] --> src/main.rs:95:9
[INFO] [stdout] |
[INFO] [stdout] 95 | moving = true;
[INFO] [stdout] | ^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = help: maybe it is overwritten before being read?
[INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: value assigned to `moving` is never read
[INFO] [stdout] --> src/main.rs:99:9
[INFO] [stdout] |
[INFO] [stdout] 99 | moving = true;
[INFO] [stdout] | ^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = help: maybe it is overwritten before being read?
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: value assigned to `moving` is never read
[INFO] [stdout] --> src/main.rs:103:9
[INFO] [stdout] |
[INFO] [stdout] 103 | moving = true;
[INFO] [stdout] | ^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = help: maybe it is overwritten before being read?
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: value assigned to `moving` is never read
[INFO] [stdout] --> src/main.rs:107:9
[INFO] [stdout] |
[INFO] [stdout] 107 | moving = true;
[INFO] [stdout] | ^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = help: maybe it is overwritten before being read?
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout] --> src/main.rs:84:5
[INFO] [stdout] |
[INFO] [stdout] 84 | mut kb: Res>,
[INFO] [stdout] | ----^^
[INFO] [stdout] | |
[INFO] [stdout] | help: remove this `mut`
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout] |
[INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcBknpXG/symbols.o" "<5 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libbevy-916c71eebe76326b.rlib,libbevy_internal-ff8ca373d937455e.rlib,libbevy_winit-cbfb517e06d16c1c.rlib,libaccesskit_winit-442957836ab03c96.rlib,libwinit-cb79b955fc7fbd8f.rlib,libx11_dl-d317e653ad01ec77.rlib,libbevy_ui-ed2d8da954bedda2.rlib,libtaffy-335cdd43f1399fc6.rlib,libslotmap-211dd6ca2ba81773.rlib,libbevy_text-e4cee623c4ba8b29.rlib,libglyph_brush_layout-3144612899ef57cb.rlib,libxi_unicode-9c20d94e86934312.rlib,libapprox-cf415a3baf3cb5e5.rlib,libab_glyph-1270fd369a150eb1.rlib,libowned_ttf_parser-c1ed11f9178554d5.rlib,libttf_parser-c33e73a76335971b.rlib,libab_glyph_rasterizer-251d33ea7b24466b.rlib,libbevy_sprite-5c149aaa8e96c88b.rlib,librectangle_pack-1f79e8b736a92583.rlib,libguillotiere-891b577d9f83e3bc.rlib,libsvg_fmt-b86583c52b39a188.rlib,libeuclid-6a4b360bab9981ea.rlib,libbevy_gltf-f2f6c571cebcf0c5.rlib,libpercent_encoding-bf512ecf668f0e68.rlib,libgltf-b62ff9c6949cb3c2.rlib,libgltf_json-6ca03bc7c58aec86.rlib,libserde_json-ef3c9af314dbf41b.rlib,libryu-4d09fff2ce933ebb.rlib,libitoa-0f3ce2aa4ee007f9.rlib,libbevy_pbr-25eb0a6456943fc9.rlib,libbevy_gilrs-b9767c9eb911d0ec.rlib,libgilrs-dd0ec5c765e60d46.rlib,libfnv-79e2cbfbe03dcd16.rlib,libgilrs_core-36834860951ca595.rlib,liblibudev_sys-57ee04cf0ed7a770.rlib,libnix-6af7ee719854e558.rlib,libvec_map-75126d96f8392bf4.rlib,libbevy_core_pipeline-e1a7ac2716f5250b.rlib,libradsort-9cbeae66a628f1d2.rlib,libbevy_audio-3e302bef64a4adeb.rlib,librodio-5553063470e6b601.rlib,liblewton-487a684a28ea1df5.rlib,libogg-cbb57fc1810accdc.rlib,libtinyvec-2155ca31685e06d9.rlib,libtinyvec_macros-7b77ea21c73594ca.rlib,libcpal-f376a363629088de.rlib,libdasp_sample-36a8a9956058a9f1.rlib,libalsa-fde3ede8ded5f4b6.rlib,libnix-28d3d2d4ab5a9b8d.rlib,libalsa_sys-1a41b4c00152d89b.rlib,libbevy_animation-768e41e8aa39a511.rlib,libbevy_scene-7e8867c51b5fe3d2.rlib,libron-e3d81244c6be33ad.rlib,libbase64-42295ac2e0e134a3.rlib,libbevy_render-b2832a3d1c551c97.rlib,libruzstd-2e0b079a7ebcc5dc.rlib,libtwox_hash-ae9c612676f9e00b.rlib,libbevy_mikktspace-1b7f9962c9425174.rlib,libimage-d059849fa3f84e99.rlib,libcolor_quant-72accfe2cafd1a2d.rlib,libpng-4cf3fc2a1b35e376.rlib,libflate2-117aab00a2b9b2a1.rlib,libminiz_oxide-b57aacf0d6d21e45.rlib,libadler-8a8ce72c9fb247b6.rlib,libcrc32fast-e5de59621c1c9ea3.rlib,libnum_rational-1fd92d032ddf8d44.rlib,libnum_integer-3010115d2f27a8c9.rlib,libscoped_threadpool-e27898fb7395e1ec.rlib,libktx2-b9115b7b7f2645e9.rlib,libencase-502da37b2ba227a8.rlib,libconst_panic-3966f67a3cc0a2b9.rlib,libhexasphere-3e0fe4aa40fc85db.rlib,libwgpu-7f0adc1a75f04b55.rlib,libstatic_assertions-f0217ecdd817a834.rlib,libwgpu_core-74a72d81c00689e4.rlib,libwgpu_hal-c9b50ba0dd95ec37.rlib,librenderdoc_sys-2b57a45b627c2c15.rlib,libgpu_descriptor-e8ee8a0c46f752b5.rlib,libgpu_descriptor_types-52479cdb78c7dba7.rlib,libfxhash-b312effea3ad6fa7.rlib,libbyteorder-fb36fe721788ce00.rlib,libkhronos_egl-31afbcf0d7cfb528.rlib,libprofiling-853c377be365507e.rlib,libgpu_alloc-e57470def8b72c39.rlib,libgpu_alloc_types-d2f085497957da7f.rlib,libash-cca450742b6d4b25.rlib,liblibloading-1d9d598bea47447c.rlib,libnaga-41af657c0fa00024.rlib,libhexf_parse-72d4824186d79465.rlib,libbit_set-e2de243a324465ba.rlib,libbit_vec-1484b09fcc589a29.rlib,libcodespan_reporting-acb77a80113c1a4b.rlib,libunicode_width-e6feeb9daa4fd470.rlib,libtermcolor-a5251b019e6ea81a.rlib,libpp_rs-4a799f6286350b9a.rlib,libunicode_xid-0488fac86b109842.rlib,libspirv-0dd5c6eb99cb9f2d.rlib,libnum_traits-36bc3c0c643c6731.rlib,libwgpu_types-1aed285ee6466c19.rlib,libglow-5d00420cb824666e.rlib,libarrayvec-324bee7ec07e0504.rlib,libbevy_window-e16b6b5f909c96c7.rlib,libraw_window_handle-beb91fdf1fbc3f65.rlib,libbevy_transform-734f418ada676890.rlib,libbevy_hierarchy-568afb3adadf5aad.rlib,libbevy_input-72d08cf1d0357e7e.rlib,libbevy_asset-33ae908c01ccffce.rlib,libnotify-799c3a655f461f12.rlib,libmio-f1d88f500839a1bb.rlib,libfiletime-eb8be777e06f1eff.rlib,libwalkdir-527b2d82e96423cf.rlib,libsame_file-ff49545450c0b63c.rlib,libinotify-ccc7ec7c305d0561.rlib,libinotify_sys-82195663456679cd.rlib,libbitflags-dde12b0d7d495b50.rlib,libbevy_diagnostic-b543f334d10c8d94.rlib,libsysinfo-75d1c3fbcaa4d07d.rlib,libbevy_time-682cee1aad679a01.rlib,libbevy_core-c28c19e55364ed3e.rlib,libcrossbeam_channel-7b1c2206d68bac42.rlib,libbevy_log-87e6756df42bfa58.rlib,libtracing_subscriber-6adb4eb981e27337.rlib,libnu_ansi_term-f931ee7dde0184c0.rlib,liboverload-447f2db329e02fd7.rlib,libsharded_slab-77c44ad34d742c30.rlib,libmatchers-e0c8493a6985aba5.rlib,libregex_automata-f71d17cb80fae351.rlib,libregex-55bf6cf64b61e424.rlib,libaho_corasick-95e122a3773e7b94.rlib,libregex_syntax-0b42395ebb20dab7.rlib,libtracing_log-a17e90b7c2f80649.rlib,liblog-52838b90e75d1877.rlib,liblazy_static-af860367908b8176.rlib,libanyhow-95d24288f990ba16.rlib,libbevy_a11y-831caebe276e1ba0.rlib,libaccesskit-d4b8055d3bb9173e.rlib,libbevy_app-2293470d3aea95bb.rlib,libbevy_ecs-9454c054ed13637d.rlib,librustc_hash-d7c4a66f98a2548f.rlib,libthread_local-a407b6c3f8fb856e.rlib,libbevy_reflect-16f46647fdcad47c.rlib,liberased_serde-cbb7a0c272a358ae.rlib,libbevy_math-784e97da126c1c11.rlib,libglam-379e244c973e6f6e.rlib,libbytemuck-331f425a75caa4db.rlib,libparking_lot-ecf3a79c8b2fd4e9.rlib,libparking_lot_core-ddbefe6ca0468902.rlib,libsmallvec-173312067ec31cef.rlib,liblock_api-12b3b36e90510f6c.rlib,libscopeguard-e318caba69bf687f.rlib,libdowncast_rs-d33906d24142a297.rlib,libbevy_tasks-714bc44a38b4f3b8.rlib,libasync_channel-72773dd9843dc86f.rlib,libasync_executor-edeafb837194bf59.rlib,libslab-02c00934ae7bff6e.rlib,libasync_lock-6a1b20cb4ac06693.rlib,libevent_listener-0282a877755a83ef.rlib,libfutures_lite-a53f52056b6e2042.rlib,libmemchr-34c06a26bc9e8129.rlib,libfastrand-273731efb4a6b13e.rlib,libfutures_io-4dcd600cdca6c822.rlib,libfutures_core-ee964ea5a1b1e06b.rlib,libwaker_fn-aaf926ffbff19167.rlib,libparking-dc268ecb9761e309.rlib,libconcurrent_queue-040629be12530cd0.rlib,libcrossbeam_utils-9b5f83cc6a934e60.rlib,libasync_task-ac948f8c851d3233.rlib,libbevy_ptr-aebe5ec67943fdae.rlib,libbevy_utils-6cdeed531455af04.rlib,libuuid-132ed0d6be64abba.rlib,libtracing-c4b28a5b99c8da07.rlib,libpin_project_lite-6df6c214457c8ca7.rlib,libtracing_core-10b6690e327f8b9d.rlib,libthiserror-729efe2f82356787.rlib,libpetgraph-826072efb0a7b699.rlib,libindexmap-8ad2f9972b2d56f5.rlib,libfixedbitset-28f95f70a6c985e3.rlib,libinstant-fd247ecb2ced47cd.rlib,libhashbrown-ebcd696d232a468f.rlib,libserde-328d948aec3ad6a6.rlib,libahash-5ee4d944e4c01341.rlib,libgetrandom-73ab1aeebd9c93b2.rlib,liblibc-e2bd2d97f3b44fb3.rlib,libcfg_if-3e7fc4e38d4a72b5.rlib,libonce_cell-d2ec766eecdc7a51.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" "-ldl" "-ludev" "-lasound" "-ldl" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcBknpXG/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/happybara-449f310375d11139" "-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 `happybara` (bin "happybara") due to 1 previous error; 6 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "28792d78e91638fbd5fdf7df02563d98dd73b5dcfed81396dc3e1c1d63cea244", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "28792d78e91638fbd5fdf7df02563d98dd73b5dcfed81396dc3e1c1d63cea244", kill_on_drop: false }`
[INFO] [stdout] 28792d78e91638fbd5fdf7df02563d98dd73b5dcfed81396dc3e1c1d63cea244