[INFO] updating cached repository https://github.com/JMS55/roguelike [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] ee6b6ca3c96d063a9c79ec12766caa3283cc2dc8 [INFO] testing JMS55/roguelike against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJMS55%2Froguelike" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/JMS55/roguelike 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/JMS55/roguelike [INFO] finished tweaking git repo https://github.com/JMS55/roguelike [INFO] tweaked toml for git repo https://github.com/JMS55/roguelike written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/JMS55/roguelike 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-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] ea9c50b1f1bc6638822c8347fec960925ca5c2bea0bff436fd484016198f8bb1 [INFO] running `"docker" "start" "-a" "ea9c50b1f1bc6638822c8347fec960925ca5c2bea0bff436fd484016198f8bb1"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling getrandom v0.1.12 [INFO] [stderr] Compiling proc-macro2 v1.0.4 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling sdl2 v0.32.2 [INFO] [stderr] Compiling tuple_utils v0.3.0 [INFO] [stderr] Compiling shrev v1.1.1 [INFO] [stderr] Compiling c_vec v1.3.3 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling sdl2-sys v0.32.6 [INFO] [stderr] Compiling hashbrown v0.6.0 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling specs-derive v0.4.0 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling crossbeam-epoch v0.7.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling crossbeam-deque v0.7.1 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling rand_pcg v0.2.0 [INFO] [stderr] Compiling rayon-core v1.6.0 [INFO] [stderr] Compiling rand v0.7.2 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling rayon v1.2.0 [INFO] [stderr] Compiling noise v0.6.0 [INFO] [stderr] Compiling rand_distr v0.2.2 [INFO] [stderr] Compiling hibitset v0.6.2 [INFO] [stderr] Compiling proc-macro-hack v0.5.9 [INFO] [stderr] Compiling const-random-macro v0.1.6 [INFO] [stderr] Compiling const-random v0.1.6 [INFO] [stderr] Compiling ahash v0.2.13 [INFO] [stderr] Compiling shred v0.9.3 [INFO] [stderr] Compiling specs v0.15.1 [INFO] [stderr] Compiling roguelike v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `ai_entity` [INFO] [stderr] --> src/entities/layer1.rs:350:24 [INFO] [stderr] | [INFO] [stderr] 350 | .with(AI::new(|ai_entity, world| { [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_ai_entity` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `world` [INFO] [stderr] --> src/entities/layer1.rs:350:35 [INFO] [stderr] | [INFO] [stderr] 350 | .with(AI::new(|ai_entity, world| { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_world` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `ai_entity` [INFO] [stderr] --> src/entities/layer1.rs:373:24 [INFO] [stderr] | [INFO] [stderr] 373 | .with(AI::new(|ai_entity, world| { [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_ai_entity` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `world` [INFO] [stderr] --> src/entities/layer1.rs:373:35 [INFO] [stderr] | [INFO] [stderr] 373 | .with(AI::new(|ai_entity, world| { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_world` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `ai_entity` [INFO] [stderr] --> src/entities/layer1.rs:396:24 [INFO] [stderr] | [INFO] [stderr] 396 | .with(AI::new(|ai_entity, world| { [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_ai_entity` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `world` [INFO] [stderr] --> src/entities/layer1.rs:396:35 [INFO] [stderr] | [INFO] [stderr] 396 | .with(AI::new(|ai_entity, world| { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_world` [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/roguelike-3209f815e5ac4345.roguelike.f1nnwe8f-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/roguelike-3209f815e5ac4345.roguelike.f1nnwe8f-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/roguelike-3209f815e5ac4345.roguelike.f1nnwe8f-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/roguelike-3209f815e5ac4345.roguelike.f1nnwe8f-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/roguelike-3209f815e5ac4345.roguelike.f1nnwe8f-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/roguelike-3209f815e5ac4345.roguelike.f1nnwe8f-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/roguelike-3209f815e5ac4345.roguelike.f1nnwe8f-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/roguelike-3209f815e5ac4345.roguelike.f1nnwe8f-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/roguelike-3209f815e5ac4345.roguelike.f1nnwe8f-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/roguelike-3209f815e5ac4345.roguelike.f1nnwe8f-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/roguelike-3209f815e5ac4345.roguelike.f1nnwe8f-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/roguelike-3209f815e5ac4345.roguelike.f1nnwe8f-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/roguelike-3209f815e5ac4345.roguelike.f1nnwe8f-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/roguelike-3209f815e5ac4345.roguelike.f1nnwe8f-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/roguelike-3209f815e5ac4345.roguelike.f1nnwe8f-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/roguelike-3209f815e5ac4345.roguelike.f1nnwe8f-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/roguelike-3209f815e5ac4345" "/opt/rustwide/target/debug/deps/roguelike-3209f815e5ac4345.4c10ifh9rk2ofgnc.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-07e8bb54ce10c7df.rlib" "/opt/rustwide/target/debug/deps/librand-34b64537a8da10b7.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-e6d709fd15f1fe61.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-5fbf62ac733ef0d6.rlib" "/opt/rustwide/target/debug/deps/librand_hc-51f94a085665d344.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-3ed8271b5a85afe7.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-1f969476948b3313.rlib" "/opt/rustwide/target/debug/deps/librand_os-c9d17af94f57a405.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-58dce171dcf92ccf.rlib" "/opt/rustwide/target/debug/deps/libc_vec-857c2d5c598a7539.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-f79d8311587393ff.rlib" "/opt/rustwide/target/debug/deps/libbitflags-f854f5e9b96c0265.rlib" "/opt/rustwide/target/debug/deps/libnum-29d4d0a784535008.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-6aefb5bd8f2bc1d6.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-cca22b7b3eebc8a8.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-efde0ca71b7c9a9a.rlib" "/opt/rustwide/target/debug/deps/libnoise-0d38e1be813fcfb7.rlib" "/opt/rustwide/target/debug/deps/librand-c9338c88fb5a54af.rlib" "/opt/rustwide/target/debug/deps/librand_core-0bf15de72db9e4fe.rlib" "/opt/rustwide/target/debug/deps/librand_core-d04c764b3a64cc39.rlib" "/opt/rustwide/target/debug/deps/librand_distr-115e47ceb91f30a3.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-0eef86bda83f3ce6.rlib" "/opt/rustwide/target/debug/deps/librand-c9fdce666b35eedd.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-fb2a94ffbd83c805.rlib" "/opt/rustwide/target/debug/deps/libc2_chacha-c0fdd749e32485f9.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-7a7a95765fa55576.rlib" "/opt/rustwide/target/debug/deps/librand_core-d452df179cf54988.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-8d3e1375b16db4f3.rlib" "/opt/rustwide/target/debug/deps/libspecs-38fab20c6480646e.rlib" "/opt/rustwide/target/debug/deps/liblog-94affdc30a23f199.rlib" "/opt/rustwide/target/debug/deps/libtuple_utils-2a09c697b0e4e1db.rlib" "/opt/rustwide/target/debug/deps/libshrev-ace5f371768981c0.rlib" "/opt/rustwide/target/debug/deps/libshred-557ede8bdb2a4720.rlib" "/opt/rustwide/target/debug/deps/libmopa-a263390c10b85612.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-91bb181b0fb23d7a.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-503b13a002fe12de.rlib" "/opt/rustwide/target/debug/deps/libahash-ccd45c1600c92fc6.rlib" "/opt/rustwide/target/debug/deps/libconst_random-bf68bb81d3e83ed2.rlib" "/opt/rustwide/target/debug/deps/libhibitset-8f725e46beef83cc.rlib" "/opt/rustwide/target/debug/deps/librayon-6f548ec8f119b922.rlib" "/opt/rustwide/target/debug/deps/librayon_core-b9edb4e2881c4f8e.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-dc88694afb63d374.rlib" "/opt/rustwide/target/debug/deps/liblibc-84efda87e0c06bef.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-db2260e18af49542.rlib" "/opt/rustwide/target/debug/deps/libeither-61fbb0a110e3d219.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-c2722ba904c55271.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-c3274b77bec6625b.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-d00efb923351447f.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-7089ff11c3a75a2a.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-f1874e28f1344045.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-807f2c476a0e6b86.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-ec95cd3e5974fa91.rlib" "/opt/rustwide/target/debug/deps/libnodrop-3f1ae48cdf99ed25.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-c207894dabf2ad2d.rlib" "/opt/rustwide/target/debug/deps/libatom-db8c9b6f1e463353.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" "-lSDL2_ttf" "-lSDL2_gfx" "-lutil" "-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_ttf [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; 6 warnings emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `roguelike`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "ea9c50b1f1bc6638822c8347fec960925ca5c2bea0bff436fd484016198f8bb1"` [INFO] running `"docker" "rm" "-f" "ea9c50b1f1bc6638822c8347fec960925ca5c2bea0bff436fd484016198f8bb1"` [INFO] [stdout] ea9c50b1f1bc6638822c8347fec960925ca5c2bea0bff436fd484016198f8bb1