[INFO] cloning repository https://github.com/sensui7/tetris [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sensui7/tetris" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsensui7%2Ftetris", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsensui7%2Ftetris'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 601b6f9311ee8aca3a4b07e337e2616d5620284b [INFO] testing sensui7/tetris against master#5d5ff84130da0d74c6ece368dbe821d8f83fa526 for pr-79296 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsensui7%2Ftetris" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sensui7/tetris on toolchain 5d5ff84130da0d74c6ece368dbe821d8f83fa526 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/sensui7/tetris [INFO] finished tweaking git repo https://github.com/sensui7/tetris [INFO] tweaked toml for git repo https://github.com/sensui7/tetris written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/sensui7/tetris already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9cdd52a0dfd13ea71db38cb919dda5e640ddf8f3b2e41270ac3c7a3a0c2ae5fd [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" "9cdd52a0dfd13ea71db38cb919dda5e640ddf8f3b2e41270ac3c7a3a0c2ae5fd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9cdd52a0dfd13ea71db38cb919dda5e640ddf8f3b2e41270ac3c7a3a0c2ae5fd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9cdd52a0dfd13ea71db38cb919dda5e640ddf8f3b2e41270ac3c7a3a0c2ae5fd", kill_on_drop: false }` [INFO] [stdout] 9cdd52a0dfd13ea71db38cb919dda5e640ddf8f3b2e41270ac3c7a3a0c2ae5fd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "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:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] d8544663449b6409d1cba1f1aa12fd08e3d37b00d825667bda2441b3283839c4 [INFO] running `Command { std: "docker" "start" "-a" "d8544663449b6409d1cba1f1aa12fd08e3d37b00d825667bda2441b3283839c4", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.53 [INFO] [stderr] Compiling cfg-if v0.1.7 [INFO] [stderr] Compiling proc-macro2 v0.4.29 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling num-traits v0.2.6 [INFO] [stderr] Compiling xml-rs v0.8.0 [INFO] [stderr] Compiling lazy_static v1.3.0 [INFO] [stderr] Compiling arrayvec v0.4.10 [INFO] [stderr] Compiling byteorder v1.3.1 [INFO] [stderr] Compiling bitflags v1.0.4 [INFO] [stderr] Compiling nodrop v0.1.13 [INFO] [stderr] Compiling scopeguard v0.3.3 [INFO] [stderr] Compiling syn v0.15.33 [INFO] [stderr] Compiling cc v1.0.36 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Compiling nix v0.13.0 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling piston-float v0.3.0 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling num-iter v0.1.37 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling serde v1.0.90 [INFO] [stderr] Compiling memoffset v0.2.1 [INFO] [stderr] Compiling pkg-config v0.3.14 [INFO] [stderr] Compiling stable_deref_trait v1.1.1 [INFO] [stderr] Compiling downcast-rs v1.0.4 [INFO] [stderr] Compiling adler32 v1.0.3 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Compiling smallvec v0.6.9 [INFO] [stderr] Compiling shader_version v0.3.0 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Compiling either v1.5.2 [INFO] [stderr] Compiling lzw v0.10.0 [INFO] [stderr] Compiling num-rational v0.2.1 [INFO] [stderr] Compiling color_quant v1.0.1 [INFO] [stderr] Compiling scoped_threadpool v0.1.9 [INFO] [stderr] Compiling fnv v1.0.6 [INFO] [stderr] Compiling read_color v1.0.0 [INFO] [stderr] Compiling interpolation v0.2.0 [INFO] [stderr] Compiling piston-texture v0.6.0 [INFO] [stderr] Compiling current v0.1.2 [INFO] [stderr] Compiling piston-shaders_graphics2d v0.3.1 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling rand_jitter v0.1.3 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling crossbeam-utils v0.2.2 [INFO] [stderr] Compiling sdl2-sys v0.31.0 [INFO] [stderr] Compiling piston-viewport v0.5.0 [INFO] [stderr] Compiling vecmath v0.3.1 [INFO] [stderr] Compiling owning_ref v0.4.0 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling inflate v0.4.5 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling gif v0.10.1 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling lock_api v0.1.5 [INFO] [stderr] Compiling x11-dl v2.18.3 [INFO] [stderr] Compiling gl_generator v0.10.0 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling stb_truetype v0.2.6 [INFO] [stderr] Compiling deflate v0.7.19 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling quote v0.6.12 [INFO] [stderr] Compiling wayland-scanner v0.21.12 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling num_cpus v1.10.0 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling shared_library v0.1.9 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling libloading v0.5.0 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling ordered-float v1.0.2 [INFO] [stderr] Compiling line_drawing v0.7.0 [INFO] [stderr] Compiling gl v0.11.0 [INFO] [stderr] Compiling glutin v0.19.0 [INFO] [stderr] Compiling rusttype v0.7.6 [INFO] [stderr] Compiling dlib v0.4.1 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling wayland-sys v0.21.12 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling png v0.14.1 [INFO] [stderr] Compiling sdl2 v0.31.0 [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] Compiling piston2d-graphics v0.30.0 [INFO] [stderr] Compiling wayland-client v0.21.12 [INFO] [stderr] Compiling wayland-protocols v0.21.12 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling jpeg-decoder v0.1.15 [INFO] [stderr] Compiling serde_derive v1.0.90 [INFO] [stderr] Compiling piston-music v0.24.0 [INFO] [stderr] Compiling wayland-commons v0.21.12 [INFO] [stderr] Compiling tiff v0.2.2 [INFO] [stderr] Compiling image v0.21.1 [INFO] [stderr] Compiling pistoncore-input v0.24.0 [INFO] [stderr] Compiling smithay-client-toolkit v0.4.5 [INFO] [stderr] Compiling piston2d-opengl_graphics v0.59.0 [INFO] [stderr] Compiling pistoncore-window v0.37.0 [INFO] [stderr] Compiling pistoncore-event_loop v0.42.0 [INFO] [stderr] Compiling piston v0.42.0 [INFO] [stderr] Compiling winit v0.18.1 [INFO] [stderr] Compiling pistoncore-glutin_window v0.54.0 [INFO] [stderr] Compiling tetris v0.1.0 (/opt/rustwide/workdir) [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/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/tetris-7ad7dd32364b9cba.tetris.bnsu5oef-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/tetris-7ad7dd32364b9cba.tetris.bnsu5oef-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/tetris-7ad7dd32364b9cba.tetris.bnsu5oef-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/tetris-7ad7dd32364b9cba.tetris.bnsu5oef-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/tetris-7ad7dd32364b9cba.tetris.bnsu5oef-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/tetris-7ad7dd32364b9cba.tetris.bnsu5oef-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/tetris-7ad7dd32364b9cba.tetris.bnsu5oef-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/tetris-7ad7dd32364b9cba.tetris.bnsu5oef-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/tetris-7ad7dd32364b9cba.tetris.bnsu5oef-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/tetris-7ad7dd32364b9cba.tetris.bnsu5oef-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/tetris-7ad7dd32364b9cba.tetris.bnsu5oef-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/tetris-7ad7dd32364b9cba.tetris.bnsu5oef-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/tetris-7ad7dd32364b9cba.tetris.bnsu5oef-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/tetris-7ad7dd32364b9cba.tetris.bnsu5oef-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/tetris-7ad7dd32364b9cba.tetris.bnsu5oef-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/tetris-7ad7dd32364b9cba.tetris.bnsu5oef-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/tetris-7ad7dd32364b9cba" "/opt/rustwide/target/debug/deps/tetris-7ad7dd32364b9cba.3pks281pvr7kf1vq.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/libloading-840a8fe5557acbff/out" "-L" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libglutin_window-8e023eac127637bd.rlib" "/opt/rustwide/target/debug/deps/libglutin-3755d362336e8721.rlib" "/opt/rustwide/target/debug/deps/libosmesa_sys-7f5f1c6237218e9f.rlib" "/opt/rustwide/target/debug/deps/libwinit-3d420be862fc732f.rlib" "/opt/rustwide/target/debug/deps/libsmithay_client_toolkit-0a4639755b67fc75.rlib" "/opt/rustwide/target/debug/deps/libwayland_protocols-e273ce9293596fc1.rlib" "/opt/rustwide/target/debug/deps/libwayland_client-fd82c3ed9ad30cc9.rlib" "/opt/rustwide/target/debug/deps/libwayland_commons-e877c81e2611e635.rlib" "/opt/rustwide/target/debug/deps/libwayland_sys-86848bd64cbb5c2d.rlib" "/opt/rustwide/target/debug/deps/libnix-0c6f2af0453ee80d.rlib" "/opt/rustwide/target/debug/deps/libvoid-b8d4cd78d6d6c0df.rlib" "/opt/rustwide/target/debug/deps/libmemmap-e111d524f6fe5790.rlib" "/opt/rustwide/target/debug/deps/libandrew-2d0c6d2e420bb37d.rlib" "/opt/rustwide/target/debug/deps/libxml-c27c4e6c61ebc759.rlib" "/opt/rustwide/target/debug/deps/libxdg-157fbbd5e20f74dc.rlib" "/opt/rustwide/target/debug/deps/libwalkdir-1b06a263bf43b5ca.rlib" "/opt/rustwide/target/debug/deps/libsame_file-e9f09b19a06355f6.rlib" "/opt/rustwide/target/debug/deps/libline_drawing-0fd53ee63df40b7a.rlib" "/opt/rustwide/target/debug/deps/libdlib-0af9305b4b6600f4.rlib" "/opt/rustwide/target/debug/deps/liblibloading-7677da4528f5fef7.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-37403a81b788f0c6.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-eefd511ee219dad4.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-7e8335881eb6b407.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-5e049914f899b922.rlib" "/opt/rustwide/target/debug/deps/liblock_api-abca3da484639fa2.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-9b3f8442e756604f.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-b18e47f5add2de08.rlib" "/opt/rustwide/target/debug/deps/libx11_dl-15b957f14a1a472d.rlib" "/opt/rustwide/target/debug/deps/liblog-56880a826ce5e06f.rlib" "/opt/rustwide/target/debug/deps/libshared_library-51c0f0098347c4de.rlib" "/opt/rustwide/target/debug/deps/librand-7029b958bfed1f16.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-77f88a5561b96f4f.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-bc2209a7a317f85a.rlib" "/opt/rustwide/target/debug/deps/librand_hc-de2edf9783070164.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-ec69adc4b8b25088.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-f71e66dc839a7fb6.rlib" "/opt/rustwide/target/debug/deps/librand_core-77a4cb275993870e.rlib" "/opt/rustwide/target/debug/deps/librand_os-a65449eee4fb9a82.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-c76871338b428e1a.rlib" "/opt/rustwide/target/debug/deps/librand_core-75c2ae28f500bcd9.rlib" "/opt/rustwide/target/debug/deps/libpiston-b7cac057437fca70.rlib" "/opt/rustwide/target/debug/deps/libevent_loop-92a4b4549936147f.rlib" "/opt/rustwide/target/debug/deps/libwindow-69375ca4fae821d0.rlib" "/opt/rustwide/target/debug/deps/libinput-e4f694a33fb4314c.rlib" "/opt/rustwide/target/debug/deps/libserde-71412b80c0310c1d.rlib" "/opt/rustwide/target/debug/deps/libopengl_graphics-9f6a4ffb9a3941be.rlib" "/opt/rustwide/target/debug/deps/libgl-fb84db32b6fd1df3.rlib" "/opt/rustwide/target/debug/deps/libimage-76f5a86b643b633f.rlib" "/opt/rustwide/target/debug/deps/libtiff-5513b918dfde8a7e.rlib" "/opt/rustwide/target/debug/deps/libpng-4f92e10f40bc161b.rlib" "/opt/rustwide/target/debug/deps/libdeflate-6a5597589757e59c.rlib" "/opt/rustwide/target/debug/deps/libinflate-80436a0dc1882f9d.rlib" "/opt/rustwide/target/debug/deps/libadler32-aec74e350da90292.rlib" "/opt/rustwide/target/debug/deps/libbitflags-bc3933a0c5f4996c.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-bd83349c59142594.rlib" "/opt/rustwide/target/debug/deps/librayon-08ecc164a427f85a.rlib" "/opt/rustwide/target/debug/deps/libeither-3b62fcb2641592c2.rlib" "/opt/rustwide/target/debug/deps/librayon_core-8c17cd5721f494bd.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-d1476cd46cebc219.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-24146cec20faaf08.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-f12480c85ede7770.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-14384d5d0823cd1f.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-b6fd67ae54c0ffbc.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-189ff3a32fc15909.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-f7d0217cc9ca72dd.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-da3c510ac3328400.rlib" "/opt/rustwide/target/debug/deps/libnodrop-15a96655c8197c54.rlib" "/opt/rustwide/target/debug/deps/libscoped_threadpool-11e74d797b60fabd.rlib" "/opt/rustwide/target/debug/deps/libgif-5ba37e3fee1407c9.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-c62edbc34292a4ab.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-d2b8f6a3b3b986fa.rlib" "/opt/rustwide/target/debug/deps/liblzw-63170644178dc297.rlib" "/opt/rustwide/target/debug/deps/libshaders_graphics2d-3c337d535b052412.rlib" "/opt/rustwide/target/debug/deps/libshader_version-04f20488fc30271b.rlib" "/opt/rustwide/target/debug/deps/libmusic-1f07e449e441c198.rlib" "/opt/rustwide/target/debug/deps/libsdl2-2a1b623729cc1c08.rlib" "/opt/rustwide/target/debug/deps/librand-a9a0f757084f579e.rlib" "/opt/rustwide/target/debug/deps/librand-97d5eadb91a858f6.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-f01bdd94d00f19f2.rlib" "/opt/rustwide/target/debug/deps/libbitflags-171913864070e9c9.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-79520e0e29712984.rlib" "/opt/rustwide/target/debug/deps/liblibc-c35d1f3f677e4bf4.rlib" "/opt/rustwide/target/debug/deps/libnum-31bf8ff52399fd84.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-02024694f087a858.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-283e957963c3219e.rlib" "/opt/rustwide/target/debug/deps/libcurrent-ae7f34a3ec3f878c.rlib" "/opt/rustwide/target/debug/deps/libgraphics-c17179eb6b5339ba.rlib" "/opt/rustwide/target/debug/deps/libfnv-efbf2f9463bbe447.rlib" "/opt/rustwide/target/debug/deps/librusttype-9de586bd2c7b1d46.rlib" "/opt/rustwide/target/debug/deps/libstb_truetype-5ed5ee37aea67ec2.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-a97126581b28b633.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-50d253e7fd4237e8.rlib" "/opt/rustwide/target/debug/deps/libapprox-8f09efdf08177a48.rlib" "/opt/rustwide/target/debug/deps/libordered_float-6582e486f5249f5f.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-a227ce9cd1263fb5.rlib" "/opt/rustwide/target/debug/deps/libviewport-671b63cd82f0b063.rlib" "/opt/rustwide/target/debug/deps/libinterpolation-fc9111661fd4c45b.rlib" "/opt/rustwide/target/debug/deps/libread_color-d022f47d66a999ef.rlib" "/opt/rustwide/target/debug/deps/libtexture-b41549cb3b71dc40.rlib" "/opt/rustwide/target/debug/deps/libvecmath-dd19376f834bfc7b.rlib" "/opt/rustwide/target/debug/deps/libfloat-a7fb8d58a58e8d40.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-c659455244c9d2ca.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-448643d99e633b5d.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-c7c3d631a525883a.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-d7659a11bb201e01.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-9aceb6f83a33a9b6.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-876c3057c8a2a7c2.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-2f02aa3e24d2aa49.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-1d4694108f8cb543.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-79eaa6e630880f50.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-0df1a4ec96f80cf7.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-bba9b0f0f4d77257.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f848f9c987265235.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0d5ea4f2d39b8e27.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c22053fa5fc00a3b.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-c52e5d6301e1bd59.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-2675a9a46b5cec89.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-6e3d052afeb9f711.rlib" "-Wl,-Bdynamic" "-ldl" "-ldl" "-lSDL2_mixer" "-lSDL2" "-lutil" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lSDL2_mixer [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `tetris` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "d8544663449b6409d1cba1f1aa12fd08e3d37b00d825667bda2441b3283839c4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d8544663449b6409d1cba1f1aa12fd08e3d37b00d825667bda2441b3283839c4", kill_on_drop: false }` [INFO] [stdout] d8544663449b6409d1cba1f1aa12fd08e3d37b00d825667bda2441b3283839c4