[INFO] updating cached repository https://github.com/machinetech/pongo [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] ccfc4674962cd2be30e6742a3aceed34f124b760 [INFO] testing machinetech/pongo against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmachinetech%2Fpongo" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/machinetech/pongo 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/machinetech/pongo [INFO] finished tweaking git repo https://github.com/machinetech/pongo [INFO] tweaked toml for git repo https://github.com/machinetech/pongo written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/machinetech/pongo 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] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] error: the lock file /workspace/builds/worker-5/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "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" "+beta-2020-06-03" "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-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] fa37b32f85e154f72394bd85cd61053302f157d5dec89ae43c55aa0c8123b2db [INFO] running `"docker" "start" "-a" "fa37b32f85e154f72394bd85cd61053302f157d5dec89ae43c55aa0c8123b2db"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling sdl2-sys v0.6.2 [INFO] [stderr] Compiling bitflags v0.3.3 [INFO] [stderr] Compiling bitflags v0.2.1 [INFO] [stderr] Compiling c_vec v1.0.12 [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Compiling clock_ticks v0.0.6 [INFO] [stderr] Compiling num-complex v0.1.43 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling sdl2 v0.9.1 [INFO] [stderr] Compiling sdl2_mixer v0.7.1 [INFO] [stderr] Compiling sdl2_ttf v0.9.1 [INFO] [stderr] Compiling sdl2_gfx v0.6.3 [INFO] [stderr] Compiling sdl2_image v0.3.0 [INFO] [stderr] Compiling pongo v1.0.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/pongo/game.rs:31:41 [INFO] [stderr] | [INFO] [stderr] 31 | layered_draw_queue: [Vec>>; 2], // Items to draw. [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Drawable` [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/pongo/game.rs:63:33 [INFO] [stderr] | [INFO] [stderr] 63 | resettables: Vec>> [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Resettable` [INFO] [stderr] [INFO] [stderr] warning: unused imports: `AUDIO_S16LSB`, `Music` [INFO] [stderr] --> src/main.rs:13:18 [INFO] [stderr] | [INFO] [stderr] 13 | use sdl2_mixer::{AUDIO_S16LSB, DEFAULT_FREQUENCY, Music}; [INFO] [stderr] | ^^^^^^^^^^^^ ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Font` [INFO] [stderr] --> src/main.rs:14:16 [INFO] [stderr] | [INFO] [stderr] 14 | use sdl2_ttf::{Font}; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter [INFO] [stderr] --> src/pongo/ball.rs:78:26 [INFO] [stderr] | [INFO] [stderr] 78 | let up_or_down = rand::sample(&mut rng, dir.into_iter(),1)[0]; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter [INFO] [stderr] --> src/pongo/ball.rs:80:29 [INFO] [stderr] | [INFO] [stderr] 80 | let left_or_right = rand::sample(&mut rng, dir.into_iter(),1)[0]; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` [INFO] [stderr] --> src/pongo/game.rs:164:13 [INFO] [stderr] | [INFO] [stderr] 164 | thread::sleep_ms(100); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` [INFO] [stderr] --> src/pongo/game.rs:561:13 [INFO] [stderr] | [INFO] [stderr] 561 | thread::sleep_ms(1500); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` [INFO] [stderr] --> src/pongo/game.rs:583:13 [INFO] [stderr] | [INFO] [stderr] 583 | thread::sleep_ms((max_delay_ms - duration_of_last_frame_execution_ms) as u32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/pongo/game.rs:293:40 [INFO] [stderr] | [INFO] [stderr] 293 | Event::MouseMotion{x,y, ..} => { [INFO] [stderr] | ^ help: try ignoring the field: `x: _` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> src/pongo/ball.rs:78:53 [INFO] [stderr] | [INFO] [stderr] 78 | let up_or_down = rand::sample(&mut rng, dir.into_iter(),1)[0]; [INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(array_into_iter)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> src/pongo/ball.rs:80:56 [INFO] [stderr] | [INFO] [stderr] 80 | let left_or_right = rand::sample(&mut rng, dir.into_iter(),1)[0]; [INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [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/pongo-7e2687a52bd3d32e.pongo.csdvwvss-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/pongo-7e2687a52bd3d32e.pongo.csdvwvss-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/pongo-7e2687a52bd3d32e.pongo.csdvwvss-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/pongo-7e2687a52bd3d32e.pongo.csdvwvss-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/pongo-7e2687a52bd3d32e.pongo.csdvwvss-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/pongo-7e2687a52bd3d32e.pongo.csdvwvss-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/pongo-7e2687a52bd3d32e.pongo.csdvwvss-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/pongo-7e2687a52bd3d32e.pongo.csdvwvss-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/pongo-7e2687a52bd3d32e.pongo.csdvwvss-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/pongo-7e2687a52bd3d32e.pongo.csdvwvss-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/pongo-7e2687a52bd3d32e.pongo.csdvwvss-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/pongo-7e2687a52bd3d32e.pongo.csdvwvss-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/pongo-7e2687a52bd3d32e.pongo.csdvwvss-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/pongo-7e2687a52bd3d32e.pongo.csdvwvss-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/pongo-7e2687a52bd3d32e.pongo.csdvwvss-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/pongo-7e2687a52bd3d32e.pongo.csdvwvss-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/pongo-7e2687a52bd3d32e" "/opt/rustwide/target/debug/deps/pongo-7e2687a52bd3d32e.40h20p4cr6oa83xm.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/libsdl2_image-48ef70fe7eed06ef.rlib" "/opt/rustwide/target/debug/deps/libsdl2_gfx-76c5eaee83bfef84.rlib" "/opt/rustwide/target/debug/deps/libc_vec-98bc4417a7d1df72.rlib" "/opt/rustwide/target/debug/deps/libsdl2_ttf-008739bc39b896e6.rlib" "/opt/rustwide/target/debug/deps/libsdl2_mixer-efb120b72ae4fa0c.rlib" "/opt/rustwide/target/debug/deps/libsdl2-1820be3ef2d9ed50.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-49ff5b86b5206cf8.rlib" "/opt/rustwide/target/debug/deps/libbitflags-4fe97ddf0a023757.rlib" "/opt/rustwide/target/debug/deps/libnum-cc8fdc7d079d5b49.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-d005d383cc168013.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-e46f7b679e5245b1.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-3d096f8dec0121ba.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-4acdc232161029de.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-b1690be1b5a4a673.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-e2d76c693688508b.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-447df9d8850f95e5.rlib" "/opt/rustwide/target/debug/deps/liblibc-3542faeaa44954da.rlib" "/opt/rustwide/target/debug/deps/libbitflags-e170730b4d2ee1b2.rlib" "/opt/rustwide/target/debug/deps/libclock_ticks-a38e6ea9d6ce4cf7.rlib" "/opt/rustwide/target/debug/deps/librand-4b4bbdcaddf090ab.rlib" "/opt/rustwide/target/debug/deps/librand-9cc9e44aa3d9199f.rlib" "/opt/rustwide/target/debug/deps/liblibc-2e17c5c99334ee98.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_gfx" "-lSDL2_ttf" "-lSDL2_mixer" "-lSDL2" "-lc" "-lm" "-lrt" "-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] /usr/bin/ld: cannot find -lSDL2_gfx [INFO] [stderr] /usr/bin/ld: cannot find -lSDL2_ttf [INFO] [stderr] /usr/bin/ld: cannot find -lSDL2_mixer [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 12 warnings emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `pongo`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "fa37b32f85e154f72394bd85cd61053302f157d5dec89ae43c55aa0c8123b2db"` [INFO] running `"docker" "rm" "-f" "fa37b32f85e154f72394bd85cd61053302f157d5dec89ae43c55aa0c8123b2db"` [INFO] [stdout] fa37b32f85e154f72394bd85cd61053302f157d5dec89ae43c55aa0c8123b2db