[INFO] updating cached repository https://github.com/mankyKitty/arcade-rs [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] 8e0d3476363e062e0f337f7a5fbfe8d0be666026 [INFO] testing mankyKitty/arcade-rs against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FmankyKitty%2Farcade-rs" "/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/mankyKitty/arcade-rs 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/mankyKitty/arcade-rs [INFO] finished tweaking git repo https://github.com/mankyKitty/arcade-rs [INFO] tweaked toml for git repo https://github.com/mankyKitty/arcade-rs written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/mankyKitty/arcade-rs 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] warning: unused manifest key: package.rustc-cfg [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" "+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] warning: unused manifest key: package.rustc-cfg [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" "+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] 9829b01397c5c263203e4f26d9800c34684d8a12b423599bc005275d54b7d123 [INFO] running `"docker" "start" "-a" "9829b01397c5c263203e4f26d9800c34684d8a12b423599bc005275d54b7d123"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: unused manifest key: package.rustc-cfg [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Compiling rustc-serialize v0.3.24 [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 num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling num-complex v0.1.43 [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_image v0.3.0 [INFO] [stderr] Compiling sdl2_ttf v0.9.1 [INFO] [stderr] Compiling arcade-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/phi/mod.rs:95:20 [INFO] [stderr] | [INFO] [stderr] 95 | ChangeView(Box), [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn View` [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/phi/mod.rs:132:68 [INFO] [stderr] | [INFO] [stderr] 132 | pub fn spawn(title: &str, init: F) where F: Fn(&mut Phi) -> Box { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn View` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/views/main_menu.rs:154:12 [INFO] [stderr] | [INFO] [stderr] 154 | func: Box ViewAction>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut Phi) -> ViewAction` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/views/main_menu.rs:164:55 [INFO] [stderr] | [INFO] [stderr] 164 | fn new(phi: &mut Phi, label: &'static str, func: Box ViewAction>) -> Action { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut Phi) -> ViewAction` [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/arcade_rs-0a6bb8f91ff7201e.arcade_rs.b2ypmd0q-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/arcade_rs-0a6bb8f91ff7201e.arcade_rs.b2ypmd0q-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/arcade_rs-0a6bb8f91ff7201e.arcade_rs.b2ypmd0q-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/arcade_rs-0a6bb8f91ff7201e.arcade_rs.b2ypmd0q-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/arcade_rs-0a6bb8f91ff7201e.arcade_rs.b2ypmd0q-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/arcade_rs-0a6bb8f91ff7201e.arcade_rs.b2ypmd0q-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/arcade_rs-0a6bb8f91ff7201e.arcade_rs.b2ypmd0q-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/arcade_rs-0a6bb8f91ff7201e.arcade_rs.b2ypmd0q-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/arcade_rs-0a6bb8f91ff7201e.arcade_rs.b2ypmd0q-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/arcade_rs-0a6bb8f91ff7201e.arcade_rs.b2ypmd0q-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/arcade_rs-0a6bb8f91ff7201e.arcade_rs.b2ypmd0q-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/arcade_rs-0a6bb8f91ff7201e.arcade_rs.b2ypmd0q-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/arcade_rs-0a6bb8f91ff7201e.arcade_rs.b2ypmd0q-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/arcade_rs-0a6bb8f91ff7201e.arcade_rs.b2ypmd0q-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/arcade_rs-0a6bb8f91ff7201e.arcade_rs.b2ypmd0q-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/arcade_rs-0a6bb8f91ff7201e.arcade_rs.b2ypmd0q-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/arcade_rs-0a6bb8f91ff7201e" "/opt/rustwide/target/debug/deps/arcade_rs-0a6bb8f91ff7201e.28w8gwiu27v0r79f.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_ttf-603e51b486300509.rlib" "/opt/rustwide/target/debug/deps/libbitflags-bf6430dd915bf007.rlib" "/opt/rustwide/target/debug/deps/libsdl2_image-e8681d165780a483.rlib" "/opt/rustwide/target/debug/deps/libsdl2-c9a730533651ecd4.rlib" "/opt/rustwide/target/debug/deps/librand-22efe9ef3c114fa7.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-2455d1e567534115.rlib" "/opt/rustwide/target/debug/deps/libbitflags-a6e9722beba14df3.rlib" "/opt/rustwide/target/debug/deps/liblibc-789e836d4fd44939.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/librand-bb807c742746e684.rlib" "/opt/rustwide/target/debug/deps/liblibc-e4dfce483ea4fe1d.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" "-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_ttf" "-lSDL2_image" "-lSDL2" "-lc" "-lm" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lSDL2_ttf [INFO] [stderr] /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; 4 warnings emitted [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" "9829b01397c5c263203e4f26d9800c34684d8a12b423599bc005275d54b7d123"` [INFO] running `"docker" "rm" "-f" "9829b01397c5c263203e4f26d9800c34684d8a12b423599bc005275d54b7d123"` [INFO] [stdout] 9829b01397c5c263203e4f26d9800c34684d8a12b423599bc005275d54b7d123