[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.38-1/sources/1.37.0/gh/cecton/rom_launcher"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/cecton/rom_launcher'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/cecton/rom_launcher" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/cecton/rom_launcher"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/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.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of cecton/rom_launcher on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "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.38-1/sources/1.37.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.38-1/sources/beta-2019-08-13/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.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing cecton/rom_launcher against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/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-08-13" "build" "--frozen"` [INFO] [stdout] 9992550ebe80d23bb1a39b63258b58321e5a398009a77179c54db762d2c7f09c [INFO] running `"docker" "start" "-a" "9992550ebe80d23bb1a39b63258b58321e5a398009a77179c54db762d2c7f09c"` [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling ucd-util v0.1.1 [INFO] [stderr] Compiling remove_dir_all v0.5.1 [INFO] [stderr] Compiling rom_launcher v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Compiling lazy_static v0.2.11 [INFO] [stderr] Compiling serde v1.0.45 [INFO] [stderr] Compiling sdl2-sys v0.31.0 [INFO] [stderr] Compiling log v0.4.1 [INFO] [stderr] Compiling dirs v1.0.3 [INFO] [stderr] Compiling id_tree v1.2.0 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling tempfile v3.0.2 [INFO] [stderr] Compiling proc-macro2 v0.3.8 [INFO] [stderr] Compiling memchr v2.1.1 [INFO] [stderr] Compiling regex-syntax v0.6.3 [INFO] [stderr] Compiling aho-corasick v0.6.9 [INFO] [stderr] Compiling quote v0.5.2 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling syn v0.13.6 [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 env_logger v0.5.13 [INFO] [stderr] Compiling serde_derive v1.0.45 [INFO] [stderr] Compiling serde_json v1.0.17 [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-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/rom_launcher-a21bfe9ad8303360.rom_launcher.c3fe02eu-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/rom_launcher-a21bfe9ad8303360.rom_launcher.c3fe02eu-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/rom_launcher-a21bfe9ad8303360.rom_launcher.c3fe02eu-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/rom_launcher-a21bfe9ad8303360.rom_launcher.c3fe02eu-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/rom_launcher-a21bfe9ad8303360.rom_launcher.c3fe02eu-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/rom_launcher-a21bfe9ad8303360.rom_launcher.c3fe02eu-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/rom_launcher-a21bfe9ad8303360.rom_launcher.c3fe02eu-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/rom_launcher-a21bfe9ad8303360.rom_launcher.c3fe02eu-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/rom_launcher-a21bfe9ad8303360.rom_launcher.c3fe02eu-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/rom_launcher-a21bfe9ad8303360.rom_launcher.c3fe02eu-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/rom_launcher-a21bfe9ad8303360.rom_launcher.c3fe02eu-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/rom_launcher-a21bfe9ad8303360.rom_launcher.c3fe02eu-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/rom_launcher-a21bfe9ad8303360.rom_launcher.c3fe02eu-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/rom_launcher-a21bfe9ad8303360.rom_launcher.c3fe02eu-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/rom_launcher-a21bfe9ad8303360.rom_launcher.c3fe02eu-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/rom_launcher-a21bfe9ad8303360.rom_launcher.c3fe02eu-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/rom_launcher-a21bfe9ad8303360" "/opt/crater/target/debug/deps/rom_launcher-a21bfe9ad8303360.3q02gmzy5ttr52xb.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-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libtempfile-e92a4650077f4ff1.rlib" "/opt/crater/target/debug/deps/libremove_dir_all-6c380e3107fd90ed.rlib" "/opt/crater/target/debug/deps/libserde_json-2883a34f902f8edf.rlib" "/opt/crater/target/debug/deps/libitoa-4a6c09e7921c0876.rlib" "/opt/crater/target/debug/deps/libdtoa-76b1f20e1383b735.rlib" "/opt/crater/target/debug/deps/libdirs-d87abd25a37c8092.rlib" "/opt/crater/target/debug/deps/libserde-aad70441c692147e.rlib" "/opt/crater/target/debug/deps/libsdl2-8e1470a4d364ecdf.rlib" "/opt/crater/target/debug/deps/librand-8e770a3f2816a5c9.rlib" "/opt/crater/target/debug/deps/libsdl2_sys-d13b5dc06a85ebd4.rlib" "/opt/crater/target/debug/deps/libbitflags-b03ee8d07369378c.rlib" "/opt/crater/target/debug/deps/liblazy_static-8e8f275d3efea5b8.rlib" "/opt/crater/target/debug/deps/libnum-31dbd3bceb03023c.rlib" "/opt/crater/target/debug/deps/libnum_rational-4718202acb3f5991.rlib" "/opt/crater/target/debug/deps/libnum_bigint-c390779d8fbe5d2b.rlib" "/opt/crater/target/debug/deps/librand-2981ef7bae904deb.rlib" "/opt/crater/target/debug/deps/libnum_complex-3e19390fce93aaed.rlib" "/opt/crater/target/debug/deps/librustc_serialize-fc0a027b4489f806.rlib" "/opt/crater/target/debug/deps/libnum_iter-d565949623150d06.rlib" "/opt/crater/target/debug/deps/libnum_integer-2a77bed06663b4f3.rlib" "/opt/crater/target/debug/deps/libnum_traits-4b535517a3ec4806.rlib" "/opt/crater/target/debug/deps/libid_tree-5c82e865a114d2ae.rlib" "/opt/crater/target/debug/deps/libsnowflake-e090de7df399233d.rlib" "/opt/crater/target/debug/deps/libenv_logger-f53d23d8003546ff.rlib" "/opt/crater/target/debug/deps/libregex-b7aa8d8d90e24d04.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-f52370ed8b8aeb13.rlib" "/opt/crater/target/debug/deps/libregex_syntax-e91240850f38b391.rlib" "/opt/crater/target/debug/deps/libucd_util-b5b9d245693ae036.rlib" "/opt/crater/target/debug/deps/libthread_local-8743bfe41dfe82bb.rlib" "/opt/crater/target/debug/deps/liblazy_static-477b2fb8337c6397.rlib" "/opt/crater/target/debug/deps/libaho_corasick-2efcb629e7ed1d3a.rlib" "/opt/crater/target/debug/deps/libmemchr-eef0afa3f385c773.rlib" "/opt/crater/target/debug/deps/libatty-5956ba9766859871.rlib" "/opt/crater/target/debug/deps/liblibc-9d78a2d2719851af.rlib" "/opt/crater/target/debug/deps/libhumantime-c217b80e408ebf45.rlib" "/opt/crater/target/debug/deps/libquick_error-bd18b10649bc56b3.rlib" "/opt/crater/target/debug/deps/libtermcolor-9bd564ab7fd672f3.rlib" "/opt/crater/target/debug/deps/liblog-d65cad72fb648df0.rlib" "/opt/crater/target/debug/deps/libcfg_if-52f952e08f3290ba.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.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" "9992550ebe80d23bb1a39b63258b58321e5a398009a77179c54db762d2c7f09c"` [INFO] running `"docker" "rm" "-f" "9992550ebe80d23bb1a39b63258b58321e5a398009a77179c54db762d2c7f09c"` [INFO] [stdout] 9992550ebe80d23bb1a39b63258b58321e5a398009a77179c54db762d2c7f09c