[INFO] cloning repository https://github.com/pamburus/hl
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pamburus/hl" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpamburus%2Fhl", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpamburus%2Fhl'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d840e32d43aa7c4862e5970fdc2a326fb140aeb5
[INFO] checking pamburus/hl against 6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa for pr-159356
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpamburus%2Fhl" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-7-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/pamburus/hl
[INFO] finished tweaking git repo https://github.com/pamburus/hl
[INFO] tweaked toml for git repo https://github.com/pamburus/hl written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/pamburus/hl on toolchain 6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/pamburus/hl already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] d7c1951b9c39c041f61714d9c1690c1d701712c2d957aec584752f0e42d6557a
[INFO] running `Command { std: "docker" "start" "d7c1951b9c39c041f61714d9c1690c1d701712c2d957aec584752f0e42d6557a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d7c1951b9c39c041f61714d9c1690c1d701712c2d957aec584752f0e42d6557a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d7c1951b9c39c041f61714d9c1690c1d701712c2d957aec584752f0e42d6557a" "/opt/rustwide/cargo-home/bin/cargo" "+6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d7c1951b9c39c041f61714d9c1690c1d701712c2d957aec584752f0e42d6557a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d7c1951b9c39c041f61714d9c1690c1d701712c2d957aec584752f0e42d6557a" "/opt/rustwide/cargo-home/bin/cargo" "+6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling libc v0.2.189
[INFO] [stderr]     Checking regex-automata v0.4.16
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]    Compiling syn v3.0.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling hybrid-array v0.4.14
[INFO] [stderr]    Compiling zeroize v1.9.0
[INFO] [stderr]     Checking either v1.17.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling heapless v0.9.1
[INFO] [stderr]    Compiling zerocopy v0.8.55
[INFO] [stderr]    Compiling pest v2.8.8
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]    Compiling rustls v0.23.43
[INFO] [stderr]    Compiling simd-adler32 v0.3.10
[INFO] [stderr]    Compiling rustls-pki-types v1.15.1
[INFO] [stderr]    Compiling const-oid v0.10.2
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]     Checking digest v0.11.3
[INFO] [stderr]    Compiling http v1.5.0
[INFO] [stderr]    Compiling block-buffer v0.12.1
[INFO] [stderr]    Compiling crypto-common v0.2.2
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking ahash v0.7.8
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.20
[INFO] [stderr]    Compiling inotify-sys v0.1.8
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling anyhow v1.0.104
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]     Checking serde_json v1.0.151
[INFO] [stderr]    Compiling jobserver v0.1.35
[INFO] [stderr]    Compiling cc v1.4.0
[INFO] [stderr]    Compiling serde v1.0.229
[INFO] [stderr]     Checking terminal_size v0.4.4
[INFO] [stderr]     Checking hashbrown v0.11.2
[INFO] [stderr]     Checking clap_builder v4.6.5
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]     Checking regex v1.13.1
[INFO] [stderr]    Compiling pest_meta v2.8.8
[INFO] [stderr]    Compiling ureq-proto v0.6.0
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling webpki-roots v1.0.9
[INFO] [stderr]     Checking const-random v0.1.18
[INFO] [stderr]    Compiling crossbeam-deque v0.8.7
[INFO] [stderr]     Checking dlv-list v0.5.2
[INFO] [stderr]    Compiling sha2 v0.11.0
[INFO] [stderr]    Compiling utf8-zero v0.8.1
[INFO] [stderr]    Compiling capnp v0.26.2
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]     Checking shellwords v1.1.0
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]     Checking ordered-multimap v0.7.3
[INFO] [stderr]     Checking griddle v0.5.2
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]     Checking phf_shared v0.12.1
[INFO] [stderr]    Compiling rstest_macros v0.26.1
[INFO] [stderr]     Checking erased-serde v0.4.10
[INFO] [stderr]    Compiling chrono-tz v0.10.4
[INFO] [stderr]    Compiling const-str v1.1.0
[INFO] [stderr]     Checking jiff-core v0.1.0
[INFO] [stderr]    Compiling rust-embed-utils v8.12.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling liblzma-sys v0.4.7
[INFO] [stderr]    Compiling snap v1.1.2
[INFO] [stderr]    Compiling capnpc v0.26.0
[INFO] [stderr]     Checking libbz2-rs-sys v0.2.5
[INFO] [stderr]    Compiling signal-hook v0.4.4
[INFO] [stderr]    Compiling owo-colors v4.3.0
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]    Compiling alloca v0.4.0
[INFO] [stderr]     Checking serde-untagged v0.1.9
[INFO] [stderr]     Checking jiff v0.2.35
[INFO] [stderr]     Checking inotify v0.11.4
[INFO] [stderr]     Checking rust-ini v0.21.3
[INFO] [stderr]     Checking phf v0.12.1
[INFO] [stderr]     Checking ritelinked v0.3.2
[INFO] [stderr]     Checking env_filter v2.0.0
[INFO] [stderr]     Checking bzip2 v0.6.1
[INFO] [stderr]     Checking ordered-float v2.10.1
[INFO] [stderr]     Checking mio v1.2.2
[INFO] [stderr]     Checking notify-types v2.1.0
[INFO] [stderr]    Compiling mockall_derive v0.14.0
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]    Compiling relative-path v1.9.3
[INFO] [stderr]     Checking roff v0.2.2
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling pest_generator v2.8.8
[INFO] [stderr]     Checking scanlex v0.1.4
[INFO] [stderr]     Checking notify v8.2.0
[INFO] [stderr]     Checking wyhash v0.6.0
[INFO] [stderr]     Checking rayon-core v1.13.0
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]     Checking pager v0.1.0 (/opt/rustwide/workdir/crates/pager)
[INFO] [stderr]     Checking bytefmt v0.1.7
[INFO] [stderr]     Checking titlecase v3.6.0
[INFO] [stderr]     Checking digest-io v0.1.0
[INFO] [stderr]     Checking itertools v0.15.0
[INFO] [stderr]     Checking crossbeam-queue v0.3.13
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking which v8.0.5
[INFO] [stderr]     Checking wildcard v0.1.0 (/opt/rustwide/workdir/crates/wildcard)
[INFO] [stderr]     Checking encstr v0.1.2 (/opt/rustwide/workdir/crates/encstr)
[INFO] [stderr]     Checking utf8-supported v1.0.0
[INFO] [stderr]     Checking closure v0.3.0
[INFO] [stderr]     Checking nonzero_ext v0.3.0
[INFO] [stderr]     Checking lifecycle v0.1.0 (/opt/rustwide/workdir/crates/lifecycle)
[INFO] [stderr]     Checking known-folders v1.4.2
[INFO] [stderr]    Compiling mockall v0.14.0
[INFO] [stderr]     Checking winapi-util v0.1.11
[INFO] [stderr]     Checking collection_macros v0.2.0
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]    Compiling clap_derive v4.6.4
[INFO] [stderr]    Compiling logos-codegen v0.16.1
[INFO] [stderr]    Compiling async-trait v0.1.91
[INFO] [stderr]    Compiling thiserror-impl v2.0.19
[INFO] [stderr]    Compiling styled-help v0.1.0 (/opt/rustwide/workdir/crates/styled-help)
[INFO] [stderr]     Checking humantime v2.4.0
[INFO] [stderr]     Checking wild v2.2.1
[INFO] [stderr]     Checking criterion-plot v0.8.2
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]     Checking getrandom v0.4.3
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]     Checking predicates v3.1.4
[INFO] [stderr]    Compiling zerocopy-derive v0.8.55
[INFO] [stderr]    Compiling derive-where v1.6.1
[INFO] [stderr]    Compiling pest_derive v2.8.8
[INFO] [stderr]    Compiling strum_macros v0.28.0
[INFO] [stderr]    Compiling color-print-proc-macro v0.3.7
[INFO] [stderr]    Compiling rust-embed-impl v8.12.0
[INFO] [stderr]    Compiling futures-macro v0.3.33
[INFO] [stderr]    Compiling logos-derive v0.16.1
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]     Checking clap v4.6.5
[INFO] [stderr]    Compiling enum-map-derive v0.17.0
[INFO] [stderr]     Checking clap_complete v4.6.8
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]     Checking rust-embed v8.12.0
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]     Checking enum-map v2.7.3
[INFO] [stderr]     Checking clap_mangen v0.2.31 (https://github.com/pamburus/rust-clap.git?rev=20f0ffd737581a5ebf7479d2174f2c197f25c94d#20f0ffd7)
[INFO] [stderr]     Checking logos v0.16.1
[INFO] [stderr]    Compiling enumset_derive v0.15.0
[INFO] [stderr]     Checking env_logger v0.11.11
[INFO] [stderr]     Checking thiserror v2.0.19
[INFO] [stderr]     Checking futures-util v0.3.33
[INFO] [stderr]    Compiling byte-strings-proc_macros v0.3.1
[INFO] [stderr]     Checking fragile v2.1.0
[INFO] [stderr]     Checking color-print v0.3.7
[INFO] [stderr]     Checking proc-macro2 v1.0.107
[INFO] [stderr]     Checking page_size v0.6.0
[INFO] [stderr]     Checking rand v0.10.2
[INFO] [stderr]     Checking heapopt v0.1.1 (/opt/rustwide/workdir/crates/heapopt)
[INFO] [stderr]     Checking wildmatch v2.6.1
[INFO] [stderr]     Checking byte-strings v0.3.1
[INFO] [stderr]     Checking base32 v0.5.1
[INFO] [stderr]     Checking mline v0.1.0 (/opt/rustwide/workdir/crates/mline)
[INFO] [stderr]     Checking clean-path v0.2.1
[INFO] [stderr]     Checking stats_alloc v0.1.10
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[INFO] [stderr]     Checking assert_matches v1.5.0
[INFO] [stderr]     Checking more-asserts v0.3.1
[INFO] [stderr]     Checking quote v1.0.47
[INFO] [stderr]     Checking enumset v1.1.14
[INFO] [stderr]     Checking chrono v0.4.45
[INFO] [stderr]     Checking json5 v0.4.1
[INFO] [stderr]     Checking ron v0.12.2
[INFO] [stderr]     Checking strum v0.28.0
[INFO] [stderr]     Checking enumset-serde v0.1.0 (/opt/rustwide/workdir/crates/enumset-serde)
[INFO] [stderr]     Checking enumset-ext v0.2.1 (/opt/rustwide/workdir/crates/enumset-ext)
[INFO] [stderr]     Checking serde_plain v1.0.2
[INFO] [stderr]     Checking serde-value v0.7.0
[INFO] [stderr]     Checking yaml-peg v1.0.9
[INFO] [stderr]     Checking serde-logfmt v0.1.2 (/opt/rustwide/workdir/crates/serde-logfmt)
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking chrono-english v0.1.8
[INFO] [stderr]     Checking config v0.15.25
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]     Checking rstest v0.26.1
[INFO] [stderr]     Checking liblzma v0.4.7
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]     Checking zstd v0.13.3
[INFO] [stderr]     Checking deko v0.6.0
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]    Compiling ureq v3.3.0
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking criterion v0.8.2
[INFO] [stderr]    Compiling hl v0.36.3 (/opt/rustwide/workdir)
[INFO] [stderr] warning: hl@0.36.3: retrying https://raw.githubusercontent.com/pamburus/hl/v0.36.3/schema/json/config.schema.json, attempt 1/3, delay 125ms
[INFO] [stderr] warning: hl@0.36.3: retrying https://raw.githubusercontent.com/pamburus/hl/v0.36.3/schema/json/config.schema.json, attempt 2/3, delay 250ms
[INFO] [stderr] warning: hl@0.36.3: failed to fetch schema for etc/defaults/config-k8s.toml: io: failed to lookup address information: Temporary failure in name resolution, skipped update
[INFO] [stderr] warning: hl@0.36.3: failed to fetch schema for etc/defaults/config.toml: io: failed to lookup address information: Temporary failure in name resolution, skipped update
[INFO] [stderr] warning: hl@0.36.3: failed to fetch schema for etc/defaults/config-ecs.toml: io: failed to lookup address information: Temporary failure in name resolution, skipped update
[INFO] [stderr] warning: hl@0.36.3: retrying https://raw.githubusercontent.com/pamburus/hl/v0.36.3/schema/json/theme.schema.v1.json, attempt 1/3, delay 125ms
[INFO] [stderr] warning: hl@0.36.3: retrying https://raw.githubusercontent.com/pamburus/hl/v0.36.3/schema/json/theme.schema.v1.json, attempt 2/3, delay 250ms
[INFO] [stderr] warning: hl@0.36.3: failed to fetch schema for etc/defaults/themes/ayu-mirage-24.toml: io: failed to lookup address information: Temporary failure in name resolution, skipped update
[INFO] [stderr] warning: hl@0.36.3: failed to fetch schema for etc/defaults/themes/ayu-light-24.toml: io: failed to lookup address information: Temporary failure in name resolution, skipped update
[INFO] [stderr] warning: hl@0.36.3: failed to fetch schema for etc/defaults/themes/tc24d-blue.toml: io: failed to lookup address information: Temporary failure in name resolution, skipped update
[INFO] [stderr] warning: hl@0.36.3: failed to fetch schema for etc/defaults/themes/classic-plus.toml: io: failed to lookup address information: Temporary failure in name resolution, skipped update
[INFO] [stderr] warning: hl@0.36.3: failed to fetch schema for etc/defaults/themes/tc24l-b2.toml: io: failed to lookup address information: Temporary failure in name resolution, skipped update
[INFO] [stderr] warning: hl@0.36.3: failed to fetch schema for etc/defaults/themes/uni.toml: io: failed to lookup address information: Temporary failure in name resolution, skipped update
[INFO] [stderr] warning: hl@0.36.3: failed to fetch schema for etc/defaults/themes/dmt.toml: io: failed to lookup address information: Temporary failure in name resolution, skipped update
[INFO] [stderr] warning: hl@0.36.3: failed to fetch schema for etc/defaults/themes/neutral.toml: io: failed to lookup address information: Temporary failure in name resolution, skipped update
[INFO] [stderr] warning: hl@0.36.3: failed to fetch schema for etc/defaults/themes/classic-light.toml: io: failed to lookup address information: Temporary failure in name resolution, skipped update
[INFO] [stderr] warning: hl@0.36.3: failed to fetch schema for etc/defaults/themes/classic.toml: io: failed to lookup address information: Temporary failure in name resolution, skipped update
[INFO] [stderr] warning: hl@0.36.3: failed to fetch schema for etc/defaults/themes/one-dark-24.toml: io: failed to lookup address information: Temporary failure in name resolution, skipped update
[INFO] [stderr] warning: hl@0.36.3: failed to fetch schema for etc/defaults/themes/@base.toml: io: failed to lookup address information: Temporary failure in name resolution, skipped update
[INFO] [stderr] warning: hl@0.36.3: failed to fetch schema for etc/defaults/themes/tc24d-b2.toml: io: failed to lookup address information: Temporary failure in name resolution, skipped update
[INFO] [stderr] warning: hl@0.36.3: failed to fetch schema for etc/defaults/themes/universal-blue.toml: io: failed to lookup address information: Temporary failure in name resolution, skipped update
[INFO] [stderr] warning: hl@0.36.3: failed to fetch schema for etc/defaults/themes/frostline.toml: io: failed to lookup address information: Temporary failure in name resolution, skipped update
[INFO] [stderr] warning: hl@0.36.3: failed to fetch schema for etc/defaults/themes/lsd.toml: io: failed to lookup address information: Temporary failure in name resolution, skipped update
[INFO] [stderr] warning: hl@0.36.3: failed to fetch schema for etc/defaults/themes/universal.toml: io: failed to lookup address information: Temporary failure in name resolution, skipped update
[INFO] [stderr] warning: hl@0.36.3: failed to fetch schema for etc/defaults/themes/hl-light.toml: io: failed to lookup address information: Temporary failure in name resolution, skipped update
[INFO] [stderr] warning: hl@0.36.3: failed to fetch schema for etc/defaults/themes/tc24l-blue.toml: io: failed to lookup address information: Temporary failure in name resolution, skipped update
[INFO] [stderr] warning: hl@0.36.3: failed to fetch schema for etc/defaults/themes/@accent-italic.toml: io: failed to lookup address information: Temporary failure in name resolution, skipped update
[INFO] [stderr] warning: hl@0.36.3: failed to fetch schema for etc/defaults/themes/one-light-24.toml: io: failed to lookup address information: Temporary failure in name resolution, skipped update
[INFO] [stderr] warning: hl@0.36.3: failed to fetch schema for etc/defaults/themes/hl-dark.toml: io: failed to lookup address information: Temporary failure in name resolution, skipped update
[INFO] [stderr] warning: hl@0.36.3: failed to fetch schema for etc/defaults/themes/ayu-dark-24.toml: io: failed to lookup address information: Temporary failure in name resolution, skipped update
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.16s
[INFO] running `Command { std: "docker" "inspect" "d7c1951b9c39c041f61714d9c1690c1d701712c2d957aec584752f0e42d6557a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d7c1951b9c39c041f61714d9c1690c1d701712c2d957aec584752f0e42d6557a", kill_on_drop: false }`
[INFO] [stdout] d7c1951b9c39c041f61714d9c1690c1d701712c2d957aec584752f0e42d6557a
