[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.37-6/sources/1.36.0/gh/chrisbutcher/gameboy"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/chrisbutcher/gameboy'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/chrisbutcher/gameboy" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/chrisbutcher/gameboy"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/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.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of chrisbutcher/gameboy on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "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.37-6/sources/1.36.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.37-6/sources/beta-2019-07-23/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.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing chrisbutcher/gameboy against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/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-07-23" "build" "--frozen"` [INFO] [stdout] 013b29372ed267b40ecb5bd06c1aeeea2123cceb15516d7a289748cc787033de [INFO] running `"docker" "start" "-a" "013b29372ed267b40ecb5bd06c1aeeea2123cceb15516d7a289748cc787033de"` [INFO] [stderr] Compiling gameboy v0.1.0 (/opt/crater/workdir) [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 num v0.1.37 [INFO] [stderr] Compiling sdl2 v0.31.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 clap v2.25.0 [INFO] [stderr] Compiling regex v0.1.80 [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-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/gameboy-d8622a785d46654a.gameboy.97f8jtol-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/gameboy-d8622a785d46654a.gameboy.97f8jtol-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/gameboy-d8622a785d46654a.gameboy.97f8jtol-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/gameboy-d8622a785d46654a.gameboy.97f8jtol-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/gameboy-d8622a785d46654a.gameboy.97f8jtol-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/gameboy-d8622a785d46654a.gameboy.97f8jtol-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/gameboy-d8622a785d46654a.gameboy.97f8jtol-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/gameboy-d8622a785d46654a.gameboy.97f8jtol-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/gameboy-d8622a785d46654a.gameboy.97f8jtol-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/gameboy-d8622a785d46654a.gameboy.97f8jtol-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/gameboy-d8622a785d46654a.gameboy.97f8jtol-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/gameboy-d8622a785d46654a.gameboy.97f8jtol-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/gameboy-d8622a785d46654a.gameboy.97f8jtol-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/gameboy-d8622a785d46654a.gameboy.97f8jtol-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/gameboy-d8622a785d46654a.gameboy.97f8jtol-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/gameboy-d8622a785d46654a.gameboy.97f8jtol-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/gameboy-d8622a785d46654a" "/opt/crater/target/debug/deps/gameboy-d8622a785d46654a.45mua7brzj348tgn.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-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libsdl2-71b2f00bb59e3438.rlib" "/opt/crater/target/debug/deps/librand-7308ae73a954cef6.rlib" "/opt/crater/target/debug/deps/libsdl2_sys-dae122f2b869a333.rlib" "/opt/crater/target/debug/deps/libbitflags-e424d0a7dda42873.rlib" "/opt/crater/target/debug/deps/liblazy_static-92eccc1cdf1a3473.rlib" "/opt/crater/target/debug/deps/libnum-9d53740b88f710d6.rlib" "/opt/crater/target/debug/deps/libnum_iter-b9761cec442e5055.rlib" "/opt/crater/target/debug/deps/libnum_integer-4eb4661723db5e22.rlib" "/opt/crater/target/debug/deps/libnum_traits-4937ae292242ae6b.rlib" "/opt/crater/target/debug/deps/libenv_logger-7fb7a58c0b4a4aac.rlib" "/opt/crater/target/debug/deps/libregex-8aba278f1f8cc67a.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-02a9ee482eb041c6.rlib" "/opt/crater/target/debug/deps/libregex_syntax-a5eed8ba2f170ebb.rlib" "/opt/crater/target/debug/deps/libthread_local-e6cdf39609606be3.rlib" "/opt/crater/target/debug/deps/libthread_id-a658e94b2ad7fe83.rlib" "/opt/crater/target/debug/deps/libaho_corasick-2b5d88fd73ae1e27.rlib" "/opt/crater/target/debug/deps/libmemchr-f32f03d9f057e62b.rlib" "/opt/crater/target/debug/deps/liblog-bc9d51df88434be4.rlib" "/opt/crater/target/debug/deps/libtime-4e0d0acb537ef45e.rlib" "/opt/crater/target/debug/deps/libclap-e4735c210b8d7340.rlib" "/opt/crater/target/debug/deps/libatty-63afa81eedfc892a.rlib" "/opt/crater/target/debug/deps/libunicode_segmentation-6f6373e33ba332e9.rlib" "/opt/crater/target/debug/deps/libtextwrap-8fec56fb07782e21.rlib" "/opt/crater/target/debug/deps/libterm_size-9633e982778e5390.rlib" "/opt/crater/target/debug/deps/liblibc-3e8a307d81baba4b.rlib" "/opt/crater/target/debug/deps/libvec_map-28d381902bbfbe40.rlib" "/opt/crater/target/debug/deps/libbitflags-3e0496368fb8d844.rlib" "/opt/crater/target/debug/deps/libunicode_width-9160dad23804e44f.rlib" "/opt/crater/target/debug/deps/libansi_term-fcb9211d64d6a652.rlib" "/opt/crater/target/debug/deps/libstrsim-a3e581aa39d667e4.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.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" "013b29372ed267b40ecb5bd06c1aeeea2123cceb15516d7a289748cc787033de"` [INFO] running `"docker" "rm" "-f" "013b29372ed267b40ecb5bd06c1aeeea2123cceb15516d7a289748cc787033de"` [INFO] [stdout] 013b29372ed267b40ecb5bd06c1aeeea2123cceb15516d7a289748cc787033de