[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 beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjackpot51%2Femulition" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jackpot51/emulition on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "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-3/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" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stdout] cffccc92bd71ea16da9e1d0170b628864b04199ef3f447a6ba940b1aeea34aee [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "cffccc92bd71ea16da9e1d0170b628864b04199ef3f447a6ba940b1aeea34aee"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling encoding_rs v0.8.14 [INFO] [stderr] Compiling tokio-executor v0.1.6 [INFO] [stderr] Compiling rand_os v0.1.1 [INFO] [stderr] Compiling crossbeam-epoch v0.7.0 [INFO] [stderr] Compiling uuid v0.7.1 [INFO] [stderr] Compiling mio v0.6.16 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling tokio-io v0.1.11 [INFO] [stderr] Compiling rand_pcg v0.1.1 [INFO] [stderr] Compiling env_logger v0.6.0 [INFO] [stderr] Compiling serde_urlencoded v0.5.4 [INFO] [stderr] Compiling tokio-current-thread v0.1.4 [INFO] [stderr] Compiling tokio-timer v0.2.9 [INFO] [stderr] Compiling rand v0.6.4 [INFO] [stderr] Compiling crossbeam-deque v0.6.3 [INFO] [stderr] Compiling h2 v0.1.16 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling sdl2-sys v0.6.2 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling mime_guess v2.0.0-alpha.6 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling sdl2 v0.9.1 [INFO] [stderr] Compiling crossbeam-channel v0.3.6 [INFO] [stderr] Compiling tokio-reactor v0.1.8 [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_image v0.3.0 [INFO] [stderr] Compiling sdl2_ttf v0.9.1 [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/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/emulition-5adeaee2db72c13a.emulition.7aidi9li-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/emulition-5adeaee2db72c13a.emulition.7aidi9li-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/emulition-5adeaee2db72c13a.emulition.7aidi9li-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/emulition-5adeaee2db72c13a.emulition.7aidi9li-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/emulition-5adeaee2db72c13a.emulition.7aidi9li-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/emulition-5adeaee2db72c13a.emulition.7aidi9li-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/emulition-5adeaee2db72c13a.emulition.7aidi9li-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/emulition-5adeaee2db72c13a.emulition.7aidi9li-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/emulition-5adeaee2db72c13a.emulition.7aidi9li-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/emulition-5adeaee2db72c13a.emulition.7aidi9li-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/emulition-5adeaee2db72c13a.emulition.7aidi9li-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/emulition-5adeaee2db72c13a.emulition.7aidi9li-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/emulition-5adeaee2db72c13a.emulition.7aidi9li-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/emulition-5adeaee2db72c13a.emulition.7aidi9li-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/emulition-5adeaee2db72c13a.emulition.7aidi9li-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/emulition-5adeaee2db72c13a.emulition.7aidi9li-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/emulition-5adeaee2db72c13a" "/opt/rustwide/target/debug/deps/emulition-5adeaee2db72c13a.5crvxnm1ttyozdlb.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libreqwest-706bb11dc53c1a87.rlib" "/opt/rustwide/target/debug/deps/libuuid-55c53c51a3b42f3b.rlib" "/opt/rustwide/target/debug/deps/librand-2c908825b3036487.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-5da6e3188b940d9a.rlib" "/opt/rustwide/target/debug/deps/liburl-14846f8c4bd4b417.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-d4cc324235a66d36.rlib" "/opt/rustwide/target/debug/deps/libidna-3b708be58abbbff7.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-43513a50a69a87e3.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-879207079127f333.rlib" "/opt/rustwide/target/debug/deps/libmatches-6c7348f3fc3f1329.rlib" "/opt/rustwide/target/debug/deps/libdtoa-9e99d0458f56d0e4.rlib" "/opt/rustwide/target/debug/deps/libserde_json-1873cffabfff6c4a.rlib" "/opt/rustwide/target/debug/deps/libryu-8e67a7e56e9798f9.rlib" "/opt/rustwide/target/debug/deps/libserde-2a62bbe65a597df0.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-7ae530ea792eb1ca.rlib" "/opt/rustwide/target/debug/deps/libphf-7ce15022bc4f3837.rlib" "/opt/rustwide/target/debug/deps/libphf_shared-1e272a04878f2bf8.rlib" "/opt/rustwide/target/debug/deps/libunicase-4bc3cd97736ab91d.rlib" "/opt/rustwide/target/debug/deps/libsiphasher-a8dae4f504067954.rlib" "/opt/rustwide/target/debug/deps/libmime-1d86bac2e6b16e78.rlib" "/opt/rustwide/target/debug/deps/libunicase-6f7f4f85b9b49ce5.rlib" "/opt/rustwide/target/debug/deps/liblibflate-760f9560c2b25630.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-8168f0480ad89fb6.rlib" "/opt/rustwide/target/debug/deps/libadler32-85e883990f84a63b.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-67c9e9fc15911dc3.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-d9f80f92a2153dd0.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-6e2ecc9f0689ff98.rlib" "/opt/rustwide/target/debug/deps/libopenssl-f994bbd43e6dae13.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-ce013aeb7502a82b.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-c2facec67db8b77a.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-7ea43f3a18a72e4d.rlib" "/opt/rustwide/target/debug/deps/libbitflags-4ba13cb97dd85092.rlib" "/opt/rustwide/target/debug/deps/libhyper-c964adccce30b731.rlib" "/opt/rustwide/target/debug/deps/libwant-c8746eec987b3ed3.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-877f48b3aeabbfc2.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-89c18ba06c63b7d8.rlib" "/opt/rustwide/target/debug/deps/libtokio-b4695fdcf8d8b09e.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-6d56b98c5172b9f5.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-54f018a5347fae8b.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam-76703079c0fc5494.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-d0913075059e452d.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-6ddb201b8f738e68.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-2eec6f8c3f2e722a.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-e22f68a3886f418c.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-a5585bfe629095c3.rlib" "/opt/rustwide/target/debug/deps/libnodrop-d9dd8d1905dc4582.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-9dbede98298278be.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-59cff9905dc23822.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-58f608c2d96e75d3.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-6c27d20e644e83c7.rlib" "/opt/rustwide/target/debug/deps/libunreachable-52b2d6386dab8ec7.rlib" "/opt/rustwide/target/debug/deps/libvoid-6034f9c135881af0.rlib" "/opt/rustwide/target/debug/deps/librand-f6d39f0290f50eda.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-e9bf8a1e30e3352c.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-b877e37a70669ca2.rlib" "/opt/rustwide/target/debug/deps/librand_hc-f395dcb117d8429b.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-9f2a6a02d54ae2d2.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-265988ad3c0d5377.rlib" "/opt/rustwide/target/debug/deps/librand_os-9579a2ee8f05c929.rlib" "/opt/rustwide/target/debug/deps/librand_core-219ed027142ca7f2.rlib" "/opt/rustwide/target/debug/deps/librand_core-487bb7a181b5439c.rlib" "/opt/rustwide/target/debug/deps/liblock_api-734d2ba8deaa924f.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-8dcea63b701e2ec8.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-52d0dd6ebcd8d383.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-d89c2d7a36eb453e.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-8a642d9de5b432cb.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-f175199abd7fcd9b.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-c10760a137a9a821.rlib" "/opt/rustwide/target/debug/deps/libmio-f78e87b0f5dc2c41.rlib" "/opt/rustwide/target/debug/deps/liblazycell-8af75650e0be4a4b.rlib" "/opt/rustwide/target/debug/deps/libtime-9282d5ca27b37d53.rlib" "/opt/rustwide/target/debug/deps/libnet2-0f0323189e62b121.rlib" "/opt/rustwide/target/debug/deps/libhttparse-613720d310018a23.rlib" "/opt/rustwide/target/debug/deps/libh2-b8130bb254b30dc0.rlib" "/opt/rustwide/target/debug/deps/libindexmap-b0aa5850c87315ed.rlib" "/opt/rustwide/target/debug/deps/libstring-5abcbe32b6de12a3.rlib" "/opt/rustwide/target/debug/deps/libslab-4c5e5a4b1eda1a25.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-59fab8156839c52c.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-4f47ecce57f99605.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-301baf47232a391b.rlib" "/opt/rustwide/target/debug/deps/libhttp-8f4608555bd2a7d9.rlib" "/opt/rustwide/target/debug/deps/libitoa-26e40ea11a3f8443.rlib" "/opt/rustwide/target/debug/deps/libfnv-18c63eb7d27d11b7.rlib" "/opt/rustwide/target/debug/deps/libfutures-82b1569be0ae111a.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-5d01ae638197d83e.rlib" "/opt/rustwide/target/debug/deps/libbytes-8fd6afe96ce7e8c1.rlib" "/opt/rustwide/target/debug/deps/libiovec-e0a902910a653d5e.rlib" "/opt/rustwide/target/debug/deps/libbase64-46926e980ba19dc4.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-c07239ae04ee8aff.rlib" "/opt/rustwide/target/debug/deps/libtoml-cbba91aedb979611.rlib" "/opt/rustwide/target/debug/deps/libsdl2_ttf-b48118c8f32a7fb0.rlib" "/opt/rustwide/target/debug/deps/libbitflags-e170730b4d2ee1b2.rlib" "/opt/rustwide/target/debug/deps/libsdl2_image-51a263375e8a2b37.rlib" "/opt/rustwide/target/debug/deps/libsdl2-0df773b30b8d1f09.rlib" "/opt/rustwide/target/debug/deps/librand-f3eae6bc40e310be.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-bc60d01d40be31a5.rlib" "/opt/rustwide/target/debug/deps/libbitflags-4fe97ddf0a023757.rlib" "/opt/rustwide/target/debug/deps/liblibc-3542faeaa44954da.rlib" "/opt/rustwide/target/debug/deps/libnum-82d16dbbc8d96c4c.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-263c4056947b3994.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-534ddf9c55c921b6.rlib" "/opt/rustwide/target/debug/deps/librand-937bf4a700ce405b.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-31b734808b438826.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-c1513566ed9b83d2.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-2537ebd90fe78151.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-78d40517ea4b6655.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-4acdc232161029de.rlib" "/opt/rustwide/target/debug/deps/libenv_logger-f0e00580223498f2.rlib" "/opt/rustwide/target/debug/deps/libregex-ab33062dd24a07b1.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-f4cef123a3d0decd.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-76d675ffc6e4ea44.rlib" "/opt/rustwide/target/debug/deps/libucd_util-3d188c5cd983b4a0.rlib" "/opt/rustwide/target/debug/deps/libthread_local-11f3ed01f96546e1.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-a1e73fe56b37829c.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-bcd09d540a568b0a.rlib" "/opt/rustwide/target/debug/deps/libmemchr-c478efd4f0ac376c.rlib" "/opt/rustwide/target/debug/deps/libatty-82511e1ce3d11d9a.rlib" "/opt/rustwide/target/debug/deps/liblibc-470c034573a8fca2.rlib" "/opt/rustwide/target/debug/deps/libhumantime-5c254fe4d7c8974a.rlib" "/opt/rustwide/target/debug/deps/libquick_error-2afd757fe3e8b845.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-0b1158cab5b16ead.rlib" "/opt/rustwide/target/debug/deps/liblog-520cfb540ded8fd0.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-ea4f283344e50e84.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.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" "cffccc92bd71ea16da9e1d0170b628864b04199ef3f447a6ba940b1aeea34aee"` [INFO] running `"docker" "rm" "-f" "cffccc92bd71ea16da9e1d0170b628864b04199ef3f447a6ba940b1aeea34aee"` [INFO] [stdout] cffccc92bd71ea16da9e1d0170b628864b04199ef3f447a6ba940b1aeea34aee