[INFO] updating cached repository https://github.com/evolix1/tuto-rust-2d-game [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/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] 7dbaab5641f1ca8db5ae675dc2a2b070c2a67f3f [INFO] testing evolix1/tuto-rust-2d-game against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fevolix1%2Ftuto-rust-2d-game" "work/builds/worker-2/source"` [INFO] [stderr] Cloning into 'work/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/evolix1/tuto-rust-2d-game on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/evolix1/tuto-rust-2d-game [INFO] finished tweaking git repo https://github.com/evolix1/tuto-rust-2d-game [INFO] tweaked toml for git repo https://github.com/evolix1/tuto-rust-2d-game written to work/builds/worker-2/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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-2019-09-28" "build" "--frozen"` [INFO] [stdout] 261a6fdd035e7d9640049e2a49ede9bc47d92faa4fe9046bf8be43e31d6e67b6 [INFO] running `"docker" "start" "-a" "261a6fdd035e7d9640049e2a49ede9bc47d92faa4fe9046bf8be43e31d6e67b6"` [INFO] [stderr] Compiling ucd-trie v0.1.2 [INFO] [stderr] Compiling cgmath v0.17.0 [INFO] [stderr] Compiling sdl2 v0.32.2 [INFO] [stderr] Compiling sdl2-sys v0.32.6 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling pest v2.1.2 [INFO] [stderr] Compiling pest_meta v2.1.2 [INFO] [stderr] Compiling pest_generator v2.1.1 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling json5 v0.2.5 [INFO] [stderr] Compiling rrr v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/graphics/renderer.rs:27:38 [INFO] [stderr] | [INFO] [stderr] 27 | pub fn render(&mut self, board: &EditableBoard, world: &World) -> Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn EditableBoard` [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/graphics/renderer.rs:35:35 [INFO] [stderr] | [INFO] [stderr] 35 | fn prepare(&mut self, board: &EditableBoard) -> Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn EditableBoard` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/graphics/renderer.rs:55:42 [INFO] [stderr] | [INFO] [stderr] 55 | pub fn render_all(&mut self, board: &EditableBoard, world: &World) -> Result<()> [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn EditableBoard` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/graphics/renderer.rs:128:38 [INFO] [stderr] | [INFO] [stderr] 128 | fn init_board(&mut self, board: &EditableBoard) -> Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn EditableBoard` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/graphics/renderer.rs:155:17 [INFO] [stderr] | [INFO] [stderr] 155 | board: &EditableBoard, [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn EditableBoard` [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-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/rrr-a1b4904af3d005b9.rrr.bechoa97-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/rrr-a1b4904af3d005b9.rrr.bechoa97-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/rrr-a1b4904af3d005b9.rrr.bechoa97-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/rrr-a1b4904af3d005b9.rrr.bechoa97-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/rrr-a1b4904af3d005b9.rrr.bechoa97-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/rrr-a1b4904af3d005b9.rrr.bechoa97-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/rrr-a1b4904af3d005b9.rrr.bechoa97-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/rrr-a1b4904af3d005b9.rrr.bechoa97-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/rrr-a1b4904af3d005b9.rrr.bechoa97-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/rrr-a1b4904af3d005b9.rrr.bechoa97-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/rrr-a1b4904af3d005b9.rrr.bechoa97-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/rrr-a1b4904af3d005b9.rrr.bechoa97-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/rrr-a1b4904af3d005b9.rrr.bechoa97-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/rrr-a1b4904af3d005b9.rrr.bechoa97-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/rrr-a1b4904af3d005b9.rrr.bechoa97-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/rrr-a1b4904af3d005b9.rrr.bechoa97-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/rrr-a1b4904af3d005b9" "/opt/rustwide/target/debug/deps/rrr-a1b4904af3d005b9.3imwx387t8dm3afl.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-f66bd34361c58f86/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libjson5-717db5e14b0704f7.rlib" "/opt/rustwide/target/debug/deps/libpest-f3f3bc1849d2a601.rlib" "/opt/rustwide/target/debug/deps/libucd_trie-fdcfb289392597aa.rlib" "/opt/rustwide/target/debug/deps/libserde-99bda1236d933191.rlib" "/opt/rustwide/target/debug/deps/libcgmath-28ad28d2f256162f.rlib" "/opt/rustwide/target/debug/deps/libapprox-46427b9d8127f102.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-e8349edb94429f5d.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-07c858d204cd0094.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-6c3c00b5933b3a63.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-1e2186a891f602d1.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-8305082ed3b64c26.rlib" "/opt/rustwide/target/debug/deps/libsdl2-0d4d4165b87c8ade.rlib" "/opt/rustwide/target/debug/deps/librand-4698e61893af559a.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-0466e57f824d7b92.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-9332818d705c40a7.rlib" "/opt/rustwide/target/debug/deps/librand_hc-0b42ba6391255701.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-16f13f148e1c6ee4.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-ccd88191e01f5691.rlib" "/opt/rustwide/target/debug/deps/librand_core-265447ba40b0dcfb.rlib" "/opt/rustwide/target/debug/deps/librand_os-23c23bdef00e4e92.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-7a8a2b3609279bf1.rlib" "/opt/rustwide/target/debug/deps/librand_core-4aa3cc91f7697a4f.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-8b6b31d449d664b0.rlib" "/opt/rustwide/target/debug/deps/libbitflags-4961bb5087b14aca.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-955d54352a795d1f.rlib" "/opt/rustwide/target/debug/deps/liblibc-9f7a5de25bd5699b.rlib" "/opt/rustwide/target/debug/deps/libnum-b57528460172548f.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-c810663dab3e9f7e.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-2dd52f0ea276c9ff.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-a49361b936b25068.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-db812c66f862af4c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e7871a21575d5ff7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-2f2c581bc0d759e6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-35731cabc05dc8a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-36477394541292db.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-8b706b170c1272d8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-801dbb3043ccf581.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-a32aa66ce6f72b21.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d00ea3bfb2bb6c00.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d2c6ebe88c3e113c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-df74f62f6bb60621.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2170473575daeedb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1a08089bbddc4f51.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f8f562e5472ad5c3.rlib" "-Wl,-Bdynamic" "-lSDL2" "-lSDL2_image" "-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 `rrr`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "261a6fdd035e7d9640049e2a49ede9bc47d92faa4fe9046bf8be43e31d6e67b6"` [INFO] running `"docker" "rm" "-f" "261a6fdd035e7d9640049e2a49ede9bc47d92faa4fe9046bf8be43e31d6e67b6"` [INFO] [stdout] 261a6fdd035e7d9640049e2a49ede9bc47d92faa4fe9046bf8be43e31d6e67b6