[INFO] updating cached repository https://github.com/rchaser53/rust_pack_man [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] cade69f34e8d64dac60a763eb3f37841bda743b4 [INFO] testing rchaser53/rust_pack_man against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frchaser53%2Frust_pack_man" "/workspace/builds/worker-10/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rchaser53/rust_pack_man 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/rchaser53/rust_pack_man [INFO] finished tweaking git repo https://github.com/rchaser53/rust_pack_man [INFO] tweaked toml for git repo https://github.com/rchaser53/rust_pack_man written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/rchaser53/rust_pack_man 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] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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] 1e36156fd6cfa7616d2578d1dc1af32f1205057a2c52abc6fce7607308118df8 [INFO] running `"docker" "start" "-a" "1e36156fd6cfa7616d2578d1dc1af32f1205057a2c52abc6fce7607308118df8"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling c_vec v1.3.0 [INFO] [stderr] Compiling rand v0.3.17 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling sdl2-sys v0.31.0 [INFO] [stderr] Compiling thread_local v0.3.4 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling regex v0.2.2 [INFO] [stderr] Compiling num-bigint v0.1.40 [INFO] [stderr] Compiling env_logger v0.4.3 [INFO] [stderr] Compiling num-rational v0.1.39 [INFO] [stderr] Compiling num v0.1.40 [INFO] [stderr] Compiling sdl2 v0.31.0 [INFO] [stderr] Compiling rust_pack_man v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error_handling.rs:29:32 [INFO] [stderr] | [INFO] [stderr] 29 | fn cause(&self) -> Option<&Error> { None } [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [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/error_handling.rs:35:32 [INFO] [stderr] | [INFO] [stderr] 35 | fn cause(&self) -> Option<&Error>; [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/game_field/field_row.rs:37:100 [INFO] [stderr] | [INFO] [stderr] 37 | pub fn get_cell_data(character: char, row_index: usize, cell_index: usize) -> (CellStatus, Box) { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn DrawMyself` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/game_field/field_cell.rs:9:22 [INFO] [stderr] | [INFO] [stderr] 9 | pub feature: Box [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn DrawMyself` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/game_field/field_cell.rs:13:49 [INFO] [stderr] | [INFO] [stderr] 13 | pub fn new(status: CellStatus, feature: Box) -> FieldCell { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn DrawMyself` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/enemy/enemy.rs:14:20 [INFO] [stderr] | [INFO] [stderr] 14 | pub feature: Box [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn EnemyAction` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/enemy/enemy.rs:18:48 [INFO] [stderr] | [INFO] [stderr] 18 | pub fn new(status: EnemyStatus, feature: Box) -> Enemy { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn EnemyAction` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/constants.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / lazy_static! { [INFO] [stderr] 7 | | pub static ref FILE_PATHS: HashMap<&'static str, &'static str> = { [INFO] [stderr] 8 | | let mut map = HashMap::new(); [INFO] [stderr] 9 | | map.insert("HIT_EFFECT_PATH", "assets/musics/sine.wav"); [INFO] [stderr] ... | [INFO] [stderr] 17 | | }; [INFO] [stderr] 18 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/constants.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / lazy_static! { [INFO] [stderr] 7 | | pub static ref FILE_PATHS: HashMap<&'static str, &'static str> = { [INFO] [stderr] 8 | | let mut map = HashMap::new(); [INFO] [stderr] 9 | | map.insert("HIT_EFFECT_PATH", "assets/musics/sine.wav"); [INFO] [stderr] ... | [INFO] [stderr] 17 | | }; [INFO] [stderr] 18 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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/enemy/field_getter.rs:26:35 [INFO] [stderr] | [INFO] [stderr] 26 | for seed_index in seed_indexs.into_iter() { [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/enemy/field_getter.rs:49:35 [INFO] [stderr] | [INFO] [stderr] 49 | for seed_index in seed_indexs.into_iter() { [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/rust_pack_man-4945a5e5fc098244.rust_pack_man.8huc7u19-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/rust_pack_man-4945a5e5fc098244.rust_pack_man.8huc7u19-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/rust_pack_man-4945a5e5fc098244.rust_pack_man.8huc7u19-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/rust_pack_man-4945a5e5fc098244.rust_pack_man.8huc7u19-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/rust_pack_man-4945a5e5fc098244.rust_pack_man.8huc7u19-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/rust_pack_man-4945a5e5fc098244.rust_pack_man.8huc7u19-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/rust_pack_man-4945a5e5fc098244.rust_pack_man.8huc7u19-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/rust_pack_man-4945a5e5fc098244.rust_pack_man.8huc7u19-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/rust_pack_man-4945a5e5fc098244.rust_pack_man.8huc7u19-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/rust_pack_man-4945a5e5fc098244.rust_pack_man.8huc7u19-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/rust_pack_man-4945a5e5fc098244.rust_pack_man.8huc7u19-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/rust_pack_man-4945a5e5fc098244.rust_pack_man.8huc7u19-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/rust_pack_man-4945a5e5fc098244.rust_pack_man.8huc7u19-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/rust_pack_man-4945a5e5fc098244.rust_pack_man.8huc7u19-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/rust_pack_man-4945a5e5fc098244.rust_pack_man.8huc7u19-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/rust_pack_man-4945a5e5fc098244.rust_pack_man.8huc7u19-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/rust_pack_man-4945a5e5fc098244" "/opt/rustwide/target/debug/deps/rust_pack_man-4945a5e5fc098244.2edldr16xrp9oxws.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-4300a423a5de03f3.rlib" "/opt/rustwide/target/debug/deps/libc_vec-9ef76adc4c213c21.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-bdad6bb0e6be9a73.rlib" "/opt/rustwide/target/debug/deps/libbitflags-717e7ed2379fc03d.rlib" "/opt/rustwide/target/debug/deps/libnum-b0700510c4a60946.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-98c3a8178f66b165.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-170a86783ca6f307.rlib" "/opt/rustwide/target/debug/deps/librand-0c1aa853c58a86a0.rlib" "/opt/rustwide/target/debug/deps/liblibc-b05a3c248b1aaf38.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-ae3c606578fa3b08.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-93a3205e411ff51e.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-e4156bacbba859b1.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-018e4630f1e6d07b.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-ac564ae5de744dd0.rlib" "/opt/rustwide/target/debug/deps/libenum_primitive-8561f0c5b79b87b4.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-c1542a325982ddf2.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_mixer" "-lSDL2_gfx" "-lSDL2" "-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] /usr/bin/ld: cannot find -lSDL2_mixer [INFO] [stderr] /usr/bin/ld: cannot find -lSDL2_gfx [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 11 warnings emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `rust_pack_man`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "1e36156fd6cfa7616d2578d1dc1af32f1205057a2c52abc6fce7607308118df8"` [INFO] running `"docker" "rm" "-f" "1e36156fd6cfa7616d2578d1dc1af32f1205057a2c52abc6fce7607308118df8"` [INFO] [stdout] 1e36156fd6cfa7616d2578d1dc1af32f1205057a2c52abc6fce7607308118df8