[INFO] cloning repository https://github.com/DenialAdams/roland
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/DenialAdams/roland" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDenialAdams%2Froland", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDenialAdams%2Froland'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2ea09fbc04bb5a1160feee67bdb70faaa00e3bfd
[INFO] testing DenialAdams/roland against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDenialAdams%2Froland" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/DenialAdams/roland
[INFO] finished tweaking git repo https://github.com/DenialAdams/roland
[INFO] tweaked toml for git repo https://github.com/DenialAdams/roland written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/DenialAdams/roland on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/DenialAdams/roland 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" "+33835004928d3bf65db4d4712e1330766263b0bd" "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-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 90fd23a0991d17377367dbe3507aed1451468da3cafab134fde49ad00fa80a6b
[INFO] running `Command { std: "docker" "start" "-a" "90fd23a0991d17377367dbe3507aed1451468da3cafab134fde49ad00fa80a6b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "90fd23a0991d17377367dbe3507aed1451468da3cafab134fde49ad00fa80a6b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "90fd23a0991d17377367dbe3507aed1451468da3cafab134fde49ad00fa80a6b", kill_on_drop: false }`
[INFO] [stdout] 90fd23a0991d17377367dbe3507aed1451468da3cafab134fde49ad00fa80a6b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a360667f0b39089acaa8023ec78bf2a0feb4721d94663781b08c7ed2f358e29e
[INFO] running `Command { std: "docker" "start" "-a" "a360667f0b39089acaa8023ec78bf2a0feb4721d94663781b08c7ed2f358e29e", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling bumpalo v3.20.2
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling slotmap v1.1.1 (https://github.com/DenialAdams/slotmap.git?branch=rayon#75e9f037)
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling wyz v0.5.1
[INFO] [stderr]    Compiling hash32 v0.2.1
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling include_dir_macros v0.7.4
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling cpp_demangle v0.4.5
[INFO] [stderr]    Compiling heapless v0.7.17
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling funty v2.0.0
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling leb128fmt v0.1.0
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling object v0.38.1
[INFO] [stderr]    Compiling wasm-encoder v0.246.2
[INFO] [stderr]    Compiling borrow-or-share v0.2.4
[INFO] [stderr]    Compiling simd-adler32 v0.3.9
[INFO] [stderr]    Compiling symbolic-demangle v12.18.3
[INFO] [stderr]    Compiling include_dir v0.7.4
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling cc v1.2.62
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling bitvec v1.0.1
[INFO] [stderr]    Compiling rustc-demangle v0.1.27
[INFO] [stderr]    Compiling sharded-vec-writer v0.3.0
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]    Compiling leb128 v0.2.6
[INFO] [stderr]    Compiling zlib-rs v0.6.3
[INFO] [stderr]    Compiling fallible-iterator v0.3.0
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling constant_time_eq v0.4.2
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling memmap2 v0.9.10
[INFO] [stderr]    Compiling uuid v1.23.1
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling perf-event-open-sys v4.0.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling gimli v0.32.3
[INFO] [stderr]    Compiling debugid v0.8.0
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling perf-event v0.4.8
[INFO] [stderr]    Compiling symbolic-common v12.18.3
[INFO] [stderr]    Compiling similar v3.1.0
[INFO] [stderr]    Compiling console v0.16.3
[INFO] [stderr]    Compiling wasmparser v0.246.2
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling blake3 v1.8.5
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.121
[INFO] [stderr]    Compiling sharded-offset-map v0.2.0
[INFO] [stderr]    Compiling bumpalo-herd v0.1.2
[INFO] [stderr]    Compiling rolandc v0.1.0 (/opt/rustwide/workdir/rolandc)
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling colosseum v0.2.2
[INFO] [stderr]    Compiling pico-args v0.5.0
[INFO] [stderr]    Compiling sharded-vec-writer v0.4.0
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling bytesize v2.3.1
[INFO] [stderr]    Compiling atomic-take v1.1.0
[INFO] [stderr]    Compiling colored v3.1.1
[INFO] [stderr]    Compiling similar-asserts v2.0.0
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling os_pipe v1.2.3
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling prost-derive v0.14.3
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling git-version-macro v0.3.9
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.121
[INFO] [stderr]    Compiling fluent-uri v0.4.1
[INFO] [stderr]    Compiling git-version v0.3.9
[INFO] [stderr]    Compiling wasm-bindgen v0.2.121
[INFO] [stderr]    Compiling roland_test_runner v0.1.0 (/opt/rustwide/workdir/roland_test_runner)
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling cobs v0.3.0
[INFO] [stderr]    Compiling derive_more v2.1.1
[INFO] [stderr]    Compiling console_error_panic_hook v0.1.7
[INFO] [stderr]    Compiling linker-utils v0.8.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling prost v0.14.3
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling ls-types v0.0.6
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling js-sys v0.3.98
[INFO] [stderr]    Compiling wasmprinter v0.246.2
[INFO] [stderr]    Compiling postcard v1.1.3
[INFO] [stderr]    Compiling linker-trace v0.8.0
[INFO] [stderr]    Compiling linker-layout v0.8.0
[INFO] [stderr]    Compiling zstd v0.13.3
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.4
[INFO] [stderr]    Compiling perfetto-recorder v0.3.2
[INFO] [stderr]    Compiling libwild v0.8.0
[INFO] [stderr]    Compiling web-sys v0.3.98
[INFO] [stderr]    Compiling tower-lsp-server v0.23.0
[INFO] [stderr]    Compiling rolandc_web v0.1.0 (/opt/rustwide/workdir/rolandc_web)
[INFO] [stderr]    Compiling rolandc_lsp v0.1.0 (/opt/rustwide/workdir/rolandc_lsp)
[INFO] [stderr]    Compiling rolandc_cli v0.1.0 (/opt/rustwide/workdir/rolandc_cli)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.61s
[INFO] running `Command { std: "docker" "inspect" "a360667f0b39089acaa8023ec78bf2a0feb4721d94663781b08c7ed2f358e29e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a360667f0b39089acaa8023ec78bf2a0feb4721d94663781b08c7ed2f358e29e", kill_on_drop: false }`
[INFO] [stdout] a360667f0b39089acaa8023ec78bf2a0feb4721d94663781b08c7ed2f358e29e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c5ca90d7cb542653d081feb973ee6f7f770af5292d124dc63e8e9d5f56672186
[INFO] running `Command { std: "docker" "start" "-a" "c5ca90d7cb542653d081feb973ee6f7f770af5292d124dc63e8e9d5f56672186", kill_on_drop: false }`
[INFO] [stderr]    Compiling rolandc_web v0.1.0 (/opt/rustwide/workdir/rolandc_web)
[INFO] [stderr]    Compiling rolandc v0.1.0 (/opt/rustwide/workdir/rolandc)
[INFO] [stderr]    Compiling roland_test_runner v0.1.0 (/opt/rustwide/workdir/roland_test_runner)
[INFO] [stderr]    Compiling rolandc_lsp v0.1.0 (/opt/rustwide/workdir/rolandc_lsp)
[INFO] [stderr]    Compiling rolandc_cli v0.1.0 (/opt/rustwide/workdir/rolandc_cli)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.04s
[INFO] running `Command { std: "docker" "inspect" "c5ca90d7cb542653d081feb973ee6f7f770af5292d124dc63e8e9d5f56672186", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c5ca90d7cb542653d081feb973ee6f7f770af5292d124dc63e8e9d5f56672186", kill_on_drop: false }`
[INFO] [stdout] c5ca90d7cb542653d081feb973ee6f7f770af5292d124dc63e8e9d5f56672186
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] b549b7119f4023ae6ad0aabbf2b8efb8b04b5feb42f16f11978d3919c159b834
[INFO] running `Command { std: "docker" "start" "-a" "b549b7119f4023ae6ad0aabbf2b8efb8b04b5feb42f16f11978d3919c159b834", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.15s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/roland_test_runner-d10dbf13a548de78)
[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/rolandc-d98694f31feee289)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test lex::tests::no_token_bloat ... 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/rolandc_cli-a028dd6dd3a49f85)
[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/main.rs (/opt/rustwide/target/debug/deps/rolandc_lsp-f6ac15a6182437b0)
[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/rolandc_web-922d5f5e50574046)
[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 rolandc
[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 rolandc_web
[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" "b549b7119f4023ae6ad0aabbf2b8efb8b04b5feb42f16f11978d3919c159b834", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b549b7119f4023ae6ad0aabbf2b8efb8b04b5feb42f16f11978d3919c159b834", kill_on_drop: false }`
[INFO] [stdout] b549b7119f4023ae6ad0aabbf2b8efb8b04b5feb42f16f11978d3919c159b834
