[INFO] fetching crate pin_tree 0.2.0...
[INFO] testing pin_tree-0.2.0 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-8
[INFO] extracting crate pin_tree 0.2.0 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate pin_tree 0.2.0
[INFO] finished tweaking crates.io crate pin_tree 0.2.0
[INFO] tweaked toml for crates.io crate pin_tree 0.2.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate pin_tree 0.2.0 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a48af85a2f4a0e439764f22311ef4708d4a68f2c89e19b291e3c0b0b2470d1f5
[INFO] running `Command { std: "docker" "start" "-a" "a48af85a2f4a0e439764f22311ef4708d4a68f2c89e19b291e3c0b0b2470d1f5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a48af85a2f4a0e439764f22311ef4708d4a68f2c89e19b291e3c0b0b2470d1f5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a48af85a2f4a0e439764f22311ef4708d4a68f2c89e19b291e3c0b0b2470d1f5", kill_on_drop: false }`
[INFO] [stdout] a48af85a2f4a0e439764f22311ef4708d4a68f2c89e19b291e3c0b0b2470d1f5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 381e1aca17a6616a085f6cb0554b09edb01d85bcb751939e0e7f7e5a705e4128
[INFO] running `Command { std: "docker" "start" "-a" "381e1aca17a6616a085f6cb0554b09edb01d85bcb751939e0e7f7e5a705e4128", kill_on_drop: false }`
[INFO] [stderr]    Compiling pin_tree v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:148:23
[INFO] [stdout]     |
[INFO] [stdout] 148 |     pub fn get_childs(&self, this: &PinNode<T>) -> Iter<PinNode<T>> {
[INFO] [stdout]     |                       ^^^^^                        ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 148 |     pub fn get_childs(&self, this: &PinNode<T>) -> Iter<'_, PinNode<T>> {
[INFO] [stdout]     |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.17s
[INFO] running `Command { std: "docker" "inspect" "381e1aca17a6616a085f6cb0554b09edb01d85bcb751939e0e7f7e5a705e4128", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "381e1aca17a6616a085f6cb0554b09edb01d85bcb751939e0e7f7e5a705e4128", kill_on_drop: false }`
[INFO] [stdout] 381e1aca17a6616a085f6cb0554b09edb01d85bcb751939e0e7f7e5a705e4128
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7097ef9b6a83be31eb28927c642cf523e2e1b8828cc3dc75475a70594697a261
[INFO] running `Command { std: "docker" "start" "-a" "7097ef9b6a83be31eb28927c642cf523e2e1b8828cc3dc75475a70594697a261", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:148:23
[INFO] [stdout]     |
[INFO] [stdout] 148 |     pub fn get_childs(&self, this: &PinNode<T>) -> Iter<PinNode<T>> {
[INFO] [stdout]     |                       ^^^^^                        ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 148 |     pub fn get_childs(&self, this: &PinNode<T>) -> Iter<'_, PinNode<T>> {
[INFO] [stdout]     |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling pin_tree v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:148:23
[INFO] [stdout]     |
[INFO] [stdout] 148 |     pub fn get_childs(&self, this: &PinNode<T>) -> Iter<PinNode<T>> {
[INFO] [stdout]     |                       ^^^^^                        ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 148 |     pub fn get_childs(&self, this: &PinNode<T>) -> Iter<'_, PinNode<T>> {
[INFO] [stdout]     |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.59s
[INFO] running `Command { std: "docker" "inspect" "7097ef9b6a83be31eb28927c642cf523e2e1b8828cc3dc75475a70594697a261", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7097ef9b6a83be31eb28927c642cf523e2e1b8828cc3dc75475a70594697a261", kill_on_drop: false }`
[INFO] [stdout] 7097ef9b6a83be31eb28927c642cf523e2e1b8828cc3dc75475a70594697a261
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] ed20bf84cafbd13614ba8e2a4052de8c5f0a9a057963b3f43ce70a2070213d44
[INFO] running `Command { std: "docker" "start" "-a" "ed20bf84cafbd13614ba8e2a4052de8c5f0a9a057963b3f43ce70a2070213d44", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:148:23
[INFO] [stderr]     |
[INFO] [stderr] 148 |     pub fn get_childs(&self, this: &PinNode<T>) -> Iter<PinNode<T>> {
[INFO] [stderr]     |                       ^^^^^                        ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                       |
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 148 |     pub fn get_childs(&self, this: &PinNode<T>) -> Iter<'_, PinNode<T>> {
[INFO] [stderr]     |                                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: `pin_tree` (lib) generated 1 warning (run `cargo fix --lib -p pin_tree` to apply 1 suggestion)
[INFO] [stderr] warning: `pin_tree` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/pin_tree-05bc1ccc58de1158)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test tests::test_mutex ... ok
[INFO] [stdout] test tests::test_base ... ok
[INFO] [stdout] test tests::test_check_get ... ok
[INFO] [stdout] test tests::test_remove ... ok
[INFO] [stdout] test tests::test_unset ... ok
[INFO] [stdout] test tests::test_circular_ref ... ok
[INFO] [stdout] test tests::test_get_val ... ok
[INFO] [stderr]    Doc-tests pin_tree
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.29s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test src/lib.rs - (line 3) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 19) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 31) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 3) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PinTree`
[INFO] [stdout]  --> src/lib.rs:4:14
[INFO] [stdout]   |
[INFO] [stdout] 4 | let mut pt = PinTree::<i32>::new();
[INFO] [stdout]   |              ^^^^^^^ use of undeclared type `PinTree`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 3 + use pin_tree::PinTree;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 19) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `pt` in this scope
[INFO] [stdout]   --> src/lib.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | pt.set_parent(b, a);
[INFO] [stdout]    | ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `b` in this scope
[INFO] [stdout]   --> src/lib.rs:21:15
[INFO] [stdout]    |
[INFO] [stdout] 21 | pt.set_parent(b, a);
[INFO] [stdout]    |               ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `a` in this scope
[INFO] [stdout]   --> src/lib.rs:21:18
[INFO] [stdout]    |
[INFO] [stdout] 21 | pt.set_parent(b, a);
[INFO] [stdout]    |                  ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `pt` in this scope
[INFO] [stdout]   --> src/lib.rs:22:1
[INFO] [stdout]    |
[INFO] [stdout] 22 | pt.set_parent(a, c);
[INFO] [stdout]    | ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `a` in this scope
[INFO] [stdout]   --> src/lib.rs:22:15
[INFO] [stdout]    |
[INFO] [stdout] 22 | pt.set_parent(a, c);
[INFO] [stdout]    |               ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `c` in this scope
[INFO] [stdout]   --> src/lib.rs:22:18
[INFO] [stdout]    |
[INFO] [stdout] 22 | pt.set_parent(a, c);
[INFO] [stdout]    |                  ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `pt` in this scope
[INFO] [stdout]   --> src/lib.rs:23:1
[INFO] [stdout]    |
[INFO] [stdout] 23 | pt.set_parent(c, b);
[INFO] [stdout]    | ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `c` in this scope
[INFO] [stdout]   --> src/lib.rs:23:15
[INFO] [stdout]    |
[INFO] [stdout] 23 | pt.set_parent(c, b);
[INFO] [stdout]    |               ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `b` in this scope
[INFO] [stdout]   --> src/lib.rs:23:18
[INFO] [stdout]    |
[INFO] [stdout] 23 | pt.set_parent(c, b);
[INFO] [stdout]    |                  ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `pt` in this scope
[INFO] [stdout]   --> src/lib.rs:28:1
[INFO] [stdout]    |
[INFO] [stdout] 28 | pt.set_parent(a, a);
[INFO] [stdout]    | ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `a` in this scope
[INFO] [stdout]   --> src/lib.rs:28:15
[INFO] [stdout]    |
[INFO] [stdout] 28 | pt.set_parent(a, a);
[INFO] [stdout]    |               ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `a` in this scope
[INFO] [stdout]   --> src/lib.rs:28:18
[INFO] [stdout]    |
[INFO] [stdout] 28 | pt.set_parent(a, a);
[INFO] [stdout]    |                  ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 12 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 31) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PinTree`
[INFO] [stdout]   --> src/lib.rs:32:14
[INFO] [stdout]    |
[INFO] [stdout] 32 | let mut pt = PinTree::<Mutex<i32>>::new();
[INFO] [stdout]    |              ^^^^^^^ use of undeclared type `PinTree`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 31 + use pin_tree::PinTree;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Mutex` in this scope
[INFO] [stdout]   --> src/lib.rs:32:24
[INFO] [stdout]    |
[INFO] [stdout] 32 | let mut pt = PinTree::<Mutex<i32>>::new();
[INFO] [stdout]    |                        ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout] 31 + use std::sync::Mutex;
[INFO] [stdout]    |
[INFO] [stdout] 31 + use std::sync::nonpoison::Mutex;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Mutex`
[INFO] [stdout]   --> src/lib.rs:34:17
[INFO] [stdout]    |
[INFO] [stdout] 34 | let a = pt.node(Mutex::new(1));
[INFO] [stdout]    |                 ^^^^^ use of undeclared type `Mutex`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout] 31 + use std::sync::Mutex;
[INFO] [stdout]    |
[INFO] [stdout] 31 + use std::sync::nonpoison::Mutex;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 19)
[INFO] [stdout]     src/lib.rs - (line 3)
[INFO] [stdout]     src/lib.rs - (line 31)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.23s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "ed20bf84cafbd13614ba8e2a4052de8c5f0a9a057963b3f43ce70a2070213d44", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ed20bf84cafbd13614ba8e2a4052de8c5f0a9a057963b3f43ce70a2070213d44", kill_on_drop: false }`
[INFO] [stdout] ed20bf84cafbd13614ba8e2a4052de8c5f0a9a057963b3f43ce70a2070213d44
