[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 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-5/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/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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 747e3acb7610e466f95510d7366dfd8ab49a11629829b21516d34b54dbe7b360 [INFO] running `"docker" "start" "-a" "747e3acb7610e466f95510d7366dfd8ab49a11629829b21516d34b54dbe7b360"` [INFO] [stderr] Compiling tokio-executor v0.1.1 [INFO] [stderr] Compiling tokio-service v0.1.0 [INFO] [stderr] Compiling relay v0.1.1 [INFO] [stderr] Compiling sciter-rs v0.5.34 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling tokio-io v0.1.6 [INFO] [stderr] Compiling openssl v0.9.24 [INFO] [stderr] Compiling tokio-threadpool v0.1.1 [INFO] [stderr] Compiling tokio-reactor v0.1.1 [INFO] [stderr] Compiling tokio-udp v0.1.0 [INFO] [stderr] Compiling tokio-tcp v0.1.0 [INFO] [stderr] Compiling tokio v0.1.4 [INFO] [stderr] Compiling tokio-core v0.1.16 [INFO] [stderr] Compiling native-tls v0.1.5 [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/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/mmm-20d998366b318db0.mmm.9hydjxev-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/mmm-20d998366b318db0.mmm.9hydjxev-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/mmm-20d998366b318db0.mmm.9hydjxev-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/mmm-20d998366b318db0.mmm.9hydjxev-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/mmm-20d998366b318db0.mmm.9hydjxev-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/mmm-20d998366b318db0.mmm.9hydjxev-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/mmm-20d998366b318db0.mmm.9hydjxev-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/mmm-20d998366b318db0.mmm.9hydjxev-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/mmm-20d998366b318db0.mmm.9hydjxev-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/mmm-20d998366b318db0.mmm.9hydjxev-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/mmm-20d998366b318db0.mmm.9hydjxev-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/mmm-20d998366b318db0.mmm.9hydjxev-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/mmm-20d998366b318db0.mmm.9hydjxev-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/mmm-20d998366b318db0.mmm.9hydjxev-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/mmm-20d998366b318db0.mmm.9hydjxev-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/mmm-20d998366b318db0.mmm.9hydjxev-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/mmm-20d998366b318db0" "/opt/crater/target/debug/deps/mmm-20d998366b318db0.3jsbsmv5yfoz7ax3.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/libhyper_tls-853fc8c23430d11c.rlib" "/opt/crater/target/debug/deps/libtokio_tls-0dfacb5ef5918c64.rlib" "/opt/crater/target/debug/deps/libnative_tls-0b92ce0a0366e91d.rlib" "/opt/crater/target/debug/deps/libopenssl-e4f0c4e89656ea07.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-4ddd381e013f1eb1.rlib" "/opt/crater/target/debug/deps/libforeign_types-4eb93eebf43a44d4.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-e23d8c6f366950c3.rlib" "/opt/crater/target/debug/deps/libbitflags-87aacccedafc3e9f.rlib" "/opt/crater/target/debug/deps/libhyper-e059be0606fd10ab.rlib" "/opt/crater/target/debug/deps/libtokio_proto-ff42b7a47cd884d6.rlib" "/opt/crater/target/debug/deps/libtokio_service-dbe11bff42b35ab4.rlib" "/opt/crater/target/debug/deps/libtake-74940c528c2c75f5.rlib" "/opt/crater/target/debug/deps/libsmallvec-aafbfea6e846f508.rlib" "/opt/crater/target/debug/deps/libslab-424cb31d1ed16f51.rlib" "/opt/crater/target/debug/deps/librand-49f9a4c696325ba3.rlib" "/opt/crater/target/debug/deps/libtokio_core-50ac244a006d920a.rlib" "/opt/crater/target/debug/deps/libscoped_tls-2860055840773d8c.rlib" "/opt/crater/target/debug/deps/libtokio-6efed18f8c031f8e.rlib" "/opt/crater/target/debug/deps/libtokio_udp-290daf47e14f3c26.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-8c9c64ecec8ad5a1.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-15ac65534875f7ef.rlib" "/opt/crater/target/debug/deps/liblog-288d9d1198924990.rlib" "/opt/crater/target/debug/deps/librand-a2b6a79f8267c096.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-c256c99bc243dc67.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-41f1e2df2cc5805d.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-93eff508aae7ab67.rlib" "/opt/crater/target/debug/deps/libscopeguard-22a7afc64d55fe2c.rlib" "/opt/crater/target/debug/deps/libmemoffset-81f7e9a5af225363.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-ac8a9c35e9cc6960.rlib" "/opt/crater/target/debug/deps/libarrayvec-816ea3683ad7852c.rlib" "/opt/crater/target/debug/deps/libnodrop-6d1d7bbbcdf902c1.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-f73ea16dee7679ad.rlib" "/opt/crater/target/debug/deps/libtokio_executor-42eefaf29aa1567b.rlib" "/opt/crater/target/debug/deps/libtokio_io-926983652213027d.rlib" "/opt/crater/target/debug/deps/libmio-ea6d0e273cdf03fe.rlib" "/opt/crater/target/debug/deps/libslab-48e86bef9a37542e.rlib" "/opt/crater/target/debug/deps/libnet2-d5cfb08a6b2a1725.rlib" "/opt/crater/target/debug/deps/liblazycell-5f5ce47ba7c14943.rlib" "/opt/crater/target/debug/deps/libtime-9c5d289772f27081.rlib" "/opt/crater/target/debug/deps/librelay-28173da5c8e69458.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-b2b1eddedcc9d5cc.rlib" "/opt/crater/target/debug/deps/libmime-666a90315eadf65d.rlib" "/opt/crater/target/debug/deps/libunicase-987c17bb0e09095d.rlib" "/opt/crater/target/debug/deps/liblog-9f29daffacf088d8.rlib" "/opt/crater/target/debug/deps/libcfg_if-168f8d02dd20eb98.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-05e049e3a82cbfb0.rlib" "/opt/crater/target/debug/deps/libhttparse-a0ec973263c40883.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-c82ab25dfb5be2c9.rlib" "/opt/crater/target/debug/deps/libnum_cpus-ccfb65c4cf1c0516.rlib" "/opt/crater/target/debug/deps/libbytes-f834cfc922f07c29.rlib" "/opt/crater/target/debug/deps/libiovec-8b4978e35a910914.rlib" "/opt/crater/target/debug/deps/libbase64-95950b6c4c3f7823.rlib" "/opt/crater/target/debug/deps/libsafemem-ce5caf881f5158b4.rlib" "/opt/crater/target/debug/deps/libbyteorder-caff94b28b2a2118.rlib" "/opt/crater/target/debug/deps/libfutures-9226a73b500e5ad6.rlib" "/opt/crater/target/debug/deps/libsciter-21fc3157cb3c903e.rlib" "/opt/crater/target/debug/deps/liblibc-6427118cb422dcbc.rlib" "/opt/crater/target/debug/deps/liblazy_static-477b2fb8337c6397.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" "-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" "747e3acb7610e466f95510d7366dfd8ab49a11629829b21516d34b54dbe7b360"` [INFO] running `"docker" "rm" "-f" "747e3acb7610e466f95510d7366dfd8ab49a11629829b21516d34b54dbe7b360"` [INFO] [stdout] 747e3acb7610e466f95510d7366dfd8ab49a11629829b21516d34b54dbe7b360