[INFO] cloning repository https://github.com/maxjoehnk/domain-deployment-tool [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/maxjoehnk/domain-deployment-tool" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaxjoehnk%2Fdomain-deployment-tool", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaxjoehnk%2Fdomain-deployment-tool'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ed4cadf66e839eea50fbb3698b941f71ff121cad [INFO] checking maxjoehnk/domain-deployment-tool against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaxjoehnk%2Fdomain-deployment-tool" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/maxjoehnk/domain-deployment-tool on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/maxjoehnk/domain-deployment-tool [INFO] finished tweaking git repo https://github.com/maxjoehnk/domain-deployment-tool [INFO] tweaked toml for git repo https://github.com/maxjoehnk/domain-deployment-tool written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/maxjoehnk/domain-deployment-tool already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded slog-term v2.6.0 [INFO] [stderr] Downloaded windows-service v0.3.1 [INFO] [stderr] Downloaded polyval v0.4.1 [INFO] [stderr] Downloaded serde_qs v0.7.0 [INFO] [stderr] Downloaded cfb v0.3.1 [INFO] [stderr] Downloaded surf v2.1.0 [INFO] [stderr] Downloaded tide v0.15.0 [INFO] [stderr] Downloaded async-h1 v2.1.4 [INFO] [stderr] Downloaded async-io v1.2.0 [INFO] [stderr] Downloaded msi v0.2.0 [INFO] [stderr] Downloaded isahc v0.9.13 [INFO] [stderr] Downloaded http-types v2.8.0 [INFO] [stderr] Downloaded libnghttp2-sys v0.1.4+1.41.0 [INFO] [stderr] Downloaded curl-sys v0.4.38+curl-7.73.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] d21a47b5ef001b97f48ac65d27ed16df223ff03abb56705a7cec11acf8b5a291 [INFO] running `Command { std: "docker" "start" "-a" "d21a47b5ef001b97f48ac65d27ed16df223ff03abb56705a7cec11acf8b5a291", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d21a47b5ef001b97f48ac65d27ed16df223ff03abb56705a7cec11acf8b5a291", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d21a47b5ef001b97f48ac65d27ed16df223ff03abb56705a7cec11acf8b5a291", kill_on_drop: false }` [INFO] [stdout] d21a47b5ef001b97f48ac65d27ed16df223ff03abb56705a7cec11acf8b5a291 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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=forbid" "-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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] a52baa302c89be14f3163530df324d5a1d756e0ef8d47cc12e98c6343b527e1f [INFO] running `Command { std: "docker" "start" "-a" "a52baa302c89be14f3163530df324d5a1d756e0ef8d47cc12e98c6343b527e1f", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling libc v0.2.80 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Compiling serde v1.0.117 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Checking futures-core v0.3.8 [INFO] [stderr] Compiling slog v2.5.2 [INFO] [stderr] Checking subtle v2.3.0 [INFO] [stderr] Checking itoa v0.4.6 [INFO] [stderr] Checking pin-project-lite v0.1.11 [INFO] [stderr] Checking futures-io v0.3.8 [INFO] [stderr] Checking once_cell v1.5.2 [INFO] [stderr] Compiling const_fn v0.4.3 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling serde_json v1.0.59 [INFO] [stderr] Checking arc-swap v0.4.7 [INFO] [stderr] Checking take_mut v0.2.2 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Checking percent-encoding v2.1.0 [INFO] [stderr] Checking opaque-debug v0.3.0 [INFO] [stderr] Checking matches v0.1.8 [INFO] [stderr] Checking tinyvec_macros v0.1.0 [INFO] [stderr] Checking encoding_index_tests v0.1.4 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Checking slab v0.4.2 [INFO] [stderr] Checking cpuid-bool v0.1.2 [INFO] [stderr] Compiling pin-project-internal v0.4.27 [INFO] [stderr] Compiling http-types v2.8.0 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Checking base64 v0.13.0 [INFO] [stderr] Checking uuid v0.5.1 [INFO] [stderr] Checking bytes v0.5.6 [INFO] [stderr] Compiling isahc v0.9.13 [INFO] [stderr] Checking openssl-probe v0.1.2 [INFO] [stderr] Compiling proc-macro-nested v0.1.6 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling httparse v1.3.4 [INFO] [stderr] Compiling encoding_rs v0.8.26 [INFO] [stderr] Checking linked-hash-map v0.5.3 [INFO] [stderr] Checking mime v0.3.16 [INFO] [stderr] Checking windows-service v0.3.1 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling standback v0.2.13 [INFO] [stderr] Compiling crossbeam-utils v0.8.0 [INFO] [stderr] Compiling libnghttp2-sys v0.1.4+1.41.0 [INFO] [stderr] Compiling time v0.2.23 [INFO] [stderr] Compiling cookie v0.14.3 [INFO] [stderr] Compiling blake3 v0.3.7 [INFO] [stderr] Compiling openssl-sys v0.9.58 [INFO] [stderr] Compiling libz-sys v1.1.2 [INFO] [stderr] Compiling curl-sys v0.4.38+curl-7.73.0 [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Checking tracing-core v0.1.17 [INFO] [stderr] Checking futures-task v0.3.8 [INFO] [stderr] Checking futures-channel v0.3.8 [INFO] [stderr] Checking unicode-bidi v0.3.4 [INFO] [stderr] Checking tinyvec v1.0.1 [INFO] [stderr] Checking form_urlencoded v1.0.0 [INFO] [stderr] Checking encoding-index-japanese v1.20141219.5 [INFO] [stderr] Checking encoding-index-tradchinese v1.20141219.5 [INFO] [stderr] Checking encoding-index-simpchinese v1.20141219.5 [INFO] [stderr] Checking encoding-index-singlebyte v1.20141219.5 [INFO] [stderr] Checking encoding-index-korean v1.20141219.5 [INFO] [stderr] Checking lock_api v0.4.2 [INFO] [stderr] Checking log v0.4.11 [INFO] [stderr] Checking yaml-rust v0.4.4 [INFO] [stderr] Checking async-channel v1.5.1 [INFO] [stderr] Checking http v0.2.1 [INFO] [stderr] Checking sluice v0.5.3 [INFO] [stderr] Checking futures-lite v1.11.2 [INFO] [stderr] Checking spinning_top v0.2.2 [INFO] [stderr] Checking encoding v0.2.33 [INFO] [stderr] Checking kv-log-macro v1.0.7 [INFO] [stderr] Checking slog-scope v4.3.0 [INFO] [stderr] Checking flume v0.9.2 [INFO] [stderr] Checking digest v0.9.0 [INFO] [stderr] Checking cipher v0.2.5 [INFO] [stderr] Checking universal-hash v0.4.0 [INFO] [stderr] Checking crypto-mac v0.10.0 [INFO] [stderr] Checking block-buffer v0.9.0 [INFO] [stderr] Checking aead v0.3.2 [INFO] [stderr] Checking crypto-mac v0.8.0 [INFO] [stderr] Checking cfb v0.3.1 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Checking mime_guess v2.0.3 [INFO] [stderr] Checking slog-stdlog v4.1.0 [INFO] [stderr] Checking unicode-normalization v0.1.15 [INFO] [stderr] Checking crossbeam-channel v0.4.4 [INFO] [stderr] Checking crossbeam-queue v0.2.3 [INFO] [stderr] Checking polyval v0.4.1 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking dirs-sys v0.3.5 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking nb-connect v1.0.2 [INFO] [stderr] Checking polling v2.0.2 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking socket2 v0.3.17 [INFO] [stderr] Checking hmac v0.10.1 [INFO] [stderr] Checking aes-soft v0.6.4 [INFO] [stderr] Checking ctr v0.6.0 [INFO] [stderr] Checking sha2 v0.9.2 [INFO] [stderr] Checking hmac v0.8.1 [INFO] [stderr] Checking async-executor v1.4.0 [INFO] [stderr] Checking blocking v1.0.2 [INFO] [stderr] Checking ghash v0.3.0 [INFO] [stderr] Checking byte-pool v0.2.2 [INFO] [stderr] Checking clap v2.33.3 [INFO] [stderr] Checking dirs v2.0.2 [INFO] [stderr] Compiling syn v1.0.48 [INFO] [stderr] Checking async-io v1.2.0 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Checking hkdf v0.10.0 [INFO] [stderr] Checking slog-async v2.5.0 [INFO] [stderr] Checking msi v0.2.0 [INFO] [stderr] Checking aes v0.6.0 [INFO] [stderr] Checking idna v0.2.0 [INFO] [stderr] Checking term v0.6.1 [INFO] [stderr] Checking aes-gcm v0.8.0 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking async-global-executor v1.4.3 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling thiserror-impl v1.0.22 [INFO] [stderr] Compiling time-macros-impl v0.1.1 [INFO] [stderr] Compiling async-attributes v1.1.1 [INFO] [stderr] Compiling tracing-attributes v0.1.11 [INFO] [stderr] Compiling pin-project-internal v1.0.1 [INFO] [stderr] Compiling async-trait v0.1.41 [INFO] [stderr] Compiling futures-macro v0.3.8 [INFO] [stderr] Compiling structopt-derive v0.4.13 [INFO] [stderr] Checking async-std v1.7.0 [INFO] [stderr] Checking time-macros v0.1.1 [INFO] [stderr] Compiling curl v0.4.34 [INFO] [stderr] Checking thiserror v1.0.22 [INFO] [stderr] Checking tracing v0.1.21 [INFO] [stderr] Checking pin-project v1.0.1 [INFO] [stderr] Checking futures-util v0.3.8 [INFO] [stderr] Checking structopt v0.3.20 [INFO] [stderr] Checking pin-project v0.4.27 [INFO] [stderr] Checking tracing-futures v0.2.4 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking wdt-module-api v0.1.0 (/opt/rustwide/workdir/modules/api) [INFO] [stderr] Checking url v2.2.0 [INFO] [stderr] Checking serde_urlencoded v0.7.0 [INFO] [stderr] Checking serde_qs v0.7.0 [INFO] [stderr] Checking bincode v1.3.1 [INFO] [stderr] Checking serde_yaml v0.8.14 [INFO] [stderr] Checking slog-term v2.6.0 [INFO] [stderr] Checking async-session v2.0.1 [INFO] [stderr] Checking femme v2.1.1 [INFO] [stderr] Checking wdt-logging v0.1.0 (/opt/rustwide/workdir/logging) [INFO] [stderr] Checking wdt-module-printer v0.1.0 (/opt/rustwide/workdir/modules/printer) [INFO] [stderr] Checking wdt-module-software v0.1.0 (/opt/rustwide/workdir/modules/software) [INFO] [stderr] Checking wdt-module-firefox v0.1.0 (/opt/rustwide/workdir/modules/firefox) [INFO] [stderr] Checking wdt-module-wireguard v0.1.0 (/opt/rustwide/workdir/modules/wireguard) [INFO] [stdout] warning: unused variable: `previous_state` [INFO] [stdout] --> modules/wireguard/src/lib.rs:14:21 [INFO] [stdout] | [INFO] [stdout] 14 | fn apply(&self, previous_state: Option) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_previous_state` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `previous_state` [INFO] [stdout] --> modules/wireguard/src/lib.rs:14:21 [INFO] [stdout] | [INFO] [stdout] 14 | fn apply(&self, previous_state: Option) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_previous_state` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `previous_state` [INFO] [stdout] --> modules/software/src/lib.rs:28:21 [INFO] [stdout] | [INFO] [stdout] 28 | fn apply(&self, previous_state: Option) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_previous_state` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `previous_state` [INFO] [stdout] --> modules/printer/src/lib.rs:33:21 [INFO] [stdout] | [INFO] [stdout] 33 | fn apply(&self, previous_state: Option) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_previous_state` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `previous_state` [INFO] [stdout] --> modules/software/src/lib.rs:28:21 [INFO] [stdout] | [INFO] [stdout] 28 | fn apply(&self, previous_state: Option) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_previous_state` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `previous_state` [INFO] [stdout] --> modules/printer/src/lib.rs:33:21 [INFO] [stdout] | [INFO] [stdout] 33 | fn apply(&self, previous_state: Option) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_previous_state` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `previous_state` [INFO] [stdout] --> modules/firefox/src/lib.rs:22:21 [INFO] [stdout] | [INFO] [stdout] 22 | fn apply(&self, previous_state: Option) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_previous_state` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `previous_state` [INFO] [stdout] --> modules/firefox/src/lib.rs:22:21 [INFO] [stdout] | [INFO] [stdout] 22 | fn apply(&self, previous_state: Option) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_previous_state` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking wdt-modules v0.1.0 (/opt/rustwide/workdir/modules) [INFO] [stderr] Checking http-client v6.2.0 [INFO] [stderr] Checking async-sse v4.1.0 [INFO] [stderr] Checking async-h1 v2.1.4 [INFO] [stderr] Checking surf v2.1.0 [INFO] [stderr] Checking tide v0.15.0 [INFO] [stderr] Checking wdt-client v0.1.0 (/opt/rustwide/workdir/client) [INFO] [stdout] warning: unused variable: `flags` [INFO] [stdout] --> client/src/state.rs:51:19 [INFO] [stdout] | [INFO] [stdout] 51 | fn get_state_path(flags: &Flags) -> String { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_flags` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `flags` [INFO] [stdout] --> client/src/state.rs:51:19 [INFO] [stdout] | [INFO] [stdout] 51 | fn get_state_path(flags: &Flags) -> String { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_flags` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking wdt-server v0.1.0 (/opt/rustwide/workdir/server) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 27s [INFO] running `Command { std: "docker" "inspect" "a52baa302c89be14f3163530df324d5a1d756e0ef8d47cc12e98c6343b527e1f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a52baa302c89be14f3163530df324d5a1d756e0ef8d47cc12e98c6343b527e1f", kill_on_drop: false }` [INFO] [stdout] a52baa302c89be14f3163530df324d5a1d756e0ef8d47cc12e98c6343b527e1f