[INFO] updating cached repository Crazy-Owl/hungry-pixel-rs [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Crazy-Owl/hungry-pixel-rs [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Crazy-Owl/hungry-pixel-rs" "work/ex/beta-1.38-1/sources/1.37.0/gh/Crazy-Owl/hungry-pixel-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/Crazy-Owl/hungry-pixel-rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Crazy-Owl/hungry-pixel-rs" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Crazy-Owl/hungry-pixel-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Crazy-Owl/hungry-pixel-rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 4a10257d4da69c11e3ae2fb20fc02ebf50e2164f [INFO] sha for GitHub repo Crazy-Owl/hungry-pixel-rs: 4a10257d4da69c11e3ae2fb20fc02ebf50e2164f [INFO] validating manifest of Crazy-Owl/hungry-pixel-rs on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of Crazy-Owl/hungry-pixel-rs on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing Crazy-Owl/hungry-pixel-rs [INFO] finished frobbing Crazy-Owl/hungry-pixel-rs [INFO] frobbed toml for Crazy-Owl/hungry-pixel-rs written to work/ex/beta-1.38-1/sources/1.37.0/gh/Crazy-Owl/hungry-pixel-rs/Cargo.toml [INFO] started frobbing Crazy-Owl/hungry-pixel-rs [INFO] finished frobbing Crazy-Owl/hungry-pixel-rs [INFO] frobbed toml for Crazy-Owl/hungry-pixel-rs written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Crazy-Owl/hungry-pixel-rs/Cargo.toml [INFO] crate Crazy-Owl/hungry-pixel-rs already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing Crazy-Owl/hungry-pixel-rs against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Crazy-Owl/hungry-pixel-rs:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 190c2bef7219e633032380d214bc87c604444eddd6a262a646a5d0aeeb30905e [INFO] running `"docker" "start" "-a" "190c2bef7219e633032380d214bc87c604444eddd6a262a646a5d0aeeb30905e"` [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/crater/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/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/hungry_pixel_rs-2920a6ea6b6f447b.hungry_pixel_rs.8oqdvb9o-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/hungry_pixel_rs-2920a6ea6b6f447b.hungry_pixel_rs.8oqdvb9o-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/hungry_pixel_rs-2920a6ea6b6f447b.hungry_pixel_rs.8oqdvb9o-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/hungry_pixel_rs-2920a6ea6b6f447b.hungry_pixel_rs.8oqdvb9o-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/hungry_pixel_rs-2920a6ea6b6f447b.hungry_pixel_rs.8oqdvb9o-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/hungry_pixel_rs-2920a6ea6b6f447b.hungry_pixel_rs.8oqdvb9o-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/hungry_pixel_rs-2920a6ea6b6f447b.hungry_pixel_rs.8oqdvb9o-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/hungry_pixel_rs-2920a6ea6b6f447b.hungry_pixel_rs.8oqdvb9o-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/hungry_pixel_rs-2920a6ea6b6f447b.hungry_pixel_rs.8oqdvb9o-cgu.8.rcgu.o" "-o" "/opt/crater/target/debug/deps/hungry_pixel_rs-2920a6ea6b6f447b" "/opt/crater/target/debug/deps/hungry_pixel_rs-2920a6ea6b6f447b.2xji6pq1j1kp1742.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libhungry_pixel_rs-f83a59f0fd0630c1.rlib" "/opt/crater/target/debug/deps/libsdl2-54b9abcc14a53d77.rlib" "/opt/crater/target/debug/deps/librand-5401a7eebf03def5.rlib" "/opt/crater/target/debug/deps/libsdl2_sys-6038bdb0724fe17c.rlib" "/opt/crater/target/debug/deps/libbitflags-b03ee8d07369378c.rlib" "/opt/crater/target/debug/deps/liblibc-5387475aa5c42d2b.rlib" "/opt/crater/target/debug/deps/libnum-21583d9e0585b1d1.rlib" "/opt/crater/target/debug/deps/libnum_iter-0c80d544ba1f8bd7.rlib" "/opt/crater/target/debug/deps/libnum_integer-4739295d8bcfef2e.rlib" "/opt/crater/target/debug/deps/libnum_traits-cf072775152a8823.rlib" "/opt/crater/target/debug/deps/liblazy_static-5b3a6350224c4bac.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.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" "190c2bef7219e633032380d214bc87c604444eddd6a262a646a5d0aeeb30905e"` [INFO] running `"docker" "rm" "-f" "190c2bef7219e633032380d214bc87c604444eddd6a262a646a5d0aeeb30905e"` [INFO] [stdout] 190c2bef7219e633032380d214bc87c604444eddd6a262a646a5d0aeeb30905e