[INFO] fetching crate holys3-s3 0.5.1...
[INFO] checking holys3-s3-0.5.1 against a621e2b446eafb53c7a8569f225e0b8cc2429a68 for pr-162600
[INFO] extracting crate holys3-s3 0.5.1 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate holys3-s3 0.5.1
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate holys3-s3 0.5.1
[INFO] tweaked toml for crates.io crate holys3-s3 0.5.1 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate holys3-s3 0.5.1 on toolchain a621e2b446eafb53c7a8569f225e0b8cc2429a68
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate holys3-s3 0.5.1 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" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: `package.homepage` is redundant with `package.repository`
[INFO] [stderr]   --> Cargo.toml:88:12
[INFO] [stderr]    |
[INFO] [stderr] 88 | homepage = "https://github.com/TalkingComputers/holys3"
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 93 | repository = "https://github.com/TalkingComputers/holys3"
[INFO] [stderr]    |              --------------------------------------------
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `holys3-s3` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 978e302f7e7b2c7514d7e36f9531097925d829ddc6452df6872b7af8da8d39e8
[INFO] running `Command { std: "docker" "start" "978e302f7e7b2c7514d7e36f9531097925d829ddc6452df6872b7af8da8d39e8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "978e302f7e7b2c7514d7e36f9531097925d829ddc6452df6872b7af8da8d39e8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "978e302f7e7b2c7514d7e36f9531097925d829ddc6452df6872b7af8da8d39e8" "/opt/rustwide/cargo-home/bin/cargo" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "978e302f7e7b2c7514d7e36f9531097925d829ddc6452df6872b7af8da8d39e8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "978e302f7e7b2c7514d7e36f9531097925d829ddc6452df6872b7af8da8d39e8" "/opt/rustwide/cargo-home/bin/cargo" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: `package.homepage` is redundant with `package.repository`
[INFO] [stderr]   --> Cargo.toml:88:12
[INFO] [stderr]    |
[INFO] [stderr] 88 | homepage = "https://github.com/TalkingComputers/holys3"
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 93 | repository = "https://github.com/TalkingComputers/holys3"
[INFO] [stderr]    |              --------------------------------------------
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `holys3-s3` (manifest) generated 1 warning
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]     Checking phf_shared v0.12.1
[INFO] [stderr]     Checking arrow-schema v58.3.0
[INFO] [stderr]    Compiling cc v1.2.66
[INFO] [stderr]    Compiling zerocopy-derive v0.8.54
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]     Checking arrow-schema v59.1.0
[INFO] [stderr]    Compiling aws-lc-rs v1.17.1
[INFO] [stderr]    Compiling flatbuffers v25.12.19
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]     Checking http v1.4.2
[INFO] [stderr]    Compiling anyhow v1.0.103
[INFO] [stderr]     Checking digest v0.11.3
[INFO] [stderr]     Checking phf v0.12.1
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking rustls-pki-types v1.15.0
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking twox-hash v2.1.2
[INFO] [stderr]     Checking simd-adler32 v0.3.9
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking comfy-table v7.2.2
[INFO] [stderr]    Compiling snap v1.1.1
[INFO] [stderr]    Compiling rustls v0.23.41
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking lz4_flex v0.13.1
[INFO] [stderr]     Checking zlib-rs v0.6.6
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking sha2 v0.11.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking chrono v0.4.45
[INFO] [stderr]     Checking atoi v2.0.0
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling bigdecimal v0.4.10
[INFO] [stderr]     Checking regex-automata v0.4.15
[INFO] [stderr]     Checking libbz2-rs-sys v0.2.5
[INFO] [stderr]     Checking num-iter v0.1.46
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]    Compiling snafu-derive v0.8.9
[INFO] [stderr]     Checking rustls-native-certs v0.8.4
[INFO] [stderr]     Checking lzma-rust2 v0.16.5
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]     Checking zerocopy v0.8.54
[INFO] [stderr]    Compiling aws-lc-sys v0.42.0
[INFO] [stderr]    Compiling liblzma-sys v0.4.7
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking bzip2 v0.6.1
[INFO] [stderr]    Compiling blake3 v1.8.5
[INFO] [stderr]     Checking chrono-tz v0.10.4
[INFO] [stderr]     Checking lzokay-native v0.1.0
[INFO] [stderr]     Checking liblzma v0.4.7
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking serde_json v1.0.150
[INFO] [stderr]     Checking csv v1.4.0
[INFO] [stderr]     Checking uuid v1.23.4
[INFO] [stderr]     Checking regex v1.13.0
[INFO] [stderr]     Checking serde_bytes v0.11.19
[INFO] [stderr]     Checking lz4_flex v0.11.6
[INFO] [stderr]    Compiling prost-derive v0.13.5
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]     Checking typed-path v0.12.3
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]     Checking strum v0.27.2
[INFO] [stderr]     Checking regex-lite v0.1.9
[INFO] [stderr]     Checking deflate64 v0.1.12
[INFO] [stderr]    Compiling bon-macros v3.9.3
[INFO] [stderr]     Checking num-bigint v0.4.8
[INFO] [stderr]     Checking time v0.3.53
[INFO] [stderr]     Checking snafu v0.8.9
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking tar v0.4.46
[INFO] [stderr]     Checking fs4 v1.1.0
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking rapidhash v4.5.1
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking sha1 v0.11.0
[INFO] [stderr]     Checking hmac v0.13.0
[INFO] [stderr]     Checking memmap2 v0.9.11
[INFO] [stderr]     Checking radsort v0.1.1
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking rand v0.10.2
[INFO] [stderr]     Checking quick-xml v0.41.0
[INFO] [stderr]     Checking prost v0.13.5
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking num v0.4.3
[INFO] [stderr]     Checking h2 v0.4.15
[INFO] [stderr]     Checking tower-http v0.6.11
[INFO] [stderr]     Checking holys3-sigv4 v0.5.1
[INFO] [stderr]     Checking bon v3.9.3
[INFO] [stderr]     Checking zstd v0.13.3
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking zip v8.6.0
[INFO] [stderr]     Checking hyper v1.10.1
[INFO] [stderr]     Checking arrow-buffer v58.3.0
[INFO] [stderr]     Checking arrow-buffer v59.1.0
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]     Checking arrow-data v58.3.0
[INFO] [stderr]     Checking apache-avro v0.21.0
[INFO] [stderr]     Checking arrow-data v59.1.0
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking arrow-array v58.3.0
[INFO] [stderr]     Checking arrow-array v59.1.0
[INFO] [stderr]     Checking arrow-select v58.3.0
[INFO] [stderr]     Checking arrow-row v58.3.0
[INFO] [stderr]     Checking arrow-arith v58.3.0
[INFO] [stderr]     Checking arrow-select v59.1.0
[INFO] [stderr]     Checking arrow-ord v58.3.0
[INFO] [stderr]     Checking arrow-ipc v58.3.0
[INFO] [stderr]     Checking arrow-string v58.3.0
[INFO] [stderr]     Checking arrow-ord v59.1.0
[INFO] [stderr]     Checking arrow-ipc v59.1.0
[INFO] [stderr]     Checking arrow-cast v58.3.0
[INFO] [stderr]     Checking arrow-cast v59.1.0
[INFO] [stderr]     Checking parquet v59.1.0
[INFO] [stderr]     Checking arrow-json v58.3.0
[INFO] [stderr]     Checking arrow-csv v58.3.0
[INFO] [stderr]     Checking arrow-json v59.1.0
[INFO] [stderr]     Checking arrow v58.3.0
[INFO] [stderr]     Checking orc-rust v0.8.0
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking rustls-platform-verifier v0.7.0
[INFO] [stderr]     Checking holys3-core v0.5.1
[INFO] [stderr]     Checking hyper-rustls v0.27.9
[INFO] [stderr]     Checking reqwest v0.13.4
[INFO] [stderr]     Checking holys3-s3 v0.5.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@src/client/download.rs:468:38: 468:48}: std::marker::Send`
[INFO] [stdout]    --> src/client/download.rs:468:32
[INFO] [stdout]     |
[INFO] [stdout] 468 |         let driver = self.0.rt.spawn(async move {
[INFO] [stdout]     |                                ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: which requires `{coroutine witness@src/client/download.rs:468:38: 468:48}: std::marker::Send`
[INFO] [stdout]     = note: which requires `std::future::PollFn<{closure@/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/macros/select.rs:659:46: 659:50}>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{closure@/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/macros/select.rs:659:46: 659:50}: std::marker::Send`
[INFO] [stdout]     = note: which requires `(&mut u8, &mut (impl futures::Future<Output = ()>, Next<'_, BufferUnordered<futures::stream::Iter<std::iter::Map<std::vec::IntoIter<_>, {closure@...}>>>>)): std::marker::Send`
[INFO] [stdout]     = note: which requires `&mut (impl futures::Future<Output = ()>, Next<'_, BufferUnordered<futures::stream::Iter<std::iter::Map<std::vec::IntoIter<(u32, std::string::String, Option<String>, u64)>, {closure@...}>>>>): std::marker::Send`
[INFO] [stdout]     = note: which requires `(impl futures::Future<Output = ()>, Next<'_, BufferUnordered<futures::stream::Iter<std::iter::Map<std::vec::IntoIter<(u32, std::string::String, Option<String>, u64)>, {closure@...}>>>>): std::marker::Send`
[INFO] [stdout]     = note: which requires `Next<'_, BufferUnordered<futures::stream::Iter<std::iter::Map<std::vec::IntoIter<(u32, std::string::String, Option<std::string::String>, u64)>, {closure@...}>>>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `&mut BufferUnordered<futures::stream::Iter<std::iter::Map<std::vec::IntoIter<(u32, std::string::String, Option<std::string::String>, u64)>, {closure@...}>>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `BufferUnordered<futures::stream::Iter<std::iter::Map<std::vec::IntoIter<(u32, std::string::String, Option<std::string::String>, u64)>, {closure@src/client/download.rs:469:69: 469:92}>>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `FuturesUnordered<{async block@src/client/download.rs:473:17: 473:27}>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async block@src/client/download.rs:473:17: 473:27}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@src/client/download.rs:473:17: 473:27}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl futures::Future<Output = std::result::Result<Option<DocumentBody>, anyhow::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of download::<impl client::S3Client>::fetch_source()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@src/client/download.rs:257:39: 265:6}: std::marker::Send`
[INFO] [stdout]     = note: and so on...
[INFO] [stdout]     = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`holys3_s3`)
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@src/client/download.rs:468:38: 468:48}: std::marker::Send`
[INFO] [stdout]    --> src/client/download.rs:468:32
[INFO] [stdout]     |
[INFO] [stdout] 468 |         let driver = self.0.rt.spawn(async move {
[INFO] [stdout]     |                                ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: which requires `{coroutine witness@src/client/download.rs:468:38: 468:48}: std::marker::Send`
[INFO] [stdout]     = note: which requires `std::future::PollFn<{closure@/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/macros/select.rs:659:46: 659:50}>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{closure@/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/macros/select.rs:659:46: 659:50}: std::marker::Send`
[INFO] [stdout]     = note: which requires `(&mut u8, &mut (impl futures::Future<Output = ()>, Next<'_, BufferUnordered<futures::stream::Iter<std::iter::Map<std::vec::IntoIter<_>, {closure@...}>>>>)): std::marker::Send`
[INFO] [stdout]     = note: which requires `&mut (impl futures::Future<Output = ()>, Next<'_, BufferUnordered<futures::stream::Iter<std::iter::Map<std::vec::IntoIter<(u32, std::string::String, Option<String>, u64)>, {closure@...}>>>>): std::marker::Send`
[INFO] [stdout]     = note: which requires `(impl futures::Future<Output = ()>, Next<'_, BufferUnordered<futures::stream::Iter<std::iter::Map<std::vec::IntoIter<(u32, std::string::String, Option<String>, u64)>, {closure@...}>>>>): std::marker::Send`
[INFO] [stdout]     = note: which requires `Next<'_, BufferUnordered<futures::stream::Iter<std::iter::Map<std::vec::IntoIter<(u32, std::string::String, Option<std::string::String>, u64)>, {closure@...}>>>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `&mut BufferUnordered<futures::stream::Iter<std::iter::Map<std::vec::IntoIter<(u32, std::string::String, Option<std::string::String>, u64)>, {closure@...}>>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `BufferUnordered<futures::stream::Iter<std::iter::Map<std::vec::IntoIter<(u32, std::string::String, Option<std::string::String>, u64)>, {closure@src/client/download.rs:469:69: 469:92}>>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `FuturesUnordered<{async block@src/client/download.rs:473:17: 473:27}>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async block@src/client/download.rs:473:17: 473:27}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@src/client/download.rs:473:17: 473:27}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl futures::Future<Output = std::result::Result<Option<holys3_core::DocumentBody>, anyhow::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of download::<impl client::S3Client>::fetch_source()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@src/client/download.rs:257:39: 265:6}: std::marker::Send`
[INFO] [stdout]     = note: and so on...
[INFO] [stdout]     = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`holys3_s3`)
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.06s
[INFO] running `Command { std: "docker" "inspect" "978e302f7e7b2c7514d7e36f9531097925d829ddc6452df6872b7af8da8d39e8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "978e302f7e7b2c7514d7e36f9531097925d829ddc6452df6872b7af8da8d39e8", kill_on_drop: false }`
[INFO] [stdout] 978e302f7e7b2c7514d7e36f9531097925d829ddc6452df6872b7af8da8d39e8
