[INFO] cloning repository https://github.com/morokumo/tokio-tutorial [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/morokumo/tokio-tutorial" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmorokumo%2Ftokio-tutorial", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmorokumo%2Ftokio-tutorial'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7b4201bfeb0d42ef1aa08d3a9c369444231c9fba [INFO] testing morokumo/tokio-tutorial against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmorokumo%2Ftokio-tutorial" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/morokumo/tokio-tutorial on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/morokumo/tokio-tutorial [INFO] finished tweaking git repo https://github.com/morokumo/tokio-tutorial [INFO] tweaked toml for git repo https://github.com/morokumo/tokio-tutorial written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/morokumo/tokio-tutorial already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded mini-redis v0.4.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] d800c9e76f3dcb7589235cfdde592f9ae78211cbfddd6ce786af829af7bdba8a [INFO] running `Command { std: "docker" "start" "-a" "d800c9e76f3dcb7589235cfdde592f9ae78211cbfddd6ce786af829af7bdba8a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d800c9e76f3dcb7589235cfdde592f9ae78211cbfddd6ce786af829af7bdba8a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d800c9e76f3dcb7589235cfdde592f9ae78211cbfddd6ce786af829af7bdba8a", kill_on_drop: false }` [INFO] [stdout] d800c9e76f3dcb7589235cfdde592f9ae78211cbfddd6ce786af829af7bdba8a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4e26a137416b3fde030cf7e214b6a71325bc7a5e89756207568f746a138af9b0 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "4e26a137416b3fde030cf7e214b6a71325bc7a5e89756207568f746a138af9b0", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stderr] Compiling libc v0.2.97 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling futures-core v0.3.15 [INFO] [stderr] Compiling tokio v1.7.1 [INFO] [stderr] Compiling sharded-slab v0.1.1 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling tracing-log v0.1.2 [INFO] [stderr] Compiling atoi v0.3.3 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling parking_lot_core v0.8.3 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling mio v0.7.13 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling tracing-serde v0.1.2 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling tracing-attributes v0.1.15 [INFO] [stderr] Compiling pin-project-internal v1.0.7 [INFO] [stderr] Compiling tokio-macros v1.2.0 [INFO] [stderr] Compiling structopt-derive v0.4.14 [INFO] [stderr] Compiling async-stream-impl v0.3.2 [INFO] [stderr] Compiling async-stream v0.3.2 [INFO] [stderr] Compiling pin-project v1.0.7 [INFO] [stderr] Compiling tracing v0.1.26 [INFO] [stderr] Compiling structopt v0.3.21 [INFO] [stderr] Compiling tracing-futures v0.2.5 [INFO] [stderr] Compiling tracing-subscriber v0.2.18 [INFO] [stderr] Compiling tokio-stream v0.1.6 [INFO] [stderr] Compiling mini-redis v0.4.0 [INFO] [stderr] Compiling tokio-tutorial v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning[E0170]: pattern binding `Incomplete` is named the same as one of the variants of the type `mini_redis::frame::Error` [INFO] [stdout] --> src/bin/connection.rs:56:17 [INFO] [stdout] | [INFO] [stdout] 56 | Err(Incomplete) => Ok(None), [INFO] [stdout] | ^^^^^^^^^^ help: to match on the variant, qualify the path: `mini_redis::frame::Error::Incomplete` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bindings_with_variant_name)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/bin/connection.rs:57:13 [INFO] [stdout] | [INFO] [stdout] 57 | Err(e) => Err(e.into()), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `Incomplete` [INFO] [stdout] --> src/bin/connection.rs:56:17 [INFO] [stdout] | [INFO] [stdout] 56 | Err(Incomplete) => Ok(None), [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_Incomplete` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `write_frame` [INFO] [stdout] --> src/bin/connection.rs:61:14 [INFO] [stdout] | [INFO] [stdout] 61 | async fn write_frame(&mut self, frame: &Frame) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `write_decimal` [INFO] [stdout] --> src/bin/connection.rs:96:14 [INFO] [stdout] | [INFO] [stdout] 96 | async fn write_decimal(&mut self, val: u64) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Incomplete` should have a snake case name [INFO] [stdout] --> src/bin/connection.rs:56:17 [INFO] [stdout] | [INFO] [stdout] 56 | Err(Incomplete) => Ok(None), [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `incomplete` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/bin/connection.rs:91:9 [INFO] [stdout] | [INFO] [stdout] 91 | self.stream.flush().await; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0170`. [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 38s [INFO] running `Command { std: "docker" "inspect" "4e26a137416b3fde030cf7e214b6a71325bc7a5e89756207568f746a138af9b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4e26a137416b3fde030cf7e214b6a71325bc7a5e89756207568f746a138af9b0", kill_on_drop: false }` [INFO] [stdout] 4e26a137416b3fde030cf7e214b6a71325bc7a5e89756207568f746a138af9b0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b8f7cf198f4d5bac5825ef21387cfab92b870ec68a27aa502e039997c478f8ba [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "b8f7cf198f4d5bac5825ef21387cfab92b870ec68a27aa502e039997c478f8ba", kill_on_drop: false }` [INFO] [stderr] Compiling tokio-tutorial v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning[E0170]: pattern binding `Incomplete` is named the same as one of the variants of the type `mini_redis::frame::Error` [INFO] [stdout] --> src/bin/connection.rs:56:17 [INFO] [stdout] | [INFO] [stdout] 56 | Err(Incomplete) => Ok(None), [INFO] [stdout] | ^^^^^^^^^^ help: to match on the variant, qualify the path: `mini_redis::frame::Error::Incomplete` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bindings_with_variant_name)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/bin/connection.rs:57:13 [INFO] [stdout] | [INFO] [stdout] 57 | Err(e) => Err(e.into()), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `Incomplete` [INFO] [stdout] --> src/bin/connection.rs:56:17 [INFO] [stdout] | [INFO] [stdout] 56 | Err(Incomplete) => Ok(None), [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_Incomplete` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `write_frame` [INFO] [stdout] --> src/bin/connection.rs:61:14 [INFO] [stdout] | [INFO] [stdout] 61 | async fn write_frame(&mut self, frame: &Frame) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `write_decimal` [INFO] [stdout] --> src/bin/connection.rs:96:14 [INFO] [stdout] | [INFO] [stdout] 96 | async fn write_decimal(&mut self, val: u64) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Incomplete` should have a snake case name [INFO] [stdout] --> src/bin/connection.rs:56:17 [INFO] [stdout] | [INFO] [stdout] 56 | Err(Incomplete) => Ok(None), [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `incomplete` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/bin/connection.rs:91:9 [INFO] [stdout] | [INFO] [stdout] 91 | self.stream.flush().await; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0170`. [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.65s [INFO] running `Command { std: "docker" "inspect" "b8f7cf198f4d5bac5825ef21387cfab92b870ec68a27aa502e039997c478f8ba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b8f7cf198f4d5bac5825ef21387cfab92b870ec68a27aa502e039997c478f8ba", kill_on_drop: false }` [INFO] [stdout] b8f7cf198f4d5bac5825ef21387cfab92b870ec68a27aa502e039997c478f8ba [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 074d752a588c1ca4e6cfeecba815cd472ebbdd86a2660baba0c17998aff315d0 [INFO] running `Command { std: "docker" "start" "-a" "074d752a588c1ca4e6cfeecba815cd472ebbdd86a2660baba0c17998aff315d0", kill_on_drop: false }` [INFO] [stderr] warning[E0170]: pattern binding `Incomplete` is named the same as one of the variants of the type `mini_redis::frame::Error` [INFO] [stderr] --> src/bin/connection.rs:56:17 [INFO] [stderr] | [INFO] [stderr] 56 | Err(Incomplete) => Ok(None), [INFO] [stderr] | ^^^^^^^^^^ help: to match on the variant, qualify the path: `mini_redis::frame::Error::Incomplete` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bindings_with_variant_name)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/bin/connection.rs:57:13 [INFO] [stderr] | [INFO] [stderr] 57 | Err(e) => Err(e.into()), [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `Incomplete` [INFO] [stderr] --> src/bin/connection.rs:56:17 [INFO] [stderr] | [INFO] [stderr] 56 | Err(Incomplete) => Ok(None), [INFO] [stderr] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_Incomplete` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `write_frame` [INFO] [stderr] --> src/bin/connection.rs:61:14 [INFO] [stderr] | [INFO] [stderr] 61 | async fn write_frame(&mut self, frame: &Frame) -> io::Result<()> { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `write_decimal` [INFO] [stderr] --> src/bin/connection.rs:96:14 [INFO] [stderr] | [INFO] [stderr] 96 | async fn write_decimal(&mut self, val: u64) -> io::Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variable `Incomplete` should have a snake case name [INFO] [stderr] --> src/bin/connection.rs:56:17 [INFO] [stderr] | [INFO] [stderr] 56 | Err(Incomplete) => Ok(None), [INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `incomplete` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused `Result` that must be used [INFO] [stderr] --> src/bin/connection.rs:91:9 [INFO] [stderr] | [INFO] [stderr] 91 | self.stream.flush().await; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0170`. [INFO] [stderr] warning: `tokio-tutorial` (bin "connection" test) generated 7 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/client-3f2b64f368b97ddc) [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] [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] [stderr] Running unittests (/opt/rustwide/target/debug/deps/connection-d1f15d5a6c2f587e) [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/echo-b22c95b676e48731) [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] [stderr] Running unittests (/opt/rustwide/target/debug/deps/futures-0be6a38b7a77e56d) [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/server-115d150d18d716e1) [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] [stderr] Running unittests (/opt/rustwide/target/debug/deps/tokio_tutorial-6a8f2f24a6db7db3) [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] [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" "074d752a588c1ca4e6cfeecba815cd472ebbdd86a2660baba0c17998aff315d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "074d752a588c1ca4e6cfeecba815cd472ebbdd86a2660baba0c17998aff315d0", kill_on_drop: false }` [INFO] [stdout] 074d752a588c1ca4e6cfeecba815cd472ebbdd86a2660baba0c17998aff315d0