[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 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-2/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/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" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] 3b4cf676eb77fe5ea07a0fb58a62c1f5848d8d2e8357c81ce574f34eb65aaf1e [INFO] running `"docker" "start" "-a" "3b4cf676eb77fe5ea07a0fb58a62c1f5848d8d2e8357c81ce574f34eb65aaf1e"` [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling winapi v0.3.6 [INFO] [stderr] Compiling linked-hash-map v0.5.1 [INFO] [stderr] Compiling sdl2-sys v0.31.0 [INFO] [stderr] Compiling rand v0.4.3 [INFO] [stderr] Compiling libudev-sys v0.1.4 [INFO] [stderr] Compiling nix v0.11.0 [INFO] [stderr] Compiling dtm2txt v0.2.0 (https://github.com/Isaac-Lozano/dtm2txt.git#872748dd) [INFO] [stderr] Compiling libudev v0.2.0 [INFO] [stderr] Compiling yaml-rust v0.4.2 [INFO] [stderr] Compiling rand v0.3.22 [INFO] [stderr] Compiling num-iter v0.1.37 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling serde_yaml v0.8.8 [INFO] [stderr] Compiling sdl2 v0.31.0 [INFO] [stderr] Compiling serialport v3.1.0 [INFO] [stderr] Compiling gc_input_viewer v0.3.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:45:32 [INFO] [stderr] | [INFO] [stderr] 45 | fn cause(&self) -> Option<&error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [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/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/gc_input_viewer-5e36e73e3daaaf49.gc_input_viewer.25xb7znl-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/gc_input_viewer-5e36e73e3daaaf49.gc_input_viewer.25xb7znl-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/gc_input_viewer-5e36e73e3daaaf49.gc_input_viewer.25xb7znl-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/gc_input_viewer-5e36e73e3daaaf49.gc_input_viewer.25xb7znl-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/gc_input_viewer-5e36e73e3daaaf49.gc_input_viewer.25xb7znl-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/gc_input_viewer-5e36e73e3daaaf49.gc_input_viewer.25xb7znl-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/gc_input_viewer-5e36e73e3daaaf49.gc_input_viewer.25xb7znl-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/gc_input_viewer-5e36e73e3daaaf49.gc_input_viewer.25xb7znl-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/gc_input_viewer-5e36e73e3daaaf49.gc_input_viewer.25xb7znl-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/gc_input_viewer-5e36e73e3daaaf49.gc_input_viewer.25xb7znl-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/gc_input_viewer-5e36e73e3daaaf49.gc_input_viewer.25xb7znl-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/gc_input_viewer-5e36e73e3daaaf49.gc_input_viewer.25xb7znl-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/gc_input_viewer-5e36e73e3daaaf49.gc_input_viewer.25xb7znl-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/gc_input_viewer-5e36e73e3daaaf49.gc_input_viewer.25xb7znl-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/gc_input_viewer-5e36e73e3daaaf49.gc_input_viewer.25xb7znl-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/gc_input_viewer-5e36e73e3daaaf49.gc_input_viewer.25xb7znl-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/gc_input_viewer-5e36e73e3daaaf49" "/opt/crater/target/debug/deps/gc_input_viewer-5e36e73e3daaaf49.1nqmpxy8yu06vmmz.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/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libserde_yaml-3c5ec4b184df4797.rlib" "/opt/crater/target/debug/deps/libyaml_rust-c7740512f5493899.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-d9e6bb4548f90968.rlib" "/opt/crater/target/debug/deps/libdtoa-0a0f3f42c2e2308c.rlib" "/opt/crater/target/debug/deps/libserialport-79a341ec8b82cf54.rlib" "/opt/crater/target/debug/deps/libnix-60e8c51249568983.rlib" "/opt/crater/target/debug/deps/libvoid-7cea1bca190341e8.rlib" "/opt/crater/target/debug/deps/libcfg_if-c1938f77dc3c8b6e.rlib" "/opt/crater/target/debug/deps/libbitflags-e31ad08aaa94ea6a.rlib" "/opt/crater/target/debug/deps/liblibudev-ebefa7c08d1ff6c7.rlib" "/opt/crater/target/debug/deps/liblibudev_sys-86292c458bfa9591.rlib" "/opt/crater/target/debug/deps/libdtm2txt-021165cc67781d8e.rlib" "/opt/crater/target/debug/deps/libserde_json-0a0605b373ea7db7.rlib" "/opt/crater/target/debug/deps/libryu-e96bf1fa7384491d.rlib" "/opt/crater/target/debug/deps/libitoa-78d333a119156c7a.rlib" "/opt/crater/target/debug/deps/libserde-92d78aa20bff92a1.rlib" "/opt/crater/target/debug/deps/libbyteorder-cbd6594c6e958d4b.rlib" "/opt/crater/target/debug/deps/libsdl2-81bca5bb9f788d85.rlib" "/opt/crater/target/debug/deps/librand-0c2aaceffe9288b8.rlib" "/opt/crater/target/debug/deps/librand-0e020e8372259f87.rlib" "/opt/crater/target/debug/deps/libsdl2_sys-42b30a28781cb6a1.rlib" "/opt/crater/target/debug/deps/libbitflags-e424d0a7dda42873.rlib" "/opt/crater/target/debug/deps/liblazy_static-0e1e36676eed3924.rlib" "/opt/crater/target/debug/deps/liblibc-1bc6bf9f8dc8e8ac.rlib" "/opt/crater/target/debug/deps/libnum-6d1c41becdc658de.rlib" "/opt/crater/target/debug/deps/libnum_iter-6a53ebaecf43d64b.rlib" "/opt/crater/target/debug/deps/libnum_integer-3e4b662ece72588f.rlib" "/opt/crater/target/debug/deps/libnum_traits-b0613bcbd790bfdc.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" "-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" "3b4cf676eb77fe5ea07a0fb58a62c1f5848d8d2e8357c81ce574f34eb65aaf1e"` [INFO] running `"docker" "rm" "-f" "3b4cf676eb77fe5ea07a0fb58a62c1f5848d8d2e8357c81ce574f34eb65aaf1e"` [INFO] [stdout] 3b4cf676eb77fe5ea07a0fb58a62c1f5848d8d2e8357c81ce574f34eb65aaf1e