[INFO] updating cached repository https://github.com/evolix1/tuto-rust-2d-game [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] 7dbaab5641f1ca8db5ae675dc2a2b070c2a67f3f [INFO] testing evolix1/tuto-rust-2d-game against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fevolix1%2Ftuto-rust-2d-game" "/workspace/builds/worker-14/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/evolix1/tuto-rust-2d-game on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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 /workspace/builds/worker-14/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "+1.44.0" "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] b488968ea7b9eefdd80aa08ef28061518795df3d0671c7527028d0459c27707e [INFO] running `"docker" "start" "-a" "b488968ea7b9eefdd80aa08ef28061518795df3d0671c7527028d0459c27707e"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Compiling sdl2 v0.32.2 [INFO] [stderr] Compiling sdl2-sys v0.32.6 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Compiling cgmath v0.17.0 [INFO] [stderr] Compiling pest_meta v2.1.3 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling json5 v0.2.7 [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/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/rrr-652d3fe1dd6d9baf.rrr.48x2rqnn-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/rrr-652d3fe1dd6d9baf.rrr.48x2rqnn-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/rrr-652d3fe1dd6d9baf.rrr.48x2rqnn-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/rrr-652d3fe1dd6d9baf.rrr.48x2rqnn-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/rrr-652d3fe1dd6d9baf.rrr.48x2rqnn-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/rrr-652d3fe1dd6d9baf.rrr.48x2rqnn-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/rrr-652d3fe1dd6d9baf.rrr.48x2rqnn-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/rrr-652d3fe1dd6d9baf.rrr.48x2rqnn-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/rrr-652d3fe1dd6d9baf.rrr.48x2rqnn-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/rrr-652d3fe1dd6d9baf.rrr.48x2rqnn-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/rrr-652d3fe1dd6d9baf.rrr.48x2rqnn-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/rrr-652d3fe1dd6d9baf.rrr.48x2rqnn-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/rrr-652d3fe1dd6d9baf.rrr.48x2rqnn-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/rrr-652d3fe1dd6d9baf.rrr.48x2rqnn-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/rrr-652d3fe1dd6d9baf.rrr.48x2rqnn-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/rrr-652d3fe1dd6d9baf.rrr.48x2rqnn-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/rrr-652d3fe1dd6d9baf" "/opt/rustwide/target/debug/deps/rrr-652d3fe1dd6d9baf.qh61s1ietseote6.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libjson5-d9784f90465326ea.rlib" "/opt/rustwide/target/debug/deps/libpest-e7fd8d232589cb69.rlib" "/opt/rustwide/target/debug/deps/libucd_trie-acb1ecaec831a953.rlib" "/opt/rustwide/target/debug/deps/libserde-55a8e78d5bad36ee.rlib" "/opt/rustwide/target/debug/deps/libcgmath-5f629d55c81e22ab.rlib" "/opt/rustwide/target/debug/deps/libapprox-2808b2e866f77e95.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-1f8dbb4992eb10de.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-836ab13575ad0fc2.rlib" "/opt/rustwide/target/debug/deps/libobject-fb97d04e1f439f1f.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-40bef1e42a1c5288.rlib" "/opt/rustwide/target/debug/deps/libgimli-64737a6a0cfbf6c9.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-c207894dabf2ad2d.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-e3c66f530931b34f.rlib" "/opt/rustwide/target/debug/deps/libsdl2-5d6b67d4f66f873b.rlib" "/opt/rustwide/target/debug/deps/librand-e8b9be846792fe24.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-55225f7c9ad0c2e7.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-7ee202a70d1ffd2a.rlib" "/opt/rustwide/target/debug/deps/librand_hc-980be8da34566e1a.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-7cf67b26f27bfc4c.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-2ea51ddc61af076b.rlib" "/opt/rustwide/target/debug/deps/librand_core-26a2826f5572bf57.rlib" "/opt/rustwide/target/debug/deps/librand_os-889a2326b2c40156.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-58dce171dcf92ccf.rlib" "/opt/rustwide/target/debug/deps/librand_core-d04c764b3a64cc39.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-b083f0e2660525cd.rlib" "/opt/rustwide/target/debug/deps/libbitflags-0bb1eb8c2caf8528.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-807f2c476a0e6b86.rlib" "/opt/rustwide/target/debug/deps/liblibc-e4dfce483ea4fe1d.rlib" "/opt/rustwide/target/debug/deps/libnum-d5e17ac421210056.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-b9e9804583109253.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-83e1cc8b78a53297.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-ddc6fba6583d3d3e.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-205127404fcba336.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a657948fb7763780.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4af901391177f653.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-9bdd51edf637d1e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-df9a9630b2ea2e1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-fddbfe63d5cc9339.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dc1fcc6e43806791.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e2f4bff19e00107e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a152d13c1d7ed405.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d92b841792fc008d.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a64c249515c023f5.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57654524b3e40c00.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-72180f1527a726a2.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-990cc8f4a91a3ab4.rlib" "-Wl,-Bdynamic" "-lSDL2" "-lSDL2_image" "-lutil" "-ldl" "-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; 5 warnings emitted [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" "b488968ea7b9eefdd80aa08ef28061518795df3d0671c7527028d0459c27707e"` [INFO] running `"docker" "rm" "-f" "b488968ea7b9eefdd80aa08ef28061518795df3d0671c7527028d0459c27707e"` [INFO] [stdout] b488968ea7b9eefdd80aa08ef28061518795df3d0671c7527028d0459c27707e