[INFO] fetching crate boreal-parser 0.3.0...
[INFO] checking boreal-parser-0.3.0 against master#80399064afa4a2cd153f30d02c25f7ea0383ed65 for opaque-soundness-fix
[INFO] extracting crate boreal-parser 0.3.0 into /workspace/builds/worker-2-tc1/source
[INFO] validating manifest of crates.io crate boreal-parser 0.3.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 boreal-parser 0.3.0
[INFO] finished tweaking crates.io crate boreal-parser 0.3.0
[INFO] tweaked toml for crates.io crate boreal-parser 0.3.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] fdaad5317159c8d79223a8f352073e1ed287a0ea75260c11471d276ce577ad1f
[INFO] running `Command { std: "docker" "start" "-a" "fdaad5317159c8d79223a8f352073e1ed287a0ea75260c11471d276ce577ad1f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fdaad5317159c8d79223a8f352073e1ed287a0ea75260c11471d276ce577ad1f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fdaad5317159c8d79223a8f352073e1ed287a0ea75260c11471d276ce577ad1f", kill_on_drop: false }`
[INFO] [stdout] fdaad5317159c8d79223a8f352073e1ed287a0ea75260c11471d276ce577ad1f
[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] a958d92eb8e713ee1c1040fc8608e5c83ae6716f89f5fb5749b3ea7ad17e25f9
[INFO] running `Command { std: "docker" "start" "-a" "a958d92eb8e713ee1c1040fc8608e5c83ae6716f89f5fb5749b3ea7ad17e25f9", kill_on_drop: false }`
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking boreal-parser v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout]    --> src/expression/for_expression.rs:287:66
[INFO] [stdout]     |
[INFO] [stdout] 287 |     let (input, identifiers) = separated_list1(rtrim(char(',')), crate::string::identifier)(input)?;
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> src/lib.rs:113:9
[INFO] [stdout]     |
[INFO] [stdout] 113 | #![deny(unused_qualifications)]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]     |
[INFO] [stdout] 287 -     let (input, identifiers) = separated_list1(rtrim(char(',')), crate::string::identifier)(input)?;
[INFO] [stdout] 287 +     let (input, identifiers) = separated_list1(rtrim(char(',')), string::identifier)(input)?;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `ToOwned` is imported redundantly
[INFO] [stdout]  --> src/string.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::borrow::ToOwned;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]  --> /rustc/80399064afa4a2cd153f30d02c25f7ea0383ed65/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `ToOwned` is already defined here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Regex` is imported redundantly
[INFO] [stdout]    --> src/expression/boolean_expression.rs:325:32
[INFO] [stdout]     |
[INFO] [stdout] 322 |     use super::*;
[INFO] [stdout]     |         -------- the item `Regex` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 325 |         regex::{self, Literal, Regex},
[INFO] [stdout]     |                                ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout]    --> src/expression/for_expression.rs:287:66
[INFO] [stdout]     |
[INFO] [stdout] 287 |     let (input, identifiers) = separated_list1(rtrim(char(',')), crate::string::identifier)(input)?;
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> src/lib.rs:113:9
[INFO] [stdout]     |
[INFO] [stdout] 113 | #![deny(unused_qualifications)]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]     |
[INFO] [stdout] 287 -     let (input, identifiers) = separated_list1(rtrim(char(',')), crate::string::identifier)(input)?;
[INFO] [stdout] 287 +     let (input, identifiers) = separated_list1(rtrim(char(',')), string::identifier)(input)?;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `ExpressionKind` is imported redundantly
[INFO] [stdout]    --> src/expression/for_expression.rs:355:9
[INFO] [stdout]     |
[INFO] [stdout] 353 |     use super::*;
[INFO] [stdout]     |         -------- the item `ExpressionKind` is already imported here
[INFO] [stdout] 354 |     use crate::expression::{
[INFO] [stdout] 355 |         ExpressionKind, Identifier, IdentifierOperation, IdentifierOperationType,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Expression` is imported redundantly
[INFO] [stdout]    --> src/rule.rs:566:29
[INFO] [stdout]     |
[INFO] [stdout] 566 |     use crate::expression::{Expression, ExpressionKind, ForSelection, VariableSet};
[INFO] [stdout]     |                             ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 572 |     use super::*;
[INFO] [stdout]     |         -------- the item `Expression` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `ToOwned` is imported redundantly
[INFO] [stdout]  --> src/string.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::borrow::ToOwned;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]  --> /rustc/80399064afa4a2cd153f30d02c25f7ea0383ed65/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `ToOwned` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `boreal-parser` (lib) due to 2 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 1 previous error; 4 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `boreal-parser` (lib test) due to 2 previous errors; 4 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "a958d92eb8e713ee1c1040fc8608e5c83ae6716f89f5fb5749b3ea7ad17e25f9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a958d92eb8e713ee1c1040fc8608e5c83ae6716f89f5fb5749b3ea7ad17e25f9", kill_on_drop: false }`
[INFO] [stdout] a958d92eb8e713ee1c1040fc8608e5c83ae6716f89f5fb5749b3ea7ad17e25f9
[INFO] checking boreal-parser-0.3.0 against master#09bc67b9158392361780e779d32997f14cc75c39 for opaque-soundness-fix
[INFO] extracting crate boreal-parser 0.3.0 into /workspace/builds/worker-2-tc2/source
[INFO] validating manifest of crates.io crate boreal-parser 0.3.0 on toolchain 09bc67b9158392361780e779d32997f14cc75c39
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+09bc67b9158392361780e779d32997f14cc75c39" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate boreal-parser 0.3.0
[INFO] finished tweaking crates.io crate boreal-parser 0.3.0
[INFO] tweaked toml for crates.io crate boreal-parser 0.3.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+09bc67b9158392361780e779d32997f14cc75c39" "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" "+09bc67b9158392361780e779d32997f14cc75c39" "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" "+09bc67b9158392361780e779d32997f14cc75c39" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fd3c510f1662dbf82da3f0a7e46a63962bf9678e62560fff81d90a625b2d54e8
[INFO] running `Command { std: "docker" "start" "-a" "fd3c510f1662dbf82da3f0a7e46a63962bf9678e62560fff81d90a625b2d54e8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fd3c510f1662dbf82da3f0a7e46a63962bf9678e62560fff81d90a625b2d54e8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fd3c510f1662dbf82da3f0a7e46a63962bf9678e62560fff81d90a625b2d54e8", kill_on_drop: false }`
[INFO] [stdout] fd3c510f1662dbf82da3f0a7e46a63962bf9678e62560fff81d90a625b2d54e8
[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" "+09bc67b9158392361780e779d32997f14cc75c39" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4f2fc3e30ce980a0a1aed5efb6ba0cba16f1deb8cc2472e84084ff6b5b0d5c1e
[INFO] running `Command { std: "docker" "start" "-a" "4f2fc3e30ce980a0a1aed5efb6ba0cba16f1deb8cc2472e84084ff6b5b0d5c1e", kill_on_drop: false }`
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking boreal-parser v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout]    --> src/expression/for_expression.rs:287:66
[INFO] [stdout]     |
[INFO] [stdout] 287 |     let (input, identifiers) = separated_list1(rtrim(char(',')), crate::string::identifier)(input)?;
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> src/lib.rs:113:9
[INFO] [stdout]     |
[INFO] [stdout] 113 | #![deny(unused_qualifications)]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]     |
[INFO] [stdout] 287 -     let (input, identifiers) = separated_list1(rtrim(char(',')), crate::string::identifier)(input)?;
[INFO] [stdout] 287 +     let (input, identifiers) = separated_list1(rtrim(char(',')), string::identifier)(input)?;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `ToOwned` is imported redundantly
[INFO] [stdout]  --> src/string.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::borrow::ToOwned;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]  --> /rustc/09bc67b9158392361780e779d32997f14cc75c39/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `ToOwned` is already defined here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Regex` is imported redundantly
[INFO] [stdout]    --> src/expression/boolean_expression.rs:325:32
[INFO] [stdout]     |
[INFO] [stdout] 322 |     use super::*;
[INFO] [stdout]     |         -------- the item `Regex` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 325 |         regex::{self, Literal, Regex},
[INFO] [stdout]     |                                ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout]    --> src/expression/for_expression.rs:287:66
[INFO] [stdout]     |
[INFO] [stdout] 287 |     let (input, identifiers) = separated_list1(rtrim(char(',')), crate::string::identifier)(input)?;
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> src/lib.rs:113:9
[INFO] [stdout]     |
[INFO] [stdout] 113 | #![deny(unused_qualifications)]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]     |
[INFO] [stdout] 287 -     let (input, identifiers) = separated_list1(rtrim(char(',')), crate::string::identifier)(input)?;
[INFO] [stdout] 287 +     let (input, identifiers) = separated_list1(rtrim(char(',')), string::identifier)(input)?;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `ExpressionKind` is imported redundantly
[INFO] [stdout]    --> src/expression/for_expression.rs:355:9
[INFO] [stdout]     |
[INFO] [stdout] 353 |     use super::*;
[INFO] [stdout]     |         -------- the item `ExpressionKind` is already imported here
[INFO] [stdout] 354 |     use crate::expression::{
[INFO] [stdout] 355 |         ExpressionKind, Identifier, IdentifierOperation, IdentifierOperationType,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Expression` is imported redundantly
[INFO] [stdout]    --> src/rule.rs:566:29
[INFO] [stdout]     |
[INFO] [stdout] 566 |     use crate::expression::{Expression, ExpressionKind, ForSelection, VariableSet};
[INFO] [stdout]     |                             ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 572 |     use super::*;
[INFO] [stdout]     |         -------- the item `Expression` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `ToOwned` is imported redundantly
[INFO] [stdout]  --> src/string.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::borrow::ToOwned;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]  --> /rustc/09bc67b9158392361780e779d32997f14cc75c39/library/std/src/prelude/mod.rs:125:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `ToOwned` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `boreal-parser` (lib) due to 2 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 1 previous error; 4 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `boreal-parser` (lib test) due to 2 previous errors; 4 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "4f2fc3e30ce980a0a1aed5efb6ba0cba16f1deb8cc2472e84084ff6b5b0d5c1e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4f2fc3e30ce980a0a1aed5efb6ba0cba16f1deb8cc2472e84084ff6b5b0d5c1e", kill_on_drop: false }`
[INFO] [stdout] 4f2fc3e30ce980a0a1aed5efb6ba0cba16f1deb8cc2472e84084ff6b5b0d5c1e
