[INFO] updating cached repository cosarara/rustgb [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/cosarara/rustgb [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/cosarara/rustgb" "work/ex/beta-1.38-1/sources/1.37.0/gh/cosarara/rustgb"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/cosarara/rustgb'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/cosarara/rustgb" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/cosarara/rustgb"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/cosarara/rustgb'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 00cc099de799d258fff4a799604116ac42cd511d [INFO] sha for GitHub repo cosarara/rustgb: 00cc099de799d258fff4a799604116ac42cd511d [INFO] validating manifest of cosarara/rustgb 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 cosarara/rustgb 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 cosarara/rustgb [INFO] finished frobbing cosarara/rustgb [INFO] frobbed toml for cosarara/rustgb written to work/ex/beta-1.38-1/sources/1.37.0/gh/cosarara/rustgb/Cargo.toml [INFO] started frobbing cosarara/rustgb [INFO] finished frobbing cosarara/rustgb [INFO] frobbed toml for cosarara/rustgb written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/cosarara/rustgb/Cargo.toml [INFO] crate cosarara/rustgb 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] [stderr] Blocking waiting for file lock on package cache [INFO] testing cosarara/rustgb 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/cosarara/rustgb:/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] 4fd83d02b5adb0b2a2101cb490b710c28ca209b5b60d4f7c127c4b520729f82a [INFO] running `"docker" "start" "-a" "4fd83d02b5adb0b2a2101cb490b710c28ca209b5b60d4f7c127c4b520729f82a"` [INFO] [stderr] Compiling num-integer v0.1.38 [INFO] [stderr] Compiling time v0.1.40 (https://github.com/rust-lang/time.git#e313afbd) [INFO] [stderr] Compiling num-complex v0.1.43 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling num-iter v0.1.37 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling sdl v0.3.6 (https://github.com/brson/rust-sdl.git#78bd0e74) [INFO] [stderr] Compiling rustgb v0.0.1 (/opt/crater/workdir) [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/cpu.rs:157:26 [INFO] [stderr] | [INFO] [stderr] 157 | self.set_hc_flag(((f&0xF) < (a&0xF))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/cpu.rs:177:26 [INFO] [stderr] | [INFO] [stderr] 177 | self.set_hc_flag(((a&0xF) < (f&0xF))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/cpu.rs:585:17 [INFO] [stderr] | [INFO] [stderr] 585 | 0x40...0xBF => { [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/cpu.rs:598:25 [INFO] [stderr] | [INFO] [stderr] 598 | 0x40...0x47 => self.regs.bc.set_high(b), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/cpu.rs:599:25 [INFO] [stderr] | [INFO] [stderr] 599 | 0x48...0x4F => self.regs.bc.set_low(b), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/cpu.rs:600:25 [INFO] [stderr] | [INFO] [stderr] 600 | 0x50...0x57 => self.regs.de.set_high(b), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/cpu.rs:601:25 [INFO] [stderr] | [INFO] [stderr] 601 | 0x58...0x5F => self.regs.de.set_low(b), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/cpu.rs:602:25 [INFO] [stderr] | [INFO] [stderr] 602 | 0x60...0x67 => self.regs.hl.set_high(b), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/cpu.rs:603:25 [INFO] [stderr] | [INFO] [stderr] 603 | 0x68...0x6F => self.regs.hl.set_low(b), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/cpu.rs:604:25 [INFO] [stderr] | [INFO] [stderr] 604 | 0x70...0x77 => if op == 0x76 { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/cpu.rs:615:25 [INFO] [stderr] | [INFO] [stderr] 615 | 0x78...0x7F => self.regs.af.set_high(b), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/cpu.rs:616:25 [INFO] [stderr] | [INFO] [stderr] 616 | 0x80...0x87 => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/cpu.rs:619:25 [INFO] [stderr] | [INFO] [stderr] 619 | 0x88...0x8F => self.adc(b), //ADC [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/cpu.rs:620:25 [INFO] [stderr] | [INFO] [stderr] 620 | 0x90...0x97 => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/cpu.rs:623:25 [INFO] [stderr] | [INFO] [stderr] 623 | 0x98...0x9F => self.sbc(b), //SBC [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/cpu.rs:624:25 [INFO] [stderr] | [INFO] [stderr] 624 | 0xA0...0xA7 => {self.and(b)} [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/cpu.rs:625:25 [INFO] [stderr] | [INFO] [stderr] 625 | 0xA8...0xAF => {self.xor(b)} [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/cpu.rs:626:25 [INFO] [stderr] | [INFO] [stderr] 626 | 0xB0...0xB7 => {self.or(b)} [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/cpu.rs:627:25 [INFO] [stderr] | [INFO] [stderr] 627 | 0xB8...0xBF => {self.cp(b)} [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/mem.rs:35:16 [INFO] [stderr] | [INFO] [stderr] 35 | 0x1...0x3 => 1, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/mem.rs:36:16 [INFO] [stderr] | [INFO] [stderr] 36 | 0x5...0x6 => 2, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/mem.rs:37:16 [INFO] [stderr] | [INFO] [stderr] 37 | 0x8...0x9 => 0, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/mem.rs:38:16 [INFO] [stderr] | [INFO] [stderr] 38 | 0xB...0xD => panic!("Cart type not supported: 0x{:X} (mmm)", rom[0x147]), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/mem.rs:39:16 [INFO] [stderr] | [INFO] [stderr] 39 | 0xF...0x13 => 3, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/mem.rs:40:17 [INFO] [stderr] | [INFO] [stderr] 40 | 0x15...0x17 => 4, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/mem.rs:41:17 [INFO] [stderr] | [INFO] [stderr] 41 | 0x19...0x1E => 5, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [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/rustgb-d2321b603e53bd27.rustgb.9t7vwvqh-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/rustgb-d2321b603e53bd27.rustgb.9t7vwvqh-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/rustgb-d2321b603e53bd27.rustgb.9t7vwvqh-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/rustgb-d2321b603e53bd27.rustgb.9t7vwvqh-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/rustgb-d2321b603e53bd27.rustgb.9t7vwvqh-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/rustgb-d2321b603e53bd27.rustgb.9t7vwvqh-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/rustgb-d2321b603e53bd27.rustgb.9t7vwvqh-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/rustgb-d2321b603e53bd27.rustgb.9t7vwvqh-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/rustgb-d2321b603e53bd27.rustgb.9t7vwvqh-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/rustgb-d2321b603e53bd27.rustgb.9t7vwvqh-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/rustgb-d2321b603e53bd27.rustgb.9t7vwvqh-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/rustgb-d2321b603e53bd27.rustgb.9t7vwvqh-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/rustgb-d2321b603e53bd27.rustgb.9t7vwvqh-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/rustgb-d2321b603e53bd27.rustgb.9t7vwvqh-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/rustgb-d2321b603e53bd27.rustgb.9t7vwvqh-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/rustgb-d2321b603e53bd27.rustgb.9t7vwvqh-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/rustgb-d2321b603e53bd27" "/opt/crater/target/debug/deps/rustgb-d2321b603e53bd27.osu57t12fu41lki.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/libgetopts-4e1c81112cf14e41.rlib" "/opt/crater/target/debug/deps/libtime-cc80172c1d770a98.rlib" "/opt/crater/target/debug/deps/libsdl-8235aeb18cf212b5.rlib" "/opt/crater/target/debug/deps/libnum-4ea320037c9959a7.rlib" "/opt/crater/target/debug/deps/libnum_rational-ab277c61d78e206d.rlib" "/opt/crater/target/debug/deps/libnum_bigint-dcc5edd1fcaa89f5.rlib" "/opt/crater/target/debug/deps/libnum_complex-cfb6abb62956e0e9.rlib" "/opt/crater/target/debug/deps/librustc_serialize-fc0a027b4489f806.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" "/opt/crater/target/debug/deps/librand-bb150016b536a6ed.rlib" "/opt/crater/target/debug/deps/librand-8aabafb077b32774.rlib" "/opt/crater/target/debug/deps/liblibc-9543c9559dc5df0d.rlib" "/opt/crater/target/debug/deps/liblibc-c4bf5ff2ab21da58.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" "-lSDL" "-lutil" "-lutil" "-lc" "-lm" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lSDL [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 `rustgb`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "4fd83d02b5adb0b2a2101cb490b710c28ca209b5b60d4f7c127c4b520729f82a"` [INFO] running `"docker" "rm" "-f" "4fd83d02b5adb0b2a2101cb490b710c28ca209b5b60d4f7c127c4b520729f82a"` [INFO] [stdout] 4fd83d02b5adb0b2a2101cb490b710c28ca209b5b60d4f7c127c4b520729f82a