[INFO] cloning repository https://github.com/ryanwebber/neyowm
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ryanwebber/neyowm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fryanwebber%2Fneyowm", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fryanwebber%2Fneyowm'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] af3a979c94ac423ff8d647feb95e24a6203b96e5
[INFO] testing ryanwebber/neyowm against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fryanwebber%2Fneyowm" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ryanwebber/neyowm
[INFO] finished tweaking git repo https://github.com/ryanwebber/neyowm
[INFO] tweaked toml for git repo https://github.com/ryanwebber/neyowm written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ryanwebber/neyowm on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ryanwebber/neyowm 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" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tui-textarea v0.6.1
[INFO] [stderr]   Downloaded instability v0.3.2
[INFO] [stderr]   Downloaded rustversion v1.0.17
[INFO] [stderr]   Downloaded pid v4.0.0
[INFO] [stderr]   Downloaded crossbeam-queue v0.3.11
[INFO] [stderr]   Downloaded compact_str v0.8.0
[INFO] [stderr]   Downloaded crossbeam-channel v0.5.13
[INFO] [stderr]   Downloaded rustix v0.38.34
[INFO] [stderr]   Downloaded unicode-width v0.1.13
[INFO] [stderr]   Downloaded ratatui v0.28.0
[INFO] [stderr]   Downloaded libc v0.2.158
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 9ec651842979073f65acd5d22f78382d9025bd8a2accf115855c1210b495e034
[INFO] running `Command { std: "docker" "start" "9ec651842979073f65acd5d22f78382d9025bd8a2accf115855c1210b495e034", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9ec651842979073f65acd5d22f78382d9025bd8a2accf115855c1210b495e034", 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" "9ec651842979073f65acd5d22f78382d9025bd8a2accf115855c1210b495e034" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9ec651842979073f65acd5d22f78382d9025bd8a2accf115855c1210b495e034", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9ec651842979073f65acd5d22f78382d9025bd8a2accf115855c1210b495e034" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.3.0
[INFO] [stderr]    Compiling libc v0.2.158
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling rustversion v1.0.17
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling cc v1.1.13
[INFO] [stderr]    Compiling allocator-api2 v0.2.18
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling ryu v1.0.18
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling unicode-segmentation v1.11.0
[INFO] [stderr]    Compiling futures-core v0.3.30
[INFO] [stderr]    Compiling unicode-width v0.1.13
[INFO] [stderr]    Compiling itoa v1.0.11
[INFO] [stderr]    Compiling cassowary v0.3.0
[INFO] [stderr]    Compiling castaway v0.2.3
[INFO] [stderr]    Compiling compact_str v0.8.0
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling crossbeam-channel v0.5.13
[INFO] [stderr]    Compiling crossbeam-queue v0.3.11
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling syn v2.0.75
[INFO] [stderr]    Compiling crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling mio v1.0.2
[INFO] [stderr]    Compiling crossbeam v0.8.4
[INFO] [stderr]    Compiling xplaneconnect v0.1.0 (/opt/rustwide/workdir/xplaneconnect-rs)
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling lru v0.12.4
[INFO] [stderr]    Compiling pid v4.0.0
[INFO] [stderr] warning: xplaneconnect@0.1.0: src/XPlaneConnect/xplaneconnect.c: In function 'pauseSim':
[INFO] [stderr] warning: xplaneconnect@0.1.0: src/XPlaneConnect/xplaneconnect.c:283:74: warning: comparison is always true due to limited range of data type [-Wtype-limits]
[INFO] [stderr] warning: xplaneconnect@0.1.0:   283 |     if (pause < 0 || (pause > 2 && pause < 100) || (pause > 119 && pause < 200) || pause > 219)
[INFO] [stderr] warning: xplaneconnect@0.1.0:       |                                                                          ^
[INFO] [stderr] warning: xplaneconnect@0.1.0: src/XPlaneConnect/xplaneconnect.c:283:90: warning: comparison is always false due to limited range of data type [-Wtype-limits]
[INFO] [stderr] warning: xplaneconnect@0.1.0:   283 |     if (pause < 0 || (pause > 2 && pause < 100) || (pause > 119 && pause < 200) || pause > 219)
[INFO] [stderr] warning: xplaneconnect@0.1.0:       |                                                                                          ^
[INFO] [stderr] warning: xplaneconnect@0.1.0: At top level:
[INFO] [stderr] warning: xplaneconnect@0.1.0: cc1: note: unrecognized command-line option '-Wno-tautological-constant-out-of-range-compare' may have been intended to silence earlier diagnostics
[INFO] [stderr]    Compiling neyowm v0.1.0 (/opt/rustwide/workdir/neyowm-core)
[INFO] [stdout] warning: trait `Client` is never used
[INFO] [stdout]    --> neyowm-core/src/server.rs:144:11
[INFO] [stdout]     |
[INFO] [stdout] 144 | pub trait Client {
[INFO] [stdout]     |           ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling signal-hook-mio v0.2.4
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling unicode-truncate v1.1.0
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling instability v0.3.2
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling ratatui v0.28.0
[INFO] [stderr]    Compiling tui-textarea v0.6.1
[INFO] [stderr]    Compiling neyowm-term v0.1.0 (/opt/rustwide/workdir/neyowm-term)
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> neyowm-term/src/ui/telemetry_view.rs:160:60
[INFO] [stdout]     |
[INFO] [stdout] 160 |     pub fn cells<'a>(&'a self) -> impl IntoIterator<Item = Cell> + 'a {
[INFO] [stdout]     |                       --                                   ^^^^    -- the same lifetime is named here
[INFO] [stdout]     |                       |                                    |
[INFO] [stdout]     |                       the lifetime is named here           the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 160 |     pub fn cells<'a>(&'a self) -> impl IntoIterator<Item = Cell<'a>> + 'a {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.31s
[INFO] running `Command { std: "docker" "inspect" "9ec651842979073f65acd5d22f78382d9025bd8a2accf115855c1210b495e034", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9ec651842979073f65acd5d22f78382d9025bd8a2accf115855c1210b495e034" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: xplaneconnect@0.1.0: src/XPlaneConnect/xplaneconnect.c: In function 'pauseSim':
[INFO] [stderr] warning: xplaneconnect@0.1.0: src/XPlaneConnect/xplaneconnect.c:283:74: warning: comparison is always true due to limited range of data type [-Wtype-limits]
[INFO] [stderr] warning: xplaneconnect@0.1.0:   283 |     if (pause < 0 || (pause > 2 && pause < 100) || (pause > 119 && pause < 200) || pause > 219)
[INFO] [stderr] warning: xplaneconnect@0.1.0:       |                                                                          ^
[INFO] [stderr] warning: xplaneconnect@0.1.0: src/XPlaneConnect/xplaneconnect.c:283:90: warning: comparison is always false due to limited range of data type [-Wtype-limits]
[INFO] [stderr] warning: xplaneconnect@0.1.0:   283 |     if (pause < 0 || (pause > 2 && pause < 100) || (pause > 119 && pause < 200) || pause > 219)
[INFO] [stderr] warning: xplaneconnect@0.1.0:       |                                                                                          ^
[INFO] [stderr] warning: xplaneconnect@0.1.0: At top level:
[INFO] [stderr] warning: xplaneconnect@0.1.0: cc1: note: unrecognized command-line option '-Wno-tautological-constant-out-of-range-compare' may have been intended to silence earlier diagnostics
[INFO] [stderr]    Compiling xplaneconnect v0.1.0 (/opt/rustwide/workdir/xplaneconnect-rs)
[INFO] [stderr]    Compiling neyowm v0.1.0 (/opt/rustwide/workdir/neyowm-core)
[INFO] [stdout] warning: trait `Client` is never used
[INFO] [stdout]    --> neyowm-core/src/server.rs:144:11
[INFO] [stdout]     |
[INFO] [stdout] 144 | pub trait Client {
[INFO] [stdout]     |           ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling neyowm-term v0.1.0 (/opt/rustwide/workdir/neyowm-term)
[INFO] [stdout] warning: trait `Client` is never used
[INFO] [stdout]    --> neyowm-core/src/server.rs:144:11
[INFO] [stdout]     |
[INFO] [stdout] 144 | pub trait Client {
[INFO] [stdout]     |           ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> neyowm-term/src/ui/telemetry_view.rs:160:60
[INFO] [stdout]     |
[INFO] [stdout] 160 |     pub fn cells<'a>(&'a self) -> impl IntoIterator<Item = Cell> + 'a {
[INFO] [stdout]     |                       --                                   ^^^^    -- the same lifetime is named here
[INFO] [stdout]     |                       |                                    |
[INFO] [stdout]     |                       the lifetime is named here           the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 160 |     pub fn cells<'a>(&'a self) -> impl IntoIterator<Item = Cell<'a>> + 'a {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.90s
[INFO] running `Command { std: "docker" "inspect" "9ec651842979073f65acd5d22f78382d9025bd8a2accf115855c1210b495e034", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9ec651842979073f65acd5d22f78382d9025bd8a2accf115855c1210b495e034" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: xplaneconnect@0.1.0: src/XPlaneConnect/xplaneconnect.c: In function 'pauseSim':
[INFO] [stderr] warning: xplaneconnect@0.1.0: src/XPlaneConnect/xplaneconnect.c:283:74: warning: comparison is always true due to limited range of data type [-Wtype-limits]
[INFO] [stderr] warning: xplaneconnect@0.1.0:   283 |     if (pause < 0 || (pause > 2 && pause < 100) || (pause > 119 && pause < 200) || pause > 219)
[INFO] [stderr] warning: xplaneconnect@0.1.0:       |                                                                          ^
[INFO] [stderr] warning: xplaneconnect@0.1.0: src/XPlaneConnect/xplaneconnect.c:283:90: warning: comparison is always false due to limited range of data type [-Wtype-limits]
[INFO] [stderr] warning: xplaneconnect@0.1.0:   283 |     if (pause < 0 || (pause > 2 && pause < 100) || (pause > 119 && pause < 200) || pause > 219)
[INFO] [stderr] warning: xplaneconnect@0.1.0:       |                                                                                          ^
[INFO] [stderr] warning: xplaneconnect@0.1.0: At top level:
[INFO] [stderr] warning: xplaneconnect@0.1.0: cc1: note: unrecognized command-line option '-Wno-tautological-constant-out-of-range-compare' may have been intended to silence earlier diagnostics
[INFO] [stderr] warning: trait `Client` is never used
[INFO] [stderr]    --> neyowm-core/src/server.rs:144:11
[INFO] [stderr]     |
[INFO] [stderr] 144 | pub trait Client {
[INFO] [stderr]     |           ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `neyowm` (lib) generated 1 warning
[INFO] [stderr] warning: `neyowm` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> neyowm-term/src/ui/telemetry_view.rs:160:60
[INFO] [stderr]     |
[INFO] [stderr] 160 |     pub fn cells<'a>(&'a self) -> impl IntoIterator<Item = Cell> + 'a {
[INFO] [stderr]     |                       --                                   ^^^^    -- the same lifetime is named here
[INFO] [stderr]     |                       |                                    |
[INFO] [stderr]     |                       the lifetime is named here           the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 160 |     pub fn cells<'a>(&'a self) -> impl IntoIterator<Item = Cell<'a>> + 'a {
[INFO] [stderr]     |                                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `neyowm-term` (bin "neyowm-term" test) generated 1 warning (run `cargo fix --bin "neyowm-term" -p neyowm-term --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/neyowm-c1da4ecd66552fff)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test server::tests::test_lifecycle ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/neyowm_term-ed98674e2ef3d05c)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/xplaneconnect-24a17aa839eb4b99)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stderr]    Doc-tests neyowm
[INFO] [stdout] test test::test_linkage ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests xplaneconnect
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "9ec651842979073f65acd5d22f78382d9025bd8a2accf115855c1210b495e034", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9ec651842979073f65acd5d22f78382d9025bd8a2accf115855c1210b495e034", kill_on_drop: false }`
[INFO] [stdout] 9ec651842979073f65acd5d22f78382d9025bd8a2accf115855c1210b495e034
