[INFO] updating cached repository chrisbutcher/gameboy [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/chrisbutcher/gameboy [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/chrisbutcher/gameboy" "work/ex/beta-1.38-1/sources/1.37.0/gh/chrisbutcher/gameboy"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/chrisbutcher/gameboy'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/chrisbutcher/gameboy" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/chrisbutcher/gameboy"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/chrisbutcher/gameboy'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ac1093be588df5877f95b9af50a5bb970b788c08 [INFO] sha for GitHub repo chrisbutcher/gameboy: ac1093be588df5877f95b9af50a5bb970b788c08 [INFO] validating manifest of chrisbutcher/gameboy 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 chrisbutcher/gameboy 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 chrisbutcher/gameboy [INFO] finished frobbing chrisbutcher/gameboy [INFO] frobbed toml for chrisbutcher/gameboy written to work/ex/beta-1.38-1/sources/1.37.0/gh/chrisbutcher/gameboy/Cargo.toml [INFO] started frobbing chrisbutcher/gameboy [INFO] finished frobbing chrisbutcher/gameboy [INFO] frobbed toml for chrisbutcher/gameboy written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/chrisbutcher/gameboy/Cargo.toml [INFO] crate chrisbutcher/gameboy 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 chrisbutcher/gameboy 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-0/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/chrisbutcher/gameboy:/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] 882f818933b06b73f457a0f194d4d97265a7fc9dcc911c05f934cb17ee10a450 [INFO] running `"docker" "start" "-a" "882f818933b06b73f457a0f194d4d97265a7fc9dcc911c05f934cb17ee10a450"` [INFO] [stderr] Compiling lazy_static v0.2.4 [INFO] [stderr] Compiling gameboy v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Compiling sdl2-sys v0.31.0 [INFO] [stderr] Compiling num-integer v0.1.33 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling term_size v0.3.0 [INFO] [stderr] Compiling atty v0.2.2 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling textwrap v0.6.0 [INFO] [stderr] Compiling num-iter v0.1.33 [INFO] [stderr] Compiling num v0.1.37 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling clap v2.25.0 [INFO] [stderr] Compiling sdl2 v0.31.0 [INFO] [stderr] Compiling env_logger v0.3.5 [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/mmu.rs:87:13 [INFO] [stderr] | [INFO] [stderr] 87 | 0x0000...0x7FFF => { [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/mmu.rs:90:13 [INFO] [stderr] | [INFO] [stderr] 90 | 0x8000...0x9FFF => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/mmu.rs:93:13 [INFO] [stderr] | [INFO] [stderr] 93 | 0xA000...0xBFFF => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/mmu.rs:96:13 [INFO] [stderr] | [INFO] [stderr] 96 | 0xC000...0xDFFF => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/mmu.rs:99:13 [INFO] [stderr] | [INFO] [stderr] 99 | 0xE000...0xFDFF => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/mmu.rs:102:13 [INFO] [stderr] | [INFO] [stderr] 102 | 0xFE00...0xFE9F => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/mmu.rs:108:13 [INFO] [stderr] | [INFO] [stderr] 108 | 0xFF04...0xFF07 => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/mmu.rs:111:13 [INFO] [stderr] | [INFO] [stderr] 111 | 0xFF01...0xFF0E => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/mmu.rs:117:13 [INFO] [stderr] | [INFO] [stderr] 117 | 0xFF10...0xFF3F => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/mmu.rs:120:20 [INFO] [stderr] | [INFO] [stderr] 120 | addr @ 0xFF40...0xFF7F => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/mmu.rs:122:17 [INFO] [stderr] | [INFO] [stderr] 122 | 0xFF40...0xFF7F => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/mmu.rs:129:13 [INFO] [stderr] | [INFO] [stderr] 129 | 0xFF80...0xFFFE => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/mmu.rs:145:13 [INFO] [stderr] | [INFO] [stderr] 145 | 0x0000...0x7FFF => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/mmu.rs:147:13 [INFO] [stderr] | [INFO] [stderr] 147 | 0x8000...0x9FFF => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/mmu.rs:155:13 [INFO] [stderr] | [INFO] [stderr] 155 | 0xA000...0xBFFF => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/mmu.rs:158:13 [INFO] [stderr] | [INFO] [stderr] 158 | 0xC000...0xDFFF => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/mmu.rs:161:13 [INFO] [stderr] | [INFO] [stderr] 161 | 0xE000...0xFDFF => self.write(address - 0xC000 - 0x2000, data), // ECHO work ram [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/mmu.rs:162:13 [INFO] [stderr] | [INFO] [stderr] 162 | 0xFE00...0xFE9F => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/mmu.rs:170:13 [INFO] [stderr] | [INFO] [stderr] 170 | 0xFEA0...0xFEFF => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/mmu.rs:175:13 [INFO] [stderr] | [INFO] [stderr] 175 | 0xFF04...0xFF07 => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/mmu.rs:178:13 [INFO] [stderr] | [INFO] [stderr] 178 | 0xFF01...0xFF0E => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/mmu.rs:184:13 [INFO] [stderr] | [INFO] [stderr] 184 | 0xFF10...0xFF3F => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/mmu.rs:187:13 [INFO] [stderr] | [INFO] [stderr] 187 | 0xFF40...0xFF45 | 0xFF47...0xFF7F => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/mmu.rs:187:31 [INFO] [stderr] | [INFO] [stderr] 187 | 0xFF40...0xFF45 | 0xFF47...0xFF7F => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/mmu.rs:197:13 [INFO] [stderr] | [INFO] [stderr] 197 | 0xFF80...0xFFFE => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/cpu/mod.rs:1615:7 [INFO] [stderr] | [INFO] [stderr] 1615 | _ => self.explode(format!("Unexpected CB opcode: {:#X}", opcode)), [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/cpu/opcode_cycles.rs:260:5 [INFO] [stderr] | [INFO] [stderr] 260 | _ => panic!("Unexpected opcode: {:#X}", opcode), [INFO] [stderr] | ^ [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/cpu/opcode_cycles.rs:522:5 [INFO] [stderr] | [INFO] [stderr] 522 | _ => panic!("Unexpected opcode: {:#X}", opcode), [INFO] [stderr] | ^ [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/mmu.rs:203:7 [INFO] [stderr] | [INFO] [stderr] 203 | _ => { [INFO] [stderr] | ^ [INFO] [stderr] [INFO] [stderr] warning: unused return value of `core::num::::wrapping_sub` that must be used [INFO] [stderr] --> src/gb.rs:46:5 [INFO] [stderr] | [INFO] [stderr] 46 | cycles_this_frame.wrapping_sub(cycles_per_frame); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this returns the result of the operation, without modifying the original [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/gameboy-b08a47a359c37143.gameboy.2uskxtwp-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/gameboy-b08a47a359c37143.gameboy.2uskxtwp-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/gameboy-b08a47a359c37143.gameboy.2uskxtwp-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/gameboy-b08a47a359c37143.gameboy.2uskxtwp-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/gameboy-b08a47a359c37143.gameboy.2uskxtwp-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/gameboy-b08a47a359c37143.gameboy.2uskxtwp-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/gameboy-b08a47a359c37143.gameboy.2uskxtwp-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/gameboy-b08a47a359c37143.gameboy.2uskxtwp-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/gameboy-b08a47a359c37143.gameboy.2uskxtwp-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/gameboy-b08a47a359c37143.gameboy.2uskxtwp-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/gameboy-b08a47a359c37143.gameboy.2uskxtwp-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/gameboy-b08a47a359c37143.gameboy.2uskxtwp-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/gameboy-b08a47a359c37143.gameboy.2uskxtwp-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/gameboy-b08a47a359c37143.gameboy.2uskxtwp-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/gameboy-b08a47a359c37143.gameboy.2uskxtwp-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/gameboy-b08a47a359c37143.gameboy.2uskxtwp-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/gameboy-b08a47a359c37143" "/opt/crater/target/debug/deps/gameboy-b08a47a359c37143.34riwh30q0irjxn8.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/libsdl2-c7c6d0d955c60c5e.rlib" "/opt/crater/target/debug/deps/librand-5401a7eebf03def5.rlib" "/opt/crater/target/debug/deps/libsdl2_sys-6ec9d610426acc19.rlib" "/opt/crater/target/debug/deps/libbitflags-b03ee8d07369378c.rlib" "/opt/crater/target/debug/deps/liblazy_static-ede88ad68019cb5e.rlib" "/opt/crater/target/debug/deps/libnum-06417c22761cd433.rlib" "/opt/crater/target/debug/deps/libnum_iter-3653dd18f1235316.rlib" "/opt/crater/target/debug/deps/libnum_integer-649ad51fd5b12af5.rlib" "/opt/crater/target/debug/deps/libnum_traits-90aaff30512310e9.rlib" "/opt/crater/target/debug/deps/libenv_logger-1ffa8e356f7d8417.rlib" "/opt/crater/target/debug/deps/libregex-980badff36154f83.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-f03f24c2204694fb.rlib" "/opt/crater/target/debug/deps/libregex_syntax-e4e7cc24efed9736.rlib" "/opt/crater/target/debug/deps/libthread_local-fdb5e6be7dc9f540.rlib" "/opt/crater/target/debug/deps/libthread_id-94515a0fca0c9d78.rlib" "/opt/crater/target/debug/deps/libaho_corasick-35cd3b644ba04972.rlib" "/opt/crater/target/debug/deps/libmemchr-bf8b89d8dc522616.rlib" "/opt/crater/target/debug/deps/liblog-f86f92691b4ababd.rlib" "/opt/crater/target/debug/deps/libtime-1184ae21d60929f9.rlib" "/opt/crater/target/debug/deps/libclap-607530bd3409c380.rlib" "/opt/crater/target/debug/deps/libatty-ad36fbd31b5ebb1d.rlib" "/opt/crater/target/debug/deps/libunicode_segmentation-996128590d4992de.rlib" "/opt/crater/target/debug/deps/libtextwrap-92af0934718a3f6b.rlib" "/opt/crater/target/debug/deps/libterm_size-df574ac7acd9408d.rlib" "/opt/crater/target/debug/deps/liblibc-5387475aa5c42d2b.rlib" "/opt/crater/target/debug/deps/libvec_map-2c2ebfa375d911dc.rlib" "/opt/crater/target/debug/deps/libbitflags-87aacccedafc3e9f.rlib" "/opt/crater/target/debug/deps/libunicode_width-a2596a57a5d82eb6.rlib" "/opt/crater/target/debug/deps/libansi_term-96a43f38fb74107f.rlib" "/opt/crater/target/debug/deps/libstrsim-1f97e786376c3bf3.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_image" "-lSDL2" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /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 `gameboy`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "882f818933b06b73f457a0f194d4d97265a7fc9dcc911c05f934cb17ee10a450"` [INFO] running `"docker" "rm" "-f" "882f818933b06b73f457a0f194d4d97265a7fc9dcc911c05f934cb17ee10a450"` [INFO] [stdout] 882f818933b06b73f457a0f194d4d97265a7fc9dcc911c05f934cb17ee10a450