[INFO] fetching crate implot 0.6.0... [INFO] testing implot-0.6.0 against 1.90.0 for beta-1.91-3 [INFO] extracting crate implot 0.6.0 into /workspace/builds/worker-6-tc1/source [INFO] started tweaking crates.io crate implot 0.6.0 [INFO] finished tweaking crates.io crate implot 0.6.0 [INFO] tweaked toml for crates.io crate implot 0.6.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate implot 0.6.0 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 22 packages to latest compatible versions [INFO] [stderr] Adding bitflags v1.3.2 (available: v2.9.4) [INFO] [stderr] Adding imgui v0.7.0 (available: v0.12.0) [INFO] [stderr] Adding parking_lot v0.11.2 (available: v0.12.4) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded imgui v0.7.0 [INFO] [stderr] Downloaded implot-sys v0.6.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8aff03654217d2728803a7339fb1b94f2d4cfec2dd9c1a97f62dde63a4dc89d2 [INFO] running `Command { std: "docker" "start" "-a" "8aff03654217d2728803a7339fb1b94f2d4cfec2dd9c1a97f62dde63a4dc89d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8aff03654217d2728803a7339fb1b94f2d4cfec2dd9c1a97f62dde63a4dc89d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8aff03654217d2728803a7339fb1b94f2d4cfec2dd9c1a97f62dde63a4dc89d2", kill_on_drop: false }` [INFO] [stdout] 8aff03654217d2728803a7339fb1b94f2d4cfec2dd9c1a97f62dde63a4dc89d2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ffc301b8ed88d9c3ad5dd86b36fa367431de03e2857f48e072992c773483477c [INFO] running `Command { std: "docker" "start" "-a" "ffc301b8ed88d9c3ad5dd86b36fa367431de03e2857f48e072992c773483477c", kill_on_drop: false }` [INFO] [stderr] Compiling chlorine v1.0.13 [INFO] [stderr] Compiling imgui-sys v0.7.0 [INFO] [stderr] Compiling implot-sys v0.6.0 [INFO] [stderr] Compiling parking_lot_core v0.8.6 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling imgui v0.7.0 [INFO] [stderr] Compiling implot v0.6.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused attribute `doc` [INFO] [stdout] --> src/plot.rs:17:34 [INFO] [stdout] | [INFO] [stdout] 17 | #[rustversion::attr(since(1.48), doc(alias = "ImPlotFlags"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `doc` will be ignored, since it's applied to the macro invocation `bitflags` [INFO] [stdout] --> src/plot.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | bitflags! { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `doc` [INFO] [stdout] --> src/plot.rs:54:34 [INFO] [stdout] | [INFO] [stdout] 54 | #[rustversion::attr(since(1.48), doc(alias = "ImPlotAxisFlags"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `doc` will be ignored, since it's applied to the macro invocation `bitflags` [INFO] [stdout] --> src/plot.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | bitflags! { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `ImPlotLimits`, `ImPlotPoint`, and `ImVec4` [INFO] [stdout] --> src/plot.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | pub use sys::{ImPlotLimits, ImPlotPoint, ImPlotRange, ImVec2, ImVec4}; [INFO] [stdout] | ^^^^^^^^^^^^ ^^^^^^^^^^^ ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/context.rs:48:24 [INFO] [stdout] | [INFO] [stdout] 48 | pub fn get_plot_ui(&self) -> PlotUi { [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] 48 | pub fn get_plot_ui(&self) -> PlotUi<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.18s [INFO] running `Command { std: "docker" "inspect" "ffc301b8ed88d9c3ad5dd86b36fa367431de03e2857f48e072992c773483477c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ffc301b8ed88d9c3ad5dd86b36fa367431de03e2857f48e072992c773483477c", kill_on_drop: false }` [INFO] [stdout] ffc301b8ed88d9c3ad5dd86b36fa367431de03e2857f48e072992c773483477c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ebe2e0ae3c43f3b433be56f4643645a79a79b8d2894e396e3b6e55d81b7f335c [INFO] running `Command { std: "docker" "start" "-a" "ebe2e0ae3c43f3b433be56f4643645a79a79b8d2894e396e3b6e55d81b7f335c", kill_on_drop: false }` [INFO] [stderr] Compiling implot v0.6.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused attribute `doc` [INFO] [stdout] --> src/plot.rs:17:34 [INFO] [stdout] | [INFO] [stdout] 17 | #[rustversion::attr(since(1.48), doc(alias = "ImPlotFlags"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `doc` will be ignored, since it's applied to the macro invocation `bitflags` [INFO] [stdout] --> src/plot.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | bitflags! { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `doc` [INFO] [stdout] --> src/plot.rs:54:34 [INFO] [stdout] | [INFO] [stdout] 54 | #[rustversion::attr(since(1.48), doc(alias = "ImPlotAxisFlags"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `doc` will be ignored, since it's applied to the macro invocation `bitflags` [INFO] [stdout] --> src/plot.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | bitflags! { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `ImPlotLimits`, `ImPlotPoint`, and `ImVec4` [INFO] [stdout] --> src/plot.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | pub use sys::{ImPlotLimits, ImPlotPoint, ImPlotRange, ImVec2, ImVec4}; [INFO] [stdout] | ^^^^^^^^^^^^ ^^^^^^^^^^^ ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/context.rs:48:24 [INFO] [stdout] | [INFO] [stdout] 48 | pub fn get_plot_ui(&self) -> PlotUi { [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] 48 | pub fn get_plot_ui(&self) -> PlotUi<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `doc` [INFO] [stdout] --> src/plot.rs:17:34 [INFO] [stdout] | [INFO] [stdout] 17 | #[rustversion::attr(since(1.48), doc(alias = "ImPlotFlags"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `doc` will be ignored, since it's applied to the macro invocation `bitflags` [INFO] [stdout] --> src/plot.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | bitflags! { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `doc` [INFO] [stdout] --> src/plot.rs:54:34 [INFO] [stdout] | [INFO] [stdout] 54 | #[rustversion::attr(since(1.48), doc(alias = "ImPlotAxisFlags"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `doc` will be ignored, since it's applied to the macro invocation `bitflags` [INFO] [stdout] --> src/plot.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | bitflags! { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `ImPlotLimits`, `ImPlotPoint`, and `ImVec4` [INFO] [stdout] --> src/plot.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | pub use sys::{ImPlotLimits, ImPlotPoint, ImPlotRange, ImVec2, ImVec4}; [INFO] [stdout] | ^^^^^^^^^^^^ ^^^^^^^^^^^ ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/context.rs:48:24 [INFO] [stdout] | [INFO] [stdout] 48 | pub fn get_plot_ui(&self) -> PlotUi { [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] 48 | pub fn get_plot_ui(&self) -> PlotUi<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.53s [INFO] running `Command { std: "docker" "inspect" "ebe2e0ae3c43f3b433be56f4643645a79a79b8d2894e396e3b6e55d81b7f335c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ebe2e0ae3c43f3b433be56f4643645a79a79b8d2894e396e3b6e55d81b7f335c", kill_on_drop: false }` [INFO] [stdout] ebe2e0ae3c43f3b433be56f4643645a79a79b8d2894e396e3b6e55d81b7f335c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b49968454c2152d5ec38da12a4a11e4841def049b8e7e20ed4a40042d8cf9106 [INFO] running `Command { std: "docker" "start" "-a" "b49968454c2152d5ec38da12a4a11e4841def049b8e7e20ed4a40042d8cf9106", kill_on_drop: false }` [INFO] [stderr] warning: unused attribute `doc` [INFO] [stderr] --> src/plot.rs:17:34 [INFO] [stderr] | [INFO] [stderr] 17 | #[rustversion::attr(since(1.48), doc(alias = "ImPlotFlags"))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: the built-in attribute `doc` will be ignored, since it's applied to the macro invocation `bitflags` [INFO] [stderr] --> src/plot.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | bitflags! { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: `#[warn(unused_attributes)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused attribute `doc` [INFO] [stderr] --> src/plot.rs:54:34 [INFO] [stderr] | [INFO] [stderr] 54 | #[rustversion::attr(since(1.48), doc(alias = "ImPlotAxisFlags"))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: the built-in attribute `doc` will be ignored, since it's applied to the macro invocation `bitflags` [INFO] [stderr] --> src/plot.rs:55:1 [INFO] [stderr] | [INFO] [stderr] 55 | bitflags! { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `ImPlotLimits`, `ImPlotPoint`, and `ImVec4` [INFO] [stderr] --> src/plot.rs:12:15 [INFO] [stderr] | [INFO] [stderr] 12 | pub use sys::{ImPlotLimits, ImPlotPoint, ImPlotRange, ImVec2, ImVec4}; [INFO] [stderr] | ^^^^^^^^^^^^ ^^^^^^^^^^^ ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/context.rs:48:24 [INFO] [stderr] | [INFO] [stderr] 48 | pub fn get_plot_ui(&self) -> PlotUi { [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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 48 | pub fn get_plot_ui(&self) -> PlotUi<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `implot` (lib) generated 4 warnings (run `cargo fix --lib -p implot` to apply 1 suggestion) [INFO] [stderr] warning: `implot` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/implot-ef094b65734872b4) [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 implot [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test src/lib.rs - push_style_var_i32 (line 373) - compile ... ok [INFO] [stdout] test src/lib.rs - push_style_color (line 308) - compile ... ok [INFO] [stdout] test src/lib.rs - push_style_var_f32 (line 357) - compile ... ok [INFO] [stdout] test src/plot.rs - plot::Plot (line 94) - compile ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.18s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b49968454c2152d5ec38da12a4a11e4841def049b8e7e20ed4a40042d8cf9106", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b49968454c2152d5ec38da12a4a11e4841def049b8e7e20ed4a40042d8cf9106", kill_on_drop: false }` [INFO] [stdout] b49968454c2152d5ec38da12a4a11e4841def049b8e7e20ed4a40042d8cf9106