[INFO] fetching crate bt_bencode 0.7.0...
[INFO] checking bt_bencode-0.7.0 against master#80399064afa4a2cd153f30d02c25f7ea0383ed65 for opaque-soundness-fix
[INFO] extracting crate bt_bencode 0.7.0 into /workspace/builds/worker-2-tc1/source
[INFO] validating manifest of crates.io crate bt_bencode 0.7.0 on toolchain 80399064afa4a2cd153f30d02c25f7ea0383ed65
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+80399064afa4a2cd153f30d02c25f7ea0383ed65" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate bt_bencode 0.7.0
[INFO] finished tweaking crates.io crate bt_bencode 0.7.0
[INFO] tweaked toml for crates.io crate bt_bencode 0.7.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+80399064afa4a2cd153f30d02c25f7ea0383ed65" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+80399064afa4a2cd153f30d02c25f7ea0383ed65" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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" "+80399064afa4a2cd153f30d02c25f7ea0383ed65" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c4ca5305b44ab7be799dd60174027b96acd711065c36d45f0836c662e04e65fa
[INFO] running `Command { std: "docker" "start" "-a" "c4ca5305b44ab7be799dd60174027b96acd711065c36d45f0836c662e04e65fa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c4ca5305b44ab7be799dd60174027b96acd711065c36d45f0836c662e04e65fa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c4ca5305b44ab7be799dd60174027b96acd711065c36d45f0836c662e04e65fa", kill_on_drop: false }`
[INFO] [stdout] c4ca5305b44ab7be799dd60174027b96acd711065c36d45f0836c662e04e65fa
[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" "+80399064afa4a2cd153f30d02c25f7ea0383ed65" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 299483d3d96badd663e1e5e46a5240f9ed89edd0c140cc791d8f2a73a86c0827
[INFO] running `Command { std: "docker" "start" "-a" "299483d3d96badd663e1e5e46a5240f9ed89edd0c140cc791d8f2a73a86c0827", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking serde_bytes v0.11.14
[INFO] [stderr]     Checking bt_bencode v0.7.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout]   --> src/de.rs:10:15
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::{io, vec::Vec};
[INFO] [stdout]    |               ^^^^^^^^
[INFO] [stdout]   --> /rustc/80399064afa4a2cd153f30d02c25f7ea0383ed65/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `Vec` is already defined here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Box` is imported redundantly
[INFO] [stdout]   --> src/error.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     boxed::Box,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]   --> /rustc/80399064afa4a2cd153f30d02c25f7ea0383ed65/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `Box` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout]   --> src/error.rs:15:14
[INFO] [stdout]    |
[INFO] [stdout] 15 |     string::{String, ToString},
[INFO] [stdout]    |              ^^^^^^
[INFO] [stdout]   --> /rustc/80399064afa4a2cd153f30d02c25f7ea0383ed65/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `String` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `ToString` is imported redundantly
[INFO] [stdout]   --> src/error.rs:15:22
[INFO] [stdout]    |
[INFO] [stdout] 15 |     string::{String, ToString},
[INFO] [stdout]    |                      ^^^^^^^^
[INFO] [stdout]   --> /rustc/80399064afa4a2cd153f30d02c25f7ea0383ed65/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `ToString` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout]   --> src/read.rs:10:15
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::{io, vec::Vec};
[INFO] [stdout]    |               ^^^^^^^^
[INFO] [stdout]   --> /rustc/80399064afa4a2cd153f30d02c25f7ea0383ed65/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `Vec` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout]   --> src/ser.rs:10:38
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::{collections::BTreeMap, io, vec::Vec};
[INFO] [stdout]    |                                      ^^^^^^^^
[INFO] [stdout]   --> /rustc/80399064afa4a2cd153f30d02c25f7ea0383ed65/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `Vec` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout]   --> src/value.rs:15:58
[INFO] [stdout]    |
[INFO] [stdout] 15 | use std::{collections::BTreeMap, fmt, str, str::FromStr, string::String, vec::Vec};
[INFO] [stdout]    |                                                          ^^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/80399064afa4a2cd153f30d02c25f7ea0383ed65/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `String` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout]   --> src/value.rs:15:74
[INFO] [stdout]    |
[INFO] [stdout] 15 | use std::{collections::BTreeMap, fmt, str, str::FromStr, string::String, vec::Vec};
[INFO] [stdout]    |                                                                          ^^^^^^^^
[INFO] [stdout]   --> /rustc/80399064afa4a2cd153f30d02c25f7ea0383ed65/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `Vec` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary qualification
[INFO] [stdout]   --> src/value.rs:29:37
[INFO] [stdout]    |
[INFO] [stdout] 29 |             Number::Signed(arg0) => fmt::Display::fmt(arg0, f),
[INFO] [stdout]    |                                     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:99:5
[INFO] [stdout]    |
[INFO] [stdout] 99 |     unused_qualifications
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]    |
[INFO] [stdout] 29 -             Number::Signed(arg0) => fmt::Display::fmt(arg0, f),
[INFO] [stdout] 29 +             Number::Signed(arg0) => Display::fmt(arg0, f),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary qualification
[INFO] [stdout]   --> src/value.rs:30:39
[INFO] [stdout]    |
[INFO] [stdout] 30 |             Number::Unsigned(arg0) => fmt::Display::fmt(arg0, f),
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]    |
[INFO] [stdout] 30 -             Number::Unsigned(arg0) => fmt::Display::fmt(arg0, f),
[INFO] [stdout] 30 +             Number::Unsigned(arg0) => Display::fmt(arg0, f),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary qualification
[INFO] [stdout]    --> src/value.rs:375:43
[INFO] [stdout]     |
[INFO] [stdout] 375 |         Value::List(other.into_iter().map(core::convert::Into::into).collect())
[INFO] [stdout]     |                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]     |
[INFO] [stdout] 375 -         Value::List(other.into_iter().map(core::convert::Into::into).collect())
[INFO] [stdout] 375 +         Value::List(other.into_iter().map(Into::into).collect())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout]   --> src/value/index.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::string::String;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/80399064afa4a2cd153f30d02c25f7ea0383ed65/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `String` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout]   --> src/value/ser.rs:11:34
[INFO] [stdout]    |
[INFO] [stdout] 11 | use std::{collections::BTreeMap, vec::Vec};
[INFO] [stdout]    |                                  ^^^^^^^^
[INFO] [stdout]   --> /rustc/80399064afa4a2cd153f30d02c25f7ea0383ed65/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `Vec` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout]    --> src/de.rs:619:38
[INFO] [stdout]     |
[INFO] [stdout] 619 |     use std::{collections::BTreeMap, string::String, vec};
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^
[INFO] [stdout]    --> /rustc/80399064afa4a2cd153f30d02c25f7ea0383ed65/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item `String` is already defined here
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Box` is imported redundantly
[INFO] [stdout]   --> src/error.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     boxed::Box,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]   --> /rustc/80399064afa4a2cd153f30d02c25f7ea0383ed65/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `Box` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout]   --> src/error.rs:15:14
[INFO] [stdout]    |
[INFO] [stdout] 15 |     string::{String, ToString},
[INFO] [stdout]    |              ^^^^^^
[INFO] [stdout]   --> /rustc/80399064afa4a2cd153f30d02c25f7ea0383ed65/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `String` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `ToString` is imported redundantly
[INFO] [stdout]   --> src/error.rs:15:22
[INFO] [stdout]    |
[INFO] [stdout] 15 |     string::{String, ToString},
[INFO] [stdout]    |                      ^^^^^^^^
[INFO] [stdout]   --> /rustc/80399064afa4a2cd153f30d02c25f7ea0383ed65/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `ToString` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout]   --> src/read.rs:10:15
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::{io, vec::Vec};
[INFO] [stdout]    |               ^^^^^^^^
[INFO] [stdout]   --> /rustc/80399064afa4a2cd153f30d02c25f7ea0383ed65/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `Vec` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout]    --> src/ser.rs:645:9
[INFO] [stdout]     |
[INFO] [stdout] 645 |     use std::string::String;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    --> /rustc/80399064afa4a2cd153f30d02c25f7ea0383ed65/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item `String` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary qualification
[INFO] [stdout]   --> src/value.rs:29:37
[INFO] [stdout]    |
[INFO] [stdout] 29 |             Number::Signed(arg0) => fmt::Display::fmt(arg0, f),
[INFO] [stdout]    |                                     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:99:5
[INFO] [stdout]    |
[INFO] [stdout] 99 |     unused_qualifications
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]    |
[INFO] [stdout] 29 -             Number::Signed(arg0) => fmt::Display::fmt(arg0, f),
[INFO] [stdout] 29 +             Number::Signed(arg0) => Display::fmt(arg0, f),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary qualification
[INFO] [stdout]   --> src/value.rs:30:39
[INFO] [stdout]    |
[INFO] [stdout] 30 |             Number::Unsigned(arg0) => fmt::Display::fmt(arg0, f),
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]    |
[INFO] [stdout] 30 -             Number::Unsigned(arg0) => fmt::Display::fmt(arg0, f),
[INFO] [stdout] 30 +             Number::Unsigned(arg0) => Display::fmt(arg0, f),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary qualification
[INFO] [stdout]    --> src/value.rs:375:43
[INFO] [stdout]     |
[INFO] [stdout] 375 |         Value::List(other.into_iter().map(core::convert::Into::into).collect())
[INFO] [stdout]     |                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]     |
[INFO] [stdout] 375 -         Value::List(other.into_iter().map(core::convert::Into::into).collect())
[INFO] [stdout] 375 +         Value::List(other.into_iter().map(Into::into).collect())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout]    --> src/value/de.rs:425:15
[INFO] [stdout]     |
[INFO] [stdout] 425 |     use std::{string::String, vec, vec::Vec};
[INFO] [stdout]     |               ^^^^^^^^^^^^^^
[INFO] [stdout]    --> /rustc/80399064afa4a2cd153f30d02c25f7ea0383ed65/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item `String` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout]    --> src/value/de.rs:425:36
[INFO] [stdout]     |
[INFO] [stdout] 425 |     use std::{string::String, vec, vec::Vec};
[INFO] [stdout]     |                                    ^^^^^^^^
[INFO] [stdout]    --> /rustc/80399064afa4a2cd153f30d02c25f7ea0383ed65/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item `Vec` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout]   --> src/value/index.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::string::String;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/80399064afa4a2cd153f30d02c25f7ea0383ed65/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `String` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `ByteBuf` is imported redundantly
[INFO] [stdout]    --> src/value/ser.rs:466:9
[INFO] [stdout]     |
[INFO] [stdout] 464 |     use super::*;
[INFO] [stdout]     |         -------- the item `ByteBuf` is already imported here
[INFO] [stdout] 465 |     use crate::to_value;
[INFO] [stdout] 466 |     use serde_bytes::ByteBuf;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout]    --> src/value/ser.rs:471:15
[INFO] [stdout]     |
[INFO] [stdout] 471 |     use std::{string::String, vec};
[INFO] [stdout]     |               ^^^^^^^^^^^^^^
[INFO] [stdout]    --> /rustc/80399064afa4a2cd153f30d02c25f7ea0383ed65/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item `String` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 13 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 14 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.11s
[INFO] running `Command { std: "docker" "inspect" "299483d3d96badd663e1e5e46a5240f9ed89edd0c140cc791d8f2a73a86c0827", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "299483d3d96badd663e1e5e46a5240f9ed89edd0c140cc791d8f2a73a86c0827", kill_on_drop: false }`
[INFO] [stdout] 299483d3d96badd663e1e5e46a5240f9ed89edd0c140cc791d8f2a73a86c0827
