[INFO] fetching crate bluejay-printer 0.1.0-alpha.5...
[INFO] checking bluejay-printer-0.1.0-alpha.5 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate bluejay-printer 0.1.0-alpha.5 into /workspace/builds/worker-2-tc1/source
[INFO] validating manifest of crates.io crate bluejay-printer 0.1.0-alpha.5 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate bluejay-printer 0.1.0-alpha.5
[INFO] finished tweaking crates.io crate bluejay-printer 0.1.0-alpha.5
[INFO] tweaked toml for crates.io crate bluejay-printer 0.1.0-alpha.5 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" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "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" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded enum-as-inner v0.5.1
[INFO] [stderr]   Downloaded bluejay-core v0.1.0-alpha.5
[INFO] [stderr]   Downloaded similar-asserts v1.5.0
[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" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 22dbe28629eab0bd24eb3a4bd6369ffa4744fcf63084e2caec6d42711b8d3bf1
[INFO] running `Command { std: "docker" "start" "-a" "22dbe28629eab0bd24eb3a4bd6369ffa4744fcf63084e2caec6d42711b8d3bf1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "22dbe28629eab0bd24eb3a4bd6369ffa4744fcf63084e2caec6d42711b8d3bf1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "22dbe28629eab0bd24eb3a4bd6369ffa4744fcf63084e2caec6d42711b8d3bf1", kill_on_drop: false }`
[INFO] [stdout] 22dbe28629eab0bd24eb3a4bd6369ffa4744fcf63084e2caec6d42711b8d3bf1
[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" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8404eac158e9bf9284763c92e36e816d000d7757cc0cff2a73da60f63d9c7553
[INFO] running `Command { std: "docker" "start" "-a" "8404eac158e9bf9284763c92e36e816d000d7757cc0cff2a73da60f63d9c7553", kill_on_drop: false }`
[INFO] [stderr]     Checking unicode-segmentation v1.11.0
[INFO] [stderr]     Checking linked-hash-map v0.5.6
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking bstr v1.9.1
[INFO] [stderr]    Compiling enum-as-inner v0.5.1
[INFO] [stderr]     Checking console v0.15.8
[INFO] [stderr]     Checking similar v2.5.0
[INFO] [stderr]     Checking bluejay-core v0.1.0-alpha.5
[INFO] [stderr]     Checking similar-asserts v1.5.0
[INFO] [stderr]     Checking regex-automata v0.4.6
[INFO] [stderr]     Checking bluejay-printer v0.1.0-alpha.5 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking globset v0.4.14
[INFO] [stderr]     Checking insta v1.38.0
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `bluejay_parser`
[INFO] [stdout]  --> tests/integration_test.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bluejay_parser::ast::definition::{DefinitionDocument, SchemaDefinition};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of undeclared crate or module `bluejay_parser`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bluejay_printer::ast::definition::{DefinitionDocument, SchemaDefinition};
[INFO] [stdout]   |     ~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `bluejay_parser`
[INFO] [stdout]   --> src/argument.rs:51:9
[INFO] [stdout]    |
[INFO] [stdout] 51 |     use bluejay_parser::ast::{Arguments, Parse};
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ use of undeclared crate or module `bluejay_parser`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 51 |     use bluejay_core::ast::{Arguments, Parse};
[INFO] [stdout]    |         ~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `bluejay_parser`
[INFO] [stdout]    --> src/definition/schema_definition.rs:142:9
[INFO] [stdout]     |
[INFO] [stdout] 142 |     use bluejay_parser::ast::definition::{DefinitionDocument, SchemaDefinition};
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ use of undeclared crate or module `bluejay_parser`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 142 |     use bluejay_core::ast::definition::{DefinitionDocument, SchemaDefinition};
[INFO] [stdout]     |         ~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `bluejay_parser`
[INFO] [stdout]   --> src/directive.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 49 |     use bluejay_parser::ast::{Directives, Parse};
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ use of undeclared crate or module `bluejay_parser`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 49 |     use bluejay_core::ast::{Directives, Parse};
[INFO] [stdout]    |         ~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `bluejay_parser`
[INFO] [stdout]   --> src/value.rs:63:9
[INFO] [stdout]    |
[INFO] [stdout] 63 |     use bluejay_parser::ast::{Parse, VariableValue};
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ use of undeclared crate or module `bluejay_parser`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 63 |     use bluejay_core::ast::{Parse, VariableValue};
[INFO] [stdout]    |         ~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bluejay-printer` (test "integration_test") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: unused import: `bluejay_core::Value`
[INFO] [stdout]   --> src/value.rs:62:9
[INFO] [stdout]    |
[INFO] [stdout] 62 |     use bluejay_core::Value;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bluejay-printer` (lib test) due to 5 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "8404eac158e9bf9284763c92e36e816d000d7757cc0cff2a73da60f63d9c7553", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8404eac158e9bf9284763c92e36e816d000d7757cc0cff2a73da60f63d9c7553", kill_on_drop: false }`
[INFO] [stdout] 8404eac158e9bf9284763c92e36e816d000d7757cc0cff2a73da60f63d9c7553
[INFO] checking bluejay-printer-0.1.0-alpha.5 against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1
[INFO] extracting crate bluejay-printer 0.1.0-alpha.5 into /workspace/builds/worker-2-tc2/source
[INFO] validating manifest of crates.io crate bluejay-printer 0.1.0-alpha.5 on toolchain 72eda894eb3548c7ba774079ce0afab42958d4ee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate bluejay-printer 0.1.0-alpha.5
[INFO] finished tweaking crates.io crate bluejay-printer 0.1.0-alpha.5
[INFO] tweaked toml for crates.io crate bluejay-printer 0.1.0-alpha.5 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" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[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" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[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" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3d56e4052496d2789dc6f6ba16b22cb5345679307bc7c31c16f8018e3245868d
[INFO] running `Command { std: "docker" "start" "-a" "3d56e4052496d2789dc6f6ba16b22cb5345679307bc7c31c16f8018e3245868d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3d56e4052496d2789dc6f6ba16b22cb5345679307bc7c31c16f8018e3245868d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3d56e4052496d2789dc6f6ba16b22cb5345679307bc7c31c16f8018e3245868d", kill_on_drop: false }`
[INFO] [stdout] 3d56e4052496d2789dc6f6ba16b22cb5345679307bc7c31c16f8018e3245868d
[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" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d82825c2fcf96ac350892ab6e5671f10771d24cc89b0ae9933ad7b28538c52ef
[INFO] running `Command { std: "docker" "start" "-a" "d82825c2fcf96ac350892ab6e5671f10771d24cc89b0ae9933ad7b28538c52ef", kill_on_drop: false }`
[INFO] [stderr]     Checking unicode-segmentation v1.11.0
[INFO] [stderr]     Checking linked-hash-map v0.5.6
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking bstr v1.9.1
[INFO] [stderr]    Compiling enum-as-inner v0.5.1
[INFO] [stderr]     Checking console v0.15.8
[INFO] [stderr]     Checking similar v2.5.0
[INFO] [stderr]     Checking similar-asserts v1.5.0
[INFO] [stderr]     Checking regex-automata v0.4.6
[INFO] [stderr]     Checking bluejay-core v0.1.0-alpha.5
[INFO] [stderr]     Checking bluejay-printer v0.1.0-alpha.5 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking globset v0.4.14
[INFO] [stderr]     Checking insta v1.38.0
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `bluejay_parser`
[INFO] [stdout]  --> tests/integration_test.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bluejay_parser::ast::definition::{DefinitionDocument, SchemaDefinition};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of undeclared crate or module `bluejay_parser`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bluejay_printer::ast::definition::{DefinitionDocument, SchemaDefinition};
[INFO] [stdout]   |     ~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `bluejay_parser`
[INFO] [stdout]   --> src/argument.rs:51:9
[INFO] [stdout]    |
[INFO] [stdout] 51 |     use bluejay_parser::ast::{Arguments, Parse};
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ use of undeclared crate or module `bluejay_parser`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 51 |     use bluejay_core::ast::{Arguments, Parse};
[INFO] [stdout]    |         ~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `bluejay_parser`
[INFO] [stdout]    --> src/definition/schema_definition.rs:142:9
[INFO] [stdout]     |
[INFO] [stdout] 142 |     use bluejay_parser::ast::definition::{DefinitionDocument, SchemaDefinition};
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ use of undeclared crate or module `bluejay_parser`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 142 |     use bluejay_core::ast::definition::{DefinitionDocument, SchemaDefinition};
[INFO] [stdout]     |         ~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `bluejay_parser`
[INFO] [stdout]   --> src/directive.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 49 |     use bluejay_parser::ast::{Directives, Parse};
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ use of undeclared crate or module `bluejay_parser`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 49 |     use bluejay_core::ast::{Directives, Parse};
[INFO] [stdout]    |         ~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `bluejay_parser`
[INFO] [stdout]   --> src/value.rs:63:9
[INFO] [stdout]    |
[INFO] [stdout] 63 |     use bluejay_parser::ast::{Parse, VariableValue};
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ use of undeclared crate or module `bluejay_parser`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 63 |     use bluejay_core::ast::{Parse, VariableValue};
[INFO] [stdout]    |         ~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bluejay-printer` (test "integration_test") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: unused import: `bluejay_core::Value`
[INFO] [stdout]   --> src/value.rs:62:9
[INFO] [stdout]    |
[INFO] [stdout] 62 |     use bluejay_core::Value;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bluejay-printer` (lib test) due to 5 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "d82825c2fcf96ac350892ab6e5671f10771d24cc89b0ae9933ad7b28538c52ef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d82825c2fcf96ac350892ab6e5671f10771d24cc89b0ae9933ad7b28538c52ef", kill_on_drop: false }`
[INFO] [stdout] d82825c2fcf96ac350892ab6e5671f10771d24cc89b0ae9933ad7b28538c52ef
