[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 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/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-08-13" "build" "--frozen"` [INFO] [stdout] 7edd55b38363f39859a9ee5f43c212f08aa827c38675fda3d9787d5f6a018f12 [INFO] running `"docker" "start" "-a" "7edd55b38363f39859a9ee5f43c212f08aa827c38675fda3d9787d5f6a018f12"` [INFO] [stderr] Compiling phf_shared v0.7.23 [INFO] [stderr] Compiling memchr v2.1.1 [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 libz-sys v1.0.25 [INFO] [stderr] Compiling libssh2-sys v0.2.11 [INFO] [stderr] Compiling nix v0.7.0 [INFO] [stderr] Compiling smallvec v0.6.6 [INFO] [stderr] Compiling rpassword v0.2.3 [INFO] [stderr] Compiling phf v0.7.23 [INFO] [stderr] Compiling nix v0.11.0 [INFO] [stderr] Compiling phf_generator v0.7.23 [INFO] [stderr] Compiling uuid v0.1.18 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Compiling toml v0.4.8 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling smallstr v0.1.0 [INFO] [stderr] Compiling phf_codegen v0.7.23 [INFO] [stderr] Compiling mktemp v0.3.1 [INFO] [stderr] Compiling nom v4.1.1 [INFO] [stderr] Compiling terminfo v0.6.1 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling secret-service v0.4.0 [INFO] [stderr] Compiling ssh2 v0.3.3 [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-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/ofvsh-4aa53a3ab292a5dc.ofvsh.1ghctv5w-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/ofvsh-4aa53a3ab292a5dc.ofvsh.1ghctv5w-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/ofvsh-4aa53a3ab292a5dc.ofvsh.1ghctv5w-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/ofvsh-4aa53a3ab292a5dc.ofvsh.1ghctv5w-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/ofvsh-4aa53a3ab292a5dc.ofvsh.1ghctv5w-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/ofvsh-4aa53a3ab292a5dc.ofvsh.1ghctv5w-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/ofvsh-4aa53a3ab292a5dc.ofvsh.1ghctv5w-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/ofvsh-4aa53a3ab292a5dc.ofvsh.1ghctv5w-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/ofvsh-4aa53a3ab292a5dc.ofvsh.1ghctv5w-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/ofvsh-4aa53a3ab292a5dc.ofvsh.1ghctv5w-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/ofvsh-4aa53a3ab292a5dc.ofvsh.1ghctv5w-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/ofvsh-4aa53a3ab292a5dc.ofvsh.1ghctv5w-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/ofvsh-4aa53a3ab292a5dc.ofvsh.1ghctv5w-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/ofvsh-4aa53a3ab292a5dc.ofvsh.1ghctv5w-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/ofvsh-4aa53a3ab292a5dc.ofvsh.1ghctv5w-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/ofvsh-4aa53a3ab292a5dc.ofvsh.1ghctv5w-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/ofvsh-4aa53a3ab292a5dc" "/opt/crater/target/debug/deps/ofvsh-4aa53a3ab292a5dc.4w3i6kfu5svjccgx.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-fbe6562e31bd749c/out" "-L" "/opt/crater/target/debug/build/libssh2-sys-bedf117c06c44ccf/out/build" "-L" "/usr/lib/x86_64-linux-gnu" "-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/libtoml-d4fe45d1de6b7181.rlib" "/opt/crater/target/debug/deps/libssh2-a4a45f09a11ffc6c.rlib" "/opt/crater/target/debug/deps/libbitflags-b03ee8d07369378c.rlib" "/opt/crater/target/debug/deps/liblibssh2_sys-7e6e0c0a4832916c.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-8d714c3356ca4fd5.rlib" "/opt/crater/target/debug/deps/liblibz_sys-957ebe7f3638eb52.rlib" "/opt/crater/target/debug/deps/librpassword-8a142fca12ce9d94.rlib" "/opt/crater/target/debug/deps/libtermios-a839e5901fa0d974.rlib" "/opt/crater/target/debug/deps/libnix-989b2818ecc9de9b.rlib" "/opt/crater/target/debug/deps/libmktemp-97feebb6a3fbcad3.rlib" "/opt/crater/target/debug/deps/libuuid-d50d6ed81914eb69.rlib" "/opt/crater/target/debug/deps/liblinefeed-2d8ef7d4c041b41c.rlib" "/opt/crater/target/debug/deps/libmortal-3f0e7d30156a1063.rlib" "/opt/crater/target/debug/deps/libterminfo-3274ac5a2a1a6440.rlib" "/opt/crater/target/debug/deps/libfnv-6e18f98be4338210.rlib" "/opt/crater/target/debug/deps/libphf-6b3bfd4229db3ae4.rlib" "/opt/crater/target/debug/deps/libphf_shared-d63457ffd81f5b92.rlib" "/opt/crater/target/debug/deps/libsiphasher-4c498a6794cfc485.rlib" "/opt/crater/target/debug/deps/libnom-d598f0008c1e93c2.rlib" "/opt/crater/target/debug/deps/libmemchr-89aaa3526daf01a1.rlib" "/opt/crater/target/debug/deps/libnix-c8604f90aecd6871.rlib" "/opt/crater/target/debug/deps/libbitflags-19846806352ac884.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-17e783eda08f2a2e.rlib" "/opt/crater/target/debug/deps/libsmallstr-04beab6345cd93c8.rlib" "/opt/crater/target/debug/deps/libsmallvec-b62d7e5e63d49bc3.rlib" "/opt/crater/target/debug/deps/libunreachable-06a391591ec96326.rlib" "/opt/crater/target/debug/deps/libvoid-ee701c9bdcbc84a6.rlib" "/opt/crater/target/debug/deps/libdirs-60ff02a25734a6df.rlib" "/opt/crater/target/debug/deps/libkeyring-36bfdf1414a832c7.rlib" "/opt/crater/target/debug/deps/libsecret_service-0818d9f4a13ce270.rlib" "/opt/crater/target/debug/deps/libnum-5a74c4654f6436a1.rlib" "/opt/crater/target/debug/deps/libnum_rational-5612ef767a5d0bc5.rlib" "/opt/crater/target/debug/deps/libnum_bigint-9ddf586d25c53a1f.rlib" "/opt/crater/target/debug/deps/libnum_complex-2013bef12484f497.rlib" "/opt/crater/target/debug/deps/libnum_iter-c2670023c017b43e.rlib" "/opt/crater/target/debug/deps/libnum_integer-2746dc7a3b917a7f.rlib" "/opt/crater/target/debug/deps/libnum_traits-b79693a5d7e93180.rlib" "/opt/crater/target/debug/deps/libgmp-5f5a9bda75e43bb9.rlib" "/opt/crater/target/debug/deps/libdbus-048cfb3ab55e4f92.rlib" "/opt/crater/target/debug/deps/libcrypto-29d25540537d6445.rlib" "/opt/crater/target/debug/deps/libtime-489af7e0b4ad4b55.rlib" "/opt/crater/target/debug/deps/librustc_serialize-fc0a027b4489f806.rlib" "/opt/crater/target/debug/deps/librand-e7fbb412ff9aee36.rlib" "/opt/crater/target/debug/deps/librand-61858dfae8c87f2c.rlib" "/opt/crater/target/debug/deps/libitertools-61224ea12a77351b.rlib" "/opt/crater/target/debug/deps/libeither-90c0ce8e46d0418a.rlib" "/opt/crater/target/debug/deps/libdirectories-af3bf8407b09e009.rlib" "/opt/crater/target/debug/deps/liblog-d6ee167b7ea8c93e.rlib" "/opt/crater/target/debug/deps/libserde-f9461453cd826712.rlib" "/opt/crater/target/debug/deps/libcfg_if-52f952e08f3290ba.rlib" "/opt/crater/target/debug/deps/libclap-124af0f0fb10fe15.rlib" "/opt/crater/target/debug/deps/libvec_map-dfe47d7ef870925b.rlib" "/opt/crater/target/debug/deps/libtextwrap-552a4fc03518be30.rlib" "/opt/crater/target/debug/deps/libunicode_width-be270ae5acdefae2.rlib" "/opt/crater/target/debug/deps/libstrsim-323d74444d0cce8b.rlib" "/opt/crater/target/debug/deps/libbitflags-67998902f09e32c1.rlib" "/opt/crater/target/debug/deps/libatty-a0f05b86ed62b3fb.rlib" "/opt/crater/target/debug/deps/liblibc-bdc2386f4cce9efc.rlib" "/opt/crater/target/debug/deps/libansi_term-8091014737d4fb0a.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" "-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" "7edd55b38363f39859a9ee5f43c212f08aa827c38675fda3d9787d5f6a018f12"` [INFO] running `"docker" "rm" "-f" "7edd55b38363f39859a9ee5f43c212f08aa827c38675fda3d9787d5f6a018f12"` [INFO] [stdout] 7edd55b38363f39859a9ee5f43c212f08aa827c38675fda3d9787d5f6a018f12