[INFO] updating cached repository bwolf/ofvsh [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/bwolf/ofvsh [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/bwolf/ofvsh" "work/ex/beta-1.37-6/sources/1.36.0/gh/bwolf/ofvsh"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/bwolf/ofvsh'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/bwolf/ofvsh" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/bwolf/ofvsh"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/bwolf/ofvsh'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 57a3d37f7745d012a83f7c26ed93126d60c96e19 [INFO] sha for GitHub repo bwolf/ofvsh: 57a3d37f7745d012a83f7c26ed93126d60c96e19 [INFO] validating manifest of bwolf/ofvsh 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 bwolf/ofvsh 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 bwolf/ofvsh [INFO] finished frobbing bwolf/ofvsh [INFO] frobbed toml for bwolf/ofvsh written to work/ex/beta-1.37-6/sources/1.36.0/gh/bwolf/ofvsh/Cargo.toml [INFO] started frobbing bwolf/ofvsh [INFO] finished frobbing bwolf/ofvsh [INFO] frobbed toml for bwolf/ofvsh written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/bwolf/ofvsh/Cargo.toml [INFO] crate bwolf/ofvsh 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 bwolf/ofvsh 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/bwolf/ofvsh:/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] f980848d4c84cdc38f62d801bb728b063fe781d1f19599e951ba057f318a0f1d [INFO] running `"docker" "start" "-a" "f980848d4c84cdc38f62d801bb728b063fe781d1f19599e951ba057f318a0f1d"` [INFO] [stderr] Compiling memchr v2.1.1 [INFO] [stderr] Compiling rust-gmp v0.3.2 [INFO] [stderr] Compiling dbus v0.2.3 [INFO] [stderr] Compiling rpassword v2.0.0 [INFO] [stderr] Compiling dirs v1.0.4 [INFO] [stderr] Compiling directories v1.0.2 [INFO] [stderr] Compiling rpassword v0.2.3 [INFO] [stderr] Compiling smallvec v0.6.6 [INFO] [stderr] Compiling nix v0.11.0 [INFO] [stderr] Compiling uuid v0.1.18 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling nix v0.7.0 [INFO] [stderr] Compiling libssh2-sys v0.2.11 [INFO] [stderr] Compiling terminfo v0.6.1 [INFO] [stderr] Compiling smallstr v0.1.0 [INFO] [stderr] Compiling mktemp v0.3.1 [INFO] [stderr] Compiling ssh2 v0.3.3 [INFO] [stderr] Compiling nom v4.1.1 [INFO] [stderr] Compiling secret-service v0.4.0 [INFO] [stderr] Compiling keyring v0.6.1 [INFO] [stderr] Compiling mortal v0.1.5 [INFO] [stderr] Compiling linefeed v0.5.3 [INFO] [stderr] Compiling ofvsh v0.3.4 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/builtin.rs:852:20 [INFO] [stderr] | [INFO] [stderr] 852 | pub type Cmd = Box Result<(), Error>>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut Shell, &str, &str, &[&str]) -> Result<(), Error>` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/child.rs:181:19 [INFO] [stderr] | [INFO] [stderr] 181 | shutdown: Box Result<(), std::io::Error>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn() -> Result<(), std::io::Error>` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/child.rs:185:44 [INFO] [stderr] | [INFO] [stderr] 185 | pub fn new(child: Child, shutdown: Box Result<(), std::io::Error>>) -> CustomShutdown { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn() -> Result<(), std::io::Error>` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/pipedio.rs:15:22 [INFO] [stderr] | [INFO] [stderr] 15 | line_io: Arc, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn lineio::LineIo + Send + Sync + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/pipedio.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | mapper: Box Option + 'static + Send + Sync>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&str) -> Option + 'static + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/pipedio.rs:35:20 [INFO] [stderr] | [INFO] [stderr] 35 | appender: &lineio::LineIo, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn lineio::LineIo` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/pipedio.rs:37:21 [INFO] [stderr] | [INFO] [stderr] 37 | mapper: Box Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&str) -> Option` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/shell.rs:55:18 [INFO] [stderr] | [INFO] [stderr] 55 | line_io: Arc, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn lineio::LineIo + Send + Sync + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/shell.rs:108:22 [INFO] [stderr] | [INFO] [stderr] 108 | line_io: Arc, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn lineio::LineIo + Send + Sync + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/shell.rs:143:34 [INFO] [stderr] | [INFO] [stderr] 143 | pub fn line_io(&self) -> Arc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn lineio::LineIo + Send + Sync + 'static` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::os::unix::process::CommandExt::before_exec': should be unsafe, use `pre_exec` instead [INFO] [stderr] --> src/builtin.rs:661:10 [INFO] [stderr] | [INFO] [stderr] 661 | .before_exec(|| { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] 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/ofvsh-54ea846a1838c193.ofvsh.9js8pllp-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/ofvsh-54ea846a1838c193.ofvsh.9js8pllp-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/ofvsh-54ea846a1838c193.ofvsh.9js8pllp-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/ofvsh-54ea846a1838c193.ofvsh.9js8pllp-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/ofvsh-54ea846a1838c193.ofvsh.9js8pllp-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/ofvsh-54ea846a1838c193.ofvsh.9js8pllp-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/ofvsh-54ea846a1838c193.ofvsh.9js8pllp-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/ofvsh-54ea846a1838c193.ofvsh.9js8pllp-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/ofvsh-54ea846a1838c193.ofvsh.9js8pllp-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/ofvsh-54ea846a1838c193.ofvsh.9js8pllp-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/ofvsh-54ea846a1838c193.ofvsh.9js8pllp-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/ofvsh-54ea846a1838c193.ofvsh.9js8pllp-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/ofvsh-54ea846a1838c193.ofvsh.9js8pllp-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/ofvsh-54ea846a1838c193.ofvsh.9js8pllp-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/ofvsh-54ea846a1838c193.ofvsh.9js8pllp-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/ofvsh-54ea846a1838c193.ofvsh.9js8pllp-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/ofvsh-54ea846a1838c193" "/opt/crater/target/debug/deps/ofvsh-54ea846a1838c193.42o2mwi5i0gl3tr7.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/rust-crypto-71a801d119c46fcc/out" "-L" "/opt/crater/target/debug/build/libssh2-sys-fe4347bbdcdb59b2/out/build" "-L" "/usr/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/libtoml-e50a79fe444a4a94.rlib" "/opt/crater/target/debug/deps/libssh2-2b30704c0142d65b.rlib" "/opt/crater/target/debug/deps/libbitflags-e424d0a7dda42873.rlib" "/opt/crater/target/debug/deps/liblibssh2_sys-791066f25d0eb60b.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-1c0d4513be523e44.rlib" "/opt/crater/target/debug/deps/liblibz_sys-f1a23551356887fd.rlib" "/opt/crater/target/debug/deps/librpassword-05a648f283634ad2.rlib" "/opt/crater/target/debug/deps/libtermios-0f0ac328ad386f95.rlib" "/opt/crater/target/debug/deps/libnix-9c94cc4b3296709b.rlib" "/opt/crater/target/debug/deps/libmktemp-b572e15a9dc9ed5c.rlib" "/opt/crater/target/debug/deps/libuuid-1689aa69691f6865.rlib" "/opt/crater/target/debug/deps/liblinefeed-d6203b21fb16ed67.rlib" "/opt/crater/target/debug/deps/libmortal-6d3e8b2324d7e5d1.rlib" "/opt/crater/target/debug/deps/libterminfo-62b4622565ac5701.rlib" "/opt/crater/target/debug/deps/libfnv-9c46c9dc8e117f05.rlib" "/opt/crater/target/debug/deps/libphf-bf477b52a9451069.rlib" "/opt/crater/target/debug/deps/libphf_shared-bf0d21e176a40499.rlib" "/opt/crater/target/debug/deps/libsiphasher-a0bf353dc1dc992e.rlib" "/opt/crater/target/debug/deps/libnom-30060cabaf45f4ff.rlib" "/opt/crater/target/debug/deps/libmemchr-d5ac56f6e20f23de.rlib" "/opt/crater/target/debug/deps/libnix-ad7c626286bc8d02.rlib" "/opt/crater/target/debug/deps/libbitflags-37df1eb7983fc230.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-0720c0714a39e197.rlib" "/opt/crater/target/debug/deps/libsmallstr-63812d0e957c743a.rlib" "/opt/crater/target/debug/deps/libsmallvec-77b4313ac56c47dc.rlib" "/opt/crater/target/debug/deps/libunreachable-128e59a4c3e6358e.rlib" "/opt/crater/target/debug/deps/libvoid-7cea1bca190341e8.rlib" "/opt/crater/target/debug/deps/libdirs-92f708275f4e7f6b.rlib" "/opt/crater/target/debug/deps/libkeyring-4bc8dbb682d31e5b.rlib" "/opt/crater/target/debug/deps/libsecret_service-32bb58d216661c87.rlib" "/opt/crater/target/debug/deps/libnum-483f7a5c7c047f7f.rlib" "/opt/crater/target/debug/deps/libnum_rational-e7a93423d757d6b0.rlib" "/opt/crater/target/debug/deps/libnum_bigint-42b5f4b892bced88.rlib" "/opt/crater/target/debug/deps/libnum_complex-8c1312f0a6c9ef4f.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" "/opt/crater/target/debug/deps/libgmp-196e5f2657284775.rlib" "/opt/crater/target/debug/deps/libdbus-64168629bf6a5ccf.rlib" "/opt/crater/target/debug/deps/libcrypto-973730708d105154.rlib" "/opt/crater/target/debug/deps/libtime-c324f7de61606fd8.rlib" "/opt/crater/target/debug/deps/librustc_serialize-349ba31664dfb847.rlib" "/opt/crater/target/debug/deps/librand-7b4ac3f3b42a2ef7.rlib" "/opt/crater/target/debug/deps/librand-ba0f7e3caa5ae6fa.rlib" "/opt/crater/target/debug/deps/libitertools-c85b85448469f1df.rlib" "/opt/crater/target/debug/deps/libeither-88c841192ea25aec.rlib" "/opt/crater/target/debug/deps/libdirectories-b02a661971a4ccd7.rlib" "/opt/crater/target/debug/deps/liblog-e20afb356117fc09.rlib" "/opt/crater/target/debug/deps/libserde-63c9111e6d501797.rlib" "/opt/crater/target/debug/deps/libcfg_if-c1938f77dc3c8b6e.rlib" "/opt/crater/target/debug/deps/libclap-dbc55d21c204a8b7.rlib" "/opt/crater/target/debug/deps/libvec_map-d15ddac8fbd5a1a7.rlib" "/opt/crater/target/debug/deps/libtextwrap-b9e8af68ddc86750.rlib" "/opt/crater/target/debug/deps/libunicode_width-5c65625ac38072b6.rlib" "/opt/crater/target/debug/deps/libstrsim-1fb548c623033a78.rlib" "/opt/crater/target/debug/deps/libbitflags-e31ad08aaa94ea6a.rlib" "/opt/crater/target/debug/deps/libatty-8364e6906e831647.rlib" "/opt/crater/target/debug/deps/liblibc-7ef0ecc5d6f9b1d0.rlib" "/opt/crater/target/debug/deps/libansi_term-a8ee7a34610f25b5.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" "-lssl" "-lcrypto" "-lz" "-lc" "-lgmp" "-lgmp" "-lgmp" "-lgmp" "-ldbus-1" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lgmp [INFO] [stderr] /usr/bin/ld: cannot find -lgmp [INFO] [stderr] /usr/bin/ld: cannot find -lgmp [INFO] [stderr] /usr/bin/ld: cannot find -lgmp [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 `ofvsh`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "f980848d4c84cdc38f62d801bb728b063fe781d1f19599e951ba057f318a0f1d"` [INFO] running `"docker" "rm" "-f" "f980848d4c84cdc38f62d801bb728b063fe781d1f19599e951ba057f318a0f1d"` [INFO] [stdout] f980848d4c84cdc38f62d801bb728b063fe781d1f19599e951ba057f318a0f1d