[INFO] cloning repository https://github.com/silverweed/ecsde [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/silverweed/ecsde" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsilverweed%2Fecsde", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsilverweed%2Fecsde'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 561a8219eb8f161e9340b51f815b5311050fde36 [INFO] testing silverweed/ecsde against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsilverweed%2Fecsde" "/workspace/builds/worker-62/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-62/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/silverweed/ecsde on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/silverweed/ecsde [INFO] finished tweaking git repo https://github.com/silverweed/ecsde [INFO] tweaked toml for git repo https://github.com/silverweed/ecsde written to /workspace/builds/worker-62/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating git repository `https://github.com/jeremyletang/rust-sfml` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-62/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-62/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9e03620e5c0ce7fdac33680152990679e67b41f65c0086d7a965a0eeac51e230 [INFO] running `Command { std: "docker" "start" "-a" "9e03620e5c0ce7fdac33680152990679e67b41f65c0086d7a965a0eeac51e230", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9e03620e5c0ce7fdac33680152990679e67b41f65c0086d7a965a0eeac51e230", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9e03620e5c0ce7fdac33680152990679e67b41f65c0086d7a965a0eeac51e230", kill_on_drop: false }` [INFO] [stdout] 9e03620e5c0ce7fdac33680152990679e67b41f65c0086d7a965a0eeac51e230 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-62/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-62/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 175b26cd0e3d64f3045d0b92205e981a316febc32af68d8efe8d44eaada4091a [INFO] running `Command { std: "docker" "start" "-a" "175b26cd0e3d64f3045d0b92205e981a316febc32af68d8efe8d44eaada4091a", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.123 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.8 [INFO] [stderr] Compiling rayon-core v1.9.2 [INFO] [stderr] Compiling log v0.4.16 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling cty v0.2.2 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Compiling xml-rs v0.8.4 [INFO] [stderr] Compiling slab v0.4.6 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling smallvec v1.8.0 [INFO] [stderr] Compiling anymap v0.12.1 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling inle_serialize v0.1.0 (/opt/rustwide/workdir/inle/inle_serialize) [INFO] [stderr] Compiling miniz_oxide v0.3.7 [INFO] [stderr] Compiling deflate v0.8.6 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling raw-window-handle v0.4.3 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling crossbeam-epoch v0.9.8 [INFO] [stderr] Compiling rayon v1.5.2 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling crossbeam-channel v0.5.4 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling png v0.16.8 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling raw-window-handle v0.3.4 [INFO] [stderr] Compiling net2 v0.2.37 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling inotify-sys v0.1.5 [INFO] [stderr] Compiling filetime v0.2.16 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Compiling inotify v0.7.1 [INFO] [stderr] Compiling glfw v0.42.0 [INFO] [stderr] Compiling glfw v0.41.0 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling float-cmp v0.8.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling mio-extras v2.0.6 [INFO] [stderr] Compiling notify v4.0.17 [INFO] [stderr] Compiling gl v0.14.0 [INFO] [stderr] Compiling ecs v0.1.0 (/opt/rustwide/workdir/ecs_runner) [INFO] [stderr] Compiling inle_diagnostics v0.1.0 (/opt/rustwide/workdir/inle/inle_diagnostics) [INFO] [stderr] Compiling inle_math v0.1.0 (/opt/rustwide/workdir/inle/inle_math) [INFO] [stderr] Compiling inle_core v0.1.0 (/opt/rustwide/workdir/inle/inle_core) [INFO] [stderr] Compiling inle_events v0.1.0 (/opt/rustwide/workdir/inle/inle_events) [INFO] [stderr] Compiling inle_common v0.1.0 (/opt/rustwide/workdir/inle/inle_common) [INFO] [stderr] Compiling inle_win v0.1.0 (/opt/rustwide/workdir/inle/inle_win) [INFO] [stderr] Compiling inle_alloc v0.1.0 (/opt/rustwide/workdir/inle/inle_alloc) [INFO] [stderr] Compiling inle_audio_backend v0.1.0 (/opt/rustwide/workdir/inle/inle_audio_backend) [INFO] [stderr] Compiling inle_fs v0.1.0 (/opt/rustwide/workdir/inle/inle_fs) [INFO] [stderr] Compiling inle_input v0.1.0 (/opt/rustwide/workdir/inle/inle_input) [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> inle/inle_audio_backend/src/lib.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling inle_cfg v0.1.0 (/opt/rustwide/workdir/inle/inle_cfg) [INFO] [stderr] Compiling inle_replay v0.1.0 (/opt/rustwide/workdir/inle/inle_replay) [INFO] [stderr] Compiling inle_gfx_backend v0.1.0 (/opt/rustwide/workdir/inle/inle_gfx_backend) [INFO] [stderr] Compiling inle_resources v0.1.0 (/opt/rustwide/workdir/inle/inle_resources) [INFO] [stderr] Compiling inle_gfx v0.1.0 (/opt/rustwide/workdir/inle/inle_gfx) [INFO] [stderr] Compiling inle_audio v0.1.0 (/opt/rustwide/workdir/inle/inle_audio) [INFO] [stderr] Compiling inle_test v0.1.0 (/opt/rustwide/workdir/inle/inle_test) [INFO] [stderr] Compiling inle_debug v0.1.0 (/opt/rustwide/workdir/inle/inle_debug) [INFO] [stderr] Compiling inle_ui v0.1.0 (/opt/rustwide/workdir/inle/inle_ui) [INFO] [stderr] Compiling inle_ecs v0.1.0 (/opt/rustwide/workdir/inle/inle_ecs) [INFO] [stderr] Compiling inle_physics v0.1.0 (/opt/rustwide/workdir/inle/inle_physics) [INFO] [stderr] Compiling inle_app v0.1.0 (/opt/rustwide/workdir/inle/inle_app) [INFO] [stdout] warning: unused macro definition: `tpl_map_get` [INFO] [stdout] --> /opt/rustwide/workdir/inle/inle_ecs/src/prelude.rs:48:30 [INFO] [stdout] | [INFO] [stdout] 48 | macro_rules! tpl_map_get { ($elem:expr) => { $elem.must_get(entity) } } [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling ecs_game v0.1.0 (/opt/rustwide/workdir/ecs_game) [INFO] [stdout] warning: unused macro definition: `tpl_map_get_mut` [INFO] [stdout] --> /opt/rustwide/workdir/inle/inle_ecs/src/prelude.rs:49:30 [INFO] [stdout] | [INFO] [stdout] 49 | macro_rules! tpl_map_get_mut { ($elem:expr) => { $elem.must_get_mut(entity) } } [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `tpl_map_get` [INFO] [stdout] --> /opt/rustwide/workdir/inle/inle_ecs/src/prelude.rs:48:30 [INFO] [stdout] | [INFO] [stdout] 48 | macro_rules! tpl_map_get { ($elem:expr) => { $elem.must_get(entity) } } [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `other_cld` [INFO] [stdout] --> ecs_game/src/systems/ai/test_ai_system.rs:42:21 [INFO] [stdout] | [INFO] [stdout] 42 | let other_cld = phys_world.get_collider(collision.other_collider).unwrap(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_other_cld` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--version-script=/tmp/rustculsLwd/list" "-m64" "/opt/rustwide/target/debug/deps/ecs_game.ecs_game.4348a81b-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/ecs_game.ecs_game.4348a81b-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/ecs_game.ecs_game.4348a81b-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/ecs_game.ecs_game.4348a81b-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/ecs_game.ecs_game.4348a81b-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/ecs_game.ecs_game.4348a81b-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/ecs_game.ecs_game.4348a81b-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/ecs_game.ecs_game.4348a81b-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/ecs_game.ecs_game.4348a81b-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/ecs_game.ecs_game.4348a81b-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/ecs_game.ecs_game.4348a81b-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/ecs_game.ecs_game.4348a81b-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/ecs_game.ecs_game.4348a81b-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/ecs_game.ecs_game.4348a81b-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/ecs_game.ecs_game.4348a81b-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/ecs_game.ecs_game.4348a81b-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/ecs_game.5ffjwj6o8kfl7tyr.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libinle_app-ab992af5d553a2c5.rlib" "/opt/rustwide/target/debug/deps/libinle_ui-572a11a87160e53f.rlib" "/opt/rustwide/target/debug/deps/libinle_audio-32f64c49ac226361.rlib" "/opt/rustwide/target/debug/deps/libinle_replay-bb0033534e94e7f6.rlib" "/opt/rustwide/target/debug/deps/libinle_debug-f4b41d01e288e3d9.rlib" "/opt/rustwide/target/debug/deps/libinle_gfx-322efc73cdb4668a.rlib" "/opt/rustwide/target/debug/deps/libinle_input-931d03d849b0ed1c.rlib" "/opt/rustwide/target/debug/deps/libinle_resources-820192fe00636b2e.rlib" "/opt/rustwide/target/debug/deps/libpng-7c01918f4a0a8236.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-210ea0057e6857f3.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-9896b517ec177538.rlib" "/opt/rustwide/target/debug/deps/libdeflate-cb4d95640e47c57e.rlib" "/opt/rustwide/target/debug/deps/libadler32-4ad3039ef892af0b.rlib" "/opt/rustwide/target/debug/deps/libinle_gfx_backend-299b47df8d777c11.rlib" "/opt/rustwide/target/debug/deps/libinle_win-8dfd63d152b28a85.rlib" "/opt/rustwide/target/debug/deps/libglfw-6dcec667ae433e2e.rlib" "/opt/rustwide/target/debug/deps/libsemver-70d1e68fcda05e14.rlib" "/opt/rustwide/target/debug/deps/libsemver_parser-03acc8acbf834953.rlib" "/opt/rustwide/target/debug/deps/libraw_window_handle-78ccee660974df9c.rlib" "/opt/rustwide/target/debug/deps/libraw_window_handle-5a165ac3e9a6a87a.rlib" "/opt/rustwide/target/debug/deps/libcty-befaa38a89230b85.rlib" "/opt/rustwide/target/debug/deps/libgl-080b741dd38cf259.rlib" "/opt/rustwide/target/debug/deps/libinle_audio_backend-bb01de51e61fa0b5.rlib" "/opt/rustwide/target/debug/deps/libinle_cfg-98b1a8f380576636.rlib" "/opt/rustwide/target/debug/deps/libinle_core-f0eb088e67e484d9.rlib" "/opt/rustwide/target/debug/deps/libinle_serialize-6b19fe96be014c1c.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-614d7e4e7f7903e2.rlib" "/opt/rustwide/target/debug/deps/libinle_fs-ed5514e0502bf569.rlib" "/opt/rustwide/target/debug/deps/libnotify-1c0d09bc14f986e7.rlib" "/opt/rustwide/target/debug/deps/libwalkdir-d68fa3dede4483c7.rlib" "/opt/rustwide/target/debug/deps/libsame_file-4e9955724bab8d4a.rlib" "/opt/rustwide/target/debug/deps/libinotify-08305486e34c5e64.rlib" "/opt/rustwide/target/debug/deps/libinotify_sys-db6421a17f5775c7.rlib" "/opt/rustwide/target/debug/deps/libmio_extras-66f95b876ac48b2b.rlib" "/opt/rustwide/target/debug/deps/liblazycell-2d5a3bdb2841d5d7.rlib" "/opt/rustwide/target/debug/deps/libmio-fde5861201d348b7.rlib" "/opt/rustwide/target/debug/deps/liblog-028e1763d8d9ef4a.rlib" "/opt/rustwide/target/debug/deps/libslab-e8ae452aba6ff62c.rlib" "/opt/rustwide/target/debug/deps/libiovec-8fcd3caa828b96a7.rlib" "/opt/rustwide/target/debug/deps/libnet2-fb4bd7006f6b58fe.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b22544e46cbb7baa.rlib" "/opt/rustwide/target/debug/deps/libfiletime-a2088b8710ecbfa7.rlib" "/opt/rustwide/target/debug/deps/libbitflags-610a73087f46ba3b.rlib" "/opt/rustwide/target/debug/deps/libinle_physics-3c015b6c74e11a38.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-9a9406f60e570d53.rlib" "/opt/rustwide/target/debug/deps/libinle_ecs-11a33ed15ddfa763.rlib" "/opt/rustwide/target/debug/deps/libinle_events-f3eb4ace6fe1f8f7.rlib" "/opt/rustwide/target/debug/deps/libinle_alloc-a36acf40571974e3.rlib" "/opt/rustwide/target/debug/deps/libanymap-22c0ed63051dcb2b.rlib" "/opt/rustwide/target/debug/deps/libinle_common-032dc67bec1fe7ae.rlib" "/opt/rustwide/target/debug/deps/libinle_math-373fe715d0175dee.rlib" "/opt/rustwide/target/debug/deps/libinle_diagnostics-bed7fd8777ee11d9.rlib" "/opt/rustwide/target/debug/deps/librayon-7b9b656cb1596126.rlib" "/opt/rustwide/target/debug/deps/librayon_core-d3a92db362ce9774.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-bd7920a8383fd529.rlib" "/opt/rustwide/target/debug/deps/liblibc-44afddf82674132d.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-5b9b18c2f7580e01.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-4b7f0c9fd5a31ab0.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-ad14ed7792de2c4c.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-54ff2283d814f48f.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-17de71528d1145d5.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-22087eb6124fe7ae.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-97437e183f3ae6e4.rlib" "/opt/rustwide/target/debug/deps/libeither-1fa9e7dc99f602fc.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-lglfw" "-lX11" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libecs_game.so" "-Wl,--gc-sections" "-shared" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lglfw [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ecs_game` due to 2 previous errors; 3 warnings emitted [INFO] running `Command { std: "docker" "inspect" "175b26cd0e3d64f3045d0b92205e981a316febc32af68d8efe8d44eaada4091a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "175b26cd0e3d64f3045d0b92205e981a316febc32af68d8efe8d44eaada4091a", kill_on_drop: false }` [INFO] [stdout] 175b26cd0e3d64f3045d0b92205e981a316febc32af68d8efe8d44eaada4091a