[INFO] fetching crate libreda-db 0.0.4... [INFO] testing libreda-db-0.0.4 against master#b70888601af92f6cdc0364abab3446e418b91d36 for pr-86479 [INFO] extracting crate libreda-db 0.0.4 into /workspace/builds/worker-15/source [INFO] validating manifest of crates.io crate libreda-db 0.0.4 on toolchain b70888601af92f6cdc0364abab3446e418b91d36 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate libreda-db 0.0.4 [INFO] finished tweaking crates.io crate libreda-db 0.0.4 [INFO] tweaked toml for crates.io crate libreda-db 0.0.4 written to /workspace/builds/worker-15/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 08461d35105aa0523b8d24eaa6af07e7b5ba7ee35c53ab861045e97e3326e120 [INFO] running `Command { std: "docker" "start" "-a" "08461d35105aa0523b8d24eaa6af07e7b5ba7ee35c53ab861045e97e3326e120", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "08461d35105aa0523b8d24eaa6af07e7b5ba7ee35c53ab861045e97e3326e120", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "08461d35105aa0523b8d24eaa6af07e7b5ba7ee35c53ab861045e97e3326e120", kill_on_drop: false }` [INFO] [stdout] 08461d35105aa0523b8d24eaa6af07e7b5ba7ee35c53ab861045e97e3326e120 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2465abad70d8b0ee6dd05dc60141d5cdbf5725a03913dbf060f91fef46036b79 [INFO] running `Command { std: "docker" "start" "-a" "2465abad70d8b0ee6dd05dc60141d5cdbf5725a03913dbf060f91fef46036b79", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling genawaiter-macro v0.99.1 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling genawaiter v0.99.1 [INFO] [stderr] Compiling itertools v0.10.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling iron-shapes v0.0.4 [INFO] [stderr] Compiling libreda-db v0.0.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/netlist/rc_netlist/rc_netlist.rs:118:20 [INFO] [stdout] | [INFO] [stdout] 118 | panic!(format!("Circuit '{}' already exists!", &name)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 118 | panic!("Circuit '{}' already exists!", &name); [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/netlist/rc_netlist/circuit.rs:308:24 [INFO] [stdout] | [INFO] [stdout] 308 | panic!(format!("Instance with name '{}' already exists.", name)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 308 | panic!("Instance with name '{}' already exists.", name); [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.57s [INFO] running `Command { std: "docker" "inspect" "2465abad70d8b0ee6dd05dc60141d5cdbf5725a03913dbf060f91fef46036b79", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2465abad70d8b0ee6dd05dc60141d5cdbf5725a03913dbf060f91fef46036b79", kill_on_drop: false }` [INFO] [stdout] 2465abad70d8b0ee6dd05dc60141d5cdbf5725a03913dbf060f91fef46036b79 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 61de9b0f942d97bc42fbabe4e6d3efb228a83c7f65ec0b11bcb2da1eecb0bda5 [INFO] running `Command { std: "docker" "start" "-a" "61de9b0f942d97bc42fbabe4e6d3efb228a83c7f65ec0b11bcb2da1eecb0bda5", kill_on_drop: false }` [INFO] [stderr] Compiling libreda-db v0.0.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/netlist/rc_netlist/rc_netlist.rs:118:20 [INFO] [stdout] | [INFO] [stdout] 118 | panic!(format!("Circuit '{}' already exists!", &name)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 118 | panic!("Circuit '{}' already exists!", &name); [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/netlist/rc_netlist/circuit.rs:308:24 [INFO] [stdout] | [INFO] [stdout] 308 | panic!(format!("Instance with name '{}' already exists.", name)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 308 | panic!("Instance with name '{}' already exists.", name); [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `read_file` [INFO] [stdout] --> tests/test.rs:6:4 [INFO] [stdout] | [INFO] [stdout] 6 | fn read_file(path: &str) -> Vec { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/netlist/rc_netlist/rc_netlist.rs:118:20 [INFO] [stdout] | [INFO] [stdout] 118 | panic!(format!("Circuit '{}' already exists!", &name)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 118 | panic!("Circuit '{}' already exists!", &name); [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/netlist/rc_netlist/circuit.rs:308:24 [INFO] [stdout] | [INFO] [stdout] 308 | panic!(format!("Instance with name '{}' already exists.", name)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 308 | panic!("Instance with name '{}' already exists.", name); [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.43s [INFO] running `Command { std: "docker" "inspect" "61de9b0f942d97bc42fbabe4e6d3efb228a83c7f65ec0b11bcb2da1eecb0bda5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "61de9b0f942d97bc42fbabe4e6d3efb228a83c7f65ec0b11bcb2da1eecb0bda5", kill_on_drop: false }` [INFO] [stdout] 61de9b0f942d97bc42fbabe4e6d3efb228a83c7f65ec0b11bcb2da1eecb0bda5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 721c232252f389d6ef5bbee471c7f3d4f88eb8db6383e445ae4ac91b81a693c6 [INFO] running `Command { std: "docker" "start" "-a" "721c232252f389d6ef5bbee471c7f3d4f88eb8db6383e445ae4ac91b81a693c6", kill_on_drop: false }` [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/netlist/rc_netlist/rc_netlist.rs:118:20 [INFO] [stderr] | [INFO] [stderr] 118 | panic!(format!("Circuit '{}' already exists!", &name)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 118 | panic!("Circuit '{}' already exists!", &name); [INFO] [stderr] | -- -- [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/netlist/rc_netlist/circuit.rs:308:24 [INFO] [stderr] | [INFO] [stderr] 308 | panic!(format!("Instance with name '{}' already exists.", name)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 308 | panic!("Instance with name '{}' already exists.", name); [INFO] [stderr] | -- -- [INFO] [stderr] [INFO] [stdout] [INFO] [stderr] warning: `libreda-db` (lib) generated 2 warnings [INFO] [stdout] running 9 tests [INFO] [stderr] warning: `libreda-db` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] warning: function is never used: `read_file` [INFO] [stderr] --> tests/test.rs:6:4 [INFO] [stderr] | [INFO] [stderr] 6 | fn read_file(path: &str) -> Vec { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `libreda-db` (test "test") generated 1 warning [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/libreda_db-f95780ff5ad26f11) [INFO] [stdout] test layout::layout::test_layout_properties ... ok [INFO] [stderr] Running tests/circuit.rs (/opt/rustwide/target/debug/deps/circuit-8f588135a724aca4) [INFO] [stdout] test netlist::rc_netlist::rc_netlist::test_netlist_connect_pin ... ok [INFO] [stdout] test netlist::hashmap_netlist::test_create_populated_netlist ... ok [INFO] [stdout] test netlist::rc_netlist::rc_netlist::test_netlist_circuit_remove_net ... ok [INFO] [stdout] test netlist::rc_netlist::rc_netlist::test_netlist_remove_circuit ... ok [INFO] [stdout] test netlist::rc_netlist::rc_netlist::test_netlist_clone ... ok [INFO] [stdout] test netlist::rc_netlist::rc_netlist::test_create_pin ... ok [INFO] [stdout] test netlist::rc_netlist::rc_netlist::test_netlist_create_circuit ... ok [INFO] [stdout] test netlist::rc_netlist::rc_netlist::test_netlist_create_net ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test test_circuit_eq ... ok [INFO] [stdout] test test_create_and_remove_instance ... ok [INFO] [stdout] test test_flatten_circuit_instance ... ok [INFO] [stdout] test test_rename_net ... ok [INFO] [stdout] test test_dependent_circuits ... ok [INFO] [stdout] test test_simple_net ... ok [INFO] [stdout] test test_circuit_no_recursion_1 - should panic ... ok [INFO] [stdout] test test_circuit_no_recursion_2 - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stderr] Running tests/layout_properties.rs (/opt/rustwide/target/debug/deps/layout_properties-a025b287956f1726) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_shape_properties ... 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 tests/test.rs (/opt/rustwide/target/debug/deps/test-a0ef5c19c80d4c17) [INFO] [stdout] [INFO] [stderr] Doc-tests libreda-db [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] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test src/layout/layout.rs - layout::layout::Layout::cell_by_name (line 167) ... ok [INFO] [stdout] test src/layout/layout.rs - layout::layout::Layout::cell_by_index (line 149) ... ok [INFO] [stdout] test src/layout/layout.rs - layout::layout::Layout (line 38) ... ok [INFO] [stdout] test src/rc_string.rs - rc_string (line 27) ... ok [INFO] [stdout] test src/netlist/rc_netlist/rc_netlist.rs - netlist::rc_netlist::rc_netlist::RcNetlist::create_circuit (line 100) ... ok [INFO] [stdout] test src/layout/hashmap_layout.rs - layout::hashmap_layout::Layout (line 53) ... ok [INFO] [stdout] test src/layout/layout.rs - layout::layout::Layout::create_and_get_cell (line 125) ... ok [INFO] [stdout] test src/layout/layout.rs - layout::layout::Layout::create_cell (line 88) ... ok [INFO] [stdout] test src/layout/layout.rs - layout::layout::Layout::rename_cell (line 189) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.16s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "721c232252f389d6ef5bbee471c7f3d4f88eb8db6383e445ae4ac91b81a693c6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "721c232252f389d6ef5bbee471c7f3d4f88eb8db6383e445ae4ac91b81a693c6", kill_on_drop: false }` [INFO] [stdout] 721c232252f389d6ef5bbee471c7f3d4f88eb8db6383e445ae4ac91b81a693c6