[INFO] updating cached repository Isaac-Lozano/GC-Input-Viewer [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Isaac-Lozano/GC-Input-Viewer [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Isaac-Lozano/GC-Input-Viewer" "work/ex/beta-1.37-6/sources/1.36.0/gh/Isaac-Lozano/GC-Input-Viewer"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/Isaac-Lozano/GC-Input-Viewer'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Isaac-Lozano/GC-Input-Viewer" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Isaac-Lozano/GC-Input-Viewer"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Isaac-Lozano/GC-Input-Viewer'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 6e16d4c959b266da0aa2824072bba2527ba23bea [INFO] sha for GitHub repo Isaac-Lozano/GC-Input-Viewer: 6e16d4c959b266da0aa2824072bba2527ba23bea [INFO] validating manifest of Isaac-Lozano/GC-Input-Viewer 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 Isaac-Lozano/GC-Input-Viewer 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 Isaac-Lozano/GC-Input-Viewer [INFO] finished frobbing Isaac-Lozano/GC-Input-Viewer [INFO] frobbed toml for Isaac-Lozano/GC-Input-Viewer written to work/ex/beta-1.37-6/sources/1.36.0/gh/Isaac-Lozano/GC-Input-Viewer/Cargo.toml [INFO] started frobbing Isaac-Lozano/GC-Input-Viewer [INFO] finished frobbing Isaac-Lozano/GC-Input-Viewer [INFO] frobbed toml for Isaac-Lozano/GC-Input-Viewer written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Isaac-Lozano/GC-Input-Viewer/Cargo.toml [INFO] crate Isaac-Lozano/GC-Input-Viewer 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] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing Isaac-Lozano/GC-Input-Viewer against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/Isaac-Lozano/GC-Input-Viewer:/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" "+1.36.0" "build" "--frozen"` [INFO] [stdout] 02706dae08ccfa32f49f9174aee734e20629750d87dc54c98a23f6dd9804d267 [INFO] running `"docker" "start" "-a" "02706dae08ccfa32f49f9174aee734e20629750d87dc54c98a23f6dd9804d267"` [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling libc v0.2.45 [INFO] [stderr] Compiling serde v1.0.82 [INFO] [stderr] Compiling winapi v0.3.6 [INFO] [stderr] Compiling linked-hash-map v0.5.1 [INFO] [stderr] Compiling libudev-sys v0.1.4 [INFO] [stderr] Compiling sdl2-sys v0.31.0 [INFO] [stderr] Compiling serde_derive v1.0.82 [INFO] [stderr] Compiling yaml-rust v0.4.2 [INFO] [stderr] Compiling num-iter v0.1.37 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling rand v0.4.3 [INFO] [stderr] Compiling nix v0.11.0 [INFO] [stderr] Compiling libudev v0.2.0 [INFO] [stderr] Compiling rand v0.3.22 [INFO] [stderr] Compiling sdl2 v0.31.0 [INFO] [stderr] Compiling serialport v3.1.0 [INFO] [stderr] Compiling serde_json v1.0.33 [INFO] [stderr] Compiling serde_yaml v0.8.8 [INFO] [stderr] Compiling dtm2txt v0.2.0 (https://github.com/Isaac-Lozano/dtm2txt.git#872748dd) [INFO] [stderr] Compiling gc_input_viewer v0.3.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `exe_name_opt` [INFO] [stderr] --> src/main.rs:92:26 [INFO] [stderr] | [INFO] [stderr] 92 | InputSource::Sa2(exe_name_opt) => { [INFO] [stderr] | ^^^^^^^^^^^^ help: consider prefixing with an underscore: `_exe_name_opt` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `ProcessError` [INFO] [stderr] --> src/error.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | ProcessError(&'static str), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] 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/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/gc_input_viewer-aeffc81272e52003.gc_input_viewer.cofd2bf5-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/gc_input_viewer-aeffc81272e52003.gc_input_viewer.cofd2bf5-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/gc_input_viewer-aeffc81272e52003.gc_input_viewer.cofd2bf5-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/gc_input_viewer-aeffc81272e52003.gc_input_viewer.cofd2bf5-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/gc_input_viewer-aeffc81272e52003.gc_input_viewer.cofd2bf5-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/gc_input_viewer-aeffc81272e52003.gc_input_viewer.cofd2bf5-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/gc_input_viewer-aeffc81272e52003.gc_input_viewer.cofd2bf5-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/gc_input_viewer-aeffc81272e52003.gc_input_viewer.cofd2bf5-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/gc_input_viewer-aeffc81272e52003.gc_input_viewer.cofd2bf5-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/gc_input_viewer-aeffc81272e52003.gc_input_viewer.cofd2bf5-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/gc_input_viewer-aeffc81272e52003.gc_input_viewer.cofd2bf5-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/gc_input_viewer-aeffc81272e52003.gc_input_viewer.cofd2bf5-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/gc_input_viewer-aeffc81272e52003.gc_input_viewer.cofd2bf5-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/gc_input_viewer-aeffc81272e52003.gc_input_viewer.cofd2bf5-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/gc_input_viewer-aeffc81272e52003.gc_input_viewer.cofd2bf5-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/gc_input_viewer-aeffc81272e52003.gc_input_viewer.cofd2bf5-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/gc_input_viewer-aeffc81272e52003" "/opt/crater/target/debug/deps/gc_input_viewer-aeffc81272e52003.4f5kvjo6teamhp2f.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/lib/x86_64-linux-gnu" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libserde_yaml-55b66f251b88fc1a.rlib" "/opt/crater/target/debug/deps/libyaml_rust-2aa3539319aeff43.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-3c3f2fc4eada21f7.rlib" "/opt/crater/target/debug/deps/libdtoa-7da1cad1e25058d3.rlib" "/opt/crater/target/debug/deps/libserialport-87578c706cf723ec.rlib" "/opt/crater/target/debug/deps/libnix-19b1bcfd446b122f.rlib" "/opt/crater/target/debug/deps/libvoid-2515ce9d4297bf7d.rlib" "/opt/crater/target/debug/deps/libcfg_if-f8f28fea847dcb27.rlib" "/opt/crater/target/debug/deps/libbitflags-6f632fff558bf385.rlib" "/opt/crater/target/debug/deps/liblibudev-516c0056ec21c1d8.rlib" "/opt/crater/target/debug/deps/liblibudev_sys-19e9d6470690e502.rlib" "/opt/crater/target/debug/deps/libdtm2txt-0819b6965b46d9e2.rlib" "/opt/crater/target/debug/deps/libserde_json-4b95e92bd43e54d5.rlib" "/opt/crater/target/debug/deps/libryu-0a79168f3ba04445.rlib" "/opt/crater/target/debug/deps/libitoa-5ac5fbad12f6c895.rlib" "/opt/crater/target/debug/deps/libserde-f9b8b1e8c47e046f.rlib" "/opt/crater/target/debug/deps/libbyteorder-93baff524b6b07af.rlib" "/opt/crater/target/debug/deps/libsdl2-81857873b45f69d5.rlib" "/opt/crater/target/debug/deps/librand-9bda60921df1feab.rlib" "/opt/crater/target/debug/deps/librand-6f1aa857c3721a17.rlib" "/opt/crater/target/debug/deps/libsdl2_sys-ebe22d0d8f35b421.rlib" "/opt/crater/target/debug/deps/libbitflags-df219a1ec24cdf3b.rlib" "/opt/crater/target/debug/deps/liblazy_static-318544a807a94655.rlib" "/opt/crater/target/debug/deps/liblibc-9bc9274b5238ee75.rlib" "/opt/crater/target/debug/deps/libnum-558d8b228c2ea06c.rlib" "/opt/crater/target/debug/deps/libnum_iter-a7210c4b115aa645.rlib" "/opt/crater/target/debug/deps/libnum_integer-b313e99b23f6e865.rlib" "/opt/crater/target/debug/deps/libnum_traits-cd98387e0f6e90f9.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9895e8982b0a79e7.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-57306b8ed3378a0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-54463ae5adae3649.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d99667b199a9875a.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-51f4300e102199f5.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-b3ccf1f7737a6a91.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-157c37a3ceb78853.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-505bcee45aafb736.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c29abd529ba4452b.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-895383a3232f6572.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5594cb4f559bc761.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-38e90baf978bc428.rlib" "-Wl,-Bdynamic" "-ludev" "-lSDL2_image" "-lSDL2" "-lutil" "-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 `gc_input_viewer`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "02706dae08ccfa32f49f9174aee734e20629750d87dc54c98a23f6dd9804d267"` [INFO] running `"docker" "rm" "-f" "02706dae08ccfa32f49f9174aee734e20629750d87dc54c98a23f6dd9804d267"` [INFO] [stdout] 02706dae08ccfa32f49f9174aee734e20629750d87dc54c98a23f6dd9804d267