[INFO] updating cached repository cecton/rom_launcher [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/cecton/rom_launcher [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/cecton/rom_launcher" "work/ex/beta-1.37-6/sources/1.36.0/gh/cecton/rom_launcher"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/cecton/rom_launcher'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/cecton/rom_launcher" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/cecton/rom_launcher"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/cecton/rom_launcher'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 84da67dd0e80c69a442c659fb6552de80ac55f38 [INFO] sha for GitHub repo cecton/rom_launcher: 84da67dd0e80c69a442c659fb6552de80ac55f38 [INFO] validating manifest of cecton/rom_launcher on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of cecton/rom_launcher on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing cecton/rom_launcher [INFO] finished frobbing cecton/rom_launcher [INFO] frobbed toml for cecton/rom_launcher written to work/ex/beta-1.37-6/sources/1.36.0/gh/cecton/rom_launcher/Cargo.toml [INFO] started frobbing cecton/rom_launcher [INFO] finished frobbing cecton/rom_launcher [INFO] frobbed toml for cecton/rom_launcher written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/cecton/rom_launcher/Cargo.toml [INFO] crate cecton/rom_launcher already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing cecton/rom_launcher against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/cecton/rom_launcher:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "build" "--frozen"` [INFO] [stdout] abc3243a277e8e893d852a0ddf67572335b5f41bc8ea524ee53a7cd95353fde2 [INFO] running `"docker" "start" "-a" "abc3243a277e8e893d852a0ddf67572335b5f41bc8ea524ee53a7cd95353fde2"` [INFO] [stderr] Compiling rom_launcher v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Compiling dirs v1.0.3 [INFO] [stderr] Compiling sdl2-sys v0.31.0 [INFO] [stderr] Compiling log v0.4.1 [INFO] [stderr] Compiling regex-syntax v0.6.3 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling id_tree v1.2.0 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling memchr v2.1.1 [INFO] [stderr] Compiling aho-corasick v0.6.9 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling sdl2 v0.31.0 [INFO] [stderr] Compiling regex v1.0.6 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] warning: the item `AxisState` is imported redundantly [INFO] [stderr] --> src/rom_launcher.rs:1057:21 [INFO] [stderr] | [INFO] [stderr] 18 | use store::*; [INFO] [stderr] | -------- the item `AxisState` is already imported here [INFO] [stderr] ... [INFO] [stderr] 1057 | use store::{AxisState, HatState}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/store.rs:412:17 [INFO] [stderr] | [INFO] [stderr] 412 | let mut players = [None, None, None, None, None, None, None, None, None, None]; [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] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/rom_launcher-2cfe52ba5f5edf4d.rom_launcher.6uuf6u3p-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/rom_launcher-2cfe52ba5f5edf4d.rom_launcher.6uuf6u3p-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/rom_launcher-2cfe52ba5f5edf4d.rom_launcher.6uuf6u3p-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/rom_launcher-2cfe52ba5f5edf4d.rom_launcher.6uuf6u3p-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/rom_launcher-2cfe52ba5f5edf4d.rom_launcher.6uuf6u3p-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/rom_launcher-2cfe52ba5f5edf4d.rom_launcher.6uuf6u3p-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/rom_launcher-2cfe52ba5f5edf4d.rom_launcher.6uuf6u3p-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/rom_launcher-2cfe52ba5f5edf4d.rom_launcher.6uuf6u3p-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/rom_launcher-2cfe52ba5f5edf4d.rom_launcher.6uuf6u3p-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/rom_launcher-2cfe52ba5f5edf4d.rom_launcher.6uuf6u3p-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/rom_launcher-2cfe52ba5f5edf4d.rom_launcher.6uuf6u3p-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/rom_launcher-2cfe52ba5f5edf4d.rom_launcher.6uuf6u3p-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/rom_launcher-2cfe52ba5f5edf4d.rom_launcher.6uuf6u3p-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/rom_launcher-2cfe52ba5f5edf4d.rom_launcher.6uuf6u3p-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/rom_launcher-2cfe52ba5f5edf4d.rom_launcher.6uuf6u3p-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/rom_launcher-2cfe52ba5f5edf4d.rom_launcher.6uuf6u3p-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/rom_launcher-2cfe52ba5f5edf4d" "/opt/crater/target/debug/deps/rom_launcher-2cfe52ba5f5edf4d.1kinbn8i7sg51ryn.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libtempfile-d716eea033a5daac.rlib" "/opt/crater/target/debug/deps/libremove_dir_all-d9d635ca28fa4f81.rlib" "/opt/crater/target/debug/deps/libserde_json-2c3003128bd1a9f2.rlib" "/opt/crater/target/debug/deps/libitoa-ee75d3a59d481a38.rlib" "/opt/crater/target/debug/deps/libdtoa-afccdcd5ba5ab8a4.rlib" "/opt/crater/target/debug/deps/libdirs-ce6ae267ca189d08.rlib" "/opt/crater/target/debug/deps/libserde-0cc1b1c786106023.rlib" "/opt/crater/target/debug/deps/libsdl2-99a8540c1931e2eb.rlib" "/opt/crater/target/debug/deps/librand-8f0a32ccf9cf4819.rlib" "/opt/crater/target/debug/deps/libsdl2_sys-ebe22d0d8f35b421.rlib" "/opt/crater/target/debug/deps/libbitflags-df219a1ec24cdf3b.rlib" "/opt/crater/target/debug/deps/liblazy_static-318544a807a94655.rlib" "/opt/crater/target/debug/deps/libnum-3098298bf80ad41a.rlib" "/opt/crater/target/debug/deps/libnum_rational-e84d8021950ada1a.rlib" "/opt/crater/target/debug/deps/libnum_bigint-707f0f06b9a46a98.rlib" "/opt/crater/target/debug/deps/librand-03c23d22d3e9361a.rlib" "/opt/crater/target/debug/deps/libnum_complex-f9fed17062424185.rlib" "/opt/crater/target/debug/deps/librustc_serialize-04f5d71c016b4cf1.rlib" "/opt/crater/target/debug/deps/libnum_iter-413fc8aed7a29cdd.rlib" "/opt/crater/target/debug/deps/libnum_integer-c211a6b345647b2f.rlib" "/opt/crater/target/debug/deps/libnum_traits-f6e389a0e412a9fa.rlib" "/opt/crater/target/debug/deps/libid_tree-1a59cf493542039e.rlib" "/opt/crater/target/debug/deps/libsnowflake-0b5585dfbc0ce067.rlib" "/opt/crater/target/debug/deps/libenv_logger-eddea3789943794a.rlib" "/opt/crater/target/debug/deps/libregex-a90434d93f4c62d8.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-b766f4dc9466fd20.rlib" "/opt/crater/target/debug/deps/libregex_syntax-dcbeca0e621219c6.rlib" "/opt/crater/target/debug/deps/libucd_util-f3189a919b81ab9d.rlib" "/opt/crater/target/debug/deps/libthread_local-54e76c4cfb6e82bb.rlib" "/opt/crater/target/debug/deps/liblazy_static-2b2ddc91fce7b550.rlib" "/opt/crater/target/debug/deps/libaho_corasick-9633f54e042423c9.rlib" "/opt/crater/target/debug/deps/libmemchr-8c9e0b882569c0d5.rlib" "/opt/crater/target/debug/deps/libatty-9d977f61bbeac6a7.rlib" "/opt/crater/target/debug/deps/liblibc-69fb33ee0a761606.rlib" "/opt/crater/target/debug/deps/libhumantime-0fb205b08e1bcd5d.rlib" "/opt/crater/target/debug/deps/libquick_error-80a92ee0564794c2.rlib" "/opt/crater/target/debug/deps/libtermcolor-eeb9bd7e6dd3fa1e.rlib" "/opt/crater/target/debug/deps/liblog-3070973fed211d56.rlib" "/opt/crater/target/debug/deps/libcfg_if-f8f28fea847dcb27.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9895e8982b0a79e7.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-57306b8ed3378a0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-54463ae5adae3649.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d99667b199a9875a.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-51f4300e102199f5.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-b3ccf1f7737a6a91.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-157c37a3ceb78853.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-505bcee45aafb736.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c29abd529ba4452b.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-895383a3232f6572.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5594cb4f559bc761.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-38e90baf978bc428.rlib" "-Wl,-Bdynamic" "-lSDL2_image" "-lSDL2" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /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 [INFO] [stderr] [INFO] [stderr] error: Could not compile `rom_launcher`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "abc3243a277e8e893d852a0ddf67572335b5f41bc8ea524ee53a7cd95353fde2"` [INFO] running `"docker" "rm" "-f" "abc3243a277e8e893d852a0ddf67572335b5f41bc8ea524ee53a7cd95353fde2"` [INFO] [stdout] abc3243a277e8e893d852a0ddf67572335b5f41bc8ea524ee53a7cd95353fde2