[INFO] updating cached repository aconbere/anders-gameboy-emulator [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/aconbere/anders-gameboy-emulator [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/aconbere/anders-gameboy-emulator" "work/ex/beta-1.38-1/sources/1.37.0/gh/aconbere/anders-gameboy-emulator"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/aconbere/anders-gameboy-emulator'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/aconbere/anders-gameboy-emulator" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/aconbere/anders-gameboy-emulator"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/aconbere/anders-gameboy-emulator'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 4c87381272b60c484de4984f1f989f88d99cc252 [INFO] sha for GitHub repo aconbere/anders-gameboy-emulator: 4c87381272b60c484de4984f1f989f88d99cc252 [INFO] validating manifest of aconbere/anders-gameboy-emulator 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 aconbere/anders-gameboy-emulator 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 aconbere/anders-gameboy-emulator [INFO] finished frobbing aconbere/anders-gameboy-emulator [INFO] frobbed toml for aconbere/anders-gameboy-emulator written to work/ex/beta-1.38-1/sources/1.37.0/gh/aconbere/anders-gameboy-emulator/Cargo.toml [INFO] started frobbing aconbere/anders-gameboy-emulator [INFO] finished frobbing aconbere/anders-gameboy-emulator [INFO] frobbed toml for aconbere/anders-gameboy-emulator written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/aconbere/anders-gameboy-emulator/Cargo.toml [INFO] crate aconbere/anders-gameboy-emulator 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 aconbere/anders-gameboy-emulator 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-4/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/aconbere/anders-gameboy-emulator:/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] 2a8829f05b5fcbdfaf3775641c8d841ce7ce5ede248c2ffbf97b8dbb8446d4d2 [INFO] running `"docker" "start" "-a" "2a8829f05b5fcbdfaf3775641c8d841ce7ce5ede248c2ffbf97b8dbb8446d4d2"` [INFO] [stderr] Compiling num-integer v0.1.38 [INFO] [stderr] Compiling sdl2-sys v0.31.0 [INFO] [stderr] Compiling rand v0.4.2 [INFO] [stderr] Compiling num-iter v0.1.37 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling rand v0.3.22 [INFO] [stderr] Compiling sdl2 v0.31.0 [INFO] [stderr] Compiling anders-gameboy-emulator v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/device/mod.rs:34:15 [INFO] [stderr] | [INFO] [stderr] 34 | 0x0000...0x00FF => Kind::RestartAndInterrupt, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/device/mod.rs:37:15 [INFO] [stderr] | [INFO] [stderr] 37 | 0x00FF...0x014F => Kind::CartridgeHeader, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/device/mod.rs:38:15 [INFO] [stderr] | [INFO] [stderr] 38 | 0x014F...0x3FFF => Kind::CartridgeROMBank0, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/device/mod.rs:39:15 [INFO] [stderr] | [INFO] [stderr] 39 | 0x3FFF...0x7FFF => Kind::CartridgeROMBank1, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/device/mod.rs:44:15 [INFO] [stderr] | [INFO] [stderr] 44 | 0x8000...0x8FFF => Kind::TileData1, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/device/mod.rs:45:15 [INFO] [stderr] | [INFO] [stderr] 45 | 0x8800...0x97FF => Kind::TileData2, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/device/mod.rs:46:15 [INFO] [stderr] | [INFO] [stderr] 46 | 0x9800...0x9BFF => Kind::TileMap1, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/device/mod.rs:47:15 [INFO] [stderr] | [INFO] [stderr] 47 | 0x9C00...0x9FFF => Kind::TileMap2, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/device/mod.rs:49:15 [INFO] [stderr] | [INFO] [stderr] 49 | 0xA000...0xBFFF => Kind::CartridgeRAM, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/device/mod.rs:52:15 [INFO] [stderr] | [INFO] [stderr] 52 | 0xC000...0xCFFF => Kind::InternalRAMBank0, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/device/mod.rs:53:15 [INFO] [stderr] | [INFO] [stderr] 53 | 0xD000...0xDFFF => Kind::InternalRAMBank1, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/device/mod.rs:55:15 [INFO] [stderr] | [INFO] [stderr] 55 | 0xE000...0xFDFF => Kind::EchoRAM, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/device/mod.rs:56:15 [INFO] [stderr] | [INFO] [stderr] 56 | 0xFE00...0xFE9F => Kind::ObjectAttributeMemory, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/device/mod.rs:57:15 [INFO] [stderr] | [INFO] [stderr] 57 | 0xFEA0...0xFEFF => Kind::UnusableMemory, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/device/mod.rs:58:15 [INFO] [stderr] | [INFO] [stderr] 58 | 0xFF00...0xFF7F => Kind::HardwareIORegisters, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/device/mod.rs:59:15 [INFO] [stderr] | [INFO] [stderr] 59 | 0xFF80...0xFFFE => Kind::ZeroPage, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/device/mod.rs:60:15 [INFO] [stderr] | [INFO] [stderr] 60 | 0xFFFF...0xFFFF => Kind::InterruptEnableFlag, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/device/mod.rs:61:9 [INFO] [stderr] | [INFO] [stderr] 61 | _ => panic!("WTF: address: {:X} isn't covered", address), [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `WindowTileSelect` [INFO] [stderr] --> src/device/hardware_io.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | WindowTileSelect, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `WindowDisplayEnable` [INFO] [stderr] --> src/device/hardware_io.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | WindowDisplayEnable, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `ObjectSize` [INFO] [stderr] --> src/device/hardware_io.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | ObjectSize, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `ObjectDisplayEnable` [INFO] [stderr] --> src/device/hardware_io.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | ObjectDisplayEnable, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `BackgroundDisplay` [INFO] [stderr] --> src/device/hardware_io.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | BackgroundDisplay, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: enum is never used: `LCDModes` [INFO] [stderr] --> src/device/hardware_io.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | pub enum LCDModes { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: enum is never used: `LCDStatusFlag` [INFO] [stderr] --> src/device/hardware_io.rs:60:1 [INFO] [stderr] | [INFO] [stderr] 60 | pub enum LCDStatusFlag { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_index` [INFO] [stderr] --> src/device/hardware_io.rs:70:5 [INFO] [stderr] | [INFO] [stderr] 70 | pub fn get_index(&self) -> u8 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `set_flag` [INFO] [stderr] --> src/device/hardware_io.rs:90:5 [INFO] [stderr] | [INFO] [stderr] 90 | pub fn set_flag(&mut self, f: LCDStatusFlag, t: bool) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_flag` [INFO] [stderr] --> src/device/hardware_io.rs:98:5 [INFO] [stderr] | [INFO] [stderr] 98 | pub fn get_flag(&self, f: LCDStatusFlag) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `flags` [INFO] [stderr] --> src/device/interrupt.rs:96:1 [INFO] [stderr] | [INFO] [stderr] 96 | pub fn flags(enabled: u8, requested: u8) -> Vec { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never used: `kind` [INFO] [stderr] --> src/device/tile_data.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | kind: TileDataKind, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `is_zero` [INFO] [stderr] --> src/tile.rs:35:5 [INFO] [stderr] | [INFO] [stderr] 35 | pub fn is_zero(&self) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: enum is never used: `LD8Args` [INFO] [stderr] --> src/instructions.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | pub enum LD8Args { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Mem` [INFO] [stderr] --> src/instructions.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | Mem(Registers16), [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `DAA` [INFO] [stderr] --> src/instructions.rs:89:5 [INFO] [stderr] | [INFO] [stderr] 89 | DAA, [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: enum is never used: `State` [INFO] [stderr] --> src/repl.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | pub enum State { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `Repl` [INFO] [stderr] --> src/repl.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub struct Repl { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `new` [INFO] [stderr] --> src/repl.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | pub fn new(state:State) -> Repl { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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/anders_gameboy_emulator-6e445e160a0442b4.anders_gameboy_emulator.513lyovv-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/anders_gameboy_emulator-6e445e160a0442b4.anders_gameboy_emulator.513lyovv-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/anders_gameboy_emulator-6e445e160a0442b4.anders_gameboy_emulator.513lyovv-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/anders_gameboy_emulator-6e445e160a0442b4.anders_gameboy_emulator.513lyovv-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/anders_gameboy_emulator-6e445e160a0442b4.anders_gameboy_emulator.513lyovv-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/anders_gameboy_emulator-6e445e160a0442b4.anders_gameboy_emulator.513lyovv-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/anders_gameboy_emulator-6e445e160a0442b4.anders_gameboy_emulator.513lyovv-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/anders_gameboy_emulator-6e445e160a0442b4.anders_gameboy_emulator.513lyovv-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/anders_gameboy_emulator-6e445e160a0442b4.anders_gameboy_emulator.513lyovv-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/anders_gameboy_emulator-6e445e160a0442b4.anders_gameboy_emulator.513lyovv-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/anders_gameboy_emulator-6e445e160a0442b4.anders_gameboy_emulator.513lyovv-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/anders_gameboy_emulator-6e445e160a0442b4.anders_gameboy_emulator.513lyovv-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/anders_gameboy_emulator-6e445e160a0442b4.anders_gameboy_emulator.513lyovv-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/anders_gameboy_emulator-6e445e160a0442b4.anders_gameboy_emulator.513lyovv-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/anders_gameboy_emulator-6e445e160a0442b4.anders_gameboy_emulator.513lyovv-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/anders_gameboy_emulator-6e445e160a0442b4.anders_gameboy_emulator.513lyovv-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/anders_gameboy_emulator-6e445e160a0442b4" "/opt/crater/target/debug/deps/anders_gameboy_emulator-6e445e160a0442b4.2ax03w8m7udjfqc1.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/libclap-962adbe4929c8392.rlib" "/opt/crater/target/debug/deps/libvec_map-dfe47d7ef870925b.rlib" "/opt/crater/target/debug/deps/libtextwrap-552a4fc03518be30.rlib" "/opt/crater/target/debug/deps/libunicode_width-be270ae5acdefae2.rlib" "/opt/crater/target/debug/deps/libstrsim-323d74444d0cce8b.rlib" "/opt/crater/target/debug/deps/libbitflags-9f040734986e226a.rlib" "/opt/crater/target/debug/deps/libatty-e3dd9120a51b484b.rlib" "/opt/crater/target/debug/deps/libansi_term-8091014737d4fb0a.rlib" "/opt/crater/target/debug/deps/libsdl2-dc131c14ddb50d94.rlib" "/opt/crater/target/debug/deps/librand-bb150016b536a6ed.rlib" "/opt/crater/target/debug/deps/librand-8aabafb077b32774.rlib" "/opt/crater/target/debug/deps/libsdl2_sys-6dc8e507df922eea.rlib" "/opt/crater/target/debug/deps/libbitflags-b03ee8d07369378c.rlib" "/opt/crater/target/debug/deps/liblazy_static-8e8f275d3efea5b8.rlib" "/opt/crater/target/debug/deps/liblibc-9543c9559dc5df0d.rlib" "/opt/crater/target/debug/deps/libnum-886c2375e9beba79.rlib" "/opt/crater/target/debug/deps/libnum_iter-d7a3cfbb0f97114c.rlib" "/opt/crater/target/debug/deps/libnum_integer-b5cdd5f0bcb9a025.rlib" "/opt/crater/target/debug/deps/libnum_traits-21fe451f10806df6.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" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lSDL2_ttf [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 `anders-gameboy-emulator`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "2a8829f05b5fcbdfaf3775641c8d841ce7ce5ede248c2ffbf97b8dbb8446d4d2"` [INFO] running `"docker" "rm" "-f" "2a8829f05b5fcbdfaf3775641c8d841ce7ce5ede248c2ffbf97b8dbb8446d4d2"` [INFO] [stdout] 2a8829f05b5fcbdfaf3775641c8d841ce7ce5ede248c2ffbf97b8dbb8446d4d2