[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 beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/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" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] 160517dd0602a93a3fe7ba6a3894107f886d5772140332bf705ccdaa1fbca5a9 [INFO] running `"docker" "start" "-a" "160517dd0602a93a3fe7ba6a3894107f886d5772140332bf705ccdaa1fbca5a9"` [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 thread_local v0.3.6 [INFO] [stderr] Compiling regex-syntax v0.6.3 [INFO] [stderr] Compiling id_tree v1.2.0 [INFO] [stderr] Compiling tempfile v3.0.2 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling memchr v2.1.1 [INFO] [stderr] Compiling syn v0.13.6 [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 serde_derive_internals v0.23.1 [INFO] [stderr] Compiling serde_derive v1.0.45 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/rom_launcher.rs:904:20 [INFO] [stderr] | [INFO] [stderr] 904 | tree: Tree>, [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Entity` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/rom_launcher.rs:963:35 [INFO] [stderr] | [INFO] [stderr] 963 | fn load_entites() -> Tree> { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Entity` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/rom_launcher.rs:966:32 [INFO] [stderr] | [INFO] [stderr] 966 | let mut tree: Tree> = TreeBuilder::new().with_node_capacity(ENTITES).build(); [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Entity` [INFO] [stderr] [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: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/rom_launcher.rs:1152:24 [INFO] [stderr] | [INFO] [stderr] 1152 | tree: &'a Tree>, [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Entity` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/rom_launcher.rs:1159:28 [INFO] [stderr] | [INFO] [stderr] 1159 | tree: &'a Tree>, [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Entity` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/store.rs:690:15 [INFO] [stderr] | [INFO] [stderr] 690 | Thunk(Box), [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut Store)` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/store.rs:767:45 [INFO] [stderr] | [INFO] [stderr] 767 | pub fn dispatch_thunk(&mut self, f: Box) { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut Store)` [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/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/rom_launcher-c32b9081ef6dccb9.rom_launcher.5tncgolg-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/rom_launcher-c32b9081ef6dccb9.rom_launcher.5tncgolg-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/rom_launcher-c32b9081ef6dccb9.rom_launcher.5tncgolg-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/rom_launcher-c32b9081ef6dccb9.rom_launcher.5tncgolg-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/rom_launcher-c32b9081ef6dccb9.rom_launcher.5tncgolg-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/rom_launcher-c32b9081ef6dccb9.rom_launcher.5tncgolg-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/rom_launcher-c32b9081ef6dccb9.rom_launcher.5tncgolg-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/rom_launcher-c32b9081ef6dccb9.rom_launcher.5tncgolg-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/rom_launcher-c32b9081ef6dccb9.rom_launcher.5tncgolg-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/rom_launcher-c32b9081ef6dccb9.rom_launcher.5tncgolg-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/rom_launcher-c32b9081ef6dccb9.rom_launcher.5tncgolg-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/rom_launcher-c32b9081ef6dccb9.rom_launcher.5tncgolg-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/rom_launcher-c32b9081ef6dccb9.rom_launcher.5tncgolg-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/rom_launcher-c32b9081ef6dccb9.rom_launcher.5tncgolg-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/rom_launcher-c32b9081ef6dccb9.rom_launcher.5tncgolg-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/rom_launcher-c32b9081ef6dccb9.rom_launcher.5tncgolg-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/rom_launcher-c32b9081ef6dccb9" "/opt/crater/target/debug/deps/rom_launcher-c32b9081ef6dccb9.1bf8zi3xyto0dbi.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libtempfile-7e2fcff17b55f6fc.rlib" "/opt/crater/target/debug/deps/libremove_dir_all-ad0d98d254b1ad2b.rlib" "/opt/crater/target/debug/deps/libserde_json-a7469055bacf58fd.rlib" "/opt/crater/target/debug/deps/libitoa-9bd9357d404f8405.rlib" "/opt/crater/target/debug/deps/libdtoa-c3bbd8f968a8bf63.rlib" "/opt/crater/target/debug/deps/libdirs-ddaa960de4f9a79f.rlib" "/opt/crater/target/debug/deps/libserde-601bc4afc3bd4c19.rlib" "/opt/crater/target/debug/deps/libsdl2-8b7682cae0769169.rlib" "/opt/crater/target/debug/deps/librand-eeb22f88090397c4.rlib" "/opt/crater/target/debug/deps/libsdl2_sys-42b30a28781cb6a1.rlib" "/opt/crater/target/debug/deps/libbitflags-e424d0a7dda42873.rlib" "/opt/crater/target/debug/deps/liblazy_static-0e1e36676eed3924.rlib" "/opt/crater/target/debug/deps/libnum-ac8e72e34bfc15dc.rlib" "/opt/crater/target/debug/deps/libnum_rational-7466885803713253.rlib" "/opt/crater/target/debug/deps/libnum_bigint-f0ad993076febb6f.rlib" "/opt/crater/target/debug/deps/librand-6d42bec5739d5eab.rlib" "/opt/crater/target/debug/deps/libnum_complex-31806c2302cc8a54.rlib" "/opt/crater/target/debug/deps/librustc_serialize-349ba31664dfb847.rlib" "/opt/crater/target/debug/deps/libnum_iter-ec7dd63ef62bed04.rlib" "/opt/crater/target/debug/deps/libnum_integer-c154b338f9cb00bc.rlib" "/opt/crater/target/debug/deps/libnum_traits-06a094434807548d.rlib" "/opt/crater/target/debug/deps/libid_tree-276135f591592e90.rlib" "/opt/crater/target/debug/deps/libsnowflake-f71b74185027ebe0.rlib" "/opt/crater/target/debug/deps/libenv_logger-ce442fe706c2fd1c.rlib" "/opt/crater/target/debug/deps/libregex-6d946f944523df74.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-9a5c837df053934e.rlib" "/opt/crater/target/debug/deps/libregex_syntax-9f0f30141fb01841.rlib" "/opt/crater/target/debug/deps/libucd_util-b5d4a57c7c646a91.rlib" "/opt/crater/target/debug/deps/libthread_local-e138d270feaa0540.rlib" "/opt/crater/target/debug/deps/liblazy_static-485b4eff69038ce0.rlib" "/opt/crater/target/debug/deps/libaho_corasick-292f3c716e8782cd.rlib" "/opt/crater/target/debug/deps/libmemchr-4a7f71f0a4cc5019.rlib" "/opt/crater/target/debug/deps/libatty-86c83cf2eb1ad205.rlib" "/opt/crater/target/debug/deps/liblibc-7b678f4dbafdcd48.rlib" "/opt/crater/target/debug/deps/libhumantime-147c7023837d0312.rlib" "/opt/crater/target/debug/deps/libquick_error-b40948af8fcd0173.rlib" "/opt/crater/target/debug/deps/libtermcolor-1e2ba7007c03c9ea.rlib" "/opt/crater/target/debug/deps/liblog-0cb6595fffc055f3.rlib" "/opt/crater/target/debug/deps/libcfg_if-c1938f77dc3c8b6e.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.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" "160517dd0602a93a3fe7ba6a3894107f886d5772140332bf705ccdaa1fbca5a9"` [INFO] running `"docker" "rm" "-f" "160517dd0602a93a3fe7ba6a3894107f886d5772140332bf705ccdaa1fbca5a9"` [INFO] [stdout] 160517dd0602a93a3fe7ba6a3894107f886d5772140332bf705ccdaa1fbca5a9