[INFO] fetching crate bpaf 0.9.6...
[INFO] checking bpaf-0.9.6 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate bpaf 0.9.6 into /workspace/builds/worker-2-tc1/source
[INFO] validating manifest of crates.io crate bpaf 0.9.6 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate bpaf 0.9.6
[INFO] finished tweaking crates.io crate bpaf 0.9.6
[INFO] tweaked toml for crates.io crate bpaf 0.9.6 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] crate crates.io crate bpaf 0.9.6 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" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded hermit-abi v0.3.1
[INFO] [stderr]   Downloaded supports-color v2.0.0
[INFO] [stderr]   Downloaded bpaf_derive v0.5.6
[INFO] [stderr]   Downloaded quote v1.0.31
[INFO] [stderr]   Downloaded rustix v0.38.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 29e564141baea48a0a664c8d0a59ef3dcaf6dcc3c5fe6a0237458e337a9f1060
[INFO] running `Command { std: "docker" "start" "-a" "29e564141baea48a0a664c8d0a59ef3dcaf6dcc3c5fe6a0237458e337a9f1060", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "29e564141baea48a0a664c8d0a59ef3dcaf6dcc3c5fe6a0237458e337a9f1060", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "29e564141baea48a0a664c8d0a59ef3dcaf6dcc3c5fe6a0237458e337a9f1060", kill_on_drop: false }`
[INFO] [stdout] 29e564141baea48a0a664c8d0a59ef3dcaf6dcc3c5fe6a0237458e337a9f1060
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=forbid" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 80a32b701f0797eb4ef0f8aed98c6b14c3d9e1d81fd9c4083e82f1a745831055
[INFO] running `Command { std: "docker" "start" "-a" "80a32b701f0797eb4ef0f8aed98c6b14c3d9e1d81fd9c4083e82f1a745831055", kill_on_drop: false }`
[INFO] [stderr]     Checking bpaf v0.9.6 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `bpaf`
[INFO] [stdout]   --> src/tests.rs:88:9
[INFO] [stdout]    |
[INFO] [stdout] 88 |     use bpaf::*;
[INFO] [stdout]    |         ^^^^ use of undeclared crate or module `bpaf`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `construct` in this scope
[INFO] [stdout]   --> src/tests.rs:89:18
[INFO] [stdout]    |
[INFO] [stdout] 89 |     let parser = construct!(a(short('a').switch()), b(short('b').switch())).to_options();
[INFO] [stdout]    |                  ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: have you added the `#[macro_use]` on the module/import?
[INFO] [stdout] help: consider importing this macro through its public re-export
[INFO] [stdout]    |
[INFO] [stdout] 1  + use crate::construct;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Metavar` is imported redundantly
[INFO] [stdout]    --> src/args.rs:730:9
[INFO] [stdout]     |
[INFO] [stdout] 729 |     use super::*;
[INFO] [stdout]     |         -------- the item `Metavar` is already imported here
[INFO] [stdout] 730 |     use crate::meta_help::Metavar;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `help`
[INFO] [stdout]    --> src/params.rs:794:5
[INFO] [stdout]     |
[INFO] [stdout] 794 |     help: &Option<Doc>,
[INFO] [stdout]     |     ^^^^ help: if this is intentional, prefix it with an underscore: `_help`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `help`
[INFO] [stdout]    --> src/params.rs:794:5
[INFO] [stdout]     |
[INFO] [stdout] 794 |     help: &Option<Doc>,
[INFO] [stdout]     |     ^^^^ help: if this is intentional, prefix it with an underscore: `_help`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors; 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bpaf` (lib test) due to 3 previous errors; 2 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]  --> examples/dynamic.rs:7:10
[INFO] [stdout]   |
[INFO] [stdout] 7 |     Bool(bool),
[INFO] [stdout]   |     ---- ^^^^
[INFO] [stdout]   |     |
[INFO] [stdout]   |     field in this variant
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]   |
[INFO] [stdout] 7 |     Bool(()),
[INFO] [stdout]   |          ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]  --> examples/dynamic.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 |     Number(usize),
[INFO] [stdout]   |     ------ ^^^^^
[INFO] [stdout]   |     |
[INFO] [stdout]   |     field in this variant
[INFO] [stdout]   |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]   |
[INFO] [stdout] 8 |     Number(()),
[INFO] [stdout]   |            ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]  --> examples/dynamic.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 |     String(String),
[INFO] [stdout]   |     ------ ^^^^^^
[INFO] [stdout]   |     |
[INFO] [stdout]   |     field in this variant
[INFO] [stdout]   |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]   |
[INFO] [stdout] 9 |     String(()),
[INFO] [stdout]   |            ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 3 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `0` and `1` are never read
[INFO] [stdout]   --> examples/confusing.rs:17:14
[INFO] [stdout]    |
[INFO] [stdout] 17 |     Complex1(String, i32),
[INFO] [stdout]    |     -------- ^^^^^^  ^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     fields in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] help: consider changing the fields to be of unit type to suppress this warning while preserving the field numbering, or remove the fields
[INFO] [stdout]    |
[INFO] [stdout] 17 |     Complex1((), ()),
[INFO] [stdout]    |              ~~  ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `0` and `1` are never read
[INFO] [stdout]   --> examples/confusing.rs:18:14
[INFO] [stdout]    |
[INFO] [stdout] 18 |     Complex2(String, i16),
[INFO] [stdout]    |     -------- ^^^^^^  ^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     fields in this variant
[INFO] [stdout]    |
[INFO] [stdout] help: consider changing the fields to be of unit type to suppress this warning while preserving the field numbering, or remove the fields
[INFO] [stdout]    |
[INFO] [stdout] 18 |     Complex2((), ()),
[INFO] [stdout]    |              ~~  ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Bpaf` in this scope
[INFO] [stdout]   --> examples/many_comma_separated_args_derive.rs:15:24
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[derive(Debug, Clone, Bpaf)]
[INFO] [stdout]    |                        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `bpaf` in this scope
[INFO] [stdout]   --> examples/many_comma_separated_args_derive.rs:18:7
[INFO] [stdout]    |
[INFO] [stdout] 18 |     #[bpaf(
[INFO] [stdout]    |       ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `bpaf` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `opts` in this scope
[INFO] [stdout]   --> examples/many_comma_separated_args_derive.rs:30:22
[INFO] [stdout]    |
[INFO] [stdout] 30 |     println!("{:?}", opts().to_options().run());
[INFO] [stdout]    |                      ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `bpaf`
[INFO] [stdout]  --> examples/many_comma_separated_args_derive.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bpaf::*;
[INFO] [stdout]   |     ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bpaf` (example "many_comma_separated_args_derive") due to 4 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "80a32b701f0797eb4ef0f8aed98c6b14c3d9e1d81fd9c4083e82f1a745831055", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "80a32b701f0797eb4ef0f8aed98c6b14c3d9e1d81fd9c4083e82f1a745831055", kill_on_drop: false }`
[INFO] [stdout] 80a32b701f0797eb4ef0f8aed98c6b14c3d9e1d81fd9c4083e82f1a745831055
[INFO] checking bpaf-0.9.6 against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1
[INFO] extracting crate bpaf 0.9.6 into /workspace/builds/worker-2-tc2/source
[INFO] validating manifest of crates.io crate bpaf 0.9.6 on toolchain 72eda894eb3548c7ba774079ce0afab42958d4ee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate bpaf 0.9.6
[INFO] finished tweaking crates.io crate bpaf 0.9.6
[INFO] tweaked toml for crates.io crate bpaf 0.9.6 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] crate crates.io crate bpaf 0.9.6 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" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7f6e07044eb9132ab7a6e095aac1ed04d04cdf4e6c4937cca84e29ea5af8de42
[INFO] running `Command { std: "docker" "start" "-a" "7f6e07044eb9132ab7a6e095aac1ed04d04cdf4e6c4937cca84e29ea5af8de42", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7f6e07044eb9132ab7a6e095aac1ed04d04cdf4e6c4937cca84e29ea5af8de42", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7f6e07044eb9132ab7a6e095aac1ed04d04cdf4e6c4937cca84e29ea5af8de42", kill_on_drop: false }`
[INFO] [stdout] 7f6e07044eb9132ab7a6e095aac1ed04d04cdf4e6c4937cca84e29ea5af8de42
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] de8fffb68627a283bfceefc2f89e55afe6701e9bd6581c8c247ee016c6769378
[INFO] running `Command { std: "docker" "start" "-a" "de8fffb68627a283bfceefc2f89e55afe6701e9bd6581c8c247ee016c6769378", kill_on_drop: false }`
[INFO] [stderr]     Checking bpaf v0.9.6 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `bpaf`
[INFO] [stdout]   --> src/tests.rs:88:9
[INFO] [stdout]    |
[INFO] [stdout] 88 |     use bpaf::*;
[INFO] [stdout]    |         ^^^^ use of undeclared crate or module `bpaf`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `construct` in this scope
[INFO] [stdout]   --> src/tests.rs:89:18
[INFO] [stdout]    |
[INFO] [stdout] 89 |     let parser = construct!(a(short('a').switch()), b(short('b').switch())).to_options();
[INFO] [stdout]    |                  ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: have you added the `#[macro_use]` on the module/import?
[INFO] [stdout] help: consider importing this macro through its public re-export
[INFO] [stdout]    |
[INFO] [stdout] 1  + use crate::construct;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Metavar` is imported redundantly
[INFO] [stdout]    --> src/args.rs:730:9
[INFO] [stdout]     |
[INFO] [stdout] 729 |     use super::*;
[INFO] [stdout]     |         -------- the item `Metavar` is already imported here
[INFO] [stdout] 730 |     use crate::meta_help::Metavar;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `help`
[INFO] [stdout]    --> src/params.rs:794:5
[INFO] [stdout]     |
[INFO] [stdout] 794 |     help: &Option<Doc>,
[INFO] [stdout]     |     ^^^^ help: if this is intentional, prefix it with an underscore: `_help`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `help`
[INFO] [stdout]    --> src/params.rs:794:5
[INFO] [stdout]     |
[INFO] [stdout] 794 |     help: &Option<Doc>,
[INFO] [stdout]     |     ^^^^ help: if this is intentional, prefix it with an underscore: `_help`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors; 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bpaf` (lib test) due to 3 previous errors; 2 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "de8fffb68627a283bfceefc2f89e55afe6701e9bd6581c8c247ee016c6769378", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "de8fffb68627a283bfceefc2f89e55afe6701e9bd6581c8c247ee016c6769378", kill_on_drop: false }`
[INFO] [stdout] de8fffb68627a283bfceefc2f89e55afe6701e9bd6581c8c247ee016c6769378
