[INFO] fetching crate yaserde-examples 0.12.0... [INFO] checking yaserde-examples-0.12.0 against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577 [INFO] extracting crate yaserde-examples 0.12.0 into /workspace/builds/worker-3-tc2/source [INFO] started tweaking crates.io crate yaserde-examples 0.12.0 [INFO] finished tweaking crates.io crate yaserde-examples 0.12.0 [INFO] tweaked toml for crates.io crate yaserde-examples 0.12.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate yaserde-examples 0.12.0 on toolchain 4f260f0f20b3133d20cfb50353c0221943af5796 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "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" "+4f260f0f20b3133d20cfb50353c0221943af5796" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 13 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9fa56b00b9bc0402772339ec72bc798fe9a83e7b48ad03b8a0eaccb42ffef600 [INFO] running `Command { std: "docker" "start" "-a" "9fa56b00b9bc0402772339ec72bc798fe9a83e7b48ad03b8a0eaccb42ffef600", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9fa56b00b9bc0402772339ec72bc798fe9a83e7b48ad03b8a0eaccb42ffef600", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9fa56b00b9bc0402772339ec72bc798fe9a83e7b48ad03b8a0eaccb42ffef600", kill_on_drop: false }` [INFO] [stdout] 9fa56b00b9bc0402772339ec72bc798fe9a83e7b48ad03b8a0eaccb42ffef600 [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=forbid -Dunmustuse_in_always_ok" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 66e857bf4fd9aa24718c1a8134196661b12933767f44d78fb5ef0d6a7c5608d5 [INFO] running `Command { std: "docker" "start" "-a" "66e857bf4fd9aa24718c1a8134196661b12933767f44d78fb5ef0d6a7c5608d5", kill_on_drop: false }` [INFO] [stderr] Compiling xml-rs v0.8.28 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling serde_tokenstream v0.2.2 [INFO] [stderr] Compiling yaserde_derive v0.12.0 [INFO] [stderr] Checking yaserde v0.12.0 [INFO] [stderr] Checking yaserde-examples v0.12.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: struct `Workbook` is never constructed [INFO] [stdout] --> src/bbigras_namespace.rs:14:8 [INFO] [stdout] | [INFO] [stdout] 14 | struct Workbook { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Worksheet` is never constructed [INFO] [stdout] --> src/bbigras_namespace.rs:29:8 [INFO] [stdout] | [INFO] [stdout] 29 | struct Worksheet { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Table` is never constructed [INFO] [stdout] --> src/bbigras_namespace.rs:46:8 [INFO] [stdout] | [INFO] [stdout] 46 | struct Table { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Row` is never constructed [INFO] [stdout] --> src/bbigras_namespace.rs:76:8 [INFO] [stdout] | [INFO] [stdout] 76 | struct Row { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Layout` is never constructed [INFO] [stdout] --> src/boscop.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct Layout { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Tabpage` is never constructed [INFO] [stdout] --> src/boscop.rs:21:12 [INFO] [stdout] | [INFO] [stdout] 21 | pub struct Tabpage { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Control` is never constructed [INFO] [stdout] --> src/boscop.rs:52:12 [INFO] [stdout] | [INFO] [stdout] 52 | pub struct Control { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Midi` is never constructed [INFO] [stdout] --> src/boscop.rs:87:12 [INFO] [stdout] | [INFO] [stdout] 87 | pub struct Midi { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Header` is never constructed [INFO] [stdout] --> src/generic.rs:4:12 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct Header {} [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `SoapEnvelope` is never constructed [INFO] [stdout] --> src/generic.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | pub struct SoapEnvelope [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `SoapPlay` is never constructed [INFO] [stdout] --> src/generic.rs:36:12 [INFO] [stdout] | [INFO] [stdout] 36 | pub struct SoapPlay { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `default_play` is never used [INFO] [stdout] --> src/generic.rs:41:4 [INFO] [stdout] | [INFO] [stdout] 41 | fn default_play() -> Play { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Play` is never constructed [INFO] [stdout] --> src/generic.rs:47:12 [INFO] [stdout] | [INFO] [stdout] 47 | pub struct Play { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `default_play2` is never used [INFO] [stdout] --> src/generic.rs:52:4 [INFO] [stdout] | [INFO] [stdout] 52 | fn default_play2() -> Play2 { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Play2` is never constructed [INFO] [stdout] --> src/generic.rs:64:12 [INFO] [stdout] | [INFO] [stdout] 64 | pub struct Play2 { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `default_i32` is never used [INFO] [stdout] --> src/generic.rs:71:4 [INFO] [stdout] | [INFO] [stdout] 71 | fn default_i32() -> i32 { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Meters` is never constructed [INFO] [stdout] --> src/generic.rs:76:8 [INFO] [stdout] | [INFO] [stdout] 76 | struct Meters(i32); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Level` is never constructed [INFO] [stdout] --> src/ln_dom.rs:6:8 [INFO] [stdout] | [INFO] [stdout] 6 | struct Level { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Timeline` is never constructed [INFO] [stdout] --> src/ln_dom.rs:15:8 [INFO] [stdout] | [INFO] [stdout] 15 | struct Timeline { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `DOMTimeline` is never constructed [INFO] [stdout] --> src/ln_dom.rs:21:8 [INFO] [stdout] | [INFO] [stdout] 21 | struct DOMTimeline { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Layers` is never constructed [INFO] [stdout] --> src/ln_dom.rs:32:8 [INFO] [stdout] | [INFO] [stdout] 32 | struct Layers { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `DOMLayer` is never constructed [INFO] [stdout] --> src/ln_dom.rs:38:8 [INFO] [stdout] | [INFO] [stdout] 38 | struct DOMLayer { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ErrorType` is never constructed [INFO] [stdout] --> src/same_element_different_namespaces.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct ErrorType { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/bbigras_namespace.rs:19:10 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(YaDeserialize, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: requested on the command line with `-D unmustuse-in-always-ok` [INFO] [stdout] = note: this error originates in the derive macro `YaDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/bbigras_namespace.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | #[derive(YaDeserialize, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `YaDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/boscop.rs:4:35 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Clone, PartialEq, YaDeserialize)] [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `YaDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/boscop.rs:20:35 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Debug, Clone, PartialEq, YaDeserialize)] [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `YaDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/boscop.rs:51:35 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Debug, Clone, PartialEq, YaDeserialize)] [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `YaDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/boscop.rs:86:35 [INFO] [stdout] | [INFO] [stdout] 86 | #[derive(Debug, Clone, PartialEq, YaDeserialize)] [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `YaDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/generic.rs:6:23 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(YaSerialize, YaDeserialize, Debug, Default, Clone, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `YaDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/ln_dom.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(YaDeserialize, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `YaDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/ln_dom.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(YaDeserialize, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `YaDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/ln_dom.rs:37:10 [INFO] [stdout] | [INFO] [stdout] 37 | #[derive(YaDeserialize, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `YaDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `yaserde-examples` (lib) due to 10 previous errors; 23 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/bbigras_namespace.rs:19:10 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(YaDeserialize, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: requested on the command line with `-D unmustuse-in-always-ok` [INFO] [stdout] = note: this error originates in the derive macro `YaDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/bbigras_namespace.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | #[derive(YaDeserialize, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `YaDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/boscop.rs:4:35 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Clone, PartialEq, YaDeserialize)] [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `YaDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/boscop.rs:20:35 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Debug, Clone, PartialEq, YaDeserialize)] [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `YaDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/boscop.rs:51:35 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Debug, Clone, PartialEq, YaDeserialize)] [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `YaDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/boscop.rs:86:35 [INFO] [stdout] | [INFO] [stdout] 86 | #[derive(Debug, Clone, PartialEq, YaDeserialize)] [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `YaDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/generic.rs:6:23 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(YaSerialize, YaDeserialize, Debug, Default, Clone, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `YaDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/ln_dom.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(YaDeserialize, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `YaDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/ln_dom.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(YaDeserialize, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `YaDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/ln_dom.rs:37:10 [INFO] [stdout] | [INFO] [stdout] 37 | #[derive(YaDeserialize, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `YaDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `yaserde-examples` (lib test) due to 10 previous errors [INFO] running `Command { std: "docker" "inspect" "66e857bf4fd9aa24718c1a8134196661b12933767f44d78fb5ef0d6a7c5608d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "66e857bf4fd9aa24718c1a8134196661b12933767f44d78fb5ef0d6a7c5608d5", kill_on_drop: false }` [INFO] [stdout] 66e857bf4fd9aa24718c1a8134196661b12933767f44d78fb5ef0d6a7c5608d5