[INFO] updating cached repository https://github.com/Crazy-Owl/hungry-pixel-rs [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/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] 4a10257d4da69c11e3ae2fb20fc02ebf50e2164f [INFO] testing Crazy-Owl/hungry-pixel-rs against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FCrazy-Owl%2Fhungry-pixel-rs" "work/builds/worker-9/source"` [INFO] [stderr] Cloning into 'work/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Crazy-Owl/hungry-pixel-rs on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Crazy-Owl/hungry-pixel-rs [INFO] finished tweaking git repo https://github.com/Crazy-Owl/hungry-pixel-rs [INFO] tweaked toml for git repo https://github.com/Crazy-Owl/hungry-pixel-rs written to work/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/Crazy-Owl/hungry-pixel-rs already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 76d712ab66fe57670318e2378a94a5c02584f16c30ff2824a074a4e7f254ebc1 [INFO] running `"docker" "start" "-a" "76d712ab66fe57670318e2378a94a5c02584f16c30ff2824a074a4e7f254ebc1"` [INFO] [stderr] Compiling sdl2-sys v0.27.2 (https://github.com/AngryLawyer/rust-sdl2#5d8c8632) [INFO] [stderr] Compiling sdl2 v0.29.0 (https://github.com/AngryLawyer/rust-sdl2#5d8c8632) [INFO] [stderr] Compiling hungry-pixel-rs v1.0.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/engine/mod.rs:44:31 [INFO] [stderr] | [INFO] [stderr] 44 | pub states_stack: Vec>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn StateT` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/game/state/pixel.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / lazy_static! { [INFO] [stderr] 15 | | pub static ref MOVEMENT_MAPPING: Mutex> = { [INFO] [stderr] 16 | | let mut hm = HashMap::new(); [INFO] [stderr] 17 | | // TODO: do something with these invocations, probably a macro use? [INFO] [stderr] ... | [INFO] [stderr] 23 | | }; [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/game/state/pixel.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / lazy_static! { [INFO] [stderr] 15 | | pub static ref MOVEMENT_MAPPING: Mutex> = { [INFO] [stderr] 16 | | let mut hm = HashMap::new(); [INFO] [stderr] 17 | | // TODO: do something with these invocations, probably a macro use? [INFO] [stderr] ... | [INFO] [stderr] 23 | | }; [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [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/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/hungry_pixel_rs-a4cb5a83be0fb5e3.hungry_pixel_rs.3iqddz26-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/hungry_pixel_rs-a4cb5a83be0fb5e3.hungry_pixel_rs.3iqddz26-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/hungry_pixel_rs-a4cb5a83be0fb5e3.hungry_pixel_rs.3iqddz26-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/hungry_pixel_rs-a4cb5a83be0fb5e3.hungry_pixel_rs.3iqddz26-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/hungry_pixel_rs-a4cb5a83be0fb5e3.hungry_pixel_rs.3iqddz26-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/hungry_pixel_rs-a4cb5a83be0fb5e3.hungry_pixel_rs.3iqddz26-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/hungry_pixel_rs-a4cb5a83be0fb5e3.hungry_pixel_rs.3iqddz26-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/hungry_pixel_rs-a4cb5a83be0fb5e3.hungry_pixel_rs.3iqddz26-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/hungry_pixel_rs-a4cb5a83be0fb5e3.hungry_pixel_rs.3iqddz26-cgu.8.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/hungry_pixel_rs-a4cb5a83be0fb5e3" "/opt/rustwide/target/debug/deps/hungry_pixel_rs-a4cb5a83be0fb5e3.30g81lk2q6049x4p.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libhungry_pixel_rs-7cdea3384511c13d.rlib" "/opt/rustwide/target/debug/deps/libsdl2-e5c015445622db26.rlib" "/opt/rustwide/target/debug/deps/librand-09ffa3a02f8e050e.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-b6e1778928451e99.rlib" "/opt/rustwide/target/debug/deps/libbitflags-cfca1255836e7478.rlib" "/opt/rustwide/target/debug/deps/liblibc-c6fe708e66610df7.rlib" "/opt/rustwide/target/debug/deps/libnum-802a859da2860177.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-6545af337561e069.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-8fb6afb409aee759.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-bfd91076d5db9145.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-e7342ac075278d29.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-db812c66f862af4c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e7871a21575d5ff7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-2f2c581bc0d759e6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-35731cabc05dc8a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-36477394541292db.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-8b706b170c1272d8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-801dbb3043ccf581.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-a32aa66ce6f72b21.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d00ea3bfb2bb6c00.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d2c6ebe88c3e113c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-df74f62f6bb60621.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2170473575daeedb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1a08089bbddc4f51.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f8f562e5472ad5c3.rlib" "-Wl,-Bdynamic" "-lSDL2_ttf" "-lSDL2_image" "-lSDL2" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-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 [INFO] [stderr] [INFO] [stderr] error: could not compile `hungry-pixel-rs`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "76d712ab66fe57670318e2378a94a5c02584f16c30ff2824a074a4e7f254ebc1"` [INFO] running `"docker" "rm" "-f" "76d712ab66fe57670318e2378a94a5c02584f16c30ff2824a074a4e7f254ebc1"` [INFO] [stdout] 76d712ab66fe57670318e2378a94a5c02584f16c30ff2824a074a4e7f254ebc1