[INFO] fetching crate spyglys 0.2.3... [INFO] testing spyglys-0.2.3 against beta-2025-10-28 for beta-1.92-2 [INFO] extracting crate spyglys 0.2.3 into /workspace/builds/worker-1-tc2/source [INFO] started tweaking crates.io crate spyglys 0.2.3 [INFO] finished tweaking crates.io crate spyglys 0.2.3 [INFO] tweaked toml for crates.io crate spyglys 0.2.3 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate spyglys 0.2.3 on toolchain beta-2025-10-28 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate spyglys 0.2.3 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-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 92c1faebbf71f6ec7aed876c9d676c7536a3fafecf432f171bbb78059cf408d2 [INFO] running `Command { std: "docker" "start" "-a" "92c1faebbf71f6ec7aed876c9d676c7536a3fafecf432f171bbb78059cf408d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "92c1faebbf71f6ec7aed876c9d676c7536a3fafecf432f171bbb78059cf408d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "92c1faebbf71f6ec7aed876c9d676c7536a3fafecf432f171bbb78059cf408d2", kill_on_drop: false }` [INFO] [stdout] 92c1faebbf71f6ec7aed876c9d676c7536a3fafecf432f171bbb78059cf408d2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2503b20cbe1f3a3abb001b974afcbde762d3d82db7e49480459ea3491decb6c8 [INFO] running `Command { std: "docker" "start" "-a" "2503b20cbe1f3a3abb001b974afcbde762d3d82db7e49480459ea3491decb6c8", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling typed-arena v2.0.2 [INFO] [stderr] Compiling regex-automata v0.4.7 [INFO] [stderr] Compiling pretty v0.12.3 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling dashmap v6.0.1 [INFO] [stderr] Compiling regex v1.10.5 [INFO] [stderr] Compiling spyglys v0.2.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/formatter.rs:6:19 [INFO] [stdout] | [INFO] [stdout] 6 | pub fn to_doc(&self) -> RcDoc<()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 6 | pub fn to_doc(&self) -> RcDoc<'_, ()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/formatter.rs:54:19 [INFO] [stdout] | [INFO] [stdout] 54 | pub fn to_doc(&self) -> RcDoc<()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 54 | pub fn to_doc(&self) -> RcDoc<'_, ()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/formatter.rs:112:19 [INFO] [stdout] | [INFO] [stdout] 112 | pub fn to_doc(&self) -> RcDoc<()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 112 | pub fn to_doc(&self) -> RcDoc<'_, ()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.22s [INFO] running `Command { std: "docker" "inspect" "2503b20cbe1f3a3abb001b974afcbde762d3d82db7e49480459ea3491decb6c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2503b20cbe1f3a3abb001b974afcbde762d3d82db7e49480459ea3491decb6c8", kill_on_drop: false }` [INFO] [stdout] 2503b20cbe1f3a3abb001b974afcbde762d3d82db7e49480459ea3491decb6c8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6168b3b6827bc7ab9ebfb1463c2fa48ce1b8806768a3cfa910a541b9ac9bc3ed [INFO] running `Command { std: "docker" "start" "-a" "6168b3b6827bc7ab9ebfb1463c2fa48ce1b8806768a3cfa910a541b9ac9bc3ed", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling serde v1.0.204 [INFO] [stderr] Compiling serde_json v1.0.122 [INFO] [stderr] Compiling plotters-backend v0.3.6 [INFO] [stderr] Compiling clap_lex v0.7.1 [INFO] [stderr] Compiling anstyle v1.0.7 [INFO] [stderr] Compiling console v0.15.8 [INFO] [stderr] Compiling is-terminal v0.4.12 [INFO] [stderr] Compiling similar v2.5.0 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/formatter.rs:6:19 [INFO] [stdout] | [INFO] [stdout] 6 | pub fn to_doc(&self) -> RcDoc<()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 6 | pub fn to_doc(&self) -> RcDoc<'_, ()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/formatter.rs:54:19 [INFO] [stdout] | [INFO] [stdout] 54 | pub fn to_doc(&self) -> RcDoc<()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 54 | pub fn to_doc(&self) -> RcDoc<'_, ()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/formatter.rs:112:19 [INFO] [stdout] | [INFO] [stdout] 112 | pub fn to_doc(&self) -> RcDoc<()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 112 | pub fn to_doc(&self) -> RcDoc<'_, ()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling plotters-svg v0.3.6 [INFO] [stderr] Compiling plotters v0.3.6 [INFO] [stderr] Compiling clap_builder v4.5.9 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling syn v2.0.70 [INFO] [stderr] Compiling insta v1.39.0 [INFO] [stderr] Compiling clap v4.5.9 [INFO] [stderr] Compiling serde_derive v1.0.204 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stderr] Compiling spyglys v0.2.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/formatter.rs:6:19 [INFO] [stdout] | [INFO] [stdout] 6 | pub fn to_doc(&self) -> RcDoc<()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 6 | pub fn to_doc(&self) -> RcDoc<'_, ()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/formatter.rs:54:19 [INFO] [stdout] | [INFO] [stdout] 54 | pub fn to_doc(&self) -> RcDoc<()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 54 | pub fn to_doc(&self) -> RcDoc<'_, ()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/formatter.rs:112:19 [INFO] [stdout] | [INFO] [stdout] 112 | pub fn to_doc(&self) -> RcDoc<()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 112 | pub fn to_doc(&self) -> RcDoc<'_, ()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 19.01s [INFO] running `Command { std: "docker" "inspect" "6168b3b6827bc7ab9ebfb1463c2fa48ce1b8806768a3cfa910a541b9ac9bc3ed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6168b3b6827bc7ab9ebfb1463c2fa48ce1b8806768a3cfa910a541b9ac9bc3ed", kill_on_drop: false }` [INFO] [stdout] 6168b3b6827bc7ab9ebfb1463c2fa48ce1b8806768a3cfa910a541b9ac9bc3ed [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 4e433aab3346feca9e1003f7520291d370f8670cd755c75660eeae5da66da1b6 [INFO] running `Command { std: "docker" "start" "-a" "4e433aab3346feca9e1003f7520291d370f8670cd755c75660eeae5da66da1b6", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] [INFO] [stderr] --> src/formatter.rs:6:19 [INFO] [stdout] running 20 tests [INFO] [stderr] | [INFO] [stdout] test interpreter::test::test_if_else_true_from_expression ... ok [INFO] [stderr] 6 | pub fn to_doc(&self) -> RcDoc<()> { [INFO] [stdout] test interpreter::test::test_if_else_false_from_expression ... ok [INFO] [stderr] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] test interpreter::test::test_cached_regex ... ok [INFO] [stderr] | | [INFO] [stdout] test interpreter::test::test_cached_regex_complicated ... ok [INFO] [stderr] | the lifetime is elided 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: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 6 | pub fn to_doc(&self) -> RcDoc<'_, ()> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/formatter.rs:54:19 [INFO] [stderr] | [INFO] [stderr] 54 | pub fn to_doc(&self) -> RcDoc<()> { [INFO] [stderr] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 54 | pub fn to_doc(&self) -> RcDoc<'_, ()> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/formatter.rs:112:19 [INFO] [stderr] | [INFO] [stderr] 112 | pub fn to_doc(&self) -> RcDoc<()> { [INFO] [stderr] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 112 | pub fn to_doc(&self) -> RcDoc<'_, ()> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `spyglys` (lib) generated 3 warnings (run `cargo fix --lib -p spyglys` to apply 3 suggestions) [INFO] [stderr] warning: `spyglys` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/spyglys-a56045abc717f9da) [INFO] [stdout] test interpreter::test::test_run_function_from_expression ... ok [INFO] [stdout] test parser::test::test_parsing_adding_strings ... ok [INFO] [stdout] test parser::test::test_lexing_basic ... ok [INFO] [stdout] test parser::test::test_parsing_builtin_in_func ... ok [INFO] [stdout] test parser::test::test_parsing_complex_call ... ok [INFO] [stdout] test parser::test::test_parsing_complex_function_def ... ok [INFO] [stdout] test parser::test::test_parsing_builtin_in_func_without_comma ... ok [INFO] [stdout] test parser::test::test_parsing_function_where_loop ... ok [INFO] [stdout] test parser::test::test_parsing_iterator_trailing_comma ... ok [INFO] [stdout] test parser::test::test_parsing_iterator_no_trailing_comma ... ok [INFO] [stdout] test parser::test::test_parsing_simple_call ... ok [INFO] [stdout] test parser::test::test_parsing_simple_function_def ... ok [INFO] [stdout] test parser::test::test_parsing_simple_function_where ... ok [INFO] [stdout] test parser::test::test_parsing_iterator_empty ... ok [INFO] [stdout] test parser::test::test_parsing_unicode_ident ... ok [INFO] [stdout] test parser::test::test_lexing_multiple_keywords ... ok [INFO] [stderr] Doc-tests spyglys [INFO] [stdout] [INFO] [stdout] test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s [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] running `Command { std: "docker" "inspect" "4e433aab3346feca9e1003f7520291d370f8670cd755c75660eeae5da66da1b6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4e433aab3346feca9e1003f7520291d370f8670cd755c75660eeae5da66da1b6", kill_on_drop: false }` [INFO] [stdout] 4e433aab3346feca9e1003f7520291d370f8670cd755c75660eeae5da66da1b6