[INFO] fetching crate anki_bridge 0.7.1...
[INFO] checking anki_bridge-0.7.1 against master#5518eaa946291f00471af8b254b2a1715f234882 for pr-120393
[INFO] extracting crate anki_bridge 0.7.1 into /workspace/builds/worker-5-tc1/source
[INFO] validating manifest of crates.io crate anki_bridge 0.7.1 on toolchain 5518eaa946291f00471af8b254b2a1715f234882
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate anki_bridge 0.7.1
[INFO] finished tweaking crates.io crate anki_bridge 0.7.1
[INFO] tweaked toml for crates.io crate anki_bridge 0.7.1 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "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" "+5518eaa946291f00471af8b254b2a1715f234882" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded maybe-async v0.2.9
[INFO] [stderr]   Downloaded serde_tuple_macros v0.5.0
[INFO] [stderr]   Downloaded serde_tuple v0.5.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6a43ec8b53477ab657d6bba268a3c2f9038d684db78ffe6ffb63327d65ae9e2b
[INFO] running `Command { std: "docker" "start" "-a" "6a43ec8b53477ab657d6bba268a3c2f9038d684db78ffe6ffb63327d65ae9e2b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6a43ec8b53477ab657d6bba268a3c2f9038d684db78ffe6ffb63327d65ae9e2b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6a43ec8b53477ab657d6bba268a3c2f9038d684db78ffe6ffb63327d65ae9e2b", kill_on_drop: false }`
[INFO] [stdout] 6a43ec8b53477ab657d6bba268a3c2f9038d684db78ffe6ffb63327d65ae9e2b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+5518eaa946291f00471af8b254b2a1715f234882" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 240da43a59405df6b38a15a0040a0ffd940b5a773e8b59e2eb9557091303ddb3
[INFO] running `Command { std: "docker" "start" "-a" "240da43a59405df6b38a15a0040a0ffd940b5a773e8b59e2eb9557091303ddb3", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling syn v2.0.48
[INFO] [stderr]    Compiling serde_derive v1.0.196
[INFO] [stderr]    Compiling thiserror-impl v1.0.56
[INFO] [stderr]    Compiling async-trait v0.1.77
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]     Checking tokio v1.35.1
[INFO] [stderr]    Compiling serde_tuple_macros v0.5.0
[INFO] [stderr]     Checking thiserror v1.0.56
[INFO] [stderr]     Checking serde v1.0.196
[INFO] [stderr]     Checking serde_tuple v0.5.0
[INFO] [stderr]     Checking serde_json v1.0.113
[INFO] [stderr]     Checking anki_bridge v0.7.1 (/opt/rustwide/workdir)
[INFO] [stdout] error: Please include EXACTLY ONE of the following client features: 'reqwest_async', 'reqwest_blocking' or 'ureq_blocking'
[INFO] [stdout]   --> src/lib.rs:31:1
[INFO] [stdout]    |
[INFO] [stdout] 31 | compile_error!("Please include EXACTLY ONE of the following client features: 'reqwest_async', 'reqwest_blocking' or 'ureq_blocking'");
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: Please include EXACTLY ONE of the following client features: 'reqwest_async', 'reqwest_blocking' or 'ureq_blocking'
[INFO] [stdout]   --> src/lib.rs:31:1
[INFO] [stdout]    |
[INFO] [stdout] 31 | compile_error!("Please include EXACTLY ONE of the following client features: 'reqwest_async', 'reqwest_blocking' or 'ureq_blocking'");
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `AnkiRequestable` is defined multiple times
[INFO] [stdout]    --> src/lib.rs:141:1
[INFO] [stdout]     |
[INFO] [stdout] 135 | pub trait AnkiRequestable<Request: AnkiRequest> {
[INFO] [stdout]     | ----------------------------------------------- previous definition of the trait `AnkiRequestable` here
[INFO] [stdout] ...
[INFO] [stdout] 141 | pub trait AnkiRequestable<Request: AnkiRequest + Send> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `AnkiRequestable` redefined here
[INFO] [stdout]     |
[INFO] [stdout]     = note: `AnkiRequestable` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `AnkiRequestable` is defined multiple times
[INFO] [stdout]    --> src/lib.rs:141:1
[INFO] [stdout]     |
[INFO] [stdout] 135 | pub trait AnkiRequestable<Request: AnkiRequest> {
[INFO] [stdout]     | ----------------------------------------------- previous definition of the trait `AnkiRequestable` here
[INFO] [stdout] ...
[INFO] [stdout] 141 | pub trait AnkiRequestable<Request: AnkiRequest + Send> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `AnkiRequestable` redefined here
[INFO] [stdout]     |
[INFO] [stdout]     = note: `AnkiRequestable` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `maybe_async`
[INFO] [stdout]   --> src/mock.rs:50:3
[INFO] [stdout]    |
[INFO] [stdout] 50 | #[maybe_async::sync_impl]
[INFO] [stdout]    |   ^^^^^^^^^^^ use of undeclared crate or module `maybe_async`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `maybe_async`
[INFO] [stdout]   --> src/mock.rs:61:3
[INFO] [stdout]    |
[INFO] [stdout] 61 | #[maybe_async::async_impl]
[INFO] [stdout]    |   ^^^^^^^^^^^ use of undeclared crate or module `maybe_async`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `maybe_async`
[INFO] [stdout]    --> src/lib.rs:134:3
[INFO] [stdout]     |
[INFO] [stdout] 134 | #[maybe_async::sync_impl]
[INFO] [stdout]     |   ^^^^^^^^^^^ use of undeclared crate or module `maybe_async`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `maybe_async`
[INFO] [stdout]    --> src/lib.rs:139:3
[INFO] [stdout]     |
[INFO] [stdout] 139 | #[maybe_async::async_impl]
[INFO] [stdout]     |   ^^^^^^^^^^^ use of undeclared crate or module `maybe_async`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `maybe_async`
[INFO] [stdout]    --> src/lib.rs:167:3
[INFO] [stdout]     |
[INFO] [stdout] 167 | #[maybe_async::sync_impl]
[INFO] [stdout]     |   ^^^^^^^^^^^ use of undeclared crate or module `maybe_async`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `maybe_async`
[INFO] [stdout]    --> src/lib.rs:199:3
[INFO] [stdout]     |
[INFO] [stdout] 199 | #[maybe_async::async_impl]
[INFO] [stdout]     |   ^^^^^^^^^^^ use of undeclared crate or module `maybe_async`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `maybe_async`
[INFO] [stdout]   --> src/mock.rs:50:3
[INFO] [stdout]    |
[INFO] [stdout] 50 | #[maybe_async::sync_impl]
[INFO] [stdout]    |   ^^^^^^^^^^^ use of undeclared crate or module `maybe_async`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `maybe_async`
[INFO] [stdout]   --> src/mock.rs:61:3
[INFO] [stdout]    |
[INFO] [stdout] 61 | #[maybe_async::async_impl]
[INFO] [stdout]    |   ^^^^^^^^^^^ use of undeclared crate or module `maybe_async`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `maybe_async`
[INFO] [stdout]    --> src/lib.rs:134:3
[INFO] [stdout]     |
[INFO] [stdout] 134 | #[maybe_async::sync_impl]
[INFO] [stdout]     |   ^^^^^^^^^^^ use of undeclared crate or module `maybe_async`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `maybe_async`
[INFO] [stdout]    --> src/lib.rs:139:3
[INFO] [stdout]     |
[INFO] [stdout] 139 | #[maybe_async::async_impl]
[INFO] [stdout]     |   ^^^^^^^^^^^ use of undeclared crate or module `maybe_async`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `maybe_async`
[INFO] [stdout]    --> src/lib.rs:167:3
[INFO] [stdout]     |
[INFO] [stdout] 167 | #[maybe_async::sync_impl]
[INFO] [stdout]     |   ^^^^^^^^^^^ use of undeclared crate or module `maybe_async`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `maybe_async`
[INFO] [stdout]    --> src/lib.rs:199:3
[INFO] [stdout]     |
[INFO] [stdout] 199 | #[maybe_async::async_impl]
[INFO] [stdout]     |   ^^^^^^^^^^^ use of undeclared crate or module `maybe_async`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `response` in this scope
[INFO] [stdout]    --> src/lib.rs:189:30
[INFO] [stdout]     |
[INFO] [stdout] 189 |         if let Some(error) = response.error {
[INFO] [stdout]     |                              ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `response` in this scope
[INFO] [stdout]    --> src/lib.rs:191:38
[INFO] [stdout]     |
[INFO] [stdout] 191 |         } else if let Some(result) = response.result {
[INFO] [stdout]     |                                      ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `response` in this scope
[INFO] [stdout]    --> src/lib.rs:218:30
[INFO] [stdout]     |
[INFO] [stdout] 218 |         if let Some(error) = response.error {
[INFO] [stdout]     |                              ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `response` in this scope
[INFO] [stdout]    --> src/lib.rs:220:38
[INFO] [stdout]     |
[INFO] [stdout] 220 |         } else if let Some(result) = response.result {
[INFO] [stdout]     |                                      ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `response` in this scope
[INFO] [stdout]    --> src/lib.rs:189:30
[INFO] [stdout]     |
[INFO] [stdout] 189 |         if let Some(error) = response.error {
[INFO] [stdout]     |                              ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `response` in this scope
[INFO] [stdout]    --> src/lib.rs:191:38
[INFO] [stdout]     |
[INFO] [stdout] 191 |         } else if let Some(result) = response.result {
[INFO] [stdout]     |                                      ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `response` in this scope
[INFO] [stdout]    --> src/lib.rs:218:30
[INFO] [stdout]     |
[INFO] [stdout] 218 |         if let Some(error) = response.error {
[INFO] [stdout]     |                              ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `response` in this scope
[INFO] [stdout]    --> src/lib.rs:220:38
[INFO] [stdout]     |
[INFO] [stdout] 220 |         } else if let Some(result) = response.result {
[INFO] [stdout]     |                                      ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::card_actions::find_cards::FindCardsRequest`
[INFO] [stdout]   --> src/mock.rs:77:9
[INFO] [stdout]    |
[INFO] [stdout] 77 |     use crate::card_actions::find_cards::FindCardsRequest;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `AnkiRequestable<_>` for type `MockAnkiClient<_, _>`
[INFO] [stdout]   --> src/mock.rs:63:1
[INFO] [stdout]    |
[INFO] [stdout] 51 | / impl<'a, Request, F> AnkiRequestable<Request> for MockAnkiClient<Request, F>
[INFO] [stdout] 52 | | where
[INFO] [stdout] 53 | |     Request: AnkiRequest + Send + Sync + 'a,
[INFO] [stdout] 54 | |     F: FnOnce(Request) -> Result<Request::Response> + Send + Sync + Copy,
[INFO] [stdout]    | |_________________________________________________________________________- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 63 | / impl<'a, Request, F> AnkiRequestable<Request> for MockAnkiClient<Request, F>
[INFO] [stdout] 64 | | where
[INFO] [stdout] 65 | |     Request: AnkiRequest + Send + Sync + 'a,
[INFO] [stdout] 66 | |     F: FnOnce(Request) -> Result<Request::Response> + Send + Sync + Copy,
[INFO] [stdout]    | |_________________________________________________________________________^ conflicting implementation for `MockAnkiClient<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `AnkiRequestable<_>` for type `AnkiClient<'_>`
[INFO] [stdout]    --> src/lib.rs:201:1
[INFO] [stdout]     |
[INFO] [stdout] 168 | impl<'a, Request: AnkiRequest> AnkiRequestable<Request> for AnkiClient<'a> {
[INFO] [stdout]     | -------------------------------------------------------------------------- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 201 | impl<'a, Request: AnkiRequest + Send + 'a> AnkiRequestable<Request> for AnkiClient<'a> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `AnkiClient<'_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 14 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0119, E0425, E0428, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0119`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `anki_bridge` (lib) due to 15 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0119]: conflicting implementations of trait `AnkiRequestable<_>` for type `MockAnkiClient<_, _>`
[INFO] [stdout]   --> src/mock.rs:63:1
[INFO] [stdout]    |
[INFO] [stdout] 51 | / impl<'a, Request, F> AnkiRequestable<Request> for MockAnkiClient<Request, F>
[INFO] [stdout] 52 | | where
[INFO] [stdout] 53 | |     Request: AnkiRequest + Send + Sync + 'a,
[INFO] [stdout] 54 | |     F: FnOnce(Request) -> Result<Request::Response> + Send + Sync + Copy,
[INFO] [stdout]    | |_________________________________________________________________________- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 63 | / impl<'a, Request, F> AnkiRequestable<Request> for MockAnkiClient<Request, F>
[INFO] [stdout] 64 | | where
[INFO] [stdout] 65 | |     Request: AnkiRequest + Send + Sync + 'a,
[INFO] [stdout] 66 | |     F: FnOnce(Request) -> Result<Request::Response> + Send + Sync + Copy,
[INFO] [stdout]    | |_________________________________________________________________________^ conflicting implementation for `MockAnkiClient<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `AnkiRequestable<_>` for type `AnkiClient<'_>`
[INFO] [stdout]    --> src/lib.rs:201:1
[INFO] [stdout]     |
[INFO] [stdout] 168 | impl<'a, Request: AnkiRequest> AnkiRequestable<Request> for AnkiClient<'a> {
[INFO] [stdout]     | -------------------------------------------------------------------------- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 201 | impl<'a, Request: AnkiRequest + Send + 'a> AnkiRequestable<Request> for AnkiClient<'a> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `AnkiClient<'_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 14 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0119, E0425, E0428, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0119`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `anki_bridge` (lib test) due to 15 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "240da43a59405df6b38a15a0040a0ffd940b5a773e8b59e2eb9557091303ddb3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "240da43a59405df6b38a15a0040a0ffd940b5a773e8b59e2eb9557091303ddb3", kill_on_drop: false }`
[INFO] [stdout] 240da43a59405df6b38a15a0040a0ffd940b5a773e8b59e2eb9557091303ddb3
