[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.38-1/sources/1.37.0/gh/bwolf/ofvsh"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/bwolf/ofvsh'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/bwolf/ofvsh" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/bwolf/ofvsh"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/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.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 bwolf/ofvsh 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 bwolf/ofvsh [INFO] finished frobbing bwolf/ofvsh [INFO] frobbed toml for bwolf/ofvsh written to work/ex/beta-1.38-1/sources/1.37.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.38-1/sources/beta-2019-08-13/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.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 bwolf/ofvsh 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-2/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] d0214ce7f9343edd9f15646f9c489d0c0b47bfd504d73fbf11613e9d3cd263a4 [INFO] running `"docker" "start" "-a" "d0214ce7f9343edd9f15646f9c489d0c0b47bfd504d73fbf11613e9d3cd263a4"` [INFO] [stderr] Compiling dbus v0.2.3 [INFO] [stderr] Compiling rust-gmp v0.3.2 [INFO] [stderr] Compiling termios v0.2.2 [INFO] [stderr] Compiling directories v1.0.2 [INFO] [stderr] Compiling memchr v2.1.1 [INFO] [stderr] Compiling smallvec v0.6.6 [INFO] [stderr] Compiling uuid v0.1.18 [INFO] [stderr] Compiling rust-crypto v0.2.36 [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 rpassword v0.2.3 [INFO] [stderr] Compiling terminfo v0.6.1 [INFO] [stderr] Compiling mktemp v0.3.1 [INFO] [stderr] Compiling smallstr v0.1.0 [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/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/ofvsh-199563395300844f.ofvsh.6hv4xnj7-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/ofvsh-199563395300844f.ofvsh.6hv4xnj7-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/ofvsh-199563395300844f.ofvsh.6hv4xnj7-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/ofvsh-199563395300844f.ofvsh.6hv4xnj7-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/ofvsh-199563395300844f.ofvsh.6hv4xnj7-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/ofvsh-199563395300844f.ofvsh.6hv4xnj7-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/ofvsh-199563395300844f.ofvsh.6hv4xnj7-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/ofvsh-199563395300844f.ofvsh.6hv4xnj7-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/ofvsh-199563395300844f.ofvsh.6hv4xnj7-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/ofvsh-199563395300844f.ofvsh.6hv4xnj7-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/ofvsh-199563395300844f.ofvsh.6hv4xnj7-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/ofvsh-199563395300844f.ofvsh.6hv4xnj7-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/ofvsh-199563395300844f.ofvsh.6hv4xnj7-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/ofvsh-199563395300844f.ofvsh.6hv4xnj7-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/ofvsh-199563395300844f.ofvsh.6hv4xnj7-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/ofvsh-199563395300844f.ofvsh.6hv4xnj7-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/ofvsh-199563395300844f" "/opt/crater/target/debug/deps/ofvsh-199563395300844f.4prq4vx28yhtxb4s.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-b723b200460b6d31/out" "-L" "/opt/crater/target/debug/build/libssh2-sys-8d2e69ccb22aaba5/out/build" "-L" "/usr/lib/x86_64-linux-gnu" "-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/libtoml-3ac9a50ad16b7c36.rlib" "/opt/crater/target/debug/deps/libssh2-5beb10487c263a0e.rlib" "/opt/crater/target/debug/deps/libbitflags-05fa20c47058c1db.rlib" "/opt/crater/target/debug/deps/liblibssh2_sys-8ffbbfa779dba586.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-334421f4d891c8d9.rlib" "/opt/crater/target/debug/deps/liblibz_sys-0bc7dcea9227c859.rlib" "/opt/crater/target/debug/deps/librpassword-27f50cb850a3b60d.rlib" "/opt/crater/target/debug/deps/libtermios-f2762b363e2f1ec6.rlib" "/opt/crater/target/debug/deps/libnix-4057958d14a3d562.rlib" "/opt/crater/target/debug/deps/libmktemp-2198e11c3862d00b.rlib" "/opt/crater/target/debug/deps/libuuid-3741f6dc04ab449d.rlib" "/opt/crater/target/debug/deps/liblinefeed-4b27cd160b1bda80.rlib" "/opt/crater/target/debug/deps/libmortal-2812eaeefb20ff0b.rlib" "/opt/crater/target/debug/deps/libterminfo-33f3adc11568c6b5.rlib" "/opt/crater/target/debug/deps/libfnv-0b54693efaf27e2a.rlib" "/opt/crater/target/debug/deps/libphf-8ebf114e7623fc35.rlib" "/opt/crater/target/debug/deps/libphf_shared-9782e56a5aa80da0.rlib" "/opt/crater/target/debug/deps/libsiphasher-d8c9cc1cc66f074e.rlib" "/opt/crater/target/debug/deps/libnom-cc546f167cd10910.rlib" "/opt/crater/target/debug/deps/libmemchr-01f17136349e4b78.rlib" "/opt/crater/target/debug/deps/libnix-d69657e58d33b34e.rlib" "/opt/crater/target/debug/deps/libbitflags-9f030c7d282c894d.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-764c0690d6a3d1ee.rlib" "/opt/crater/target/debug/deps/libsmallstr-bcde4fe1f1938917.rlib" "/opt/crater/target/debug/deps/libsmallvec-96e231330eb18714.rlib" "/opt/crater/target/debug/deps/libunreachable-9d457f85a529b992.rlib" "/opt/crater/target/debug/deps/libvoid-03072202629d0c80.rlib" "/opt/crater/target/debug/deps/libdirs-1be8278212585915.rlib" "/opt/crater/target/debug/deps/libkeyring-d84d2f9548b452f7.rlib" "/opt/crater/target/debug/deps/libsecret_service-257244aca577e787.rlib" "/opt/crater/target/debug/deps/libnum-7f4e290e9488b57b.rlib" "/opt/crater/target/debug/deps/libnum_rational-ea888c2f458a643c.rlib" "/opt/crater/target/debug/deps/libnum_bigint-7c5166c23b003c74.rlib" "/opt/crater/target/debug/deps/libnum_complex-8a2d521989e0ba4c.rlib" "/opt/crater/target/debug/deps/libnum_iter-8673f0b69b432df1.rlib" "/opt/crater/target/debug/deps/libnum_integer-4efe0f2dadd87400.rlib" "/opt/crater/target/debug/deps/libnum_traits-86600a016bc21e91.rlib" "/opt/crater/target/debug/deps/libgmp-54c5de6e2666226d.rlib" "/opt/crater/target/debug/deps/libdbus-5c9457110a6e7bb2.rlib" "/opt/crater/target/debug/deps/libcrypto-6aceb8d03d118af9.rlib" "/opt/crater/target/debug/deps/libtime-6ea0782b77da06ae.rlib" "/opt/crater/target/debug/deps/librustc_serialize-cc29b8ffd74fbfca.rlib" "/opt/crater/target/debug/deps/librand-38bcbb9f261db4a2.rlib" "/opt/crater/target/debug/deps/librand-b1e03a2e62a72ad1.rlib" "/opt/crater/target/debug/deps/libitertools-1149624923914a23.rlib" "/opt/crater/target/debug/deps/libeither-1d8cfd8a86cf0dc0.rlib" "/opt/crater/target/debug/deps/libdirectories-2d42377c2ccc81a0.rlib" "/opt/crater/target/debug/deps/liblog-0dd4bdd5700e6b75.rlib" "/opt/crater/target/debug/deps/libserde-48b6392c1eca142a.rlib" "/opt/crater/target/debug/deps/libcfg_if-3f691fa550e97962.rlib" "/opt/crater/target/debug/deps/libclap-18b8610187b43224.rlib" "/opt/crater/target/debug/deps/libvec_map-d1ee0a45638c2bc7.rlib" "/opt/crater/target/debug/deps/libtextwrap-92be40a5376d416f.rlib" "/opt/crater/target/debug/deps/libunicode_width-854b98bbb65b7690.rlib" "/opt/crater/target/debug/deps/libstrsim-c714b4fac07361e2.rlib" "/opt/crater/target/debug/deps/libbitflags-031756039b29afaf.rlib" "/opt/crater/target/debug/deps/libatty-504a01a08554cf32.rlib" "/opt/crater/target/debug/deps/liblibc-96489a6b7aca76d0.rlib" "/opt/crater/target/debug/deps/libansi_term-ab3d266e25626249.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" "-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" "d0214ce7f9343edd9f15646f9c489d0c0b47bfd504d73fbf11613e9d3cd263a4"` [INFO] running `"docker" "rm" "-f" "d0214ce7f9343edd9f15646f9c489d0c0b47bfd504d73fbf11613e9d3cd263a4"` [INFO] [stdout] d0214ce7f9343edd9f15646f9c489d0c0b47bfd504d73fbf11613e9d3cd263a4