[INFO] updating cached repository https://github.com/FIL1994/rust-game-dev [INFO] running `Command { std: "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", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ecfb8371257d403e01a21aa42bb7a2a0e6fed0f2 [INFO] testing FIL1994/rust-game-dev against beta-2020-07-24 for beta-1.46-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFIL1994%2Frust-game-dev" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/FIL1994/rust-game-dev on toolchain beta-2020-07-24 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/FIL1994/rust-game-dev [INFO] finished tweaking git repo https://github.com/FIL1994/rust-game-dev [INFO] tweaked toml for git repo https://github.com/FIL1994/rust-game-dev written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/FIL1994/rust-game-dev already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 31decf3189c0333cd1d5dfe7711c35573de63d31a9e8b12aa82b4b9f9ed2b7c6 [INFO] running `Command { std: "docker" "start" "-a" "31decf3189c0333cd1d5dfe7711c35573de63d31a9e8b12aa82b4b9f9ed2b7c6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "31decf3189c0333cd1d5dfe7711c35573de63d31a9e8b12aa82b4b9f9ed2b7c6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "31decf3189c0333cd1d5dfe7711c35573de63d31a9e8b12aa82b4b9f9ed2b7c6", kill_on_drop: false }` [INFO] [stdout] 31decf3189c0333cd1d5dfe7711c35573de63d31a9e8b12aa82b4b9f9ed2b7c6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 6461fdf899cd5fee0148799f74f2c13f8d0de64481e423f5b7623df7194a1159 [INFO] running `Command { std: "docker" "start" "-a" "6461fdf899cd5fee0148799f74f2c13f8d0de64481e423f5b7623df7194a1159", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.50 [INFO] [stderr] Compiling cfg-if v0.1.7 [INFO] [stderr] Compiling rand_core v0.4.0 [INFO] [stderr] Compiling scopeguard v0.3.3 [INFO] [stderr] Compiling lazy_static v1.3.0 [INFO] [stderr] Compiling arrayvec v0.4.10 [INFO] [stderr] Compiling nodrop v0.1.13 [INFO] [stderr] Compiling memoffset v0.2.1 [INFO] [stderr] Compiling autocfg v0.1.2 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling proc-macro2 v0.4.27 [INFO] [stderr] Compiling stable_deref_trait v1.1.1 [INFO] [stderr] Compiling smallvec v0.6.9 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling num-traits v0.2.6 [INFO] [stderr] Compiling byteorder v1.3.1 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Compiling crossbeam-utils v0.5.0 [INFO] [stderr] Compiling either v1.5.1 [INFO] [stderr] Compiling num-iter v0.1.37 [INFO] [stderr] Compiling nonzero_signed v1.0.3 [INFO] [stderr] Compiling atom v0.3.5 [INFO] [stderr] Compiling mopa v0.2.2 [INFO] [stderr] Compiling fnv v1.0.6 [INFO] [stderr] Compiling tuple_utils v0.2.0 [INFO] [stderr] Compiling bitflags v1.0.4 [INFO] [stderr] Compiling crossbeam-utils v0.2.2 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling sdl2-sys v0.32.5 [INFO] [stderr] Compiling owning_ref v0.4.0 [INFO] [stderr] Compiling owning_ref v0.3.3 [INFO] [stderr] Compiling crossbeam-utils v0.6.5 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.3 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling lock_api v0.1.5 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling crossbeam-epoch v0.5.2 [INFO] [stderr] Compiling crossbeam-epoch v0.6.1 [INFO] [stderr] Compiling parking_lot_core v0.3.1 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling quote v0.6.11 [INFO] [stderr] Compiling crossbeam-deque v0.5.2 [INFO] [stderr] Compiling num_cpus v1.10.0 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling syn v0.15.28 [INFO] [stderr] Compiling parking_lot_core v0.2.14 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling parking_lot v0.5.5 [INFO] [stderr] Compiling sdl2 v0.32.1 [INFO] [stderr] Compiling parking_lot v0.6.4 [INFO] [stderr] Compiling crossbeam-channel v0.2.6 [INFO] [stderr] Compiling crossbeam v0.4.1 [INFO] [stderr] Compiling shred v0.7.1 [INFO] [stderr] Compiling hibitset v0.5.4 [INFO] [stderr] Compiling derivative v1.0.2 [INFO] [stderr] Compiling shred-derive v0.5.1 [INFO] [stderr] Compiling specs-derive v0.4.0 [INFO] [stderr] Compiling shrev v1.0.1 [INFO] [stderr] Compiling specs v0.14.3 [INFO] [stderr] Compiling game-dev v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/game_dev-5084d8e7ab4c3e8e.game_dev.9lnkci22-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev-5084d8e7ab4c3e8e.game_dev.9lnkci22-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev-5084d8e7ab4c3e8e.game_dev.9lnkci22-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev-5084d8e7ab4c3e8e.game_dev.9lnkci22-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev-5084d8e7ab4c3e8e.game_dev.9lnkci22-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev-5084d8e7ab4c3e8e.game_dev.9lnkci22-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev-5084d8e7ab4c3e8e.game_dev.9lnkci22-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev-5084d8e7ab4c3e8e.game_dev.9lnkci22-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev-5084d8e7ab4c3e8e.game_dev.9lnkci22-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev-5084d8e7ab4c3e8e.game_dev.9lnkci22-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev-5084d8e7ab4c3e8e.game_dev.9lnkci22-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev-5084d8e7ab4c3e8e.game_dev.9lnkci22-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev-5084d8e7ab4c3e8e.game_dev.9lnkci22-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev-5084d8e7ab4c3e8e.game_dev.9lnkci22-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev-5084d8e7ab4c3e8e.game_dev.9lnkci22-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev-5084d8e7ab4c3e8e.game_dev.9lnkci22-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/game_dev-5084d8e7ab4c3e8e" "/opt/rustwide/target/debug/deps/game_dev-5084d8e7ab4c3e8e.32o7i80fadsd6pb4.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-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libsdl2-9f1a1b5b0dbf47a4.rlib" "/opt/rustwide/target/debug/deps/librand-9b69ec5dc01f6b03.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-4b304e8ca3b38e5f.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-2a47a3ab28ac2b9a.rlib" "/opt/rustwide/target/debug/deps/librand_hc-489e768da00e4dce.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-f482f447839524ad.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-b5837824a43a3528.rlib" "/opt/rustwide/target/debug/deps/librand_os-d16387fc7da8f055.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-42edf4933730096a.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-7711610f678bb2ec.rlib" "/opt/rustwide/target/debug/deps/libbitflags-0e3ab843d5d98160.rlib" "/opt/rustwide/target/debug/deps/libnum-40c02d75b8f4456d.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-d638954e43e05d15.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-6f06a2f01512f241.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-cdbb2c93d82ff0aa.rlib" "/opt/rustwide/target/debug/deps/libspecs-ef86ea89bc7713d2.rlib" "/opt/rustwide/target/debug/deps/libtuple_utils-fd22c27255defd65.rlib" "/opt/rustwide/target/debug/deps/libshrev-9dbcd13b973acb6d.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-8118b3b9bf0eb5c7.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-bc7d3fcb3de65bb6.rlib" "/opt/rustwide/target/debug/deps/librand-3e40ec39e849298e.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-035a7cca35ab4fe6.rlib" "/opt/rustwide/target/debug/deps/libnonzero_signed-4512917e6c8c2528.rlib" "/opt/rustwide/target/debug/deps/liblog-696b516b1d667a61.rlib" "/opt/rustwide/target/debug/deps/libhibitset-d0073444f3a002a3.rlib" "/opt/rustwide/target/debug/deps/libatom-22834c3865bda43c.rlib" "/opt/rustwide/target/debug/deps/libfnv-37dc92b0673ee3ab.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam-91c5005f43a8ae90.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-93adaf551a9b6910.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-82126f71b2c94547.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-1cb051137ba3394c.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-1be80389c7af9db3.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-50f124d74910afeb.rlib" "/opt/rustwide/target/debug/deps/liblock_api-07660d64bd9f77f1.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-4f72de97adc34349.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-86b1307a95d38cfd.rlib" "/opt/rustwide/target/debug/deps/librand-28c05a498dfc0ce7.rlib" "/opt/rustwide/target/debug/deps/librand_core-2f0d0e4c6a7de570.rlib" "/opt/rustwide/target/debug/deps/librand_core-803546ca06a2d189.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-e6a25c973475fddd.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-44607004c5a6cbc2.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-1a99b12dc453eb92.rlib" "/opt/rustwide/target/debug/deps/libshred-deee86d37fcec8b2.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-1519b8991b160ce6.rlib" "/opt/rustwide/target/debug/deps/librayon-7cfcf761f80461ac.rlib" "/opt/rustwide/target/debug/deps/libeither-c582f986e56128e2.rlib" "/opt/rustwide/target/debug/deps/librayon_core-ea9230a60585732b.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-e2088c414fde51ef.rlib" "/opt/rustwide/target/debug/deps/liblibc-44fdcd0d6e0df899.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-bd74d52733e23771.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-b7ea0c58be5f22f9.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-35b70419fc3f560e.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-0771bbc32ad4bd2f.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-aa458f9196325be2.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-07d9cb8ee1548856.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-8729ece634ba6101.rlib" "/opt/rustwide/target/debug/deps/libmopa-a85d3c1c38eb6af8.rlib" "/opt/rustwide/target/debug/deps/libfxhash-5e0773135e2a37a9.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-0a365d08e7e185d9.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-99b910286831eded.rlib" "/opt/rustwide/target/debug/deps/libnodrop-2eb5aff8322c7e4b.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-d66e0ceb8eaec9b8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-9717ec0599b569a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-04369de9ba916647.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-997d622c2e4dbe5c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-0359c4288a5ef89f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-1b25ede22d698ab3.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-37940b486a68e488.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-06b77c27e794c7c6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4d07e02a8df36da1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-fb29e0695c0a0f79.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e16188b4cf97e8bb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5eb391c8dabdee77.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-b0689b528b222bee.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ed072ac495e62e7a.rlib" "-Wl,-Bdynamic" "-lSDL2" "-lSDL2_image" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lSDL2_image [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `game-dev`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "6461fdf899cd5fee0148799f74f2c13f8d0de64481e423f5b7623df7194a1159", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6461fdf899cd5fee0148799f74f2c13f8d0de64481e423f5b7623df7194a1159", kill_on_drop: false }` [INFO] [stdout] 6461fdf899cd5fee0148799f74f2c13f8d0de64481e423f5b7623df7194a1159