[INFO] updating cached repository https://github.com/jackpot51/emulition [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] afac7116dea375494b8319e7ad1a8a3d27f4987d [INFO] testing jackpot51/emulition against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjackpot51%2Femulition" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jackpot51/emulition on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/jackpot51/emulition [INFO] finished tweaking git repo https://github.com/jackpot51/emulition [INFO] tweaked toml for git repo https://github.com/jackpot51/emulition written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/jackpot51/emulition already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] d17edaadbc0341c9f781610ede2bc82c267448e301cdc6e03308e430f4789599 [INFO] running `"docker" "start" "-a" "d17edaadbc0341c9f781610ede2bc82c267448e301cdc6e03308e430f4789599"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling openssl v0.10.16 [INFO] [stderr] Compiling sdl2-sys v0.6.2 [INFO] [stderr] Compiling encoding_rs v0.8.14 [INFO] [stderr] Compiling bitflags v0.2.1 [INFO] [stderr] Compiling openssl-sys v0.9.40 [INFO] [stderr] Compiling rand_os v0.1.1 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling tokio-current-thread v0.1.4 [INFO] [stderr] Compiling tokio-timer v0.2.9 [INFO] [stderr] Compiling libflate v0.1.19 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling tokio-io v0.1.11 [INFO] [stderr] Compiling http v0.1.15 [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Compiling rand_pcg v0.1.1 [INFO] [stderr] Compiling mime v0.3.13 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling rand v0.6.4 [INFO] [stderr] Compiling native-tls v0.2.2 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling uuid v0.7.1 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling env_logger v0.6.0 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling serde_urlencoded v0.5.4 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling mime_guess v2.0.0-alpha.6 [INFO] [stderr] Compiling crossbeam-channel v0.3.6 [INFO] [stderr] Compiling tokio-reactor v0.1.8 [INFO] [stderr] Compiling h2 v0.1.16 [INFO] [stderr] Compiling sdl2 v0.9.1 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling crossbeam v0.6.0 [INFO] [stderr] Compiling tokio-threadpool v0.1.11 [INFO] [stderr] Compiling sdl2_ttf v0.9.1 [INFO] [stderr] Compiling sdl2_image v0.3.0 [INFO] [stderr] Compiling tokio v0.1.15 [INFO] [stderr] Compiling hyper v0.12.23 [INFO] [stderr] Compiling hyper-tls v0.3.1 [INFO] [stderr] Compiling reqwest v0.9.9 [INFO] [stderr] Compiling emulition v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/main.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: value assigned to `y` is never read [INFO] [stderr] --> src/main.rs:195:21 [INFO] [stderr] | [INFO] [stderr] 195 | y += s; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_assignments)]` on by default [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] warning: value assigned to `x` is never read [INFO] [stderr] --> src/main.rs:234:25 [INFO] [stderr] | [INFO] [stderr] 234 | x = s; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] warning: value assigned to `y` is never read [INFO] [stderr] --> src/main.rs:235:25 [INFO] [stderr] | [INFO] [stderr] 235 | y = 0; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] warning: value assigned to `y` is never read [INFO] [stderr] --> src/main.rs:285:25 [INFO] [stderr] | [INFO] [stderr] 285 | y += 32; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] warning: value assigned to `y` is never read [INFO] [stderr] --> src/main.rs:296:25 [INFO] [stderr] | [INFO] [stderr] 296 | y += 32; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] warning: unused variable: `font` [INFO] [stderr] --> src/emulator.rs:64:49 [INFO] [stderr] | [INFO] [stderr] 64 | pub fn draw(&self, renderer: &mut Renderer, font: &Font, x: i32, y: i32, w: i32, h: i32) { [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_font` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `image_dl` [INFO] [stderr] --> src/rom.rs:108:25 [INFO] [stderr] | [INFO] [stderr] 108 | if let Some(image_dl) = self.image_dl.take() { [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_image_dl` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `doperoms` [INFO] [stderr] --> src/rom.rs:125:25 [INFO] [stderr] | [INFO] [stderr] 125 | if let Some(doperoms) = self.doperoms.take() { [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_doperoms` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:248:29 [INFO] [stderr] | [INFO] [stderr] 248 | if let Some(mut emulator) = emulators.get_mut(key) { [INFO] [stderr] | ----^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:442:21 [INFO] [stderr] | [INFO] [stderr] 442 | for (_, mut emulator) in emulators.iter_mut() { [INFO] [stderr] | ----^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/emulator.rs:100:13 [INFO] [stderr] | [INFO] [stderr] 100 | for mut rom in self.roms.iter_mut() { [INFO] [stderr] | ----^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/emulition-52f783211da43e57.emulition.7z0jl9xp-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/emulition-52f783211da43e57.emulition.7z0jl9xp-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/emulition-52f783211da43e57.emulition.7z0jl9xp-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/emulition-52f783211da43e57.emulition.7z0jl9xp-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/emulition-52f783211da43e57.emulition.7z0jl9xp-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/emulition-52f783211da43e57.emulition.7z0jl9xp-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/emulition-52f783211da43e57.emulition.7z0jl9xp-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/emulition-52f783211da43e57.emulition.7z0jl9xp-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/emulition-52f783211da43e57.emulition.7z0jl9xp-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/emulition-52f783211da43e57.emulition.7z0jl9xp-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/emulition-52f783211da43e57.emulition.7z0jl9xp-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/emulition-52f783211da43e57.emulition.7z0jl9xp-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/emulition-52f783211da43e57.emulition.7z0jl9xp-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/emulition-52f783211da43e57.emulition.7z0jl9xp-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/emulition-52f783211da43e57.emulition.7z0jl9xp-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/emulition-52f783211da43e57.emulition.7z0jl9xp-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/emulition-52f783211da43e57" "/opt/rustwide/target/debug/deps/emulition-52f783211da43e57.4n0k3ds07pg9z0n8.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libreqwest-80c423fdf2fe07b3.rlib" "/opt/rustwide/target/debug/deps/libuuid-fd8641a72c226a24.rlib" "/opt/rustwide/target/debug/deps/librand-1cc7cd299e9081c3.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-7ed19e53ad725438.rlib" "/opt/rustwide/target/debug/deps/liburl-b65c160dbb11d558.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-f5793f90edc28827.rlib" "/opt/rustwide/target/debug/deps/libidna-cc269063a259ae45.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-9f0f53d21aeb6a1d.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-6e385f2b7c4c3d7f.rlib" "/opt/rustwide/target/debug/deps/libmatches-4c076000783d3f22.rlib" "/opt/rustwide/target/debug/deps/libdtoa-561da8907aae266b.rlib" "/opt/rustwide/target/debug/deps/libserde_json-cba3921d6ce033c8.rlib" "/opt/rustwide/target/debug/deps/libryu-67ce7310b0ade578.rlib" "/opt/rustwide/target/debug/deps/libserde-ebaff2581fd3f18b.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-1b349a4a9c7a1ac2.rlib" "/opt/rustwide/target/debug/deps/libphf-8cc0b09f840e7ada.rlib" "/opt/rustwide/target/debug/deps/libphf_shared-aa6ffa6f475f10bc.rlib" "/opt/rustwide/target/debug/deps/libunicase-17d81be6637a7ecb.rlib" "/opt/rustwide/target/debug/deps/libsiphasher-905ba6a9828d03df.rlib" "/opt/rustwide/target/debug/deps/libmime-a041ba79897f24f2.rlib" "/opt/rustwide/target/debug/deps/libunicase-c9205bced8d1de73.rlib" "/opt/rustwide/target/debug/deps/liblibflate-ebdfe34fd6e392e4.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-ad18cf5dbcf0c5cb.rlib" "/opt/rustwide/target/debug/deps/libadler32-ba32950d5463515f.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-6bce6071ba24388c.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-4fae5a1ab7e20f9c.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-c775b173a1c05eb8.rlib" "/opt/rustwide/target/debug/deps/libopenssl-8aa6945980b4f1e2.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-50df814ca2c6889f.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-2e847ba160d5da93.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-e020287afcc6712a.rlib" "/opt/rustwide/target/debug/deps/libbitflags-3b8dce027c498e76.rlib" "/opt/rustwide/target/debug/deps/libhyper-2d08921690b7eaaa.rlib" "/opt/rustwide/target/debug/deps/libwant-c012de86868490b3.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-c7cee3da6f1e22b1.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-aeb93857fa49669d.rlib" "/opt/rustwide/target/debug/deps/libtokio-13eccb9ba4070fe5.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-3ff20f192295a4fb.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-1d3511702c2cba42.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam-fdffad711c98ed1a.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-9710cacd4d9e1302.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-b5bb03ddb9e03b4c.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-8d70adb7aeb95871.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-3ea2ef599738323b.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-cef505af99351667.rlib" "/opt/rustwide/target/debug/deps/libnodrop-3f1ae48cdf99ed25.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-1e9433e855949e53.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-812a20ed1837b868.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-a8f70048fb7eab11.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-9f7fc4ed23624909.rlib" "/opt/rustwide/target/debug/deps/libunreachable-af05623850dc442c.rlib" "/opt/rustwide/target/debug/deps/libvoid-ef80a4c5b644431d.rlib" "/opt/rustwide/target/debug/deps/librand-106db1b738542c4f.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-dc263e7c00427026.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-18c7aef9395e3524.rlib" "/opt/rustwide/target/debug/deps/librand_hc-15eb82eb8d714fb0.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-00dfaf1cdae7fe97.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-e916eddacb05b055.rlib" "/opt/rustwide/target/debug/deps/librand_os-42418c987968ce19.rlib" "/opt/rustwide/target/debug/deps/librand_core-0e0d479b68e8a8a0.rlib" "/opt/rustwide/target/debug/deps/librand_core-3765e1a61bc3f75e.rlib" "/opt/rustwide/target/debug/deps/liblock_api-d8b21120cfbbc8ff.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-2ef1d1fc70c75ac5.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-fd809b37baaaeaf1.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-96db1f09e66479ea.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-ca15cc2e51bdb22e.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-1bdaf37222d87a40.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-2a2fd4fe11123607.rlib" "/opt/rustwide/target/debug/deps/libmio-5e23f8e78bb7f137.rlib" "/opt/rustwide/target/debug/deps/liblazycell-57366ef430dfcd40.rlib" "/opt/rustwide/target/debug/deps/libtime-37b7415b9da9ba81.rlib" "/opt/rustwide/target/debug/deps/libnet2-cde80a808316e8ca.rlib" "/opt/rustwide/target/debug/deps/libhttparse-3c4936d0f2486944.rlib" "/opt/rustwide/target/debug/deps/libh2-fad92ac3c77f5ca7.rlib" "/opt/rustwide/target/debug/deps/libindexmap-b6eb8bb9b95e4cfe.rlib" "/opt/rustwide/target/debug/deps/libstring-7819015d4527171b.rlib" "/opt/rustwide/target/debug/deps/libslab-7d2001f40ea12ace.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-689c7e9a8a9493dd.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-a99190bb9407bb5e.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-e7b800445dd15dd8.rlib" "/opt/rustwide/target/debug/deps/libhttp-7d9e102aa0f4a059.rlib" "/opt/rustwide/target/debug/deps/libitoa-268fce15131683f2.rlib" "/opt/rustwide/target/debug/deps/libfnv-73f55f8a234ebd2d.rlib" "/opt/rustwide/target/debug/deps/libfutures-1fb822a21a4c8949.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-015344dcd436d9f9.rlib" "/opt/rustwide/target/debug/deps/libbytes-745471934303b820.rlib" "/opt/rustwide/target/debug/deps/libiovec-b297594dc49c9e1b.rlib" "/opt/rustwide/target/debug/deps/libbase64-7528e5ace68d8217.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-5bd502422c43746c.rlib" "/opt/rustwide/target/debug/deps/libtoml-48eb8cec5f9836bd.rlib" "/opt/rustwide/target/debug/deps/libsdl2_ttf-54ea6e6ac69be509.rlib" "/opt/rustwide/target/debug/deps/libbitflags-bf6430dd915bf007.rlib" "/opt/rustwide/target/debug/deps/libsdl2_image-a395d2b026661a55.rlib" "/opt/rustwide/target/debug/deps/libsdl2-d9f5c42a45fb8043.rlib" "/opt/rustwide/target/debug/deps/librand-f89e57d7e22dd688.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-9327fc73b3ba3eab.rlib" "/opt/rustwide/target/debug/deps/libbitflags-a6e9722beba14df3.rlib" "/opt/rustwide/target/debug/deps/liblibc-789e836d4fd44939.rlib" "/opt/rustwide/target/debug/deps/libnum-849a7174f208b6a2.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-84daf1b18d1d6b4d.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-681e3f338370b86d.rlib" "/opt/rustwide/target/debug/deps/librand-ca0db44ed68f29d3.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-8a1be9a7fd51f5e1.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-732240c27cd4cc7a.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-5606e6a79944cd55.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-3d725454dc35e92a.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-93a3205e411ff51e.rlib" "/opt/rustwide/target/debug/deps/libenv_logger-3f3c12ba651a2238.rlib" "/opt/rustwide/target/debug/deps/libregex-16c723112252d5cb.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-9c6ecb18a3084a76.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-600d98dfa00ea4fd.rlib" "/opt/rustwide/target/debug/deps/libucd_util-30e780730ba99191.rlib" "/opt/rustwide/target/debug/deps/libthread_local-e8b2b417aa63bc47.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-fc6ae06af858b32a.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-5d602f124dadf22f.rlib" "/opt/rustwide/target/debug/deps/libmemchr-07b92c3324385f40.rlib" "/opt/rustwide/target/debug/deps/libatty-9de602decfba6385.rlib" "/opt/rustwide/target/debug/deps/liblibc-121d8d67eeaa7de7.rlib" "/opt/rustwide/target/debug/deps/libhumantime-b2a27c1d067c98a8.rlib" "/opt/rustwide/target/debug/deps/libquick_error-3d04ade402d84f0a.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-0f39527100f8e1c1.rlib" "/opt/rustwide/target/debug/deps/liblog-90da19648913e82f.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-d9bc28547053b377.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-205127404fcba336.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a657948fb7763780.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4af901391177f653.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-9bdd51edf637d1e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-df9a9630b2ea2e1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-fddbfe63d5cc9339.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dc1fcc6e43806791.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e2f4bff19e00107e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a152d13c1d7ed405.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d92b841792fc008d.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a64c249515c023f5.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57654524b3e40c00.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-72180f1527a726a2.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-990cc8f4a91a3ab4.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lSDL2_ttf" "-lSDL2_image" "-lSDL2" "-lc" "-lm" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lSDL2_ttf [INFO] [stderr] /usr/bin/ld: cannot find -lSDL2_image [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 12 warnings emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `emulition`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "d17edaadbc0341c9f781610ede2bc82c267448e301cdc6e03308e430f4789599"` [INFO] running `"docker" "rm" "-f" "d17edaadbc0341c9f781610ede2bc82c267448e301cdc6e03308e430f4789599"` [INFO] [stdout] d17edaadbc0341c9f781610ede2bc82c267448e301cdc6e03308e430f4789599