[INFO] fetching crate anotify 0.1.3...
[INFO] checking anotify-0.1.3 against master#b0696a5160711c068cb1f01b7437db7990d15750 for pr-121848
[INFO] extracting crate anotify 0.1.3 into /workspace/builds/worker-2-tc1/source
[INFO] validating manifest of crates.io crate anotify 0.1.3 on toolchain b0696a5160711c068cb1f01b7437db7990d15750
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] removed /workspace/builds/worker-2-tc1/source/.cargo/config
[INFO] started tweaking crates.io crate anotify 0.1.3
[INFO] finished tweaking crates.io crate anotify 0.1.3
[INFO] tweaked toml for crates.io crate anotify 0.1.3 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" "+b0696a5160711c068cb1f01b7437db7990d15750" "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" "+b0696a5160711c068cb1f01b7437db7990d15750" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tempdir v0.3.7
[INFO] [stderr]   Downloaded memoffset v0.6.5
[INFO] [stderr]   Downloaded displaydoc v0.2.4
[INFO] [stderr]   Downloaded tokio-macros v2.2.0
[INFO] [stderr]   Downloaded nix v0.25.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" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d95758e27ad1fbdafe0de44c56cd87085cc3de8fe659eb27e81df64f423c53b3
[INFO] running `Command { std: "docker" "start" "-a" "d95758e27ad1fbdafe0de44c56cd87085cc3de8fe659eb27e81df64f423c53b3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d95758e27ad1fbdafe0de44c56cd87085cc3de8fe659eb27e81df64f423c53b3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d95758e27ad1fbdafe0de44c56cd87085cc3de8fe659eb27e81df64f423c53b3", kill_on_drop: false }`
[INFO] [stdout] d95758e27ad1fbdafe0de44c56cd87085cc3de8fe659eb27e81df64f423c53b3
[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" "+b0696a5160711c068cb1f01b7437db7990d15750" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 73b382ef6d7a1b40f2a8e9eb9447b9a6ea1bee3e7231e7ab7a63f43df53aea68
[INFO] running `Command { std: "docker" "start" "-a" "73b382ef6d7a1b40f2a8e9eb9447b9a6ea1bee3e7231e7ab7a63f43df53aea68", kill_on_drop: false }`
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]     Checking smallvec v1.13.1
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]    Compiling displaydoc v0.2.4
[INFO] [stderr]     Checking rand v0.4.6
[INFO] [stderr]     Checking remove_dir_all v0.5.3
[INFO] [stderr]     Checking nix v0.25.1
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking tempdir v0.3.7
[INFO] [stderr]     Checking tokio v1.36.0
[INFO] [stderr]     Checking tokio-stream v0.1.14
[INFO] [stderr]     Checking anotify v0.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `displaydoc::Display`
[INFO] [stdout]  --> src/task/mod.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use displaydoc::Display;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `thiserror::Error`
[INFO] [stdout]  --> src/task/mod.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use thiserror::Error;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `displaydoc::Display`
[INFO] [stdout]  --> src/task/mod.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use displaydoc::Display;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `thiserror::Error`
[INFO] [stdout]  --> src/task/mod.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use thiserror::Error;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `watch_token`, `handle`, and `closed` are never read
[INFO] [stdout]   --> src/futures.rs:78:16
[INFO] [stdout]    |
[INFO] [stdout] 76 | pub struct FileWatchFuture {
[INFO] [stdout]    |            --------------- fields in this struct
[INFO] [stdout] 77 |     pub(crate) inner: OnceRecv<DirectoryWatchEvent>,
[INFO] [stdout] 78 |     pub(crate) watch_token: WatchDescriptor,
[INFO] [stdout]    |                ^^^^^^^^^^^
[INFO] [stdout] 79 |     pub(crate) handle: Handle,
[INFO] [stdout]    |                ^^^^^^
[INFO] [stdout] 80 |     pub(crate) closed: bool,
[INFO] [stdout]    |                ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `watch_token` and `handle` are never read
[INFO] [stdout]   --> src/futures.rs:84:16
[INFO] [stdout]    |
[INFO] [stdout] 82 | pub struct FileWatchStream {
[INFO] [stdout]    |            --------------- fields in this struct
[INFO] [stdout] 83 |     pub(crate) inner: ReceiverStream<DirectoryWatchEvent>,
[INFO] [stdout] 84 |     pub(crate) watch_token: WatchDescriptor,
[INFO] [stdout]    |                ^^^^^^^^^^^
[INFO] [stdout] 85 |     pub(crate) handle: Handle,
[INFO] [stdout]    |                ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `watch_token`, `handle`, and `closed` are never read
[INFO] [stdout]   --> src/futures.rs:89:16
[INFO] [stdout]    |
[INFO] [stdout] 87 | pub struct DirectoryWatchFuture {
[INFO] [stdout]    |            -------------------- fields in this struct
[INFO] [stdout] 88 |     pub(crate) inner: OnceRecv<DirectoryWatchEvent>,
[INFO] [stdout] 89 |     pub(crate) watch_token: WatchDescriptor,
[INFO] [stdout]    |                ^^^^^^^^^^^
[INFO] [stdout] 90 |     pub(crate) handle: Handle,
[INFO] [stdout]    |                ^^^^^^
[INFO] [stdout] 91 |     pub(crate) closed: bool,
[INFO] [stdout]    |                ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `watch_token` and `handle` are never read
[INFO] [stdout]   --> src/futures.rs:95:16
[INFO] [stdout]    |
[INFO] [stdout] 93 | pub struct DirectoryWatchStream {
[INFO] [stdout]    |            -------------------- fields in this struct
[INFO] [stdout] 94 |     pub(crate) inner: ReceiverStream<DirectoryWatchEvent>,
[INFO] [stdout] 95 |     pub(crate) watch_token: WatchDescriptor,
[INFO] [stdout]    |                ^^^^^^^^^^^
[INFO] [stdout] 96 |     pub(crate) handle: Handle,
[INFO] [stdout]    |                ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/task/mod.rs:295:21
[INFO] [stdout]     |
[INFO] [stdout] 295 |                     watch_token_tx.send(*wd);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 295 |                     let _ = watch_token_tx.send(*wd);
[INFO] [stdout]     |                     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/task/mod.rs:306:21
[INFO] [stdout]     |
[INFO] [stdout] 306 |                     watch_token_tx.send(wd);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 306 |                     let _ = watch_token_tx.send(wd);
[INFO] [stdout]     |                     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]  --> src/error/mod.rs:5:24
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[derive(Debug, Error, Display)]
[INFO] [stdout]   |                        ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: move this `impl` block outside the of the current constant `_DERIVE_Display_FOR_AnotifyError`
[INFO] [stdout]   = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]   = note: one exception to the rule are anon-const (`const _: () = { ... }`) at top-level module and anon-const at the same nesting as the trait or type
[INFO] [stdout]   = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]   = note: the derive macro `Display` may come from an old version of the `displaydoc` crate, try updating your dependency with `cargo update -p displaydoc`
[INFO] [stdout]   = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]   = note: this warning originates in the derive macro `Display` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]   --> src/error/mod.rs:12:24
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[derive(Debug, Error, Display)]
[INFO] [stdout]    |                        ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: move this `impl` block outside the of the current constant `_DERIVE_Display_FOR_InitError`
[INFO] [stdout]    = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]    = note: one exception to the rule are anon-const (`const _: () = { ... }`) at top-level module and anon-const at the same nesting as the trait or type
[INFO] [stdout]    = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]    = note: the derive macro `Display` may come from an old version of the `displaydoc` crate, try updating your dependency with `cargo update -p displaydoc`
[INFO] [stdout]    = note: this warning originates in the derive macro `Display` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `watch_token`, `handle`, and `closed` are never read
[INFO] [stdout]   --> src/futures.rs:78:16
[INFO] [stdout]    |
[INFO] [stdout] 76 | pub struct FileWatchFuture {
[INFO] [stdout]    |            --------------- fields in this struct
[INFO] [stdout] 77 |     pub(crate) inner: OnceRecv<DirectoryWatchEvent>,
[INFO] [stdout] 78 |     pub(crate) watch_token: WatchDescriptor,
[INFO] [stdout]    |                ^^^^^^^^^^^
[INFO] [stdout] 79 |     pub(crate) handle: Handle,
[INFO] [stdout]    |                ^^^^^^
[INFO] [stdout] 80 |     pub(crate) closed: bool,
[INFO] [stdout]    |                ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `watch_token` and `handle` are never read
[INFO] [stdout]   --> src/futures.rs:84:16
[INFO] [stdout]    |
[INFO] [stdout] 82 | pub struct FileWatchStream {
[INFO] [stdout]    |            --------------- fields in this struct
[INFO] [stdout] 83 |     pub(crate) inner: ReceiverStream<DirectoryWatchEvent>,
[INFO] [stdout] 84 |     pub(crate) watch_token: WatchDescriptor,
[INFO] [stdout]    |                ^^^^^^^^^^^
[INFO] [stdout] 85 |     pub(crate) handle: Handle,
[INFO] [stdout]    |                ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `watch_token`, `handle`, and `closed` are never read
[INFO] [stdout]   --> src/futures.rs:89:16
[INFO] [stdout]    |
[INFO] [stdout] 87 | pub struct DirectoryWatchFuture {
[INFO] [stdout]    |            -------------------- fields in this struct
[INFO] [stdout] 88 |     pub(crate) inner: OnceRecv<DirectoryWatchEvent>,
[INFO] [stdout] 89 |     pub(crate) watch_token: WatchDescriptor,
[INFO] [stdout]    |                ^^^^^^^^^^^
[INFO] [stdout] 90 |     pub(crate) handle: Handle,
[INFO] [stdout]    |                ^^^^^^
[INFO] [stdout] 91 |     pub(crate) closed: bool,
[INFO] [stdout]    |                ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `watch_token` and `handle` are never read
[INFO] [stdout]   --> src/futures.rs:95:16
[INFO] [stdout]    |
[INFO] [stdout] 93 | pub struct DirectoryWatchStream {
[INFO] [stdout]    |            -------------------- fields in this struct
[INFO] [stdout] 94 |     pub(crate) inner: ReceiverStream<DirectoryWatchEvent>,
[INFO] [stdout] 95 |     pub(crate) watch_token: WatchDescriptor,
[INFO] [stdout]    |                ^^^^^^^^^^^
[INFO] [stdout] 96 |     pub(crate) handle: Handle,
[INFO] [stdout]    |                ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/task/mod.rs:295:21
[INFO] [stdout]     |
[INFO] [stdout] 295 |                     watch_token_tx.send(*wd);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 295 |                     let _ = watch_token_tx.send(*wd);
[INFO] [stdout]     |                     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/task/mod.rs:306:21
[INFO] [stdout]     |
[INFO] [stdout] 306 |                     watch_token_tx.send(wd);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 306 |                     let _ = watch_token_tx.send(wd);
[INFO] [stdout]     |                     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]  --> src/error/mod.rs:5:24
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[derive(Debug, Error, Display)]
[INFO] [stdout]   |                        ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: move this `impl` block outside the of the current constant `_DERIVE_Display_FOR_AnotifyError`
[INFO] [stdout]   = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]   = note: one exception to the rule are anon-const (`const _: () = { ... }`) at top-level module and anon-const at the same nesting as the trait or type
[INFO] [stdout]   = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]   = note: the derive macro `Display` may come from an old version of the `displaydoc` crate, try updating your dependency with `cargo update -p displaydoc`
[INFO] [stdout]   = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]   = note: this warning originates in the derive macro `Display` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]   --> src/error/mod.rs:12:24
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[derive(Debug, Error, Display)]
[INFO] [stdout]    |                        ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: move this `impl` block outside the of the current constant `_DERIVE_Display_FOR_InitError`
[INFO] [stdout]    = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]    = note: one exception to the rule are anon-const (`const _: () = { ... }`) at top-level module and anon-const at the same nesting as the trait or type
[INFO] [stdout]    = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]    = note: the derive macro `Display` may come from an old version of the `displaydoc` crate, try updating your dependency with `cargo update -p displaydoc`
[INFO] [stdout]    = note: this warning originates in the derive macro `Display` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 10 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 10 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.89s
[INFO] running `Command { std: "docker" "inspect" "73b382ef6d7a1b40f2a8e9eb9447b9a6ea1bee3e7231e7ab7a63f43df53aea68", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "73b382ef6d7a1b40f2a8e9eb9447b9a6ea1bee3e7231e7ab7a63f43df53aea68", kill_on_drop: false }`
[INFO] [stdout] 73b382ef6d7a1b40f2a8e9eb9447b9a6ea1bee3e7231e7ab7a63f43df53aea68
