[INFO] updating cached repository nrxus/rust_smasher [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/nrxus/rust_smasher [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/nrxus/rust_smasher" "work/ex/beta-1.37-6/sources/1.36.0/gh/nrxus/rust_smasher"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/nrxus/rust_smasher'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/nrxus/rust_smasher" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/nrxus/rust_smasher"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/nrxus/rust_smasher'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] f25a56b3b421e7b32ab4d7a8c378bba13be009c1 [INFO] sha for GitHub repo nrxus/rust_smasher: f25a56b3b421e7b32ab4d7a8c378bba13be009c1 [INFO] validating manifest of nrxus/rust_smasher 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 nrxus/rust_smasher 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 nrxus/rust_smasher [INFO] finished frobbing nrxus/rust_smasher [INFO] frobbed toml for nrxus/rust_smasher written to work/ex/beta-1.37-6/sources/1.36.0/gh/nrxus/rust_smasher/Cargo.toml [INFO] started frobbing nrxus/rust_smasher [INFO] finished frobbing nrxus/rust_smasher [INFO] frobbed toml for nrxus/rust_smasher written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/nrxus/rust_smasher/Cargo.toml [INFO] crate nrxus/rust_smasher 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 nrxus/rust_smasher 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-0/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/nrxus/rust_smasher:/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] edda2b5221031f5ed5fc05ae88a8904cbfdaaa20488299412ad15fb6480c7675 [INFO] running `"docker" "start" "-a" "edda2b5221031f5ed5fc05ae88a8904cbfdaaa20488299412ad15fb6480c7675"` [INFO] [stderr] Compiling backtrace v0.3.0 [INFO] [stderr] Compiling sdl2-sys v0.27.2 [INFO] [stderr] Compiling serde v0.9.11 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling backtrace-sys v0.1.10 [INFO] [stderr] Compiling num-complex v0.1.36 [INFO] [stderr] Compiling yaml-rust v0.3.5 [INFO] [stderr] Compiling num-bigint v0.1.37 [INFO] [stderr] Compiling syn v0.11.9 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling num-rational v0.1.36 [INFO] [stderr] Compiling num v0.1.37 [INFO] [stderr] Compiling sdl2 v0.29.0 [INFO] [stderr] Compiling serde_codegen_internals v0.14.1 [INFO] [stderr] Compiling serde_derive v0.9.11 [INFO] [stderr] Compiling env_logger v0.3.5 [INFO] [stderr] Compiling quickcheck v0.2.27 [INFO] [stderr] Compiling serde_yaml v0.6.2 [INFO] [stderr] Compiling glm v0.2.3 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling moho v0.0.4 [INFO] [stderr] Compiling rust_smasher v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/main.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | / error_chain!{ [INFO] [stderr] 17 | | links { [INFO] [stderr] 18 | | Moho(::moho::errors::Error, ::moho::errors::ErrorKind); [INFO] [stderr] 19 | | } [INFO] [stderr] ... | [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/main.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | / error_chain!{ [INFO] [stderr] 17 | | links { [INFO] [stderr] 18 | | Moho(::moho::errors::Error, ::moho::errors::ErrorKind); [INFO] [stderr] 19 | | } [INFO] [stderr] ... | [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [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/master_smasher-2e767c45a6772ea1.master_smasher.bvpzdnbi-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/master_smasher-2e767c45a6772ea1.master_smasher.bvpzdnbi-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/master_smasher-2e767c45a6772ea1.master_smasher.bvpzdnbi-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/master_smasher-2e767c45a6772ea1.master_smasher.bvpzdnbi-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/master_smasher-2e767c45a6772ea1.master_smasher.bvpzdnbi-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/master_smasher-2e767c45a6772ea1.master_smasher.bvpzdnbi-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/master_smasher-2e767c45a6772ea1.master_smasher.bvpzdnbi-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/master_smasher-2e767c45a6772ea1.master_smasher.bvpzdnbi-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/master_smasher-2e767c45a6772ea1.master_smasher.bvpzdnbi-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/master_smasher-2e767c45a6772ea1.master_smasher.bvpzdnbi-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/master_smasher-2e767c45a6772ea1.master_smasher.bvpzdnbi-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/master_smasher-2e767c45a6772ea1.master_smasher.bvpzdnbi-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/master_smasher-2e767c45a6772ea1.master_smasher.bvpzdnbi-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/master_smasher-2e767c45a6772ea1.master_smasher.bvpzdnbi-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/master_smasher-2e767c45a6772ea1.master_smasher.bvpzdnbi-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/master_smasher-2e767c45a6772ea1.master_smasher.bvpzdnbi-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/master_smasher-2e767c45a6772ea1" "/opt/crater/target/debug/deps/master_smasher-2e767c45a6772ea1.vizuuy0owrqcrch.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-0a3d02d999038927/out/.libs" "-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-2b9eda077e50032c.rlib" "/opt/crater/target/debug/deps/libyaml_rust-6de265d23e17b6a5.rlib" "/opt/crater/target/debug/deps/libserde-60219842316c5dcb.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-f91fe5057f626331.rlib" "/opt/crater/target/debug/deps/libmoho-7d5063aae4f60f10.rlib" "/opt/crater/target/debug/deps/libsdl2-6d33def69b01a211.rlib" "/opt/crater/target/debug/deps/libsdl2_sys-38c647522bfb556c.rlib" "/opt/crater/target/debug/deps/libbitflags-e424d0a7dda42873.rlib" "/opt/crater/target/debug/deps/liblazy_static-92eccc1cdf1a3473.rlib" "/opt/crater/target/debug/deps/liberror_chain-1c9290ef08a19c47.rlib" "/opt/crater/target/debug/deps/libbacktrace-d899b7dd54ba5492.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-0810901f1f2d6419.rlib" "/opt/crater/target/debug/deps/librustc_demangle-45ab7cf372e1eb20.rlib" "/opt/crater/target/debug/deps/libcfg_if-e3a657be82e73c34.rlib" "/opt/crater/target/debug/deps/libdbghelp-610e6a484d3f70b3.rlib" "/opt/crater/target/debug/deps/libwinapi-387a29eb28388c06.rlib" "/opt/crater/target/debug/deps/libkernel32-f16f9b42bdd87fed.rlib" "/opt/crater/target/debug/deps/libglm-8bde33ca8db2c360.rlib" "/opt/crater/target/debug/deps/libquickcheck-0820e92fb3f9f167.rlib" "/opt/crater/target/debug/deps/libenv_logger-c078c46f0bae814a.rlib" "/opt/crater/target/debug/deps/libregex-8cbce0baca117813.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-6c8b01d31ae45cfc.rlib" "/opt/crater/target/debug/deps/libthread_id-9db5f470fd158e90.rlib" "/opt/crater/target/debug/deps/libaho_corasick-958c1c2fe00d5610.rlib" "/opt/crater/target/debug/deps/libmemchr-c05b0783a76d0be8.rlib" "/opt/crater/target/debug/deps/liblog-429cc4bc6b322fb5.rlib" "/opt/crater/target/debug/deps/libnum-9b0957402c1839cd.rlib" "/opt/crater/target/debug/deps/libnum_rational-19ba31ab9614cedd.rlib" "/opt/crater/target/debug/deps/libnum_bigint-1ac064e11bbb5e14.rlib" "/opt/crater/target/debug/deps/libnum_complex-6ca4a26ae313ae0d.rlib" "/opt/crater/target/debug/deps/librustc_serialize-23ac814c987f97bd.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/librand-650ebedd4321529c.rlib" "/opt/crater/target/debug/deps/liblibc-b74f70e4fb62a1c1.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 `rust_smasher`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "edda2b5221031f5ed5fc05ae88a8904cbfdaaa20488299412ad15fb6480c7675"` [INFO] running `"docker" "rm" "-f" "edda2b5221031f5ed5fc05ae88a8904cbfdaaa20488299412ad15fb6480c7675"` [INFO] [stdout] edda2b5221031f5ed5fc05ae88a8904cbfdaaa20488299412ad15fb6480c7675