[INFO] updating cached repository fmdkdd/gbs [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/fmdkdd/gbs [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/fmdkdd/gbs" "work/ex/beta-1.38-1/sources/1.37.0/gh/fmdkdd/gbs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/fmdkdd/gbs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/fmdkdd/gbs" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/fmdkdd/gbs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/fmdkdd/gbs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ce380e30aa1006552a33cbcea5a39d5b202bd0f8 [INFO] sha for GitHub repo fmdkdd/gbs: ce380e30aa1006552a33cbcea5a39d5b202bd0f8 [INFO] validating manifest of fmdkdd/gbs 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 fmdkdd/gbs 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 fmdkdd/gbs [INFO] finished frobbing fmdkdd/gbs [INFO] frobbed toml for fmdkdd/gbs written to work/ex/beta-1.38-1/sources/1.37.0/gh/fmdkdd/gbs/Cargo.toml [INFO] started frobbing fmdkdd/gbs [INFO] finished frobbing fmdkdd/gbs [INFO] frobbed toml for fmdkdd/gbs written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/fmdkdd/gbs/Cargo.toml [INFO] crate fmdkdd/gbs 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 fmdkdd/gbs 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/fmdkdd/gbs:/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] 1e434ee1e7b02f5754ccae2c46b6f06a313d3a05da368485eef442955f75b3bd [INFO] running `"docker" "start" "-a" "1e434ee1e7b02f5754ccae2c46b6f06a313d3a05da368485eef442955f75b3bd"` [INFO] [stderr] Compiling phf_shared v0.7.19 [INFO] [stderr] Compiling serde v0.8.17 [INFO] [stderr] Compiling hound v3.0.0 [INFO] [stderr] Compiling xml-rs v0.3.4 [INFO] [stderr] Compiling shared_library v0.1.5 [INFO] [stderr] Compiling backtrace-sys v0.1.5 [INFO] [stderr] Compiling x11-dl v2.11.0 [INFO] [stderr] Compiling fs2 v0.2.5 [INFO] [stderr] Compiling tempfile v2.1.4 [INFO] [stderr] Compiling phf_generator v0.7.19 [INFO] [stderr] Compiling phf v0.7.19 [INFO] [stderr] Compiling memmap v0.2.3 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling phf_codegen v0.7.19 [INFO] [stderr] Compiling backtrace v0.2.3 [INFO] [stderr] Compiling target_build_utils v0.1.2 [INFO] [stderr] Compiling wayland-scanner v0.5.11 [INFO] [stderr] Compiling gl_generator v0.5.2 [INFO] [stderr] Compiling wayland-client v0.5.12 [INFO] [stderr] Compiling glutin v0.6.2 [INFO] [stderr] Compiling glium v0.15.0 [INFO] [stderr] Compiling serde_json v0.8.3 [INFO] [stderr] Compiling libloading v0.3.1 [INFO] [stderr] Compiling dlib v0.3.1 [INFO] [stderr] Compiling wayland-sys v0.5.11 [INFO] [stderr] Compiling wayland-window v0.2.3 [INFO] [stderr] Compiling wayland-kbd v0.3.6 [INFO] [stderr] Compiling gbs v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/gb/cpu/cpu.rs:74:23 [INFO] [stderr] | [INFO] [stderr] 74 | let h = self.read((addr.wrapping_add(1))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variant `Reading_OAM` should have an upper camel case name [INFO] [stderr] --> src/gb/lcd.rs:198:3 [INFO] [stderr] | [INFO] [stderr] 198 | Reading_OAM, [INFO] [stderr] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ReadingOam` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variant `Reading_OAM_and_VRAM` should have an upper camel case name [INFO] [stderr] --> src/gb/lcd.rs:199:3 [INFO] [stderr] | [INFO] [stderr] 199 | Reading_OAM_and_VRAM, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ReadingOamAndVram` [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/gb/apu/mod.rs:164:13 [INFO] [stderr] | [INFO] [stderr] 164 | 0xFF30...0xFF3F => { [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/gb/hardware.rs:25:13 [INFO] [stderr] | [INFO] [stderr] 25 | 0xE000...0xFDFF => self.read(addr - 0x2000), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/gb/hardware.rs:26:13 [INFO] [stderr] | [INFO] [stderr] 26 | 0xFF10...0xFF3F => self.apu.read(addr), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/gb/hardware.rs:46:13 [INFO] [stderr] | [INFO] [stderr] 46 | 0xE000...0xFDFF => self.write(addr - 0x2000, w), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/gb/hardware.rs:47:13 [INFO] [stderr] | [INFO] [stderr] 47 | 0xFF10...0xFF3F => self.apu.write(addr, w), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: unused macro definition [INFO] [stderr] --> src/gb_parser.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / macro_rules! fail { [INFO] [stderr] 9 | | ($err:path) => (return Err($err)); [INFO] [stderr] 10 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_macros)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/gb/cpu/cpu.rs:687:11 [INFO] [stderr] | [INFO] [stderr] 687 | _ => unreachable!(), [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/gb/cpu/cpu.rs:714:7 [INFO] [stderr] | [INFO] [stderr] 714 | _ => unreachable!(), [INFO] [stderr] | ^ [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/gb/cpu/cpu.rs:1293:11 [INFO] [stderr] | [INFO] [stderr] 1293 | _ => unreachable!(), [INFO] [stderr] | ^ [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/gb/cpu/cpu.rs:1320:7 [INFO] [stderr] | [INFO] [stderr] 1320 | _ => unreachable!(), [INFO] [stderr] | ^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `y` [INFO] [stderr] --> src/gb/lcd.rs:450:34 [INFO] [stderr] | [INFO] [stderr] 450 | pub fn get_pixel(&self, x: u8, y: u8) -> u8 { [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_y` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `decode` [INFO] [stderr] --> src/gb/cpu/cpu.rs:718:3 [INFO] [stderr] | [INFO] [stderr] 718 | fn decode(&self, opcode: u8) -> String { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: constant item is never used: `LCD_HEIGHT` [INFO] [stderr] --> src/gb/lcd.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | const LCD_HEIGHT: usize = 166; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant item is never used: `LCD_WIDTH` [INFO] [stderr] --> src/gb/lcd.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | const LCD_WIDTH: usize = 144; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never used: `tile_data_2` [INFO] [stderr] --> src/gb/lcd.rs:44:3 [INFO] [stderr] | [INFO] [stderr] 44 | tile_data_2: [u8; TILE_DATA_SIZE], [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never used: `bg_map_2` [INFO] [stderr] --> src/gb/lcd.rs:46:3 [INFO] [stderr] | [INFO] [stderr] 46 | bg_map_2: [u8; TILE_MAP_SIZE], [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `HBlank` [INFO] [stderr] --> src/gb/lcd.rs:196:3 [INFO] [stderr] | [INFO] [stderr] 196 | HBlank, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `VBlank` [INFO] [stderr] --> src/gb/lcd.rs:197:3 [INFO] [stderr] | [INFO] [stderr] 197 | VBlank, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Reading_OAM` [INFO] [stderr] --> src/gb/lcd.rs:198:3 [INFO] [stderr] | [INFO] [stderr] 198 | Reading_OAM, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Reading_OAM_and_VRAM` [INFO] [stderr] --> src/gb/lcd.rs:199:3 [INFO] [stderr] | [INFO] [stderr] 199 | Reading_OAM_and_VRAM, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `Background` [INFO] [stderr] --> src/gb/lcd.rs:442:1 [INFO] [stderr] | [INFO] [stderr] 442 | struct Background { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_pixel` [INFO] [stderr] --> src/gb/lcd.rs:450:3 [INFO] [stderr] | [INFO] [stderr] 450 | pub fn get_pixel(&self, x: u8, y: u8) -> u8 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/bin/gb.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/bin/gb-boot.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [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/gb_boot-a89625207f871790.gb_boot.7sw4d217-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/gb_boot-a89625207f871790.gb_boot.7sw4d217-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/gb_boot-a89625207f871790.gb_boot.7sw4d217-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/gb_boot-a89625207f871790.gb_boot.7sw4d217-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/gb_boot-a89625207f871790.gb_boot.7sw4d217-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/gb_boot-a89625207f871790.gb_boot.7sw4d217-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/gb_boot-a89625207f871790.gb_boot.7sw4d217-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/gb_boot-a89625207f871790.gb_boot.7sw4d217-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/gb_boot-a89625207f871790.gb_boot.7sw4d217-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/gb_boot-a89625207f871790.gb_boot.7sw4d217-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/gb_boot-a89625207f871790.gb_boot.7sw4d217-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/gb_boot-a89625207f871790.gb_boot.7sw4d217-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/gb_boot-a89625207f871790.gb_boot.7sw4d217-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/gb_boot-a89625207f871790.gb_boot.7sw4d217-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/gb_boot-a89625207f871790.gb_boot.7sw4d217-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/gb_boot-a89625207f871790.gb_boot.7sw4d217-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/gb_boot-a89625207f871790" "/opt/crater/target/debug/deps/gb_boot-a89625207f871790.1zvvlnh2bczmoicd.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/libgbs-6898554f5c3e40dd.rlib" "/opt/crater/target/debug/deps/libglium-1c7ef8221a5cd2cf.rlib" "/opt/crater/target/debug/deps/libglutin-d1aaa881251d8251.rlib" "/opt/crater/target/debug/deps/libwayland_window-8be4ec0957e75ba5.rlib" "/opt/crater/target/debug/deps/libtempfile-d656e95ece932282.rlib" "/opt/crater/target/debug/deps/librand-123469cd64152cbd.rlib" "/opt/crater/target/debug/deps/libbyteorder-28a061140ed2d54c.rlib" "/opt/crater/target/debug/deps/libwayland_kbd-ac9549f7f2388ecc.rlib" "/opt/crater/target/debug/deps/libmemmap-02c38ca3d50e8008.rlib" "/opt/crater/target/debug/deps/libosmesa_sys-63fb54baf390ff8f.rlib" "/opt/crater/target/debug/deps/libwayland_client-af01a3d3270b4ca5.rlib" "/opt/crater/target/debug/deps/libwayland_sys-24d2d1367b33c6b2.rlib" "/opt/crater/target/debug/deps/liblazy_static-c329193024da829b.rlib" "/opt/crater/target/debug/deps/libdlib-d1525011800c929e.rlib" "/opt/crater/target/debug/deps/liblibloading-e6ac106ebdaf8fec.rlib" "/opt/crater/target/debug/deps/libcrossbeam-c53389e74d4c495f.rlib" "/opt/crater/target/debug/deps/libbitflags-b03ee8d07369378c.rlib" "/opt/crater/target/debug/deps/libx11_dl-de5c2620c8ac7ca8.rlib" "/opt/crater/target/debug/deps/libshared_library-c2a01a74d4838cd0.rlib" "/opt/crater/target/debug/deps/libsmallvec-7c0ac661bdd99f33.rlib" "/opt/crater/target/debug/deps/libbacktrace-d880a69ead6d067b.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-adf813ccac9e9df5.rlib" "/opt/crater/target/debug/deps/librustc_demangle-471f8247655d3008.rlib" "/opt/crater/target/debug/deps/libcfg_if-e594ac7fa20b1aa3.rlib" "/opt/crater/target/debug/deps/libdbghelp-d860676abe2fb31b.rlib" "/opt/crater/target/debug/deps/libwinapi-be47d272a993a950.rlib" "/opt/crater/target/debug/deps/libkernel32-ed10b6f453a27092.rlib" "/opt/crater/target/debug/deps/liblibc-5727d97ccaa262e3.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" "-ldl" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/libbacktrace-d880a69ead6d067b.rlib(backtrace-d880a69ead6d067b.backtrace.749vr2q3-cgu.5.rcgu.o): In function `backtrace::symbolize::libbacktrace::init_state::{{closure}}': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.2.3/src/symbolize/libbacktrace.rs:150: undefined reference to `backtrace_create_state' [INFO] [stderr] /opt/crater/target/debug/deps/libbacktrace-d880a69ead6d067b.rlib(backtrace-d880a69ead6d067b.backtrace.749vr2q3-cgu.5.rcgu.o): In function `backtrace::symbolize::libbacktrace::resolve': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.2.3/src/symbolize/libbacktrace.rs:167: undefined reference to `backtrace_pcinfo' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.2.3/src/symbolize/libbacktrace.rs:171: undefined reference to `backtrace_syminfo' [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 `gbs`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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/gb-5da3f3acae9fdfed.gb.3oiui75v-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/gb-5da3f3acae9fdfed.gb.3oiui75v-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/gb-5da3f3acae9fdfed.gb.3oiui75v-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/gb-5da3f3acae9fdfed.gb.3oiui75v-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/gb-5da3f3acae9fdfed.gb.3oiui75v-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/gb-5da3f3acae9fdfed.gb.3oiui75v-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/gb-5da3f3acae9fdfed.gb.3oiui75v-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/gb-5da3f3acae9fdfed.gb.3oiui75v-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/gb-5da3f3acae9fdfed.gb.3oiui75v-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/gb-5da3f3acae9fdfed.gb.3oiui75v-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/gb-5da3f3acae9fdfed.gb.3oiui75v-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/gb-5da3f3acae9fdfed.gb.3oiui75v-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/gb-5da3f3acae9fdfed.gb.3oiui75v-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/gb-5da3f3acae9fdfed.gb.3oiui75v-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/gb-5da3f3acae9fdfed.gb.3oiui75v-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/gb-5da3f3acae9fdfed.gb.3oiui75v-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/gb-5da3f3acae9fdfed" "/opt/crater/target/debug/deps/gb-5da3f3acae9fdfed.50w09nobst409a82.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/libgbs-6898554f5c3e40dd.rlib" "/opt/crater/target/debug/deps/libglium-1c7ef8221a5cd2cf.rlib" "/opt/crater/target/debug/deps/libglutin-d1aaa881251d8251.rlib" "/opt/crater/target/debug/deps/libwayland_window-8be4ec0957e75ba5.rlib" "/opt/crater/target/debug/deps/libtempfile-d656e95ece932282.rlib" "/opt/crater/target/debug/deps/librand-123469cd64152cbd.rlib" "/opt/crater/target/debug/deps/libbyteorder-28a061140ed2d54c.rlib" "/opt/crater/target/debug/deps/libwayland_kbd-ac9549f7f2388ecc.rlib" "/opt/crater/target/debug/deps/libmemmap-02c38ca3d50e8008.rlib" "/opt/crater/target/debug/deps/libosmesa_sys-63fb54baf390ff8f.rlib" "/opt/crater/target/debug/deps/libwayland_client-af01a3d3270b4ca5.rlib" "/opt/crater/target/debug/deps/libwayland_sys-24d2d1367b33c6b2.rlib" "/opt/crater/target/debug/deps/liblazy_static-c329193024da829b.rlib" "/opt/crater/target/debug/deps/libdlib-d1525011800c929e.rlib" "/opt/crater/target/debug/deps/liblibloading-e6ac106ebdaf8fec.rlib" "/opt/crater/target/debug/deps/libcrossbeam-c53389e74d4c495f.rlib" "/opt/crater/target/debug/deps/libbitflags-b03ee8d07369378c.rlib" "/opt/crater/target/debug/deps/libx11_dl-de5c2620c8ac7ca8.rlib" "/opt/crater/target/debug/deps/libshared_library-c2a01a74d4838cd0.rlib" "/opt/crater/target/debug/deps/libsmallvec-7c0ac661bdd99f33.rlib" "/opt/crater/target/debug/deps/libbacktrace-d880a69ead6d067b.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-adf813ccac9e9df5.rlib" "/opt/crater/target/debug/deps/librustc_demangle-471f8247655d3008.rlib" "/opt/crater/target/debug/deps/libcfg_if-e594ac7fa20b1aa3.rlib" "/opt/crater/target/debug/deps/libdbghelp-d860676abe2fb31b.rlib" "/opt/crater/target/debug/deps/libwinapi-be47d272a993a950.rlib" "/opt/crater/target/debug/deps/libkernel32-ed10b6f453a27092.rlib" "/opt/crater/target/debug/deps/liblibc-5727d97ccaa262e3.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" "-ldl" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/libbacktrace-d880a69ead6d067b.rlib(backtrace-d880a69ead6d067b.backtrace.749vr2q3-cgu.5.rcgu.o): In function `backtrace::symbolize::libbacktrace::init_state::{{closure}}': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.2.3/src/symbolize/libbacktrace.rs:150: undefined reference to `backtrace_create_state' [INFO] [stderr] /opt/crater/target/debug/deps/libbacktrace-d880a69ead6d067b.rlib(backtrace-d880a69ead6d067b.backtrace.749vr2q3-cgu.5.rcgu.o): In function `backtrace::symbolize::libbacktrace::resolve': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.2.3/src/symbolize/libbacktrace.rs:167: undefined reference to `backtrace_pcinfo' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.2.3/src/symbolize/libbacktrace.rs:171: undefined reference to `backtrace_syminfo' [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 `gbs`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "1e434ee1e7b02f5754ccae2c46b6f06a313d3a05da368485eef442955f75b3bd"` [INFO] running `"docker" "rm" "-f" "1e434ee1e7b02f5754ccae2c46b6f06a313d3a05da368485eef442955f75b3bd"` [INFO] [stdout] 1e434ee1e7b02f5754ccae2c46b6f06a313d3a05da368485eef442955f75b3bd