[INFO] updating cached repository https://github.com/cecton/rom_launcher [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] 84da67dd0e80c69a442c659fb6552de80ac55f38 [INFO] testing cecton/rom_launcher against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcecton%2From_launcher" "/workspace/builds/worker-11/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cecton/rom_launcher 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/cecton/rom_launcher [INFO] finished tweaking git repo https://github.com/cecton/rom_launcher [INFO] tweaked toml for git repo https://github.com/cecton/rom_launcher written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/cecton/rom_launcher 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-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b11238bb9b7c8503afd58f1cb2f8d687333b48d76c1619d2d321dcb975950e96 [INFO] running `"docker" "start" "-a" "b11238bb9b7c8503afd58f1cb2f8d687333b48d76c1619d2d321dcb975950e96"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling num-traits v0.2.2 [INFO] [stderr] Compiling regex v1.0.6 [INFO] [stderr] Compiling serde v1.0.45 [INFO] [stderr] Compiling snowflake v1.3.0 [INFO] [stderr] Compiling rom_launcher v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling atty v0.2.9 [INFO] [stderr] Compiling dirs v1.0.3 [INFO] [stderr] Compiling memchr v2.1.1 [INFO] [stderr] Compiling regex-syntax v0.6.3 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling log v0.4.1 [INFO] [stderr] Compiling tempfile v3.0.2 [INFO] [stderr] Compiling syn v0.13.6 [INFO] [stderr] Compiling id_tree v1.2.0 [INFO] [stderr] Compiling aho-corasick v0.6.9 [INFO] [stderr] Compiling num-integer v0.1.36 [INFO] [stderr] Compiling num-complex v0.1.43 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling num-iter v0.1.35 [INFO] [stderr] Compiling serde_derive_internals v0.23.1 [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 serde_derive v1.0.45 [INFO] [stderr] Compiling env_logger v0.5.13 [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/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/rom_launcher-e0a612cfb9d262d3.rom_launcher.743271f7-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/rom_launcher-e0a612cfb9d262d3.rom_launcher.743271f7-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/rom_launcher-e0a612cfb9d262d3.rom_launcher.743271f7-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/rom_launcher-e0a612cfb9d262d3.rom_launcher.743271f7-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/rom_launcher-e0a612cfb9d262d3.rom_launcher.743271f7-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/rom_launcher-e0a612cfb9d262d3.rom_launcher.743271f7-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/rom_launcher-e0a612cfb9d262d3.rom_launcher.743271f7-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/rom_launcher-e0a612cfb9d262d3.rom_launcher.743271f7-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/rom_launcher-e0a612cfb9d262d3.rom_launcher.743271f7-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/rom_launcher-e0a612cfb9d262d3.rom_launcher.743271f7-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/rom_launcher-e0a612cfb9d262d3.rom_launcher.743271f7-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/rom_launcher-e0a612cfb9d262d3.rom_launcher.743271f7-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/rom_launcher-e0a612cfb9d262d3.rom_launcher.743271f7-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/rom_launcher-e0a612cfb9d262d3.rom_launcher.743271f7-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/rom_launcher-e0a612cfb9d262d3.rom_launcher.743271f7-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/rom_launcher-e0a612cfb9d262d3.rom_launcher.743271f7-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/rom_launcher-e0a612cfb9d262d3" "/opt/rustwide/target/debug/deps/rom_launcher-e0a612cfb9d262d3.1u8lch2ybsjtelnr.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/libtempfile-3ba1790eab37cb23.rlib" "/opt/rustwide/target/debug/deps/libremove_dir_all-b811415b184ec4d0.rlib" "/opt/rustwide/target/debug/deps/libserde_json-44c753f56dd47ef7.rlib" "/opt/rustwide/target/debug/deps/libitoa-6a5d128d0f7888c7.rlib" "/opt/rustwide/target/debug/deps/libdtoa-b13670c090f38eae.rlib" "/opt/rustwide/target/debug/deps/libdirs-04f6a7f9fd83a4e8.rlib" "/opt/rustwide/target/debug/deps/libserde-27b8d94bb48f5eeb.rlib" "/opt/rustwide/target/debug/deps/libsdl2-f2ec66cf49dce45e.rlib" "/opt/rustwide/target/debug/deps/librand-f898dfb827a9d1b0.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-f9ce75f59c0052b8.rlib" "/opt/rustwide/target/debug/deps/libbitflags-2106c394414ab29b.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-ee0374dd376fa810.rlib" "/opt/rustwide/target/debug/deps/libnum-3afb0ee195124405.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-2261ad27642b38a2.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-b5dd05c9e026ec36.rlib" "/opt/rustwide/target/debug/deps/librand-f7d8b9f8b047f9c5.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-1e3ab5b933873d77.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-4acdc232161029de.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-4464cba16c339042.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-b1e5e33738e1610b.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-86702ede7d91f746.rlib" "/opt/rustwide/target/debug/deps/libid_tree-7908880dde547609.rlib" "/opt/rustwide/target/debug/deps/libsnowflake-ba1a90131797e9e2.rlib" "/opt/rustwide/target/debug/deps/libenv_logger-8ad652116a4cf2dc.rlib" "/opt/rustwide/target/debug/deps/libregex-b05645a80e257b30.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-f4cef123a3d0decd.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-66ab40a455c43241.rlib" "/opt/rustwide/target/debug/deps/libucd_util-10f3bad49679b8d6.rlib" "/opt/rustwide/target/debug/deps/libthread_local-6a31c578443813c8.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-2873d32ed64f8f3c.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-b217e1415f9b6c39.rlib" "/opt/rustwide/target/debug/deps/libmemchr-91c7fceb56043539.rlib" "/opt/rustwide/target/debug/deps/libatty-7e7f0a2bf78d390f.rlib" "/opt/rustwide/target/debug/deps/liblibc-3f0bc7ef46014dac.rlib" "/opt/rustwide/target/debug/deps/libhumantime-fd289a96cbd8348c.rlib" "/opt/rustwide/target/debug/deps/libquick_error-e5f22faf814baa90.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-0b1158cab5b16ead.rlib" "/opt/rustwide/target/debug/deps/liblog-2d83a6a6e390f01f.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" "-lSDL2_image" "-lSDL2" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-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; 9 warnings emitted [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" "b11238bb9b7c8503afd58f1cb2f8d687333b48d76c1619d2d321dcb975950e96"` [INFO] running `"docker" "rm" "-f" "b11238bb9b7c8503afd58f1cb2f8d687333b48d76c1619d2d321dcb975950e96"` [INFO] [stdout] b11238bb9b7c8503afd58f1cb2f8d687333b48d76c1619d2d321dcb975950e96