[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 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmachinetech%2Fpongo" "/workspace/builds/worker-13/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/machinetech/pongo 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/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-13/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" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /workspace/builds/worker-13/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" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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] ff028b73a8de3495b5643255a47f8e8f7735d95af9dbe1dcd14b155ede061354 [INFO] running `"docker" "start" "-a" "ff028b73a8de3495b5643255a47f8e8f7735d95af9dbe1dcd14b155ede061354"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling sdl2-sys v0.6.2 [INFO] [stderr] Compiling libc v0.1.12 [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 clock_ticks v0.0.6 [INFO] [stderr] Compiling sdl2 v0.9.1 [INFO] [stderr] Compiling sdl2_image v0.3.0 [INFO] [stderr] Compiling sdl2_ttf v0.9.1 [INFO] [stderr] Compiling sdl2_mixer v0.7.1 [INFO] [stderr] Compiling sdl2_gfx v0.6.3 [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/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/pongo-bc6c7758e9a33568.pongo.8t80xtev-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/pongo-bc6c7758e9a33568.pongo.8t80xtev-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/pongo-bc6c7758e9a33568.pongo.8t80xtev-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/pongo-bc6c7758e9a33568.pongo.8t80xtev-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/pongo-bc6c7758e9a33568.pongo.8t80xtev-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/pongo-bc6c7758e9a33568.pongo.8t80xtev-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/pongo-bc6c7758e9a33568.pongo.8t80xtev-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/pongo-bc6c7758e9a33568.pongo.8t80xtev-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/pongo-bc6c7758e9a33568.pongo.8t80xtev-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/pongo-bc6c7758e9a33568.pongo.8t80xtev-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/pongo-bc6c7758e9a33568.pongo.8t80xtev-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/pongo-bc6c7758e9a33568.pongo.8t80xtev-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/pongo-bc6c7758e9a33568.pongo.8t80xtev-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/pongo-bc6c7758e9a33568.pongo.8t80xtev-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/pongo-bc6c7758e9a33568.pongo.8t80xtev-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/pongo-bc6c7758e9a33568.pongo.8t80xtev-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/pongo-bc6c7758e9a33568" "/opt/rustwide/target/debug/deps/pongo-bc6c7758e9a33568.423w388scpaaxf6x.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/libsdl2_image-e8681d165780a483.rlib" "/opt/rustwide/target/debug/deps/libsdl2_gfx-b2a26a6f1975d92a.rlib" "/opt/rustwide/target/debug/deps/libc_vec-1a54d6cd837c838f.rlib" "/opt/rustwide/target/debug/deps/libsdl2_ttf-603e51b486300509.rlib" "/opt/rustwide/target/debug/deps/libsdl2_mixer-f3bea20b7a19f850.rlib" "/opt/rustwide/target/debug/deps/libsdl2-c9a730533651ecd4.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-2455d1e567534115.rlib" "/opt/rustwide/target/debug/deps/libbitflags-a6e9722beba14df3.rlib" "/opt/rustwide/target/debug/deps/libnum-9a49abb5dc704d82.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-d5f3174cc8dea53d.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-c5436fe0f5c21211.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-26062967b4ad0b72.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-93a3205e411ff51e.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" "/opt/rustwide/target/debug/deps/liblibc-789e836d4fd44939.rlib" "/opt/rustwide/target/debug/deps/libbitflags-bf6430dd915bf007.rlib" "/opt/rustwide/target/debug/deps/libclock_ticks-3cc03960abaf9a2d.rlib" "/opt/rustwide/target/debug/deps/librand-22efe9ef3c114fa7.rlib" "/opt/rustwide/target/debug/deps/librand-bb807c742746e684.rlib" "/opt/rustwide/target/debug/deps/liblibc-e4dfce483ea4fe1d.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_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" "ff028b73a8de3495b5643255a47f8e8f7735d95af9dbe1dcd14b155ede061354"` [INFO] running `"docker" "rm" "-f" "ff028b73a8de3495b5643255a47f8e8f7735d95af9dbe1dcd14b155ede061354"` [INFO] [stdout] ff028b73a8de3495b5643255a47f8e8f7735d95af9dbe1dcd14b155ede061354