[INFO] cloning repository https://github.com/C4K3/crates-ectype [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/C4K3/crates-ectype" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FC4K3%2Fcrates-ectype", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FC4K3%2Fcrates-ectype'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7979612aeb34b7f3624ac2000263b6613315e327 [INFO] testing C4K3/crates-ectype against 1.55.0 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FC4K3%2Fcrates-ectype" "/workspace/builds/worker-17/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-17/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/C4K3/crates-ectype on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/C4K3/crates-ectype [INFO] finished tweaking git repo https://github.com/C4K3/crates-ectype [INFO] tweaked toml for git repo https://github.com/C4K3/crates-ectype written to /workspace/builds/worker-17/source/Cargo.toml [INFO] crate git repo https://github.com/C4K3/crates-ectype already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a340d25592511a40db2ea05b67a8f259fa0b41f68f8012692818f4b415c91a9e [INFO] running `Command { std: "docker" "start" "-a" "a340d25592511a40db2ea05b67a8f259fa0b41f68f8012692818f4b415c91a9e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a340d25592511a40db2ea05b67a8f259fa0b41f68f8012692818f4b415c91a9e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a340d25592511a40db2ea05b67a8f259fa0b41f68f8012692818f4b415c91a9e", kill_on_drop: false }` [INFO] [stdout] a340d25592511a40db2ea05b67a8f259fa0b41f68f8012692818f4b415c91a9e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f4c58f7b280154744c90f50503756230512904f16dd9fc6206ec44187f58aa6c [INFO] running `Command { std: "docker" "start" "-a" "f4c58f7b280154744c90f50503756230512904f16dd9fc6206ec44187f58aa6c", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling cc v1.0.18 [INFO] [stderr] Compiling pkg-config v0.3.13 [INFO] [stderr] Compiling libc v0.2.43 [INFO] [stderr] Compiling typenum v1.10.0 [INFO] [stderr] Compiling matches v0.1.7 [INFO] [stderr] Compiling cfg-if v0.1.4 [INFO] [stderr] Compiling unicode-normalization v0.1.7 [INFO] [stderr] Compiling byte-tools v0.2.0 [INFO] [stderr] Compiling arrayref v0.3.4 [INFO] [stderr] Compiling percent-encoding v1.0.1 [INFO] [stderr] Compiling openssl-probe v0.1.2 [INFO] [stderr] Compiling unicode-width v0.1.5 [INFO] [stderr] Compiling same-file v0.1.3 [INFO] [stderr] Compiling bitflags v1.0.3 [INFO] [stderr] Compiling fake-simd v0.1.2 [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling log v0.4.3 [INFO] [stderr] Compiling getopts v0.2.18 [INFO] [stderr] Compiling walkdir v1.0.7 [INFO] [stderr] Compiling block-buffer v0.3.3 [INFO] [stderr] Compiling cmake v0.1.32 [INFO] [stderr] Compiling socket2 v0.3.7 [INFO] [stderr] Compiling libz-sys v1.0.20 [INFO] [stderr] Compiling openssl-sys v0.9.35 [INFO] [stderr] Compiling curl-sys v0.4.8 [INFO] [stderr] Compiling libssh2-sys v0.2.10 [INFO] [stderr] Compiling libgit2-sys v0.7.7 [INFO] [stderr] Compiling generic-array v0.9.0 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling digest v0.7.5 [INFO] [stderr] Compiling sha2 v0.7.1 [INFO] [stderr] Compiling url v1.7.1 [INFO] [stderr] Compiling curl v0.4.14 [INFO] [stderr] Compiling git2 v0.7.5 [INFO] [stderr] Compiling crates-ectype v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/main.rs:40:10 [INFO] [stdout] | [INFO] [stdout] 40 | #[derive(RustcDecodable, RustcEncodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/main.rs:40:26 [INFO] [stdout] | [INFO] [stdout] 40 | #[derive(RustcDecodable, RustcEncodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/main.rs:133:10 [INFO] [stdout] | [INFO] [stdout] 133 | #[derive(RustcDecodable, Debug, Eq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/main.rs:201:57 [INFO] [stdout] | [INFO] [stdout] 201 | Err(e) => error!("Error parsing options: {}", e.description()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/crates_ectype-68e9aeecc89fa4ab.crates_ectype.c4373f4b-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/crates_ectype-68e9aeecc89fa4ab.crates_ectype.c4373f4b-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/crates_ectype-68e9aeecc89fa4ab.crates_ectype.c4373f4b-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/crates_ectype-68e9aeecc89fa4ab.crates_ectype.c4373f4b-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/crates_ectype-68e9aeecc89fa4ab.crates_ectype.c4373f4b-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/crates_ectype-68e9aeecc89fa4ab.crates_ectype.c4373f4b-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/crates_ectype-68e9aeecc89fa4ab.crates_ectype.c4373f4b-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/crates_ectype-68e9aeecc89fa4ab.crates_ectype.c4373f4b-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/crates_ectype-68e9aeecc89fa4ab.crates_ectype.c4373f4b-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/crates_ectype-68e9aeecc89fa4ab.crates_ectype.c4373f4b-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/crates_ectype-68e9aeecc89fa4ab.crates_ectype.c4373f4b-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/crates_ectype-68e9aeecc89fa4ab.crates_ectype.c4373f4b-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/crates_ectype-68e9aeecc89fa4ab.crates_ectype.c4373f4b-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/crates_ectype-68e9aeecc89fa4ab.crates_ectype.c4373f4b-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/crates_ectype-68e9aeecc89fa4ab.crates_ectype.c4373f4b-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/crates_ectype-68e9aeecc89fa4ab.crates_ectype.c4373f4b-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/crates_ectype-68e9aeecc89fa4ab.5crctdn5ipy7go42.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/curl-sys-0ab4874e6610169b/out/lib" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/target/debug/build/libgit2-sys-f9b0fe7d265d33ae/out/lib" "-L" "/opt/rustwide/target/debug/build/libssh2-sys-0185791167c49fa6/out/lib" "-L" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libsha2-f24e7556aab13375.rlib" "/opt/rustwide/target/debug/deps/libfake_simd-d6a0776fdec2e64e.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-77662b711c7cfaf9.rlib" "/opt/rustwide/target/debug/deps/libarrayref-60e1d57eb53b16a4.rlib" "/opt/rustwide/target/debug/deps/libdigest-374d5e409e13e405.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-958cc5ced9724d22.rlib" "/opt/rustwide/target/debug/deps/libtypenum-c3557d940aaf3512.rlib" "/opt/rustwide/target/debug/deps/libbyte_tools-724fce689f543772.rlib" "/opt/rustwide/target/debug/deps/libcurl-5c6955a97d80b19e.rlib" "/opt/rustwide/target/debug/deps/libsocket2-01e6649e1db695e8.rlib" "/opt/rustwide/target/debug/deps/libwalkdir-8f60b05c693c3b3e.rlib" "/opt/rustwide/target/debug/deps/libsame_file-66ee8e725b2aea44.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-d502c4cc34a0f1bf.rlib" "/opt/rustwide/target/debug/deps/libgit2-ea1c38421e091948.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-b9238ab6b4f641c8.rlib" "/opt/rustwide/target/debug/deps/liblog-778f1f2910c77043.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-e809e7f64bc49966.rlib" "/opt/rustwide/target/debug/deps/libbitflags-37db12bec5f16bd6.rlib" "/opt/rustwide/target/debug/deps/liblibgit2_sys-68f7688d586da592.rlib" "/opt/rustwide/target/debug/deps/libcurl_sys-d74d4c076e7d48d1.rlib" "/opt/rustwide/target/debug/deps/liblibssh2_sys-4670333acf2618d7.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-b9a0e157c0a65364.rlib" "/opt/rustwide/target/debug/deps/liblibz_sys-1197d016092c3ade.rlib" "/opt/rustwide/target/debug/deps/liburl-cca4bf436d3d4a59.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-704ce0efd41c512b.rlib" "/opt/rustwide/target/debug/deps/libidna-652ea26391ab2617.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-45216fbaaa88443b.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-cf9d7602cd359fad.rlib" "/opt/rustwide/target/debug/deps/libmatches-18ec3549b5b673d4.rlib" "/opt/rustwide/target/debug/deps/liblibc-94c920f5a7e04087.rlib" "/opt/rustwide/target/debug/deps/libgetopts-bf0386d9e984541c.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-bbf70183f4a76aeb.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-008055cc7d873802.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-06f01ac2578bda94.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-f9a3c3274a1835e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-d4cbb754ee9f4daa.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-95c14e1c1e3ebcc4.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d489f0ca872880cc.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-75f07df0b18fea39.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-0c35b278736219a2.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-e530649c9a06e3c6.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-6b148909d375a785.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-cd15fa647f4775d1.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-74be3a703f788ba2.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-8f2c5b445c28b2e3.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-8480e85e0be96197.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-ac23a75f6f42004e.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-557ba8776e04d182.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-4beb03d03503c439.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-dd7db1bec6909f24.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lz" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/crates_ectype-68e9aeecc89fa4ab" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: /opt/rustwide/target/debug/deps/libcurl_sys-d74d4c076e7d48d1.rlib(libcurl_la-version.o): in function `brotli_version': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.4.8/curl/lib/version.c:93: undefined reference to `BrotliDecoderVersion' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcurl_sys-d74d4c076e7d48d1.rlib(libcurl_la-version.o): in function `curl_version_info': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.4.8/curl/lib/version.c:447: undefined reference to `BrotliDecoderVersion' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcurl_sys-d74d4c076e7d48d1.rlib(libcurl_la-content_encoding.o): in function `brotli_init_writer': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.4.8/curl/lib/content_encoding.c:629: undefined reference to `BrotliDecoderCreateInstance' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcurl_sys-d74d4c076e7d48d1.rlib(libcurl_la-content_encoding.o): in function `brotli_unencode_write': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.4.8/curl/lib/content_encoding.c:656: undefined reference to `BrotliDecoderDecompressStream' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.4.8/curl/lib/content_encoding.c:667: undefined reference to `BrotliDecoderDestroyInstance' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.4.8/curl/lib/content_encoding.c:673: undefined reference to `BrotliDecoderGetErrorCode' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcurl_sys-d74d4c076e7d48d1.rlib(libcurl_la-content_encoding.o): in function `brotli_close_writer': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.4.8/curl/lib/content_encoding.c:689: undefined reference to `BrotliDecoderDestroyInstance' [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] = help: some `extern` functions couldn't be found; some native libraries may need to be installed or have their path specified [INFO] [stdout] = note: use the `-l` flag to specify native libraries to link [INFO] [stdout] = note: use the `cargo:rustc-link-lib` directive to specify the native libraries to link with Cargo (see https://doc.rust-lang.org/cargo/reference/build-scripts.html#cargorustc-link-libkindname) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `crates-ectype` due to 2 previous errors; 4 warnings emitted [INFO] running `Command { std: "docker" "inspect" "f4c58f7b280154744c90f50503756230512904f16dd9fc6206ec44187f58aa6c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f4c58f7b280154744c90f50503756230512904f16dd9fc6206ec44187f58aa6c", kill_on_drop: false }` [INFO] [stdout] f4c58f7b280154744c90f50503756230512904f16dd9fc6206ec44187f58aa6c