[INFO] updating cached repository thanhtong89/arcade-rs [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/thanhtong89/arcade-rs [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/thanhtong89/arcade-rs" "work/ex/beta-1.37-6/sources/1.36.0/gh/thanhtong89/arcade-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/thanhtong89/arcade-rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/thanhtong89/arcade-rs" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/thanhtong89/arcade-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/thanhtong89/arcade-rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 7dda96088fc67673eac38d7ef151e9d48d7359ec [INFO] sha for GitHub repo thanhtong89/arcade-rs: 7dda96088fc67673eac38d7ef151e9d48d7359ec [INFO] validating manifest of thanhtong89/arcade-rs 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 thanhtong89/arcade-rs 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 thanhtong89/arcade-rs [INFO] finished frobbing thanhtong89/arcade-rs [INFO] frobbed toml for thanhtong89/arcade-rs written to work/ex/beta-1.37-6/sources/1.36.0/gh/thanhtong89/arcade-rs/Cargo.toml [INFO] started frobbing thanhtong89/arcade-rs [INFO] finished frobbing thanhtong89/arcade-rs [INFO] frobbed toml for thanhtong89/arcade-rs written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/thanhtong89/arcade-rs/Cargo.toml [INFO] crate thanhtong89/arcade-rs 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] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing thanhtong89/arcade-rs 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-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/thanhtong89/arcade-rs:/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] 9b52e2215cc2748adb16cd8e7b9525ce62f2cb08625b8e1e4c49d4fa0d702e7d [INFO] running `"docker" "start" "-a" "9b52e2215cc2748adb16cd8e7b9525ce62f2cb08625b8e1e4c49d4fa0d702e7d"` [INFO] [stderr] Compiling sdl2-sys v0.25.0 [INFO] [stderr] Compiling sdl2 v0.25.0 [INFO] [stderr] Compiling sdl2_image v0.25.0 [INFO] [stderr] Compiling arcade-rs v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `title` [INFO] [stderr] --> src/phi/mod.rs:91:17 [INFO] [stderr] | [INFO] [stderr] 91 | pub fn spawn(title: &str, init: F) [INFO] [stderr] | ^^^^^ help: consider prefixing with an underscore: `_title` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `phi` [INFO] [stderr] --> src/views/mod.rs:19:16 [INFO] [stderr] | [INFO] [stderr] 19 | pub fn new(phi: &mut Phi) -> ShipView { [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_phi` [INFO] [stderr] [INFO] [stderr] warning: method is never used: `contains` [INFO] [stderr] --> src/phi/data.rs:41:5 [INFO] [stderr] | [INFO] [stderr] 41 | pub fn contains(&self, rect: Rectangle) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `overlaps` [INFO] [stderr] --> src/phi/data.rs:53:5 [INFO] [stderr] | [INFO] [stderr] 53 | pub fn overlaps(&self, other: Rectangle) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `ChangeView` [INFO] [stderr] --> src/phi/mod.rs:54:5 [INFO] [stderr] | [INFO] [stderr] 54 | ChangeView(Box), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/views/mod.rs:46:9 [INFO] [stderr] | [INFO] [stderr] 46 | phi.renderer.fill_rect(self.player.rect.to_sdl().unwrap()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [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/arcade_rs-55ededbc712f6057.arcade_rs.bxibzelu-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/arcade_rs-55ededbc712f6057.arcade_rs.bxibzelu-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/arcade_rs-55ededbc712f6057.arcade_rs.bxibzelu-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/arcade_rs-55ededbc712f6057.arcade_rs.bxibzelu-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/arcade_rs-55ededbc712f6057.arcade_rs.bxibzelu-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/arcade_rs-55ededbc712f6057.arcade_rs.bxibzelu-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/arcade_rs-55ededbc712f6057.arcade_rs.bxibzelu-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/arcade_rs-55ededbc712f6057.arcade_rs.bxibzelu-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/arcade_rs-55ededbc712f6057.arcade_rs.bxibzelu-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/arcade_rs-55ededbc712f6057.arcade_rs.bxibzelu-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/arcade_rs-55ededbc712f6057.arcade_rs.bxibzelu-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/arcade_rs-55ededbc712f6057.arcade_rs.bxibzelu-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/arcade_rs-55ededbc712f6057.arcade_rs.bxibzelu-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/arcade_rs-55ededbc712f6057.arcade_rs.bxibzelu-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/arcade_rs-55ededbc712f6057.arcade_rs.bxibzelu-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/arcade_rs-55ededbc712f6057.arcade_rs.bxibzelu-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/arcade_rs-55ededbc712f6057" "/opt/crater/target/debug/deps/arcade_rs-55ededbc712f6057.4l0zmcj730ue0hv.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/libsdl2_image-4da506f56384bad5.rlib" "/opt/crater/target/debug/deps/libbitflags-df219a1ec24cdf3b.rlib" "/opt/crater/target/debug/deps/libsdl2-4360b838ae67871d.rlib" "/opt/crater/target/debug/deps/librand-1a051e674db42a39.rlib" "/opt/crater/target/debug/deps/libsdl2_sys-9b553c1ee7fb35e4.rlib" "/opt/crater/target/debug/deps/libbitflags-851c038c2c3d9b8c.rlib" "/opt/crater/target/debug/deps/liblazy_static-098892872ee11058.rlib" "/opt/crater/target/debug/deps/liblibc-82005478c889cc96.rlib" "/opt/crater/target/debug/deps/libnum-a10dd8bd23485d9d.rlib" "/opt/crater/target/debug/deps/libnum_iter-828aa2562d8d4801.rlib" "/opt/crater/target/debug/deps/libnum_integer-401222004b33117c.rlib" "/opt/crater/target/debug/deps/libnum_traits-b377b9e10ab8a975.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" "-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 `arcade-rs`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "9b52e2215cc2748adb16cd8e7b9525ce62f2cb08625b8e1e4c49d4fa0d702e7d"` [INFO] running `"docker" "rm" "-f" "9b52e2215cc2748adb16cd8e7b9525ce62f2cb08625b8e1e4c49d4fa0d702e7d"` [INFO] [stdout] 9b52e2215cc2748adb16cd8e7b9525ce62f2cb08625b8e1e4c49d4fa0d702e7d