[INFO] updating cached repository IronrainPark/mmm [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/IronrainPark/mmm [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/IronrainPark/mmm" "work/ex/beta-1.38-1/sources/1.37.0/gh/IronrainPark/mmm"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/IronrainPark/mmm'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/IronrainPark/mmm" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/IronrainPark/mmm"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/IronrainPark/mmm'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 8c8ef18cf7ad7a9eea87b44b68404e8c69c2b752 [INFO] sha for GitHub repo IronrainPark/mmm: 8c8ef18cf7ad7a9eea87b44b68404e8c69c2b752 [INFO] validating manifest of IronrainPark/mmm 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 IronrainPark/mmm 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 IronrainPark/mmm [INFO] finished frobbing IronrainPark/mmm [INFO] frobbed toml for IronrainPark/mmm written to work/ex/beta-1.38-1/sources/1.37.0/gh/IronrainPark/mmm/Cargo.toml [INFO] started frobbing IronrainPark/mmm [INFO] finished frobbing IronrainPark/mmm [INFO] frobbed toml for IronrainPark/mmm written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/IronrainPark/mmm/Cargo.toml [INFO] crate IronrainPark/mmm 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 IronrainPark/mmm against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/IronrainPark/mmm:/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.37.0" "build" "--frozen"` [INFO] [stdout] 7c584891e9a7095447fe85141de17996fb8c06872715608c4ce24cc6f98cf15c [INFO] running `"docker" "start" "-a" "7c584891e9a7095447fe85141de17996fb8c06872715608c4ce24cc6f98cf15c"` [INFO] [stderr] Compiling futures v0.1.19 [INFO] [stderr] Compiling openssl-sys v0.9.27 [INFO] [stderr] Compiling sciter-rs v0.5.34 [INFO] [stderr] Compiling openssl v0.9.24 [INFO] [stderr] Compiling tokio-executor v0.1.1 [INFO] [stderr] Compiling tokio-io v0.1.6 [INFO] [stderr] Compiling tokio-service v0.1.0 [INFO] [stderr] Compiling relay v0.1.1 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling tokio-threadpool v0.1.1 [INFO] [stderr] Compiling tokio-reactor v0.1.1 [INFO] [stderr] Compiling tokio-tcp v0.1.0 [INFO] [stderr] Compiling tokio-udp v0.1.0 [INFO] [stderr] Compiling native-tls v0.1.5 [INFO] [stderr] Compiling tokio v0.1.4 [INFO] [stderr] Compiling tokio-core v0.1.16 [INFO] [stderr] Compiling tokio-proto v0.1.1 [INFO] [stderr] Compiling tokio-tls v0.1.4 [INFO] [stderr] Compiling hyper v0.11.24 [INFO] [stderr] Compiling hyper-tls v0.1.3 [INFO] [stderr] Compiling mmm v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `hyper::Uri` [INFO] [stderr] --> src/net_client.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use hyper::Uri; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `tokio_core::reactor::Handle` [INFO] [stderr] --> src/net_client.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use tokio_core::reactor::Handle; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `ex_api::Api` [INFO] [stderr] --> src/main.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | use ex_api::Api; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `ex_api::ApiCall` [INFO] [stderr] --> src/main.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | use ex_api::ApiCall; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `ex_api::exchanges` [INFO] [stderr] --> src/main.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | use ex_api::exchanges; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [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.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/mmm-57f03cda367bfe34.mmm.8rqla5rb-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/mmm-57f03cda367bfe34.mmm.8rqla5rb-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/mmm-57f03cda367bfe34.mmm.8rqla5rb-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/mmm-57f03cda367bfe34.mmm.8rqla5rb-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/mmm-57f03cda367bfe34.mmm.8rqla5rb-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/mmm-57f03cda367bfe34.mmm.8rqla5rb-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/mmm-57f03cda367bfe34.mmm.8rqla5rb-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/mmm-57f03cda367bfe34.mmm.8rqla5rb-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/mmm-57f03cda367bfe34.mmm.8rqla5rb-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/mmm-57f03cda367bfe34.mmm.8rqla5rb-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/mmm-57f03cda367bfe34.mmm.8rqla5rb-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/mmm-57f03cda367bfe34.mmm.8rqla5rb-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/mmm-57f03cda367bfe34.mmm.8rqla5rb-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/mmm-57f03cda367bfe34.mmm.8rqla5rb-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/mmm-57f03cda367bfe34.mmm.8rqla5rb-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/mmm-57f03cda367bfe34.mmm.8rqla5rb-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/mmm-57f03cda367bfe34" "/opt/crater/target/debug/deps/mmm-57f03cda367bfe34.3vbbcqki2cu6gjj1.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libhyper_tls-ec8e845f0354164b.rlib" "/opt/crater/target/debug/deps/libtokio_tls-e14217fa093f7fb8.rlib" "/opt/crater/target/debug/deps/libnative_tls-01482b35a0128f7d.rlib" "/opt/crater/target/debug/deps/libopenssl-7bab1a164f2c7e37.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-a3cc316538428da2.rlib" "/opt/crater/target/debug/deps/libforeign_types-2a1e48607c06fed3.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-ba70a268c095ba50.rlib" "/opt/crater/target/debug/deps/libbitflags-f034fe9ef0b445a7.rlib" "/opt/crater/target/debug/deps/libhyper-d6ff9a8a9bf4a465.rlib" "/opt/crater/target/debug/deps/libtokio_proto-d4d42b496a7026d4.rlib" "/opt/crater/target/debug/deps/libtokio_service-12c50f41acc4c6a4.rlib" "/opt/crater/target/debug/deps/libtake-b3deecc5ce1ba025.rlib" "/opt/crater/target/debug/deps/libsmallvec-3645e21488d3716e.rlib" "/opt/crater/target/debug/deps/libslab-4e7b24a66e4d7090.rlib" "/opt/crater/target/debug/deps/librand-db4e082dffde9eea.rlib" "/opt/crater/target/debug/deps/libtokio_core-ab8a8c1f296f2587.rlib" "/opt/crater/target/debug/deps/libscoped_tls-c91b8019917fef83.rlib" "/opt/crater/target/debug/deps/libtokio-9f6418e7b661d835.rlib" "/opt/crater/target/debug/deps/libtokio_udp-0b425569b48e98f1.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-fb08cb037a142db9.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-7387bf2ed7b3ed18.rlib" "/opt/crater/target/debug/deps/liblog-e203744bef71d14e.rlib" "/opt/crater/target/debug/deps/librand-cad40722c21bfa82.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-00e3237adc465132.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-7cc7314482ae70bc.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-6ca512e940b02ab3.rlib" "/opt/crater/target/debug/deps/libscopeguard-316f896e0d3e978a.rlib" "/opt/crater/target/debug/deps/libmemoffset-6c4b37f364c61d2a.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-de947fea67225153.rlib" "/opt/crater/target/debug/deps/libarrayvec-a0d6009ed9c5e034.rlib" "/opt/crater/target/debug/deps/libnodrop-4e986c2cb71c811e.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-68c4d4226026f6ec.rlib" "/opt/crater/target/debug/deps/libtokio_executor-41da9b115d39f30a.rlib" "/opt/crater/target/debug/deps/libtokio_io-7394a3581aeac9e8.rlib" "/opt/crater/target/debug/deps/libmio-f755737db35d1c99.rlib" "/opt/crater/target/debug/deps/libslab-5ba5e0ab3535f558.rlib" "/opt/crater/target/debug/deps/libnet2-ccd6b15af2bf9520.rlib" "/opt/crater/target/debug/deps/liblazycell-4aff62803df25dee.rlib" "/opt/crater/target/debug/deps/libtime-b86ace6b2d9b8c39.rlib" "/opt/crater/target/debug/deps/librelay-8e3d3cc46b7ddd72.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-7ae675a5263db170.rlib" "/opt/crater/target/debug/deps/libmime-885eae624970ec99.rlib" "/opt/crater/target/debug/deps/libunicase-0db327f51a87fbf5.rlib" "/opt/crater/target/debug/deps/liblog-9a4573bfd4d75161.rlib" "/opt/crater/target/debug/deps/libcfg_if-f0641b5a9a5cde64.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-31855a1d4a2b270f.rlib" "/opt/crater/target/debug/deps/libhttparse-87f00dfb884184cf.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-64bfc4b9ff3317d3.rlib" "/opt/crater/target/debug/deps/libnum_cpus-9ec5e8cf3af43f5a.rlib" "/opt/crater/target/debug/deps/libbytes-814b87bddc326410.rlib" "/opt/crater/target/debug/deps/libiovec-03263c1cfe5ba228.rlib" "/opt/crater/target/debug/deps/libbase64-3a4c2651062089d7.rlib" "/opt/crater/target/debug/deps/libsafemem-c18df4925d4a324d.rlib" "/opt/crater/target/debug/deps/libbyteorder-90775fa756ff2755.rlib" "/opt/crater/target/debug/deps/libfutures-5aa3b189bdac3b9f.rlib" "/opt/crater/target/debug/deps/libsciter-0e3fb0b614ee112b.rlib" "/opt/crater/target/debug/deps/liblibc-4f0db0a939a1bba9.rlib" "/opt/crater/target/debug/deps/liblazy_static-544ad40da8f8b589.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgtk-3" "-lsciter-gtk" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lsciter-gtk [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 `mmm`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "7c584891e9a7095447fe85141de17996fb8c06872715608c4ce24cc6f98cf15c"` [INFO] running `"docker" "rm" "-f" "7c584891e9a7095447fe85141de17996fb8c06872715608c4ce24cc6f98cf15c"` [INFO] [stdout] 7c584891e9a7095447fe85141de17996fb8c06872715608c4ce24cc6f98cf15c