[INFO] fetching crate some_local_executor 0.1.2...
[INFO] testing some_local_executor-0.1.2 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate some_local_executor 0.1.2 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate some_local_executor 0.1.2
[INFO] finished tweaking crates.io crate some_local_executor 0.1.2
[INFO] tweaked toml for crates.io crate some_local_executor 0.1.2 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate some_local_executor 0.1.2 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate some_local_executor 0.1.2 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 091ca113c61956ed553c00f0f6d837503a307edf80e9cf9661b8f60b8a709e05
[INFO] running `Command { std: "docker" "start" "-a" "091ca113c61956ed553c00f0f6d837503a307edf80e9cf9661b8f60b8a709e05", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "091ca113c61956ed553c00f0f6d837503a307edf80e9cf9661b8f60b8a709e05", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "091ca113c61956ed553c00f0f6d837503a307edf80e9cf9661b8f60b8a709e05", kill_on_drop: false }`
[INFO] [stdout] 091ca113c61956ed553c00f0f6d837503a307edf80e9cf9661b8f60b8a709e05
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fb8fcd926a7bfd5d9fb14ca02e0128c96a75bd7fd62b64fad29db9bd69c22458
[INFO] running `Command { std: "docker" "start" "-a" "fb8fcd926a7bfd5d9fb14ca02e0128c96a75bd7fd62b64fad29db9bd69c22458", kill_on_drop: false }`
[INFO] [stderr]    Compiling priority v0.1.1
[INFO] [stderr]    Compiling logwise_proc v0.1.1
[INFO] [stderr]    Compiling some_executor v0.4.1
[INFO] [stderr]    Compiling logwise v0.2.3
[INFO] [stderr]    Compiling some_local_executor v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/lib.rs:118:26
[INFO] [stdout]     |
[INFO] [stdout] 118 |     fn new(task: Pin<Box<(dyn DynLocalSpawnedTask<Executor<'executor>> + 'executor)>>, sender: Sender) -> Self {
[INFO] [stdout]     |                          ^                                                        ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 118 -     fn new(task: Pin<Box<(dyn DynLocalSpawnedTask<Executor<'executor>> + 'executor)>>, sender: Sender) -> Self {
[INFO] [stdout] 118 +     fn new(task: Pin<Box<dyn DynLocalSpawnedTask<Executor<'executor>> + 'executor>>, sender: Sender) -> Self {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/lib.rs:321:46
[INFO] [stdout]     |
[INFO] [stdout] 321 |     fn enqueue_task(&mut self, task: Pin<Box<(dyn DynLocalSpawnedTask<Executor<'tasks>> + 'tasks)>>) {
[INFO] [stdout]     |                                              ^                                                  ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 321 -     fn enqueue_task(&mut self, task: Pin<Box<(dyn DynLocalSpawnedTask<Executor<'tasks>> + 'tasks)>>) {
[INFO] [stdout] 321 +     fn enqueue_task(&mut self, task: Pin<Box<dyn DynLocalSpawnedTask<Executor<'tasks>> + 'tasks>>) {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/lib.rs:370:118
[INFO] [stdout]     |
[INFO] [stdout] 370 | ...ture<Output=Box<dyn Any>>>>, Box<dyn ObserverNotified<(dyn Any + 'static)>>>) -> Box<dyn Observer<Value=Box<dyn Any>, Output = F...
[INFO] [stdout]     |                                                          ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 370 -     fn spawn_local_objsafe(&mut self, task: Task<Pin<Box<dyn Future<Output=Box<dyn Any>>>>, Box<dyn ObserverNotified<(dyn Any + 'static)>>>) -> Box<dyn Observer<Value=Box<dyn Any>, Output = FinishedObservation<Box<dyn Any>>>> {
[INFO] [stdout] 370 +     fn spawn_local_objsafe(&mut self, task: Task<Pin<Box<dyn Future<Output=Box<dyn Any>>>>, Box<dyn ObserverNotified<dyn Any + 'static>>>) -> Box<dyn Observer<Value=Box<dyn Any>, Output = FinishedObservation<Box<dyn Any>>>> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/lib.rs:376:131
[INFO] [stdout]     |
[INFO] [stdout] 376 | ...ture<Output=Box<dyn Any>>>>, Box<dyn ObserverNotified<(dyn Any + 'static)>>>) -> Box<dyn Future<Output=Box<dyn Observer<Value=Bo...
[INFO] [stdout]     |                                                          ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 376 -     fn spawn_local_objsafe_async<'s>(&'s mut self, task: Task<Pin<Box<dyn Future<Output=Box<dyn Any>>>>, Box<dyn ObserverNotified<(dyn Any + 'static)>>>) -> Box<dyn Future<Output=Box<dyn Observer<Value=Box<dyn Any>, Output = FinishedObservation<Box<dyn Any>>>>> + 's> {
[INFO] [stdout] 376 +     fn spawn_local_objsafe_async<'s>(&'s mut self, task: Task<Pin<Box<dyn Future<Output=Box<dyn Any>>>>, Box<dyn ObserverNotified<dyn Any + 'static>>>) -> Box<dyn Future<Output=Box<dyn Observer<Value=Box<dyn Any>, Output = FinishedObservation<Box<dyn Any>>>>> + 's> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s
[INFO] running `Command { std: "docker" "inspect" "fb8fcd926a7bfd5d9fb14ca02e0128c96a75bd7fd62b64fad29db9bd69c22458", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fb8fcd926a7bfd5d9fb14ca02e0128c96a75bd7fd62b64fad29db9bd69c22458", kill_on_drop: false }`
[INFO] [stdout] fb8fcd926a7bfd5d9fb14ca02e0128c96a75bd7fd62b64fad29db9bd69c22458
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c42a642d4cbc765908dc81a64a6ebb930fb58b3984fa2ec477d1ceea4dc5293c
[INFO] running `Command { std: "docker" "start" "-a" "c42a642d4cbc765908dc81a64a6ebb930fb58b3984fa2ec477d1ceea4dc5293c", kill_on_drop: false }`
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/lib.rs:118:26
[INFO] [stdout]     |
[INFO] [stdout] 118 |     fn new(task: Pin<Box<(dyn DynLocalSpawnedTask<Executor<'executor>> + 'executor)>>, sender: Sender) -> Self {
[INFO] [stdout]     |                          ^                                                        ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 118 -     fn new(task: Pin<Box<(dyn DynLocalSpawnedTask<Executor<'executor>> + 'executor)>>, sender: Sender) -> Self {
[INFO] [stdout] 118 +     fn new(task: Pin<Box<dyn DynLocalSpawnedTask<Executor<'executor>> + 'executor>>, sender: Sender) -> Self {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/lib.rs:321:46
[INFO] [stdout]     |
[INFO] [stdout] 321 |     fn enqueue_task(&mut self, task: Pin<Box<(dyn DynLocalSpawnedTask<Executor<'tasks>> + 'tasks)>>) {
[INFO] [stdout]     |                                              ^                                                  ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 321 -     fn enqueue_task(&mut self, task: Pin<Box<(dyn DynLocalSpawnedTask<Executor<'tasks>> + 'tasks)>>) {
[INFO] [stdout] 321 +     fn enqueue_task(&mut self, task: Pin<Box<dyn DynLocalSpawnedTask<Executor<'tasks>> + 'tasks>>) {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/lib.rs:370:118
[INFO] [stdout]     |
[INFO] [stdout] 370 | ...ture<Output=Box<dyn Any>>>>, Box<dyn ObserverNotified<(dyn Any + 'static)>>>) -> Box<dyn Observer<Value=Box<dyn Any>, Output = F...
[INFO] [stdout]     |                                                          ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 370 -     fn spawn_local_objsafe(&mut self, task: Task<Pin<Box<dyn Future<Output=Box<dyn Any>>>>, Box<dyn ObserverNotified<(dyn Any + 'static)>>>) -> Box<dyn Observer<Value=Box<dyn Any>, Output = FinishedObservation<Box<dyn Any>>>> {
[INFO] [stdout] 370 +     fn spawn_local_objsafe(&mut self, task: Task<Pin<Box<dyn Future<Output=Box<dyn Any>>>>, Box<dyn ObserverNotified<dyn Any + 'static>>>) -> Box<dyn Observer<Value=Box<dyn Any>, Output = FinishedObservation<Box<dyn Any>>>> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/lib.rs:376:131
[INFO] [stdout]     |
[INFO] [stdout] 376 | ...ture<Output=Box<dyn Any>>>>, Box<dyn ObserverNotified<(dyn Any + 'static)>>>) -> Box<dyn Future<Output=Box<dyn Observer<Value=Bo...
[INFO] [stdout]     |                                                          ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 376 -     fn spawn_local_objsafe_async<'s>(&'s mut self, task: Task<Pin<Box<dyn Future<Output=Box<dyn Any>>>>, Box<dyn ObserverNotified<(dyn Any + 'static)>>>) -> Box<dyn Future<Output=Box<dyn Observer<Value=Box<dyn Any>, Output = FinishedObservation<Box<dyn Any>>>>> + 's> {
[INFO] [stdout] 376 +     fn spawn_local_objsafe_async<'s>(&'s mut self, task: Task<Pin<Box<dyn Future<Output=Box<dyn Any>>>>, Box<dyn ObserverNotified<dyn Any + 'static>>>) -> Box<dyn Future<Output=Box<dyn Observer<Value=Box<dyn Any>, Output = FinishedObservation<Box<dyn Any>>>>> + 's> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling some_local_executor v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/lib.rs:118:26
[INFO] [stdout]     |
[INFO] [stdout] 118 |     fn new(task: Pin<Box<(dyn DynLocalSpawnedTask<Executor<'executor>> + 'executor)>>, sender: Sender) -> Self {
[INFO] [stdout]     |                          ^                                                        ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 118 -     fn new(task: Pin<Box<(dyn DynLocalSpawnedTask<Executor<'executor>> + 'executor)>>, sender: Sender) -> Self {
[INFO] [stdout] 118 +     fn new(task: Pin<Box<dyn DynLocalSpawnedTask<Executor<'executor>> + 'executor>>, sender: Sender) -> Self {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/lib.rs:321:46
[INFO] [stdout]     |
[INFO] [stdout] 321 |     fn enqueue_task(&mut self, task: Pin<Box<(dyn DynLocalSpawnedTask<Executor<'tasks>> + 'tasks)>>) {
[INFO] [stdout]     |                                              ^                                                  ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 321 -     fn enqueue_task(&mut self, task: Pin<Box<(dyn DynLocalSpawnedTask<Executor<'tasks>> + 'tasks)>>) {
[INFO] [stdout] 321 +     fn enqueue_task(&mut self, task: Pin<Box<dyn DynLocalSpawnedTask<Executor<'tasks>> + 'tasks>>) {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/lib.rs:370:118
[INFO] [stdout]     |
[INFO] [stdout] 370 | ...ture<Output=Box<dyn Any>>>>, Box<dyn ObserverNotified<(dyn Any + 'static)>>>) -> Box<dyn Observer<Value=Box<dyn Any>, Output = F...
[INFO] [stdout]     |                                                          ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 370 -     fn spawn_local_objsafe(&mut self, task: Task<Pin<Box<dyn Future<Output=Box<dyn Any>>>>, Box<dyn ObserverNotified<(dyn Any + 'static)>>>) -> Box<dyn Observer<Value=Box<dyn Any>, Output = FinishedObservation<Box<dyn Any>>>> {
[INFO] [stdout] 370 +     fn spawn_local_objsafe(&mut self, task: Task<Pin<Box<dyn Future<Output=Box<dyn Any>>>>, Box<dyn ObserverNotified<dyn Any + 'static>>>) -> Box<dyn Observer<Value=Box<dyn Any>, Output = FinishedObservation<Box<dyn Any>>>> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/lib.rs:376:131
[INFO] [stdout]     |
[INFO] [stdout] 376 | ...ture<Output=Box<dyn Any>>>>, Box<dyn ObserverNotified<(dyn Any + 'static)>>>) -> Box<dyn Future<Output=Box<dyn Observer<Value=Bo...
[INFO] [stdout]     |                                                          ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 376 -     fn spawn_local_objsafe_async<'s>(&'s mut self, task: Task<Pin<Box<dyn Future<Output=Box<dyn Any>>>>, Box<dyn ObserverNotified<(dyn Any + 'static)>>>) -> Box<dyn Future<Output=Box<dyn Observer<Value=Box<dyn Any>, Output = FinishedObservation<Box<dyn Any>>>>> + 's> {
[INFO] [stdout] 376 +     fn spawn_local_objsafe_async<'s>(&'s mut self, task: Task<Pin<Box<dyn Future<Output=Box<dyn Any>>>>, Box<dyn ObserverNotified<dyn Any + 'static>>>) -> Box<dyn Future<Output=Box<dyn Observer<Value=Box<dyn Any>, Output = FinishedObservation<Box<dyn Any>>>>> + 's> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.79s
[INFO] running `Command { std: "docker" "inspect" "c42a642d4cbc765908dc81a64a6ebb930fb58b3984fa2ec477d1ceea4dc5293c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c42a642d4cbc765908dc81a64a6ebb930fb58b3984fa2ec477d1ceea4dc5293c", kill_on_drop: false }`
[INFO] [stdout] c42a642d4cbc765908dc81a64a6ebb930fb58b3984fa2ec477d1ceea4dc5293c
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 120be44e67e2dcd61f60050bb55685665e2b3b3293ddc499955815f1e2f3ad9d
[INFO] running `Command { std: "docker" "start" "-a" "120be44e67e2dcd61f60050bb55685665e2b3b3293ddc499955815f1e2f3ad9d", kill_on_drop: false }`
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/lib.rs:118:26
[INFO] [stderr]     |
[INFO] [stderr] 118 |     fn new(task: Pin<Box<(dyn DynLocalSpawnedTask<Executor<'executor>> + 'executor)>>, sender: Sender) -> Self {
[INFO] [stderr]     |                          ^                                                        ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 118 -     fn new(task: Pin<Box<(dyn DynLocalSpawnedTask<Executor<'executor>> + 'executor)>>, sender: Sender) -> Self {
[INFO] [stderr] 118 +     fn new(task: Pin<Box<dyn DynLocalSpawnedTask<Executor<'executor>> + 'executor>>, sender: Sender) -> Self {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/lib.rs:321:46
[INFO] [stderr]     |
[INFO] [stderr] 321 |     fn enqueue_task(&mut self, task: Pin<Box<(dyn DynLocalSpawnedTask<Executor<'tasks>> + 'tasks)>>) {
[INFO] [stderr]     |                                              ^                                                  ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 321 -     fn enqueue_task(&mut self, task: Pin<Box<(dyn DynLocalSpawnedTask<Executor<'tasks>> + 'tasks)>>) {
[INFO] [stderr] 321 +     fn enqueue_task(&mut self, task: Pin<Box<dyn DynLocalSpawnedTask<Executor<'tasks>> + 'tasks>>) {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/lib.rs:370:118
[INFO] [stderr]     |
[INFO] [stderr] 370 | ...ture<Output=Box<dyn Any>>>>, Box<dyn ObserverNotified<(dyn Any + 'static)>>>) -> Box<dyn Observer<Value=Box<dyn Any>, Output = F...
[INFO] [stderr]     |                                                          ^                 ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 370 -     fn spawn_local_objsafe(&mut self, task: Task<Pin<Box<dyn Future<Output=Box<dyn Any>>>>, Box<dyn ObserverNotified<(dyn Any + 'static)>>>) -> Box<dyn Observer<Value=Box<dyn Any>, Output = FinishedObservation<Box<dyn Any>>>> {
[INFO] [stderr] 370 +     fn spawn_local_objsafe(&mut self, task: Task<Pin<Box<dyn Future<Output=Box<dyn Any>>>>, Box<dyn ObserverNotified<dyn Any + 'static>>>) -> Box<dyn Observer<Value=Box<dyn Any>, Output = FinishedObservation<Box<dyn Any>>>> {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/lib.rs:376:131
[INFO] [stderr]     |
[INFO] [stderr] 376 | ...ture<Output=Box<dyn Any>>>>, Box<dyn ObserverNotified<(dyn Any + 'static)>>>) -> Box<dyn Future<Output=Box<dyn Observer<Value=Bo...
[INFO] [stderr]     |                                                          ^                 ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 376 -     fn spawn_local_objsafe_async<'s>(&'s mut self, task: Task<Pin<Box<dyn Future<Output=Box<dyn Any>>>>, Box<dyn ObserverNotified<(dyn Any + 'static)>>>) -> Box<dyn Future<Output=Box<dyn Observer<Value=Box<dyn Any>, Output = FinishedObservation<Box<dyn Any>>>>> + 's> {
[INFO] [stderr] 376 +     fn spawn_local_objsafe_async<'s>(&'s mut self, task: Task<Pin<Box<dyn Future<Output=Box<dyn Any>>>>, Box<dyn ObserverNotified<dyn Any + 'static>>>) -> Box<dyn Future<Output=Box<dyn Observer<Value=Box<dyn Any>, Output = FinishedObservation<Box<dyn Any>>>>> + 's> {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: `some_local_executor` (lib) generated 4 warnings (run `cargo fix --lib -p some_local_executor` to apply 4 suggestions)
[INFO] [stderr] warning: `some_local_executor` (lib test) generated 4 warnings (4 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/some_local_executor-111feec7782505ac)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stderr]  0 PERFWARN: BEGIN src/lib.rs:208:25 [0ns] do_some does not currently sort tasks well
[INFO] [stderr]  0 PERWARN: END [38.7µs] do_some does not currently sort tasks well [interval took 3.15µs] 
[INFO] [stdout] test some_executor_adapter::tests::test_send_sync ... ok
[INFO] [stderr]  1 PERFWARN: BEGIN src/lib.rs:208:25 [141.56µs] do_some does not currently sort tasks well
[INFO] [stderr]  3 PERFWARN: BEGIN src/lib.rs:208:25 [857.97µs] do_some does not currently sort tasks well
[INFO] [stderr]  2 PERFWARN: BEGIN src/lib.rs:208:25 [447.63µs] do_some does not currently sort tasks well
[INFO] [stderr]  0 PERFWARN: BEGIN src/lib.rs:208:25 [439.14µs] do_some does not currently sort tasks well
[INFO] [stderr]   4 DEBUG: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/logwise-0.2.3/src/context.rs:235:13 [1.6021ms] Enter task `single_threaded_executor::do_some` parent: `0`
[INFO] [stderr]   4 DEBUG: src/lib.rs:235:13 [2.00763ms] Polling task TaskID(0) spawn_task
[INFO] [stderr] 4 Finished task `single_threaded_executor::do_some`
[INFO] [stderr]  1 PERWARN: END [806.7µs] do_some does not currently sort tasks well [interval took 3.85µs] 
[INFO] [stderr]  3 PERWARN: END [1.37908ms] do_some does not currently sort tasks well [interval took 3.02µs] 
[INFO] [stderr]   5 DEBUG: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/logwise-0.2.3/src/context.rs:235:13 [1.65059ms] Enter task `single_threaded_executor::do_some` parent: `2`
[INFO] [stderr]   5 DEBUG: src/lib.rs:214:13 [3.511199ms] Polling task TaskID(1) test_do
[INFO] [stderr] 5 Finished task `single_threaded_executor::do_some`
[INFO] [stderr]  3 PERFWARN: BEGIN src/lib.rs:208:25 [3.22599ms] do_some does not currently sort tasks well
[INFO] [stderr]  0 PERWARN: END [2.63829ms] do_some does not currently sort tasks well [interval took 1.04674ms] 
[INFO] [stderr] 1 PERFWARN: statistics[do_some does not currently sort tasks well: 3.85µs,]
[INFO] [stderr]  2 PERWARN: END [4.05381ms] do_some does not currently sort tasks well [interval took 2.40786ms] 
[INFO] [stdout] test tests::test_do_empty ... ok
[INFO] [stderr]  2 PERFWARN: BEGIN src/lib.rs:265:41 [5.12821ms] O(n) search for task_id
[INFO] [stderr]  2 PERWARN: END [5.565499ms] O(n) search for task_id [interval took 1.56µs] 
[INFO] [stderr]  2 PERFWARN: BEGIN src/lib.rs:208:25 [5.883439ms] do_some does not currently sort tasks well
[INFO] [stderr]  0 PERFWARN: BEGIN src/lib.rs:265:41 [4.62607ms] O(n) search for task_id
[INFO] [stderr]  0 PERWARN: END [6.39699ms] O(n) search for task_id [interval took 1.56µs] 
[INFO] [stderr]  0 PERFWARN: BEGIN src/lib.rs:208:25 [6.64463ms] do_some does not currently sort tasks well
[INFO] [stderr]   6 DEBUG: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/logwise-0.2.3/src/context.rs:235:13 [4.37291ms] Enter task `single_threaded_executor::do_some` parent: `3`
[INFO] [stderr]   7 DEBUG: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/logwise-0.2.3/src/context.rs:235:13 [6.179779ms] Enter task `single_threaded_executor::do_some` parent: `2`
[INFO] [stderr]   8 DEBUG: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/logwise-0.2.3/src/context.rs:235:13 [6.920499ms] Enter task `single_threaded_executor::do_some` parent: `0`
[INFO] [stderr]   8 DEBUG: src/lib.rs:235:13 [8.36339ms] Polling task TaskID(0) spawn_task
[INFO] [stderr] 8 Finished task `single_threaded_executor::do_some`
[INFO] [stderr]   6 DEBUG: src/lib.rs:235:13 [7.28465ms] Polling task TaskID(2) spawn_task
[INFO] [stderr]   7 DEBUG: src/lib.rs:214:13 [7.90253ms] Polling task TaskID(1) test_do
[INFO] [stderr] 7 Finished task `single_threaded_executor::do_some`
[INFO] [stderr] 6 Finished task `single_threaded_executor::do_some`
[INFO] [stderr]  0 PERWARN: END [9.113419ms] do_some does not currently sort tasks well [interval took 2.207049ms] 
[INFO] [stderr]  2 PERWARN: END [9.928539ms] do_some does not currently sort tasks well [interval took 3.754989ms] 
[INFO] [stderr]  3 PERWARN: END [10.21233ms] do_some does not currently sort tasks well [interval took 5.84862ms] 
[INFO] [stderr] 3 PERFWARN: statistics[do_some does not currently sort tasks well: 5.85164ms,]
[INFO] [stderr]  2 PERFWARN: BEGIN src/lib.rs:265:41 [10.739339ms] O(n) search for task_id
[INFO] [stderr] 0 PERFWARN: statistics[do_some does not currently sort tasks well: 3.256939ms,O(n) search for task_id: 1.56µs,]
[INFO] [stdout] test some_executor_adapter::tests::spawn_task_wake ... ok
[INFO] [stderr]  2 PERWARN: END [11.48633ms] O(n) search for task_id [interval took 1.46µs] 
[INFO] [stdout] test some_executor_adapter::tests::spawn_task ... ok
[INFO] [stderr]  2 PERFWARN: BEGIN src/lib.rs:208:25 [12.682269ms] do_some does not currently sort tasks well
[INFO] [stderr]   9 DEBUG: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/logwise-0.2.3/src/context.rs:235:13 [13.704889ms] Enter task `single_threaded_executor::do_some` parent: `2`
[INFO] [stderr]   9 DEBUG: src/lib.rs:214:13 [14.684339ms] Polling task TaskID(1) test_do
[INFO] [stderr] 9 Finished task `single_threaded_executor::do_some`
[INFO] [stderr]  2 PERWARN: END [15.876459ms] do_some does not currently sort tasks well [interval took 2.179ms] 
[INFO] [stderr]  2 PERFWARN: BEGIN src/lib.rs:265:41 [16.336669ms] O(n) search for task_id
[INFO] [stderr]  2 PERWARN: END [16.578409ms] O(n) search for task_id [interval took 1.59µs] 
[INFO] [stderr]  2 PERFWARN: BEGIN src/lib.rs:208:25 [16.870859ms] do_some does not currently sort tasks well
[INFO] [stderr]   10 DEBUG: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/logwise-0.2.3/src/context.rs:235:13 [17.077629ms] Enter task `single_threaded_executor::do_some` parent: `2`
[INFO] [stderr]   10 DEBUG: src/lib.rs:214:13 [18.075329ms] Polling task TaskID(1) test_do
[INFO] [stderr] 10 Finished task `single_threaded_executor::do_some`
[INFO] [stderr]  2 PERWARN: END [18.496289ms] do_some does not currently sort tasks well [interval took 1.42412ms] 
[INFO] [stderr]  2 PERFWARN: BEGIN src/lib.rs:265:41 [18.738159ms] O(n) search for task_id
[INFO] [stderr]  2 PERWARN: END [18.925119ms] O(n) search for task_id [interval took 1.07µs] 
[INFO] [stderr]  2 PERFWARN: BEGIN src/lib.rs:208:25 [19.122549ms] do_some does not currently sort tasks well
[INFO] [stderr]   11 DEBUG: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/logwise-0.2.3/src/context.rs:235:13 [19.363949ms] Enter task `single_threaded_executor::do_some` parent: `2`
[INFO] [stderr]   11 DEBUG: src/lib.rs:214:13 [19.676379ms] Polling task TaskID(1) test_do
[INFO] [stderr] 11 Finished task `single_threaded_executor::do_some`
[INFO] [stderr]  2 PERWARN: END [22.266219ms] do_some does not currently sort tasks well [interval took 2.90832ms] 
[INFO] [stderr]  2 PERFWARN: BEGIN src/lib.rs:265:41 [22.488579ms] O(n) search for task_id
[INFO] [stderr]  2 PERWARN: END [22.693059ms] O(n) search for task_id [interval took 1.38µs] 
[INFO] [stderr]  2 PERFWARN: BEGIN src/lib.rs:208:25 [22.914669ms] do_some does not currently sort tasks well
[INFO] [stderr]   12 DEBUG: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/logwise-0.2.3/src/context.rs:235:13 [23.146449ms] Enter task `single_threaded_executor::do_some` parent: `2`
[INFO] [stderr]   12 DEBUG: src/lib.rs:214:13 [23.527649ms] Polling task TaskID(1) test_do
[INFO] [stderr] 12 Finished task `single_threaded_executor::do_some`
[INFO] [stderr]  2 PERWARN: END [24.380659ms] do_some does not currently sort tasks well [interval took 1.24054ms] 
[INFO] [stderr]  2 PERFWARN: BEGIN src/lib.rs:265:41 [24.616609ms] O(n) search for task_id
[INFO] [stderr]  2 PERWARN: END [24.974789ms] O(n) search for task_id [interval took 1.37µs] 
[INFO] [stderr]  2 PERFWARN: BEGIN src/lib.rs:208:25 [25.400599ms] do_some does not currently sort tasks well
[INFO] [stderr]   13 DEBUG: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/logwise-0.2.3/src/context.rs:235:13 [25.738789ms] Enter task `single_threaded_executor::do_some` parent: `2`
[INFO] [stderr]   13 DEBUG: src/lib.rs:214:13 [26.108409ms] Polling task TaskID(1) test_do
[INFO] [stderr] 13 Finished task `single_threaded_executor::do_some`
[INFO] [stderr]  2 PERWARN: END [26.740019ms] do_some does not currently sort tasks well [interval took 1.0081ms] 
[INFO] [stderr]  2 PERFWARN: BEGIN src/lib.rs:265:41 [28.954259ms] O(n) search for task_id
[INFO] [stderr]  2 PERWARN: END [29.188609ms] O(n) search for task_id [interval took 1.89µs] 
[INFO] [stderr]  2 PERFWARN: BEGIN src/lib.rs:208:25 [29.492129ms] do_some does not currently sort tasks well
[INFO] [stderr]   14 DEBUG: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/logwise-0.2.3/src/context.rs:235:13 [29.798809ms] Enter task `single_threaded_executor::do_some` parent: `2`
[INFO] [stderr]   14 DEBUG: src/lib.rs:214:13 [30.345839ms] Polling task TaskID(1) test_do
[INFO] [stderr] 14 Finished task `single_threaded_executor::do_some`
[INFO] [stderr]  2 PERWARN: END [31.048769ms] do_some does not currently sort tasks well [interval took 1.25827ms] 
[INFO] [stderr]  2 PERFWARN: BEGIN src/lib.rs:265:41 [31.300489ms] O(n) search for task_id
[INFO] [stderr]  2 PERWARN: END [31.648309ms] O(n) search for task_id [interval took 1.33µs] 
[INFO] [stderr]  2 PERFWARN: BEGIN src/lib.rs:208:25 [31.906229ms] do_some does not currently sort tasks well
[INFO] [stderr]   15 DEBUG: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/logwise-0.2.3/src/context.rs:235:13 [32.218729ms] Enter task `single_threaded_executor::do_some` parent: `2`
[INFO] [stderr]   15 DEBUG: src/lib.rs:214:13 [32.604629ms] Polling task TaskID(1) test_do
[INFO] [stderr] 15 Finished task `single_threaded_executor::do_some`
[INFO] [stderr]  2 PERWARN: END [33.123389ms] do_some does not currently sort tasks well [interval took 911.42µs] 
[INFO] [stderr]  2 PERFWARN: BEGIN src/lib.rs:265:41 [33.331699ms] O(n) search for task_id
[INFO] [stderr]  2 PERWARN: END [33.528989ms] O(n) search for task_id [interval took 1.02µs] 
[INFO] [stderr] 2 PERFWARN: statistics[O(n) search for task_id: 12.67µs,do_some does not currently sort tasks well: 17.092619ms,]
[INFO] [stdout] test tests::test_do ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests some_local_executor
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/lib.rs:118:26
[INFO] [stderr]     |
[INFO] [stderr] 118 |     fn new(task: Pin<Box<(dyn DynLocalSpawnedTask<Executor<'executor>> + 'executor)>>, sender: Sender) -> Self {
[INFO] [stderr]     |                          ^                                                        ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 118 -     fn new(task: Pin<Box<(dyn DynLocalSpawnedTask<Executor<'executor>> + 'executor)>>, sender: Sender) -> Self {
[INFO] [stderr] 118 +     fn new(task: Pin<Box<dyn DynLocalSpawnedTask<Executor<'executor>> + 'executor>>, sender: Sender) -> Self {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/lib.rs:321:46
[INFO] [stderr]     |
[INFO] [stderr] 321 |     fn enqueue_task(&mut self, task: Pin<Box<(dyn DynLocalSpawnedTask<Executor<'tasks>> + 'tasks)>>) {
[INFO] [stderr]     |                                              ^                                                  ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 321 -     fn enqueue_task(&mut self, task: Pin<Box<(dyn DynLocalSpawnedTask<Executor<'tasks>> + 'tasks)>>) {
[INFO] [stderr] 321 +     fn enqueue_task(&mut self, task: Pin<Box<dyn DynLocalSpawnedTask<Executor<'tasks>> + 'tasks>>) {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/lib.rs:370:118
[INFO] [stderr]     |
[INFO] [stderr] 370 | ...ture<Output=Box<dyn Any>>>>, Box<dyn ObserverNotified<(dyn Any + 'static)>>>) -> Box<dyn Observer<Value=Box<dyn Any>, Output = F...
[INFO] [stderr]     |                                                          ^                 ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 370 -     fn spawn_local_objsafe(&mut self, task: Task<Pin<Box<dyn Future<Output=Box<dyn Any>>>>, Box<dyn ObserverNotified<(dyn Any + 'static)>>>) -> Box<dyn Observer<Value=Box<dyn Any>, Output = FinishedObservation<Box<dyn Any>>>> {
[INFO] [stderr] 370 +     fn spawn_local_objsafe(&mut self, task: Task<Pin<Box<dyn Future<Output=Box<dyn Any>>>>, Box<dyn ObserverNotified<dyn Any + 'static>>>) -> Box<dyn Observer<Value=Box<dyn Any>, Output = FinishedObservation<Box<dyn Any>>>> {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/lib.rs:376:131
[INFO] [stderr]     |
[INFO] [stderr] 376 | ...ture<Output=Box<dyn Any>>>>, Box<dyn ObserverNotified<(dyn Any + 'static)>>>) -> Box<dyn Future<Output=Box<dyn Observer<Value=Bo...
[INFO] [stderr]     |                                                          ^                 ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 376 -     fn spawn_local_objsafe_async<'s>(&'s mut self, task: Task<Pin<Box<dyn Future<Output=Box<dyn Any>>>>, Box<dyn ObserverNotified<(dyn Any + 'static)>>>) -> Box<dyn Future<Output=Box<dyn Observer<Value=Box<dyn Any>, Output = FinishedObservation<Box<dyn Any>>>>> + 's> {
[INFO] [stderr] 376 +     fn spawn_local_objsafe_async<'s>(&'s mut self, task: Task<Pin<Box<dyn Future<Output=Box<dyn Any>>>>, Box<dyn ObserverNotified<dyn Any + 'static>>>) -> Box<dyn Future<Output=Box<dyn Observer<Value=Box<dyn Any>, Output = FinishedObservation<Box<dyn Any>>>>> + 's> {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: 4 warnings emitted
[INFO] [stderr] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "120be44e67e2dcd61f60050bb55685665e2b3b3293ddc499955815f1e2f3ad9d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "120be44e67e2dcd61f60050bb55685665e2b3b3293ddc499955815f1e2f3ad9d", kill_on_drop: false }`
[INFO] [stdout] 120be44e67e2dcd61f60050bb55685665e2b3b3293ddc499955815f1e2f3ad9d
