[INFO] cloning repository https://github.com/PerminovEugene/rust-game [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/PerminovEugene/rust-game" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPerminovEugene%2Frust-game", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPerminovEugene%2Frust-game'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 080e661f6a71fa4116c21644a16d4b3652165ea0 [INFO] testing PerminovEugene/rust-game against beta-2021-01-01 for beta-1.50-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPerminovEugene%2Frust-game" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/PerminovEugene/rust-game on toolchain beta-2021-01-01 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/PerminovEugene/rust-game [INFO] finished tweaking git repo https://github.com/PerminovEugene/rust-game [INFO] tweaked toml for git repo https://github.com/PerminovEugene/rust-game written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/PerminovEugene/rust-game already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded specs-derive v0.4.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cad23c7dbb8b6f47aa7105a9cb4c5c63a433d9fb5ac3c1d2af20995ffa9071d4 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "cad23c7dbb8b6f47aa7105a9cb4c5c63a433d9fb5ac3c1d2af20995ffa9071d4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cad23c7dbb8b6f47aa7105a9cb4c5c63a433d9fb5ac3c1d2af20995ffa9071d4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cad23c7dbb8b6f47aa7105a9cb4c5c63a433d9fb5ac3c1d2af20995ffa9071d4", kill_on_drop: false }` [INFO] [stdout] cad23c7dbb8b6f47aa7105a9cb4c5c63a433d9fb5ac3c1d2af20995ffa9071d4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7dcbf6c67f923628a2ac7d2a0810e5e89e875ca8b265a191a008817556c44b9c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "7dcbf6c67f923628a2ac7d2a0810e5e89e875ca8b265a191a008817556c44b9c", kill_on_drop: false }` [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling nonzero_signed v1.0.3 [INFO] [stderr] Compiling sdl2 v0.32.2 [INFO] [stderr] Compiling atom v0.3.5 [INFO] [stderr] Compiling tuple_utils v0.2.0 [INFO] [stderr] Compiling shrev v1.1.1 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling sdl2-sys v0.32.6 [INFO] [stderr] Compiling crossbeam-utils v0.6.6 [INFO] [stderr] Compiling owning_ref v0.4.1 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling parking_lot_core v0.3.1 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling lock_api v0.1.5 [INFO] [stderr] Compiling hibitset v0.5.4 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling crossbeam-epoch v0.5.2 [INFO] [stderr] Compiling crossbeam-epoch v0.6.1 [INFO] [stderr] Compiling shred v0.7.2 [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling crossbeam-deque v0.5.2 [INFO] [stderr] Compiling parking_lot v0.6.4 [INFO] [stderr] Compiling crossbeam-channel v0.2.6 [INFO] [stderr] Compiling crossbeam v0.4.1 [INFO] [stderr] Compiling specs-derive v0.4.1 [INFO] [stderr] Compiling derivative v1.0.4 [INFO] [stderr] Compiling shred-derive v0.5.1 [INFO] [stderr] Compiling specs v0.14.3 [INFO] [stderr] Compiling game v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `super::MovementCommand` [INFO] [stdout] --> src/ai.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use super::MovementCommand; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `sdl2::event::Event` [INFO] [stdout] --> src/main.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use sdl2::event::Event; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `sdl2::keyboard::Keycode` [INFO] [stdout] --> src/main.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use sdl2::keyboard::Keycode; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Point` [INFO] [stdout] --> src/main.rs:11:18 [INFO] [stdout] | [INFO] [stdout] 11 | use sdl2::rect::{Point, Rect}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `specs::storage::StorageEntry` [INFO] [stdout] --> src/main.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | use specs::storage::StorageEntry; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused label [INFO] [stdout] --> src/main.rs:138:5 [INFO] [stdout] | [INFO] [stdout] 138 | 'running: loop { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_labels)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/main.rs:185:5 [INFO] [stdout] | [INFO] [stdout] 138 | / 'running: loop { [INFO] [stdout] 139 | | // None - no change, Some(MovementCommand) - perform movement [INFO] [stdout] 140 | | // let mut movement_command = None; [INFO] [stdout] 141 | | // Handle events [INFO] [stdout] ... | [INFO] [stdout] 182 | | ::std::thread::sleep(Duration::new(0, 1_000_000_000u32 / 20)); [INFO] [stdout] 183 | | } [INFO] [stdout] | |_____- any code following this expression is unreachable [INFO] [stdout] 184 | [INFO] [stdout] 185 | Ok(()) [INFO] [stdout] | ^^^^^^ unreachable expression [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `event_pump` [INFO] [stdout] --> src/main.rs:136:9 [INFO] [stdout] | [INFO] [stdout] 136 | let mut event_pump = sdl_context.event_pump()?; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_pump` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `movement_command` [INFO] [stdout] --> src/ai.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | let movement_command = match &*data.0 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_movement_command` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `vel` [INFO] [stdout] --> src/ai.rs:26:17 [INFO] [stdout] | [INFO] [stdout] 26 | for (_, vel) in (&data.1, &mut data.2).join() { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_vel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/main.rs:136:9 [INFO] [stdout] | [INFO] [stdout] 136 | let mut event_pump = sdl_context.event_pump()?; [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] warning: constant is never used: `ENEMy_MOVEMENT_SPEED` [INFO] [stdout] --> src/ai.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | const ENEMy_MOVEMENT_SPEED: i32 = 20; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `direction_spritesheet_row` [INFO] [stdout] --> src/main.rs:28:4 [INFO] [stdout] | [INFO] [stdout] 28 | fn direction_spritesheet_row(direction: Direction) -> i32 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `character_animation_frames` [INFO] [stdout] --> src/main.rs:39:4 [INFO] [stdout] | [INFO] [stdout] 39 | fn character_animation_frames(spritesheet: usize, top_left_frame: Rect, direction: Direction) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ENEMy_MOVEMENT_SPEED` should have an upper case name [INFO] [stdout] --> src/ai.rs:7:7 [INFO] [stdout] | [INFO] [stdout] 7 | const ENEMy_MOVEMENT_SPEED: i32 = 20; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `ENEMY_MOVEMENT_SPEED` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/game-5dd6805a870a040a.game.2l7nqoc3-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/game-5dd6805a870a040a.game.2l7nqoc3-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/game-5dd6805a870a040a.game.2l7nqoc3-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/game-5dd6805a870a040a.game.2l7nqoc3-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/game-5dd6805a870a040a.game.2l7nqoc3-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/game-5dd6805a870a040a.game.2l7nqoc3-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/game-5dd6805a870a040a.game.2l7nqoc3-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/game-5dd6805a870a040a.game.2l7nqoc3-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/game-5dd6805a870a040a.game.2l7nqoc3-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/game-5dd6805a870a040a.game.2l7nqoc3-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/game-5dd6805a870a040a.game.2l7nqoc3-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/game-5dd6805a870a040a.game.2l7nqoc3-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/game-5dd6805a870a040a.game.2l7nqoc3-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/game-5dd6805a870a040a.game.2l7nqoc3-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/game-5dd6805a870a040a.game.2l7nqoc3-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/game-5dd6805a870a040a.game.2l7nqoc3-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/game-5dd6805a870a040a" "/opt/rustwide/target/debug/deps/game-5dd6805a870a040a.44loujjdrb3rc08m.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libsdl2-2a30944bd32c8792.rlib" "/opt/rustwide/target/debug/deps/librand-5f77cd219a79e1e0.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-468489d4bd1fb16b.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-948df8149c85e143.rlib" "/opt/rustwide/target/debug/deps/librand_hc-f3325278602c43a4.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-6977af9b0d19ba50.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-0754b13d5785b0e9.rlib" "/opt/rustwide/target/debug/deps/librand_os-7a854def72a15a00.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-84f4ba80f08b5115.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-6a2490b5b984115f.rlib" "/opt/rustwide/target/debug/deps/libbitflags-8a5476fab5bb3232.rlib" "/opt/rustwide/target/debug/deps/libnum-31593383d8694b0a.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-24afab6d15168957.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-297820ba26335856.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-85b0292c6a28c7e5.rlib" "/opt/rustwide/target/debug/deps/libspecs-39a7fa87b836a477.rlib" "/opt/rustwide/target/debug/deps/libtuple_utils-ccec5fb763d4948a.rlib" "/opt/rustwide/target/debug/deps/libshrev-12b3f159d9d0d4ef.rlib" "/opt/rustwide/target/debug/deps/libnonzero_signed-879809081600bcc7.rlib" "/opt/rustwide/target/debug/deps/liblog-b8afdaab1dba77fa.rlib" "/opt/rustwide/target/debug/deps/libhibitset-c4c25e6787be0d9d.rlib" "/opt/rustwide/target/debug/deps/libatom-a52bf88abecd21cd.rlib" "/opt/rustwide/target/debug/deps/libfnv-81254b20febae08d.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam-94a3fb2dbd30cc94.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-f4f35927c1d1cecf.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-16755e65c1833688.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-f6ca57e270f57bbf.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-98ed924af609b28a.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-5930cb112fd1f2a5.rlib" "/opt/rustwide/target/debug/deps/liblock_api-e9ffa33be51834e2.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-c14c2d0172470890.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-ef61071d1b8ef096.rlib" "/opt/rustwide/target/debug/deps/librand-d2dda680ea58b1cb.rlib" "/opt/rustwide/target/debug/deps/librand_core-efc1c94ebe3431df.rlib" "/opt/rustwide/target/debug/deps/librand_core-e8ac9a7347391b37.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-1983edd6277b1d6f.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-68ac87e181843542.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-587a636979098308.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-98eb5171f9a3eb81.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-b25deddd251e29db.rlib" "/opt/rustwide/target/debug/deps/libshred-4be1aeaaf2d51ca2.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-d9981de35443877c.rlib" "/opt/rustwide/target/debug/deps/librayon-bb0a7bde4c3bb855.rlib" "/opt/rustwide/target/debug/deps/librayon_core-f78c6fecf73049c4.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-6a304b13cf854533.rlib" "/opt/rustwide/target/debug/deps/liblibc-afd321618a22ef8c.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-cb45efa3b4623da5.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-007dd911997b8a2f.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-820daca3c8fff09a.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-b71d276e69df7592.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-058100eb12e5a3ee.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-826d7e11296878e6.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b2d06f7d60fcbb27.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-eaf618366f8551a4.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-3bb9a546b52233f2.rlib" "/opt/rustwide/target/debug/deps/libeither-6c3f8a36797647b7.rlib" "/opt/rustwide/target/debug/deps/libmopa-9525efd430f3b2cb.rlib" "/opt/rustwide/target/debug/deps/libfxhash-c2bd72848bedb4c6.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-2f9d4a3f19411b1e.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-f2be10d8c096b2f4.rlib" "/opt/rustwide/target/debug/deps/libnodrop-ca5a8703dd151d1a.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-7444fd17919e9af0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-0ee2f67026959ab7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-df1bcd1e82256d04.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-ed9ecf1b54021131.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-0ede66bb24e94b96.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7c2de7f50940865c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-b138d50085fd4683.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-6576870d8f2b9ae2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-042a30c5f67b2c91.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7b3f33d3dbe385dc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-90b3063cd7b22527.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-17f9484f8dc4da1e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-df38345acd9d92e1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a5e10ca10bdd9e54.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9e5b4162eeef2cef.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-3a4e739a77468800.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-0f3a0c116d5e04d6.rlib" "-Wl,-Bdynamic" "-lSDL2" "-lSDL2_image" "-lutil" "-ldl" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lSDL2_image [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `game` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "7dcbf6c67f923628a2ac7d2a0810e5e89e875ca8b265a191a008817556c44b9c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7dcbf6c67f923628a2ac7d2a0810e5e89e875ca8b265a191a008817556c44b9c", kill_on_drop: false }` [INFO] [stdout] 7dcbf6c67f923628a2ac7d2a0810e5e89e875ca8b265a191a008817556c44b9c