[INFO] fetching crate some_local_executor 0.1.2...
[INFO] testing some_local_executor-0.1.2 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate some_local_executor 0.1.2 into /workspace/builds/worker-2-tc1/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-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate some_local_executor 0.1.2 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] 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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded logwise_proc v0.1.1
[INFO] [stderr]   Downloaded wasm_thread v0.3.3
[INFO] [stderr]   Downloaded priority v0.1.1
[INFO] [stderr]   Downloaded some_executor v0.4.1
[INFO] [stderr]   Downloaded logwise v0.2.3
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a05ce0cfb86587dd0d092ca13ae1189767875eba0a3d983f19bb4d0509e3c24c
[INFO] running `Command { std: "docker" "start" "-a" "a05ce0cfb86587dd0d092ca13ae1189767875eba0a3d983f19bb4d0509e3c24c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a05ce0cfb86587dd0d092ca13ae1189767875eba0a3d983f19bb4d0509e3c24c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a05ce0cfb86587dd0d092ca13ae1189767875eba0a3d983f19bb4d0509e3c24c", kill_on_drop: false }`
[INFO] [stdout] a05ce0cfb86587dd0d092ca13ae1189767875eba0a3d983f19bb4d0509e3c24c
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0c87c3cb11f7abed793d8bcde51848ea5ac1e51df139ed4e5fbce67a1db74c02
[INFO] running `Command { std: "docker" "start" "-a" "0c87c3cb11f7abed793d8bcde51848ea5ac1e51df139ed4e5fbce67a1db74c02", kill_on_drop: false }`
[INFO] [stderr]    Compiling logwise_proc v0.1.1
[INFO] [stderr]    Compiling priority 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.56s
[INFO] running `Command { std: "docker" "inspect" "0c87c3cb11f7abed793d8bcde51848ea5ac1e51df139ed4e5fbce67a1db74c02", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0c87c3cb11f7abed793d8bcde51848ea5ac1e51df139ed4e5fbce67a1db74c02", kill_on_drop: false }`
[INFO] [stdout] 0c87c3cb11f7abed793d8bcde51848ea5ac1e51df139ed4e5fbce67a1db74c02
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 288e30a2c595cecf4b31a8b4d1d904988b4fdc82f5a867861d7d3f787876ddcb
[INFO] running `Command { std: "docker" "start" "-a" "288e30a2c595cecf4b31a8b4d1d904988b4fdc82f5a867861d7d3f787876ddcb", kill_on_drop: false }`
[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] [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.89s
[INFO] running `Command { std: "docker" "inspect" "288e30a2c595cecf4b31a8b4d1d904988b4fdc82f5a867861d7d3f787876ddcb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "288e30a2c595cecf4b31a8b4d1d904988b4fdc82f5a867861d7d3f787876ddcb", kill_on_drop: false }`
[INFO] [stdout] 288e30a2c595cecf4b31a8b4d1d904988b4fdc82f5a867861d7d3f787876ddcb
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] e9943f0c2dd61d5959ce85816168120ccb34ca78acbafe77e8e91f905eb0a2b3
[INFO] running `Command { std: "docker" "start" "-a" "e9943f0c2dd61d5959ce85816168120ccb34ca78acbafe77e8e91f905eb0a2b3", 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.06s
[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]  1 PERFWARN: BEGIN src/lib.rs:208:25 [76.82µs] do_some does not currently sort tasks well
[INFO] [stderr]  1 PERWARN: END [512.21µs] do_some does not currently sort tasks well [interval took 2.55µs] 
[INFO] [stderr]  2 PERFWARN: BEGIN src/lib.rs:208:25 [530.7µs] do_some does not currently sort tasks well
[INFO] [stderr]  0 PERWARN: END [258.2µs] do_some does not currently sort tasks well [interval took 3.95µs] 
[INFO] [stderr]  0 PERFWARN: BEGIN src/lib.rs:208:25 [1.31044ms] do_some does not currently sort tasks well
[INFO] [stderr]   5 DEBUG: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/logwise-0.2.3/src/context.rs:235:13 [1.52696ms] Enter task `single_threaded_executor::do_some` parent: `0`
[INFO] [stderr]   5 DEBUG: src/lib.rs:235:13 [1.993769ms] Polling task TaskID(0) spawn_task
[INFO] [stderr]  3 PERFWARN: BEGIN src/lib.rs:208:25 [651.77µs] do_some does not currently sort tasks well
[INFO] [stderr]  1 PERFWARN: BEGIN src/lib.rs:208:25 [830.19µs] 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 [2.680809ms] Enter task `single_threaded_executor::do_some` parent: `1`
[INFO] [stderr]   6 DEBUG: src/lib.rs:235:13 [2.69992ms] Polling task TaskID(1) spawn_task
[INFO] [stderr]  3 PERWARN: END [2.7431ms] do_some does not currently sort tasks well [interval took 2.16µs] 
[INFO] [stderr] 3 PERFWARN: statistics[do_some does not currently sort tasks well: 2.16µs,]
[INFO] [stderr]   4 DEBUG: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/logwise-0.2.3/src/context.rs:235:13 [1.15168ms] Enter task `single_threaded_executor::do_some` parent: `2`
[INFO] [stderr]   4 DEBUG: src/lib.rs:214:13 [2.856389ms] Polling task TaskID(2) test_do
[INFO] [stderr] 4 Finished task `single_threaded_executor::do_some`
[INFO] [stderr] 6 Finished task `single_threaded_executor::do_some`
[INFO] [stderr]  1 PERWARN: END [2.939409ms] do_some does not currently sort tasks well [interval took 266.569µs] 
[INFO] [stderr] 1 PERFWARN: statistics[do_some does not currently sort tasks well: 269.119µs,]
[INFO] [stderr] 5 Finished task `single_threaded_executor::do_some`
[INFO] [stderr]  0 PERWARN: END [3.03574ms] do_some does not currently sort tasks well [interval took 1.51608ms] 
[INFO] [stderr]  0 PERFWARN: BEGIN src/lib.rs:265:41 [3.05526ms] O(n) search for task_id
[INFO] [stderr]  0 PERWARN: END [3.06958ms] O(n) search for task_id [interval took 1.271µs] 
[INFO] [stderr]  0 PERFWARN: BEGIN src/lib.rs:208:25 [3.087969ms] do_some does not currently sort tasks well
[INFO] [stderr]   7 DEBUG: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/logwise-0.2.3/src/context.rs:235:13 [3.1068ms] Enter task `single_threaded_executor::do_some` parent: `0`
[INFO] [stdout] test some_executor_adapter::tests::test_send_sync ... ok
[INFO] [stderr]   7 DEBUG: src/lib.rs:235:13 [3.13498ms] Polling task TaskID(0) spawn_task
[INFO] [stderr] 7 Finished task `single_threaded_executor::do_some`
[INFO] [stderr]  0 PERWARN: END [3.16274ms] do_some does not currently sort tasks well [interval took 60.071µs] 
[INFO] [stderr] 0 PERFWARN: statistics[O(n) search for task_id: 1.271µs,do_some does not currently sort tasks well: 1.580101ms,]
[INFO] [stdout] test tests::test_do_empty ... ok
[INFO] [stderr]  2 PERWARN: END [3.28036ms] do_some does not currently sort tasks well [interval took 2.13626ms] 
[INFO] [stdout] test some_executor_adapter::tests::spawn_task ... ok
[INFO] [stderr]  2 PERFWARN: BEGIN src/lib.rs:265:41 [3.31266ms] O(n) search for task_id
[INFO] [stdout] test some_executor_adapter::tests::spawn_task_wake ... ok
[INFO] [stderr]  2 PERWARN: END [3.3247ms] O(n) search for task_id [interval took 660ns] 
[INFO] [stdout] test tests::test_do ... ok
[INFO] [stderr]  2 PERFWARN: BEGIN src/lib.rs:208:25 [3.33876ms] do_some does not currently sort tasks well
[INFO] [stdout] 
[INFO] [stderr]   8 DEBUG: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/logwise-0.2.3/src/context.rs:235:13 [3.352469ms] Enter task `single_threaded_executor::do_some` parent: `2`
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr]   8 DEBUG: src/lib.rs:214:13 [3.37012ms] Polling task TaskID(2) test_do
[INFO] [stdout] 
[INFO] [stderr] 8 Finished task `single_threaded_executor::do_some`
[INFO] [stderr]  2 PERWARN: END [3.400169ms] do_some does not currently sort tasks well [interval took 50.849µs] 
[INFO] [stderr]  2 PERFWARN: BEGIN src/lib.rs:265:41 [3.4182ms] O(n) search for task_id
[INFO] [stderr]  2 PERWARN: END [3.430489ms] O(n) search for task_id [interval took 329ns] 
[INFO] [stderr]  2 PERFWARN: BEGIN src/lib.rs:208:25 [3.44364ms] 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 [3.45624ms] Enter task `single_threaded_executor::do_some` parent: `2`
[INFO] [stderr]   9 DEBUG: src/lib.rs:214:13 [3.473889ms] Polling task TaskID(2) test_do
[INFO] [stderr] 9 Finished task `single_threaded_executor::do_some`
[INFO] [stderr]  2 PERWARN: END [3.500749ms] do_some does not currently sort tasks well [interval took 46.62µs] 
[INFO] [stderr]  2 PERFWARN: BEGIN src/lib.rs:265:41 [3.514109ms] O(n) search for task_id
[INFO] [stderr]  2 PERWARN: END [3.5244ms] O(n) search for task_id [interval took 340ns] 
[INFO] [stderr]  2 PERFWARN: BEGIN src/lib.rs:208:25 [3.5352ms] 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 [3.5465ms] Enter task `single_threaded_executor::do_some` parent: `2`
[INFO] [stderr]   10 DEBUG: src/lib.rs:214:13 [3.5612ms] Polling task TaskID(2) test_do
[INFO] [stderr] 10 Finished task `single_threaded_executor::do_some`
[INFO] [stderr]  2 PERWARN: END [3.60804ms] do_some does not currently sort tasks well [interval took 63.44µs] 
[INFO] [stderr]  2 PERFWARN: BEGIN src/lib.rs:265:41 [3.638229ms] O(n) search for task_id
[INFO] [stderr]  2 PERWARN: END [3.648549ms] O(n) search for task_id [interval took 449ns] 
[INFO] [stderr]  2 PERFWARN: BEGIN src/lib.rs:208:25 [3.6606ms] 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 [3.671589ms] Enter task `single_threaded_executor::do_some` parent: `2`
[INFO] [stderr]   11 DEBUG: src/lib.rs:214:13 [3.6871ms] Polling task TaskID(2) test_do
[INFO] [stderr] 11 Finished task `single_threaded_executor::do_some`
[INFO] [stderr]  2 PERWARN: END [3.71074ms] do_some does not currently sort tasks well [interval took 41.34µs] 
[INFO] [stderr]  2 PERFWARN: BEGIN src/lib.rs:265:41 [3.722689ms] O(n) search for task_id
[INFO] [stderr]  2 PERWARN: END [3.732429ms] O(n) search for task_id [interval took 329ns] 
[INFO] [stderr]  2 PERFWARN: BEGIN src/lib.rs:208:25 [3.743329ms] 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 [3.75538ms] Enter task `single_threaded_executor::do_some` parent: `2`
[INFO] [stderr]   12 DEBUG: src/lib.rs:214:13 [3.77064ms] Polling task TaskID(2) test_do
[INFO] [stderr] 12 Finished task `single_threaded_executor::do_some`
[INFO] [stderr]  2 PERWARN: END [3.794849ms] do_some does not currently sort tasks well [interval took 41.44µs] 
[INFO] [stderr]  2 PERFWARN: BEGIN src/lib.rs:265:41 [3.8077ms] O(n) search for task_id
[INFO] [stderr]  2 PERWARN: END [3.818089ms] O(n) search for task_id [interval took 440ns] 
[INFO] [stderr]  2 PERFWARN: BEGIN src/lib.rs:208:25 [3.83078ms] 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 [3.842729ms] Enter task `single_threaded_executor::do_some` parent: `2`
[INFO] [stderr]   13 DEBUG: src/lib.rs:214:13 [3.860329ms] Polling task TaskID(2) test_do
[INFO] [stderr] 13 Finished task `single_threaded_executor::do_some`
[INFO] [stderr]  2 PERWARN: END [3.88668ms] do_some does not currently sort tasks well [interval took 45.931µs] 
[INFO] [stderr]  2 PERFWARN: BEGIN src/lib.rs:265:41 [3.90088ms] O(n) search for task_id
[INFO] [stderr]  2 PERWARN: END [3.912149ms] O(n) search for task_id [interval took 429ns] 
[INFO] [stderr]  2 PERFWARN: BEGIN src/lib.rs:208:25 [3.93496ms] 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 [3.948029ms] Enter task `single_threaded_executor::do_some` parent: `2`
[INFO] [stderr]   14 DEBUG: src/lib.rs:214:13 [3.965789ms] Polling task TaskID(2) test_do
[INFO] [stderr] 14 Finished task `single_threaded_executor::do_some`
[INFO] [stderr]  2 PERWARN: END [3.994689ms] do_some does not currently sort tasks well [interval took 49.189µs] 
[INFO] [stderr]  2 PERFWARN: BEGIN src/lib.rs:265:41 [4.0093ms] O(n) search for task_id
[INFO] [stderr]  2 PERWARN: END [4.02008ms] O(n) search for task_id [interval took 460ns] 
[INFO] [stderr]  2 PERFWARN: BEGIN src/lib.rs:208:25 [4.03266ms] 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 [4.0453ms] Enter task `single_threaded_executor::do_some` parent: `2`
[INFO] [stderr]   15 DEBUG: src/lib.rs:214:13 [4.063349ms] Polling task TaskID(2) test_do
[INFO] [stderr] 15 Finished task `single_threaded_executor::do_some`
[INFO] [stderr]  2 PERWARN: END [4.091089ms] do_some does not currently sort tasks well [interval took 48.34µs] 
[INFO] [stderr]  2 PERFWARN: BEGIN src/lib.rs:265:41 [4.105109ms] O(n) search for task_id
[INFO] [stderr]  2 PERWARN: END [4.116469ms] O(n) search for task_id [interval took 380ns] 
[INFO] [stderr] 2 PERFWARN: statistics[do_some does not currently sort tasks well: 2.523409ms,O(n) search for task_id: 3.816µs,]
[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" "e9943f0c2dd61d5959ce85816168120ccb34ca78acbafe77e8e91f905eb0a2b3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e9943f0c2dd61d5959ce85816168120ccb34ca78acbafe77e8e91f905eb0a2b3", kill_on_drop: false }`
[INFO] [stdout] e9943f0c2dd61d5959ce85816168120ccb34ca78acbafe77e8e91f905eb0a2b3
