[INFO] cloning repository https://github.com/arindas/laminarmq [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/arindas/laminarmq" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farindas%2Flaminarmq", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farindas%2Flaminarmq'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 38b1cb65952e917f9e3c0ba56232da74ff7287bb [INFO] testing arindas/laminarmq against beta-2026-04-21 for beta-1.96-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farindas%2Flaminarmq" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/arindas/laminarmq [INFO] finished tweaking git repo https://github.com/arindas/laminarmq [INFO] tweaked toml for git repo https://github.com/arindas/laminarmq written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/arindas/laminarmq on toolchain beta-2026-04-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/arindas/laminarmq 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" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7b8ab5b3cce61ef8d9455497f030fa9a58a7ed7139247f291e3300f3824b2bd4 [INFO] running `Command { std: "docker" "start" "-a" "7b8ab5b3cce61ef8d9455497f030fa9a58a7ed7139247f291e3300f3824b2bd4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7b8ab5b3cce61ef8d9455497f030fa9a58a7ed7139247f291e3300f3824b2bd4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7b8ab5b3cce61ef8d9455497f030fa9a58a7ed7139247f291e3300f3824b2bd4", kill_on_drop: false }` [INFO] [stdout] 7b8ab5b3cce61ef8d9455497f030fa9a58a7ed7139247f291e3300f3824b2bd4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] be2894fdfffb910fe68027a09afb181f864b3cc0f477291a9a2e19531553e51a [INFO] running `Command { std: "docker" "start" "-a" "be2894fdfffb910fe68027a09afb181f864b3cc0f477291a9a2e19531553e51a", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling proc-macro2 v1.0.83 [INFO] [stderr] Compiling unicode-ident v1.0.10 [INFO] [stderr] Compiling crossbeam-utils v0.8.16 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling io-lifetimes v1.0.11 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling memoffset v0.8.0 [INFO] [stderr] Compiling polling v2.8.0 [INFO] [stderr] Compiling crossbeam-queue v0.3.8 [INFO] [stderr] Compiling futures-util v0.3.28 [INFO] [stderr] Compiling parking v2.1.0 [INFO] [stderr] Compiling rustix v0.37.23 [INFO] [stderr] Compiling itoa v1.0.8 [INFO] [stderr] Compiling futures-io v0.3.28 [INFO] [stderr] Compiling waker-fn v1.1.0 [INFO] [stderr] Compiling lock_api v0.4.10 [INFO] [stderr] Compiling tracing-core v0.1.31 [INFO] [stderr] Compiling http v0.2.9 [INFO] [stderr] Compiling backtrace v0.3.68 [INFO] [stderr] Compiling futures-lite v1.13.0 [INFO] [stderr] Compiling async-io v1.13.0 [INFO] [stderr] Compiling num-iter v0.1.43 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Compiling signal-hook v0.3.15 [INFO] [stderr] Compiling gimli v0.27.3 [INFO] [stderr] Compiling futures-channel v0.3.28 [INFO] [stderr] Compiling miniz_oxide v0.7.1 [INFO] [stderr] Compiling serde v1.0.202 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling async-lock v2.7.0 [INFO] [stderr] Compiling object v0.31.1 [INFO] [stderr] Compiling glommio v0.8.0 [INFO] [stderr] Compiling async-trait v0.1.71 [INFO] [stderr] Compiling concurrent-queue v2.2.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.15 [INFO] [stderr] Compiling crossbeam-channel v0.5.8 [INFO] [stderr] Compiling cache-padded v1.3.0 [INFO] [stderr] Compiling owned-alloc v0.2.0 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling smallvec v1.11.0 [INFO] [stderr] Compiling rustc-demangle v0.1.23 [INFO] [stderr] Compiling try-lock v0.2.4 [INFO] [stderr] Compiling async-channel v1.9.0 [INFO] [stderr] Compiling concurrent-queue v1.2.4 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling syn v2.0.66 [INFO] [stderr] Compiling lockfree v0.5.1 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling socket2 v0.5.7 [INFO] [stderr] Compiling mio v0.8.11 [INFO] [stderr] Compiling getrandom v0.2.10 [INFO] [stderr] Compiling socket2 v0.4.9 [INFO] [stderr] Compiling nanorand v0.7.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.3 [INFO] [stderr] Compiling nix v0.23.2 [INFO] [stderr] Compiling signal-hook-registry v1.4.1 [INFO] [stderr] Compiling num-complex v0.4.3 [INFO] [stderr] Compiling http-body v0.4.5 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling crossbeam v0.8.2 [INFO] [stderr] Compiling rlimit v0.6.2 [INFO] [stderr] Compiling intrusive-collections v0.9.5 [INFO] [stderr] Compiling tracing-log v0.1.3 [INFO] [stderr] Compiling thread_local v1.1.7 [INFO] [stderr] Compiling sharded-slab v0.1.4 [INFO] [stderr] Compiling sketches-ddsketch v0.1.3 [INFO] [stderr] Compiling enclose v1.1.8 [INFO] [stderr] Compiling buddy-alloc v0.4.2 [INFO] [stderr] Compiling bitmaps v3.2.0 [INFO] [stderr] Compiling route-recognizer v0.3.1 [INFO] [stderr] Compiling generational-cache v0.2.2 [INFO] [stderr] Compiling tracing-subscriber v0.3.17 [INFO] [stderr] Compiling addr2line v0.20.0 [INFO] [stderr] Compiling num v0.4.1 [INFO] [stderr] Compiling futures-time v3.0.0 [INFO] [stderr] Compiling tracing-attributes v0.1.26 [INFO] [stderr] Compiling tokio-macros v2.2.0 [INFO] [stderr] Compiling futures-macro v0.3.28 [INFO] [stderr] Compiling pin-project-internal v1.1.2 [INFO] [stderr] Compiling serde_derive v1.0.202 [INFO] [stderr] Compiling async-stream-impl v0.3.5 [INFO] [stderr] Compiling tokio v1.37.0 [INFO] [stderr] Compiling async-stream v0.3.5 [INFO] [stderr] Compiling tracing v0.1.37 [INFO] [stderr] Compiling pin-project v1.1.2 [INFO] [stderr] Compiling flume v0.10.14 [INFO] [stderr] Compiling tokio-util v0.7.8 [INFO] [stderr] Compiling ctrlc-async v3.2.2 [INFO] [stderr] Compiling h2 v0.3.20 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling hyper v0.14.27 [INFO] [stderr] Compiling laminarmq v0.0.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: struct `Mock` is never constructed [INFO] [stdout] --> src/storage/impls/glommio/consume.rs:111:12 [INFO] [stdout] | [INFO] [stdout] 111 | struct Mock; [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 elided elsewhere is confusing [INFO] [stdout] --> src/storage/commit_log/segmented_log/mod.rs:882:9 [INFO] [stdout] | [INFO] [stdout] 882 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 883 | segment_id: Option, [INFO] [stdout] 884 | ) -> ResolvedSegmentMutResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 884 | ) -> ResolvedSegmentMutResult<'_, S, M, H, Idx, SERP, C> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/storage/commit_log/segmented_log/mod.rs:895:9 [INFO] [stdout] | [INFO] [stdout] 895 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 896 | segment_id: Option, [INFO] [stdout] 897 | ) -> ResolvedSegmentResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 897 | ) -> ResolvedSegmentResult<'_, S, M, H, Idx, SERP, C> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.07s [INFO] running `Command { std: "docker" "inspect" "be2894fdfffb910fe68027a09afb181f864b3cc0f477291a9a2e19531553e51a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "be2894fdfffb910fe68027a09afb181f864b3cc0f477291a9a2e19531553e51a", kill_on_drop: false }` [INFO] [stdout] be2894fdfffb910fe68027a09afb181f864b3cc0f477291a9a2e19531553e51a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 49572575cc7e06232df6c68689c8900ae5fc64a32efbe7cdacf7ada649ab2f25 [INFO] running `Command { std: "docker" "start" "-a" "49572575cc7e06232df6c68689c8900ae5fc64a32efbe7cdacf7ada649ab2f25", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling tracing-core v0.1.31 [INFO] [stderr] Compiling crossbeam-epoch v0.9.15 [INFO] [stderr] Compiling rustix v0.37.23 [INFO] [stderr] Compiling serde_json v1.0.102 [INFO] [stderr] Compiling futures-util v0.3.28 [INFO] [stderr] Compiling serde v1.0.202 [INFO] [stderr] Compiling tokio v1.37.0 [INFO] [stderr] Compiling regex-syntax v0.7.4 [INFO] [stderr] Compiling rustix v0.38.4 [INFO] [stderr] Compiling bitflags v2.3.3 [INFO] [stderr] Compiling ryu v1.0.14 [INFO] [stderr] Compiling either v1.8.1 [INFO] [stderr] Compiling linux-raw-sys v0.4.3 [INFO] [stderr] Compiling concurrent-queue v2.2.0 [INFO] [stderr] Compiling anstyle v1.0.1 [INFO] [stderr] Compiling clap_lex v0.5.0 [INFO] [stderr] Compiling half v1.8.2 [INFO] [stderr] Compiling crossbeam-deque v0.8.3 [INFO] [stderr] Compiling uuid v1.4.1 [INFO] [stderr] Compiling tracing v0.1.37 [INFO] [stderr] Compiling ciborium-io v0.2.1 [INFO] [stderr] Compiling plotters-backend v0.3.5 [INFO] [stderr] Compiling cpp_demangle v0.4.2 [INFO] [stderr] Compiling rayon-core v1.11.0 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling clap_builder v4.3.11 [INFO] [stderr] Compiling crossbeam-queue v0.3.8 [INFO] [stderr] Compiling ciborium-ll v0.2.1 [INFO] [stderr] Compiling plotters-svg v0.3.5 [INFO] [stderr] Compiling debugid v0.8.0 [INFO] [stderr] Compiling axum-core v0.3.4 [INFO] [stderr] Compiling memmap2 v0.5.10 [INFO] [stderr] Compiling findshlibs v0.10.2 [INFO] [stderr] Compiling tempfile v3.6.0 [INFO] [stderr] Compiling symbolic-demangle v12.3.0 [INFO] [stderr] Compiling bytemuck v1.13.1 [INFO] [stderr] Compiling thiserror v1.0.43 [INFO] [stderr] Compiling arrayvec v0.7.4 [INFO] [stderr] Compiling rayon v1.7.0 [INFO] [stderr] Compiling rgb v0.8.36 [INFO] [stderr] Compiling symbolic-common v12.3.0 [INFO] [stderr] Compiling walkdir v2.3.3 [INFO] [stderr] Compiling num-format v0.4.4 [INFO] [stderr] Compiling crossbeam v0.8.2 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling ahash v0.8.3 [INFO] [stderr] Compiling is-terminal v0.4.9 [INFO] [stderr] Compiling parking_lot_core v0.9.8 [INFO] [stderr] Compiling tracing-log v0.1.3 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling num-complex v0.4.3 [INFO] [stderr] Compiling regex-automata v0.3.3 [INFO] [stderr] Compiling plotters v0.3.5 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling async-channel v1.9.0 [INFO] [stderr] Compiling axum v0.6.20 [INFO] [stderr] Compiling thiserror-impl v1.0.43 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling num-iter v0.1.43 [INFO] [stderr] Compiling quick-xml v0.26.0 [INFO] [stderr] Compiling thread_local v1.1.7 [INFO] [stderr] Compiling clap v4.3.11 [INFO] [stderr] Compiling async-io v1.13.0 [INFO] [stderr] Compiling rlimit v0.10.1 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling str_stack v0.1.0 [INFO] [stderr] Compiling pprof v0.12.0 [INFO] [stderr] Compiling glommio v0.8.0 [INFO] [stderr] Compiling inferno v0.11.15 [INFO] [stderr] Compiling nix v0.26.2 [INFO] [stderr] error: could not compile `tokio` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2026-04-21-x86_64-unknown-linux-gnu/bin/rustc --crate-name tokio --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="num_cpus"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "num_cpus", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=f0b47660b15c8eac -C extra-filename=-86a38224c14077a1 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-b1fe1166f01d9859.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-7762b0a6723da1d8.rmeta --extern mio=/opt/rustwide/target/debug/deps/libmio-39296c7810144ba5.rmeta --extern num_cpus=/opt/rustwide/target/debug/deps/libnum_cpus-70d87f9f3edcd172.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-76f060ffbb2c8add.rmeta --extern signal_hook_registry=/opt/rustwide/target/debug/deps/libsignal_hook_registry-6dc5f5b344b3e9d3.rmeta --extern socket2=/opt/rustwide/target/debug/deps/libsocket2-93abec4ea0672890.rmeta --extern tokio_macros=/opt/rustwide/target/debug/deps/libtokio_macros-c16860ee7168c1a4.so --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "49572575cc7e06232df6c68689c8900ae5fc64a32efbe7cdacf7ada649ab2f25", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "49572575cc7e06232df6c68689c8900ae5fc64a32efbe7cdacf7ada649ab2f25", kill_on_drop: false }` [INFO] [stdout] 49572575cc7e06232df6c68689c8900ae5fc64a32efbe7cdacf7ada649ab2f25