[INFO] fetching crate gnutls-sys 0.1.2... [INFO] checking gnutls-sys-0.1.2 against master#1557fb031b272b4c5bfcc7de5df7eddc7b36a584 for pr-73166 [INFO] extracting crate gnutls-sys 0.1.2 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate gnutls-sys 0.1.2 on toolchain 1557fb031b272b4c5bfcc7de5df7eddc7b36a584 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1557fb031b272b4c5bfcc7de5df7eddc7b36a584" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate gnutls-sys 0.1.2 [INFO] finished tweaking crates.io crate gnutls-sys 0.1.2 [INFO] tweaked toml for crates.io crate gnutls-sys 0.1.2 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1557fb031b272b4c5bfcc7de5df7eddc7b36a584" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1557fb031b272b4c5bfcc7de5df7eddc7b36a584" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+1557fb031b272b4c5bfcc7de5df7eddc7b36a584" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c5b39e92e02454dda1c69dbd32513ffef87e2137021e8e68fea2fba51ad3d34b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "c5b39e92e02454dda1c69dbd32513ffef87e2137021e8e68fea2fba51ad3d34b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c5b39e92e02454dda1c69dbd32513ffef87e2137021e8e68fea2fba51ad3d34b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c5b39e92e02454dda1c69dbd32513ffef87e2137021e8e68fea2fba51ad3d34b", kill_on_drop: false }` [INFO] [stdout] c5b39e92e02454dda1c69dbd32513ffef87e2137021e8e68fea2fba51ad3d34b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+1557fb031b272b4c5bfcc7de5df7eddc7b36a584" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ca1ee7767db9068e9c17a46c5b6f4702e75a34af474045415edc27f7e344003e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ca1ee7767db9068e9c17a46c5b6f4702e75a34af474045415edc27f7e344003e", kill_on_drop: false }` [INFO] [stderr] Compiling gnutls-sys v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unreachable statement [INFO] [stdout] --> build.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 5 | / match pkg_config::find_library("gnutls") { [INFO] [stdout] 6 | | Ok(..) => return, [INFO] [stdout] 7 | | Err(e) => panic!("GnuTLS not found: {}", e), [INFO] [stdout] 8 | | } [INFO] [stdout] | |_____- any code following this `match` expression is unreachable, as all arms diverge [INFO] [stdout] 9 | [INFO] [stdout] 10 | println!("cargo:rustc-link-lib=gnutls"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable statement [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_code)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `[u8; 8]`, which is not FFI-safe [INFO] [stdout] --> src/gen.rs:4942:49 [INFO] [stdout] | [INFO] [stdout] 4942 | ... keyid: gnutls_openpgp_keyid_t) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(improper_ctypes)]` on by default [INFO] [stdout] = help: consider passing a pointer to the array [INFO] [stdout] = note: passing raw arrays by value is not FFI-safe [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `[u8; 8]`, which is not FFI-safe [INFO] [stdout] --> src/gen.rs:4960:53 [INFO] [stdout] | [INFO] [stdout] 4960 | ... keyid: gnutls_openpgp_keyid_t) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider passing a pointer to the array [INFO] [stdout] = note: passing raw arrays by value is not FFI-safe [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `[u8; 8]`, which is not FFI-safe [INFO] [stdout] --> src/gen.rs:4982:52 [INFO] [stdout] | [INFO] [stdout] 4982 | ... keyid: gnutls_openpgp_keyid_t) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider passing a pointer to the array [INFO] [stdout] = note: passing raw arrays by value is not FFI-safe [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `[u8; 8]`, which is not FFI-safe [INFO] [stdout] --> src/gen.rs:5012:52 [INFO] [stdout] | [INFO] [stdout] 5012 | ... gnutls_openpgp_keyid_t) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider passing a pointer to the array [INFO] [stdout] = note: passing raw arrays by value is not FFI-safe [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `[u8; 8]`, which is not FFI-safe [INFO] [stdout] --> src/gen.rs:5016:52 [INFO] [stdout] | [INFO] [stdout] 5016 | ... gnutls_openpgp_keyid_t) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider passing a pointer to the array [INFO] [stdout] = note: passing raw arrays by value is not FFI-safe [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `[u8; 8]`, which is not FFI-safe [INFO] [stdout] --> src/gen.rs:5046:53 [INFO] [stdout] | [INFO] [stdout] 5046 | ... keyid: gnutls_openpgp_keyid_t) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider passing a pointer to the array [INFO] [stdout] = note: passing raw arrays by value is not FFI-safe [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `[u8; 8]`, which is not FFI-safe [INFO] [stdout] --> src/gen.rs:5054:50 [INFO] [stdout] | [INFO] [stdout] 5054 | ... gnutls_openpgp_keyid_t) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider passing a pointer to the array [INFO] [stdout] = note: passing raw arrays by value is not FFI-safe [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `[u8; 8]`, which is not FFI-safe [INFO] [stdout] --> src/gen.rs:5077:56 [INFO] [stdout] | [INFO] [stdout] 5077 | ... keyid: gnutls_openpgp_keyid_t) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider passing a pointer to the array [INFO] [stdout] = note: passing raw arrays by value is not FFI-safe [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `[u8; 8]`, which is not FFI-safe [INFO] [stdout] --> src/gen.rs:5147:56 [INFO] [stdout] | [INFO] [stdout] 5147 | ... gnutls_openpgp_keyid_t) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider passing a pointer to the array [INFO] [stdout] = note: passing raw arrays by value is not FFI-safe [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `[u8; 8]`, which is not FFI-safe [INFO] [stdout] --> src/gen.rs:5152:56 [INFO] [stdout] | [INFO] [stdout] 5152 | ... gnutls_openpgp_keyid_t) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider passing a pointer to the array [INFO] [stdout] = note: passing raw arrays by value is not FFI-safe [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `[u8; 8]`, which is not FFI-safe [INFO] [stdout] --> src/gen.rs:5155:54 [INFO] [stdout] | [INFO] [stdout] 5155 | ... keyid: gnutls_openpgp_keyid_t, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider passing a pointer to the array [INFO] [stdout] = note: passing raw arrays by value is not FFI-safe [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `[u8; 8]`, which is not FFI-safe [INFO] [stdout] --> src/gen.rs:5166:51 [INFO] [stdout] | [INFO] [stdout] 5166 | ... keyid: gnutls_openpgp_keyid_t, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider passing a pointer to the array [INFO] [stdout] = note: passing raw arrays by value is not FFI-safe [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `[u8; 8]`, which is not FFI-safe [INFO] [stdout] --> src/gen.rs:5307:52 [INFO] [stdout] | [INFO] [stdout] 5307 | ... keyid: gnutls_openpgp_keyid_t, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider passing a pointer to the array [INFO] [stdout] = note: passing raw arrays by value is not FFI-safe [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `[u8; 8]`, which is not FFI-safe [INFO] [stdout] --> src/gen.rs:5468:53 [INFO] [stdout] | [INFO] [stdout] 5468 | ... keyid: gnutls_openpgp_keyid_t, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider passing a pointer to the array [INFO] [stdout] = note: passing raw arrays by value is not FFI-safe [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `[u8; 8]`, which is not FFI-safe [INFO] [stdout] --> src/gen.rs:5621:51 [INFO] [stdout] | [INFO] [stdout] 5621 | ... keyid: gnutls_openpgp_keyid_t, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider passing a pointer to the array [INFO] [stdout] = note: passing raw arrays by value is not FFI-safe [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `[u8; 8]`, which is not FFI-safe [INFO] [stdout] --> src/gen.rs:4942:49 [INFO] [stdout] | [INFO] [stdout] 4942 | ... keyid: gnutls_openpgp_keyid_t) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(improper_ctypes)]` on by default [INFO] [stdout] = help: consider passing a pointer to the array [INFO] [stdout] = note: passing raw arrays by value is not FFI-safe [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `[u8; 8]`, which is not FFI-safe [INFO] [stdout] --> src/gen.rs:4960:53 [INFO] [stdout] | [INFO] [stdout] 4960 | ... keyid: gnutls_openpgp_keyid_t) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider passing a pointer to the array [INFO] [stdout] = note: passing raw arrays by value is not FFI-safe [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `[u8; 8]`, which is not FFI-safe [INFO] [stdout] --> src/gen.rs:4982:52 [INFO] [stdout] | [INFO] [stdout] 4982 | ... keyid: gnutls_openpgp_keyid_t) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider passing a pointer to the array [INFO] [stdout] = note: passing raw arrays by value is not FFI-safe [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `[u8; 8]`, which is not FFI-safe [INFO] [stdout] --> src/gen.rs:5012:52 [INFO] [stdout] | [INFO] [stdout] 5012 | ... gnutls_openpgp_keyid_t) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider passing a pointer to the array [INFO] [stdout] = note: passing raw arrays by value is not FFI-safe [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `[u8; 8]`, which is not FFI-safe [INFO] [stdout] --> src/gen.rs:5016:52 [INFO] [stdout] | [INFO] [stdout] 5016 | ... gnutls_openpgp_keyid_t) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider passing a pointer to the array [INFO] [stdout] = note: passing raw arrays by value is not FFI-safe [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `[u8; 8]`, which is not FFI-safe [INFO] [stdout] --> src/gen.rs:5046:53 [INFO] [stdout] | [INFO] [stdout] 5046 | ... keyid: gnutls_openpgp_keyid_t) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider passing a pointer to the array [INFO] [stdout] = note: passing raw arrays by value is not FFI-safe [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `[u8; 8]`, which is not FFI-safe [INFO] [stdout] --> src/gen.rs:5054:50 [INFO] [stdout] | [INFO] [stdout] 5054 | ... gnutls_openpgp_keyid_t) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider passing a pointer to the array [INFO] [stdout] = note: passing raw arrays by value is not FFI-safe [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `[u8; 8]`, which is not FFI-safe [INFO] [stdout] --> src/gen.rs:5077:56 [INFO] [stdout] | [INFO] [stdout] 5077 | ... keyid: gnutls_openpgp_keyid_t) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider passing a pointer to the array [INFO] [stdout] = note: passing raw arrays by value is not FFI-safe [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `[u8; 8]`, which is not FFI-safe [INFO] [stdout] --> src/gen.rs:5147:56 [INFO] [stdout] | [INFO] [stdout] 5147 | ... gnutls_openpgp_keyid_t) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider passing a pointer to the array [INFO] [stdout] = note: passing raw arrays by value is not FFI-safe [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `[u8; 8]`, which is not FFI-safe [INFO] [stdout] --> src/gen.rs:5152:56 [INFO] [stdout] | [INFO] [stdout] 5152 | ... gnutls_openpgp_keyid_t) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider passing a pointer to the array [INFO] [stdout] = note: passing raw arrays by value is not FFI-safe [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `[u8; 8]`, which is not FFI-safe [INFO] [stdout] --> src/gen.rs:5155:54 [INFO] [stdout] | [INFO] [stdout] 5155 | ... keyid: gnutls_openpgp_keyid_t, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider passing a pointer to the array [INFO] [stdout] = note: passing raw arrays by value is not FFI-safe [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `[u8; 8]`, which is not FFI-safe [INFO] [stdout] --> src/gen.rs:5166:51 [INFO] [stdout] | [INFO] [stdout] 5166 | ... keyid: gnutls_openpgp_keyid_t, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider passing a pointer to the array [INFO] [stdout] = note: passing raw arrays by value is not FFI-safe [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `[u8; 8]`, which is not FFI-safe [INFO] [stdout] --> src/gen.rs:5307:52 [INFO] [stdout] | [INFO] [stdout] 5307 | ... keyid: gnutls_openpgp_keyid_t, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider passing a pointer to the array [INFO] [stdout] = note: passing raw arrays by value is not FFI-safe [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `[u8; 8]`, which is not FFI-safe [INFO] [stdout] --> src/gen.rs:5468:53 [INFO] [stdout] | [INFO] [stdout] 5468 | ... keyid: gnutls_openpgp_keyid_t, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider passing a pointer to the array [INFO] [stdout] = note: passing raw arrays by value is not FFI-safe [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `[u8; 8]`, which is not FFI-safe [INFO] [stdout] --> src/gen.rs:5621:51 [INFO] [stdout] | [INFO] [stdout] 5621 | ... keyid: gnutls_openpgp_keyid_t, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider passing a pointer to the array [INFO] [stdout] = note: passing raw arrays by value is not FFI-safe [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.06s [INFO] running `Command { std: "docker" "inspect" "ca1ee7767db9068e9c17a46c5b6f4702e75a34af474045415edc27f7e344003e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ca1ee7767db9068e9c17a46c5b6f4702e75a34af474045415edc27f7e344003e", kill_on_drop: false }` [INFO] [stdout] ca1ee7767db9068e9c17a46c5b6f4702e75a34af474045415edc27f7e344003e