[INFO] cloning repository https://github.com/L3oNav/xnav
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/L3oNav/xnav" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FL3oNav%2Fxnav", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FL3oNav%2Fxnav'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d9c08d90d3be8ca7586b3edb0a3357404618e889
[INFO] checking L3oNav/xnav against 615014f15745532730b9ce7a1d9309f8b4756f93 for pr-160491
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FL3oNav%2Fxnav" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/L3oNav/xnav
[INFO] finished tweaking git repo https://github.com/L3oNav/xnav
[INFO] tweaked toml for git repo https://github.com/L3oNav/xnav written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/L3oNav/xnav on toolchain 615014f15745532730b9ce7a1d9309f8b4756f93
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/L3oNav/xnav 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" "+615014f15745532730b9ce7a1d9309f8b4756f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: the cargo feature `edition2024` has been stabilized in the 1.85 release and is no longer necessary to be listed in the manifest
[INFO] [stderr]   See https://doc.rust-lang.org/nightly/cargo/reference/manifest.html#the-edition-field for more information about using this feature.
[INFO] [stderr] warning: `xnav` (manifest) generated 1 warning
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded async-tls v0.10.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] d5aa310cf28e482c48f98b28a29b266dba85cf6dd3e4e9b9864591367264458b
[INFO] running `Command { std: "docker" "start" "d5aa310cf28e482c48f98b28a29b266dba85cf6dd3e4e9b9864591367264458b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d5aa310cf28e482c48f98b28a29b266dba85cf6dd3e4e9b9864591367264458b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d5aa310cf28e482c48f98b28a29b266dba85cf6dd3e4e9b9864591367264458b" "/opt/rustwide/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d5aa310cf28e482c48f98b28a29b266dba85cf6dd3e4e9b9864591367264458b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d5aa310cf28e482c48f98b28a29b266dba85cf6dd3e4e9b9864591367264458b" "/opt/rustwide/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: the cargo feature `edition2024` has been stabilized in the 1.85 release and is no longer necessary to be listed in the manifest
[INFO] [stderr]   See https://doc.rust-lang.org/nightly/cargo/reference/manifest.html#the-edition-field for more information about using this feature.
[INFO] [stderr] warning: `xnav` (manifest) generated 1 warning
[INFO] [stderr]    Compiling cc v1.0.99
[INFO] [stderr]    Compiling serde v1.0.203
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]     Checking http v1.1.0
[INFO] [stderr]     Checking indexmap v2.2.6
[INFO] [stderr]     Checking winnow v0.6.13
[INFO] [stderr]    Compiling anyhow v1.0.86
[INFO] [stderr]    Compiling syn v2.0.66
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking socket2 v0.5.7
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking http-body v1.0.0
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling serde_derive v1.0.203
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling tokio-macros v2.3.0
[INFO] [stderr]     Checking tokio v1.38.0
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking webpki v0.21.4
[INFO] [stderr]     Checking sct v0.6.1
[INFO] [stderr]     Checking rustls v0.18.1
[INFO] [stderr]     Checking webpki-roots v0.20.0
[INFO] [stderr]     Checking async-tls v0.10.0
[INFO] [stderr]     Checking http-body-util v0.1.2
[INFO] [stderr]     Checking tokio-util v0.7.11
[INFO] [stderr]     Checking h2 v0.4.5
[INFO] [stderr]     Checking toml_datetime v0.6.6
[INFO] [stderr]     Checking serde_spanned v0.6.6
[INFO] [stderr]     Checking serde_json v1.0.117
[INFO] [stderr]     Checking toml_edit v0.22.14
[INFO] [stderr]     Checking toml v0.8.14
[INFO] [stderr]     Checking hyper v1.3.1
[INFO] [stderr]     Checking xnav v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0364]: `forward` is private, and cannot be re-exported
[INFO] [stdout]   --> src/service/mod.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub use proxy::forward;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: consider marking `forward` as `pub` in the imported module
[INFO] [stdout]   --> src/service/mod.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub use proxy::forward;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `tokio::TcpSocket`
[INFO] [stdout]  --> src/server/server.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     TcpSocket,
[INFO] [stdout]   |     ^^^^^^^^^ no `TcpSocket` in the root
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider importing this struct instead:
[INFO] [stdout]           tokio::net::TcpSocket
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `tokio::TcpSocket`
[INFO] [stdout]  --> src/server/server.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     TcpSocket,
[INFO] [stdout]   |     ^^^^^^^^^ no `TcpSocket` in the root
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider importing this struct instead:
[INFO] [stdout]           tokio::net::TcpSocket
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0364]: `forward` is private, and cannot be re-exported
[INFO] [stdout]   --> src/service/mod.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub use proxy::forward;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: consider marking `forward` as `pub` in the imported module
[INFO] [stdout]   --> src/service/mod.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub use proxy::forward;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `hyper::Body`
[INFO] [stdout]   --> src/service/request.rs:72:9
[INFO] [stdout]    |
[INFO] [stdout] 72 |     use hyper::Body;
[INFO] [stdout]    |         ^^^^^^^----
[INFO] [stdout]    |                |
[INFO] [stdout]    |                no `Body` in the root
[INFO] [stdout]    |
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]    |
[INFO] [stdout] 72 -     use hyper::Body;
[INFO] [stdout] 72 +     use hyper::body;
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this trait instead
[INFO] [stdout]    |
[INFO] [stdout] 72 |     use hyper::body::Body;
[INFO] [stdout]    |                ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `os::unix::thread`
[INFO] [stdout]  --> src/config/config.rs:6:28
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::{net::SocketAddr, os::unix::thread};
[INFO] [stdout]   |                            ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `TcpStream`
[INFO] [stdout]  --> src/server/server.rs:5:24
[INFO] [stdout]   |
[INFO] [stdout] 5 |     net::{TcpListener, TcpStream},
[INFO] [stdout]   |                        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tokio_util::compat::TokioAsyncReadCompatExt`
[INFO] [stdout]  --> src/server/server.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use tokio_util::compat::TokioAsyncReadCompatExt;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Body` and `Upgraded`
[INFO] [stdout]  --> src/service/proxy.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 |     body::{Body, Incoming},
[INFO] [stdout]   |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 8 |     upgrade::{OnUpgrade, Upgraded},
[INFO] [stdout]   |                          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `AsyncRead` and `AsyncWrite`
[INFO] [stdout]   --> src/service/proxy.rs:11:10
[INFO] [stdout]    |
[INFO] [stdout] 11 |     io::{AsyncRead, AsyncWrite},
[INFO] [stdout]    |          ^^^^^^^^^  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `upgrade::OnUpgrade`
[INFO] [stdout]  --> src/service/request.rs:2:21
[INFO] [stdout]   |
[INFO] [stdout] 2 | use hyper::{header, upgrade::OnUpgrade, Request};
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `proxy::forward`
[INFO] [stdout]   --> src/service/mod.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub use proxy::forward;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `os::unix::thread`
[INFO] [stdout]  --> src/config/config.rs:6:28
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::{net::SocketAddr, os::unix::thread};
[INFO] [stdout]   |                            ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `TcpStream`
[INFO] [stdout]  --> src/server/server.rs:5:24
[INFO] [stdout]   |
[INFO] [stdout] 5 |     net::{TcpListener, TcpStream},
[INFO] [stdout]   |                        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tokio_util::compat::TokioAsyncReadCompatExt`
[INFO] [stdout]  --> src/server/server.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use tokio_util::compat::TokioAsyncReadCompatExt;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Body` and `Upgraded`
[INFO] [stdout]  --> src/service/proxy.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 |     body::{Body, Incoming},
[INFO] [stdout]   |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 8 |     upgrade::{OnUpgrade, Upgraded},
[INFO] [stdout]   |                          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `AsyncRead` and `AsyncWrite`
[INFO] [stdout]   --> src/service/proxy.rs:11:10
[INFO] [stdout]    |
[INFO] [stdout] 11 |     io::{AsyncRead, AsyncWrite},
[INFO] [stdout]    |          ^^^^^^^^^  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `upgrade::OnUpgrade`
[INFO] [stdout]  --> src/service/request.rs:2:21
[INFO] [stdout]   |
[INFO] [stdout] 2 | use hyper::{header, upgrade::OnUpgrade, Request};
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `proxy::forward`
[INFO] [stdout]   --> src/service/mod.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub use proxy::forward;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `is_some_and` has been stable since 1.70.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | #![feature(is_some_and)]
[INFO] [stdout]   |            ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `ptr_from_ref` has been stable since 1.76.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(ptr_from_ref)]
[INFO] [stdout]   |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `is_some_and` has been stable since 1.70.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | #![feature(is_some_and)]
[INFO] [stdout]   |            ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `ptr_from_ref` has been stable since 1.76.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(ptr_from_ref)]
[INFO] [stdout]   |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `tokio::net::TcpStream: hyper::rt::Read` is not satisfied
[INFO] [stdout]    --> src/server/server.rs:196:39
[INFO] [stdout]     |
[INFO] [stdout] 196 |                     .serve_connection(stream, Xnav::new(config, client_addr, server_addr))
[INFO] [stdout]     |                      ---------------- ^^^^^^ the trait `hyper::rt::Read` is not implemented for `tokio::net::TcpStream`
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout] help: the following other types implement trait `hyper::rt::Read`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/upgrade.rs:165:1
[INFO] [stdout]     |
[INFO] [stdout] 165 |   impl Read for Upgraded {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^ `Upgraded`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/rt/io.rs:290:1
[INFO] [stdout]     |
[INFO] [stdout] 290 |   impl<T: ?Sized + Read + Unpin> Read for Box<T> {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Box<T>`
[INFO] [stdout] ...
[INFO] [stdout] 294 |   impl<T: ?Sized + Read + Unpin> Read for &mut T {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&mut T`
[INFO] [stdout] ...
[INFO] [stdout] 298 | / impl<P> Read for Pin<P>
[INFO] [stdout] 299 | | where
[INFO] [stdout] 300 | |     P: DerefMut,
[INFO] [stdout] 301 | |     P::Target: Read,
[INFO] [stdout]     | |____________________^ `Pin<P>`
[INFO] [stdout] note: required by a bound in `hyper::server::conn::http1::Builder::serve_connection`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/server/conn/http1.rs:420:12
[INFO] [stdout]     |
[INFO] [stdout] 414 |     pub fn serve_connection<I, S>(&self, io: I, service: S) -> Connection<I, S>
[INFO] [stdout]     |            ---------------- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 420 |         I: Read + Write + Unpin,
[INFO] [stdout]     |            ^^^^ required by this bound in `Builder::serve_connection`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `tokio::net::TcpStream: hyper::rt::Write` is not satisfied
[INFO] [stdout]    --> src/server/server.rs:196:39
[INFO] [stdout]     |
[INFO] [stdout] 196 |                     .serve_connection(stream, Xnav::new(config, client_addr, server_addr))
[INFO] [stdout]     |                      ---------------- ^^^^^^ the trait `hyper::rt::Write` is not implemented for `tokio::net::TcpStream`
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout] help: the following other types implement trait `hyper::rt::Write`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/upgrade.rs:175:1
[INFO] [stdout]     |
[INFO] [stdout] 175 |   impl Write for Upgraded {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^ `Upgraded`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/rt/io.rs:347:1
[INFO] [stdout]     |
[INFO] [stdout] 347 |   impl<T: ?Sized + Write + Unpin> Write for Box<T> {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Box<T>`
[INFO] [stdout] ...
[INFO] [stdout] 351 |   impl<T: ?Sized + Write + Unpin> Write for &mut T {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&mut T`
[INFO] [stdout] ...
[INFO] [stdout] 355 | / impl<P> Write for Pin<P>
[INFO] [stdout] 356 | | where
[INFO] [stdout] 357 | |     P: DerefMut,
[INFO] [stdout] 358 | |     P::Target: Write,
[INFO] [stdout]     | |_____________________^ `Pin<P>`
[INFO] [stdout] note: required by a bound in `hyper::server::conn::http1::Builder::serve_connection`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/server/conn/http1.rs:420:19
[INFO] [stdout]     |
[INFO] [stdout] 414 |     pub fn serve_connection<I, S>(&self, io: I, service: S) -> Connection<I, S>
[INFO] [stdout]     |            ---------------- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 420 |         I: Read + Write + Unpin,
[INFO] [stdout]     |                   ^^^^^ required by this bound in `Builder::serve_connection`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `tokio::net::TcpStream: hyper::rt::Read` is not satisfied
[INFO] [stdout]    --> src/server/server.rs:196:39
[INFO] [stdout]     |
[INFO] [stdout] 196 |                     .serve_connection(stream, Xnav::new(config, client_addr, server_addr))
[INFO] [stdout]     |                      ---------------- ^^^^^^ the trait `hyper::rt::Read` is not implemented for `tokio::net::TcpStream`
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout] help: the following other types implement trait `hyper::rt::Read`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/upgrade.rs:165:1
[INFO] [stdout]     |
[INFO] [stdout] 165 |   impl Read for Upgraded {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^ `Upgraded`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/rt/io.rs:290:1
[INFO] [stdout]     |
[INFO] [stdout] 290 |   impl<T: ?Sized + Read + Unpin> Read for Box<T> {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Box<T>`
[INFO] [stdout] ...
[INFO] [stdout] 294 |   impl<T: ?Sized + Read + Unpin> Read for &mut T {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&mut T`
[INFO] [stdout] ...
[INFO] [stdout] 298 | / impl<P> Read for Pin<P>
[INFO] [stdout] 299 | | where
[INFO] [stdout] 300 | |     P: DerefMut,
[INFO] [stdout] 301 | |     P::Target: Read,
[INFO] [stdout]     | |____________________^ `Pin<P>`
[INFO] [stdout] note: required by a bound in `hyper::server::conn::http1::Builder::serve_connection`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/server/conn/http1.rs:420:12
[INFO] [stdout]     |
[INFO] [stdout] 414 |     pub fn serve_connection<I, S>(&self, io: I, service: S) -> Connection<I, S>
[INFO] [stdout]     |            ---------------- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 420 |         I: Read + Write + Unpin,
[INFO] [stdout]     |            ^^^^ required by this bound in `Builder::serve_connection`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `tokio::net::TcpStream: hyper::rt::Write` is not satisfied
[INFO] [stdout]    --> src/server/server.rs:196:39
[INFO] [stdout]     |
[INFO] [stdout] 196 |                     .serve_connection(stream, Xnav::new(config, client_addr, server_addr))
[INFO] [stdout]     |                      ---------------- ^^^^^^ the trait `hyper::rt::Write` is not implemented for `tokio::net::TcpStream`
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout] help: the following other types implement trait `hyper::rt::Write`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/upgrade.rs:175:1
[INFO] [stdout]     |
[INFO] [stdout] 175 |   impl Write for Upgraded {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^ `Upgraded`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/rt/io.rs:347:1
[INFO] [stdout]     |
[INFO] [stdout] 347 |   impl<T: ?Sized + Write + Unpin> Write for Box<T> {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Box<T>`
[INFO] [stdout] ...
[INFO] [stdout] 351 |   impl<T: ?Sized + Write + Unpin> Write for &mut T {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&mut T`
[INFO] [stdout] ...
[INFO] [stdout] 355 | / impl<P> Write for Pin<P>
[INFO] [stdout] 356 | | where
[INFO] [stdout] 357 | |     P: DerefMut,
[INFO] [stdout] 358 | |     P::Target: Write,
[INFO] [stdout]     | |_____________________^ `Pin<P>`
[INFO] [stdout] note: required by a bound in `hyper::server::conn::http1::Builder::serve_connection`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/server/conn/http1.rs:420:19
[INFO] [stdout]     |
[INFO] [stdout] 414 |     pub fn serve_connection<I, S>(&self, io: I, service: S) -> Connection<I, S>
[INFO] [stdout]     |            ---------------- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 420 |         I: Read + Write + Unpin,
[INFO] [stdout]     |                   ^^^^^ required by this bound in `Builder::serve_connection`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `with_upgrades` exists for struct `hyper::server::conn::http1::Connection<tokio::net::TcpStream, Xnav>`, but its trait bounds were not satisfied
[INFO] [stdout]    --> src/server/server.rs:197:22
[INFO] [stdout]     |
[INFO] [stdout] 193 |                   if let Err(err) = Builder::new()
[INFO] [stdout]     |  ___________________________________-
[INFO] [stdout] 194 | |                     .preserve_header_case(true)
[INFO] [stdout] 195 | |                     .title_case_headers(true)
[INFO] [stdout] 196 | |                     .serve_connection(stream, Xnav::new(config, client_addr, server_addr))
[INFO] [stdout] 197 | |                     .with_upgrades()
[INFO] [stdout]     | |                     -^^^^^^^^^^^^^ method cannot be called due to unsatisfied trait bounds
[INFO] [stdout]     | |_____________________|
[INFO] [stdout]     |
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/net/tcp/stream.rs:69:5
[INFO] [stdout]     |
[INFO] [stdout]  69 |       pub struct TcpStream {
[INFO] [stdout]     |       -------------------- doesn't satisfy `tokio::net::TcpStream: hyper::rt::Read` or `tokio::net::TcpStream: hyper::rt::Write`
[INFO] [stdout]     |
[INFO] [stdout]     = note: the following trait bounds were not satisfied:
[INFO] [stdout]             `tokio::net::TcpStream: hyper::rt::Read`
[INFO] [stdout]             `tokio::net::TcpStream: hyper::rt::Write`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `with_upgrades` exists for struct `hyper::server::conn::http1::Connection<tokio::net::TcpStream, Xnav>`, but its trait bounds were not satisfied
[INFO] [stdout]    --> src/server/server.rs:197:22
[INFO] [stdout]     |
[INFO] [stdout] 193 |                   if let Err(err) = Builder::new()
[INFO] [stdout]     |  ___________________________________-
[INFO] [stdout] 194 | |                     .preserve_header_case(true)
[INFO] [stdout] 195 | |                     .title_case_headers(true)
[INFO] [stdout] 196 | |                     .serve_connection(stream, Xnav::new(config, client_addr, server_addr))
[INFO] [stdout] 197 | |                     .with_upgrades()
[INFO] [stdout]     | |                     -^^^^^^^^^^^^^ method cannot be called due to unsatisfied trait bounds
[INFO] [stdout]     | |_____________________|
[INFO] [stdout]     |
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/net/tcp/stream.rs:69:5
[INFO] [stdout]     |
[INFO] [stdout]  69 |       pub struct TcpStream {
[INFO] [stdout]     |       -------------------- doesn't satisfy `tokio::net::TcpStream: hyper::rt::Read` or `tokio::net::TcpStream: hyper::rt::Write`
[INFO] [stdout]     |
[INFO] [stdout]     = note: the following trait bounds were not satisfied:
[INFO] [stdout]             `tokio::net::TcpStream: hyper::rt::Read`
[INFO] [stdout]             `tokio::net::TcpStream: hyper::rt::Write`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Compat<tokio::net::TcpStream>: hyper::rt::Read` is not satisfied
[INFO] [stdout]    --> src/service/proxy.rs:34:20
[INFO] [stdout]     |
[INFO] [stdout]  34 |         .handshake(stream)
[INFO] [stdout]     |          --------- ^^^^^^ the trait `hyper::rt::Read` is not implemented for `Compat<tokio::net::TcpStream>`
[INFO] [stdout]     |          |
[INFO] [stdout]     |          required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout] help: the following other types implement trait `hyper::rt::Read`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/upgrade.rs:165:1
[INFO] [stdout]     |
[INFO] [stdout] 165 |   impl Read for Upgraded {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^ `Upgraded`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/rt/io.rs:290:1
[INFO] [stdout]     |
[INFO] [stdout] 290 |   impl<T: ?Sized + Read + Unpin> Read for Box<T> {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Box<T>`
[INFO] [stdout] ...
[INFO] [stdout] 294 |   impl<T: ?Sized + Read + Unpin> Read for &mut T {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&mut T`
[INFO] [stdout] ...
[INFO] [stdout] 298 | / impl<P> Read for Pin<P>
[INFO] [stdout] 299 | | where
[INFO] [stdout] 300 | |     P: DerefMut,
[INFO] [stdout] 301 | |     P::Target: Read,
[INFO] [stdout]     | |____________________^ `Pin<P>`
[INFO] [stdout] note: required by a bound in `hyper::client::conn::http1::Builder::handshake`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/client/conn/http1.rs:504:12
[INFO] [stdout]     |
[INFO] [stdout] 499 |     pub fn handshake<T, B>(
[INFO] [stdout]     |            --------- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 504 |         T: Read + Write + Unpin + 'static,
[INFO] [stdout]     |            ^^^^ required by this bound in `Builder::handshake`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Compat<tokio::net::TcpStream>: hyper::rt::Write` is not satisfied
[INFO] [stdout]    --> src/service/proxy.rs:34:20
[INFO] [stdout]     |
[INFO] [stdout]  34 |         .handshake(stream)
[INFO] [stdout]     |          --------- ^^^^^^ the trait `hyper::rt::Write` is not implemented for `Compat<tokio::net::TcpStream>`
[INFO] [stdout]     |          |
[INFO] [stdout]     |          required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout] help: the following other types implement trait `hyper::rt::Write`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/upgrade.rs:175:1
[INFO] [stdout]     |
[INFO] [stdout] 175 |   impl Write for Upgraded {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^ `Upgraded`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/rt/io.rs:347:1
[INFO] [stdout]     |
[INFO] [stdout] 347 |   impl<T: ?Sized + Write + Unpin> Write for Box<T> {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Box<T>`
[INFO] [stdout] ...
[INFO] [stdout] 351 |   impl<T: ?Sized + Write + Unpin> Write for &mut T {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&mut T`
[INFO] [stdout] ...
[INFO] [stdout] 355 | / impl<P> Write for Pin<P>
[INFO] [stdout] 356 | | where
[INFO] [stdout] 357 | |     P: DerefMut,
[INFO] [stdout] 358 | |     P::Target: Write,
[INFO] [stdout]     | |_____________________^ `Pin<P>`
[INFO] [stdout] note: required by a bound in `hyper::client::conn::http1::Builder::handshake`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/client/conn/http1.rs:504:19
[INFO] [stdout]     |
[INFO] [stdout] 499 |     pub fn handshake<T, B>(
[INFO] [stdout]     |            --------- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 504 |         T: Read + Write + Unpin + 'static,
[INFO] [stdout]     |                   ^^^^^ required by this bound in `Builder::handshake`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Compat<tokio::net::TcpStream>: hyper::rt::Read` is not satisfied
[INFO] [stdout]    --> src/service/proxy.rs:31:30
[INFO] [stdout]     |
[INFO] [stdout]  31 |       let (mut sender, conn) = Builder::new()
[INFO] [stdout]     |  ______________________________^
[INFO] [stdout]  32 | |         .preserve_header_case(true)
[INFO] [stdout]  33 | |         .title_case_headers(true)
[INFO] [stdout]  34 | |         .handshake(stream)
[INFO] [stdout]     | |__________________________^ the trait `hyper::rt::Read` is not implemented for `Compat<tokio::net::TcpStream>`
[INFO] [stdout]     |
[INFO] [stdout] help: the following other types implement trait `hyper::rt::Read`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/upgrade.rs:165:1
[INFO] [stdout]     |
[INFO] [stdout] 165 |   impl Read for Upgraded {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^ `Upgraded`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/rt/io.rs:290:1
[INFO] [stdout]     |
[INFO] [stdout] 290 |   impl<T: ?Sized + Read + Unpin> Read for Box<T> {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Box<T>`
[INFO] [stdout] ...
[INFO] [stdout] 294 |   impl<T: ?Sized + Read + Unpin> Read for &mut T {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&mut T`
[INFO] [stdout] ...
[INFO] [stdout] 298 | / impl<P> Read for Pin<P>
[INFO] [stdout] 299 | | where
[INFO] [stdout] 300 | |     P: DerefMut,
[INFO] [stdout] 301 | |     P::Target: Read,
[INFO] [stdout]     | |____________________^ `Pin<P>`
[INFO] [stdout] note: required by a bound in `hyper::client::conn::http1::Builder::handshake`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/client/conn/http1.rs:504:12
[INFO] [stdout]     |
[INFO] [stdout] 499 |     pub fn handshake<T, B>(
[INFO] [stdout]     |            --------- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 504 |         T: Read + Write + Unpin + 'static,
[INFO] [stdout]     |            ^^^^ required by this bound in `Builder::handshake`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Compat<tokio::net::TcpStream>: hyper::rt::Read` is not satisfied
[INFO] [stdout]    --> src/service/proxy.rs:34:20
[INFO] [stdout]     |
[INFO] [stdout]  34 |         .handshake(stream)
[INFO] [stdout]     |          --------- ^^^^^^ the trait `hyper::rt::Read` is not implemented for `Compat<tokio::net::TcpStream>`
[INFO] [stdout]     |          |
[INFO] [stdout]     |          required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout] help: the following other types implement trait `hyper::rt::Read`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/upgrade.rs:165:1
[INFO] [stdout]     |
[INFO] [stdout] 165 |   impl Read for Upgraded {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^ `Upgraded`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/rt/io.rs:290:1
[INFO] [stdout]     |
[INFO] [stdout] 290 |   impl<T: ?Sized + Read + Unpin> Read for Box<T> {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Box<T>`
[INFO] [stdout] ...
[INFO] [stdout] 294 |   impl<T: ?Sized + Read + Unpin> Read for &mut T {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&mut T`
[INFO] [stdout] ...
[INFO] [stdout] 298 | / impl<P> Read for Pin<P>
[INFO] [stdout] 299 | | where
[INFO] [stdout] 300 | |     P: DerefMut,
[INFO] [stdout] 301 | |     P::Target: Read,
[INFO] [stdout]     | |____________________^ `Pin<P>`
[INFO] [stdout] note: required by a bound in `hyper::client::conn::http1::Builder::handshake`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/client/conn/http1.rs:504:12
[INFO] [stdout]     |
[INFO] [stdout] 499 |     pub fn handshake<T, B>(
[INFO] [stdout]     |            --------- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 504 |         T: Read + Write + Unpin + 'static,
[INFO] [stdout]     |            ^^^^ required by this bound in `Builder::handshake`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Compat<tokio::net::TcpStream>: hyper::rt::Write` is not satisfied
[INFO] [stdout]    --> src/service/proxy.rs:31:30
[INFO] [stdout]     |
[INFO] [stdout]  31 |       let (mut sender, conn) = Builder::new()
[INFO] [stdout]     |  ______________________________^
[INFO] [stdout]  32 | |         .preserve_header_case(true)
[INFO] [stdout]  33 | |         .title_case_headers(true)
[INFO] [stdout]  34 | |         .handshake(stream)
[INFO] [stdout]     | |__________________________^ the trait `hyper::rt::Write` is not implemented for `Compat<tokio::net::TcpStream>`
[INFO] [stdout]     |
[INFO] [stdout] help: the following other types implement trait `hyper::rt::Write`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/upgrade.rs:175:1
[INFO] [stdout]     |
[INFO] [stdout] 175 |   impl Write for Upgraded {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^ `Upgraded`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/rt/io.rs:347:1
[INFO] [stdout]     |
[INFO] [stdout] 347 |   impl<T: ?Sized + Write + Unpin> Write for Box<T> {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Box<T>`
[INFO] [stdout] ...
[INFO] [stdout] 351 |   impl<T: ?Sized + Write + Unpin> Write for &mut T {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&mut T`
[INFO] [stdout] ...
[INFO] [stdout] 355 | / impl<P> Write for Pin<P>
[INFO] [stdout] 356 | | where
[INFO] [stdout] 357 | |     P: DerefMut,
[INFO] [stdout] 358 | |     P::Target: Write,
[INFO] [stdout]     | |_____________________^ `Pin<P>`
[INFO] [stdout] note: required by a bound in `hyper::client::conn::http1::Builder::handshake`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/client/conn/http1.rs:504:19
[INFO] [stdout]     |
[INFO] [stdout] 499 |     pub fn handshake<T, B>(
[INFO] [stdout]     |            --------- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 504 |         T: Read + Write + Unpin + 'static,
[INFO] [stdout]     |                   ^^^^^ required by this bound in `Builder::handshake`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Compat<tokio::net::TcpStream>: hyper::rt::Write` is not satisfied
[INFO] [stdout]    --> src/service/proxy.rs:34:20
[INFO] [stdout]     |
[INFO] [stdout]  34 |         .handshake(stream)
[INFO] [stdout]     |          --------- ^^^^^^ the trait `hyper::rt::Write` is not implemented for `Compat<tokio::net::TcpStream>`
[INFO] [stdout]     |          |
[INFO] [stdout]     |          required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout] help: the following other types implement trait `hyper::rt::Write`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/upgrade.rs:175:1
[INFO] [stdout]     |
[INFO] [stdout] 175 |   impl Write for Upgraded {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^ `Upgraded`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/rt/io.rs:347:1
[INFO] [stdout]     |
[INFO] [stdout] 347 |   impl<T: ?Sized + Write + Unpin> Write for Box<T> {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Box<T>`
[INFO] [stdout] ...
[INFO] [stdout] 351 |   impl<T: ?Sized + Write + Unpin> Write for &mut T {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&mut T`
[INFO] [stdout] ...
[INFO] [stdout] 355 | / impl<P> Write for Pin<P>
[INFO] [stdout] 356 | | where
[INFO] [stdout] 357 | |     P: DerefMut,
[INFO] [stdout] 358 | |     P::Target: Write,
[INFO] [stdout]     | |_____________________^ `Pin<P>`
[INFO] [stdout] note: required by a bound in `hyper::client::conn::http1::Builder::handshake`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/client/conn/http1.rs:504:19
[INFO] [stdout]     |
[INFO] [stdout] 499 |     pub fn handshake<T, B>(
[INFO] [stdout]     |            --------- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 504 |         T: Read + Write + Unpin + 'static,
[INFO] [stdout]     |                   ^^^^^ required by this bound in `Builder::handshake`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Compat<tokio::net::TcpStream>: hyper::rt::Read` is not satisfied
[INFO] [stdout]    --> src/service/proxy.rs:35:10
[INFO] [stdout]     |
[INFO] [stdout]  35 |         .await?;
[INFO] [stdout]     |          ^^^^^ the trait `hyper::rt::Read` is not implemented for `Compat<tokio::net::TcpStream>`
[INFO] [stdout]     |
[INFO] [stdout] help: the following other types implement trait `hyper::rt::Read`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/upgrade.rs:165:1
[INFO] [stdout]     |
[INFO] [stdout] 165 |   impl Read for Upgraded {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^ `Upgraded`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/rt/io.rs:290:1
[INFO] [stdout]     |
[INFO] [stdout] 290 |   impl<T: ?Sized + Read + Unpin> Read for Box<T> {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Box<T>`
[INFO] [stdout] ...
[INFO] [stdout] 294 |   impl<T: ?Sized + Read + Unpin> Read for &mut T {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&mut T`
[INFO] [stdout] ...
[INFO] [stdout] 298 | / impl<P> Read for Pin<P>
[INFO] [stdout] 299 | | where
[INFO] [stdout] 300 | |     P: DerefMut,
[INFO] [stdout] 301 | |     P::Target: Read,
[INFO] [stdout]     | |____________________^ `Pin<P>`
[INFO] [stdout] note: required by a bound in `hyper::client::conn::http1::Builder::handshake`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/client/conn/http1.rs:504:12
[INFO] [stdout]     |
[INFO] [stdout] 499 |     pub fn handshake<T, B>(
[INFO] [stdout]     |            --------- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 504 |         T: Read + Write + Unpin + 'static,
[INFO] [stdout]     |            ^^^^ required by this bound in `Builder::handshake`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Compat<tokio::net::TcpStream>: hyper::rt::Write` is not satisfied
[INFO] [stdout]    --> src/service/proxy.rs:35:10
[INFO] [stdout]     |
[INFO] [stdout]  35 |         .await?;
[INFO] [stdout]     |          ^^^^^ the trait `hyper::rt::Write` is not implemented for `Compat<tokio::net::TcpStream>`
[INFO] [stdout]     |
[INFO] [stdout] help: the following other types implement trait `hyper::rt::Write`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/upgrade.rs:175:1
[INFO] [stdout]     |
[INFO] [stdout] 175 |   impl Write for Upgraded {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^ `Upgraded`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/rt/io.rs:347:1
[INFO] [stdout]     |
[INFO] [stdout] 347 |   impl<T: ?Sized + Write + Unpin> Write for Box<T> {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Box<T>`
[INFO] [stdout] ...
[INFO] [stdout] 351 |   impl<T: ?Sized + Write + Unpin> Write for &mut T {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&mut T`
[INFO] [stdout] ...
[INFO] [stdout] 355 | / impl<P> Write for Pin<P>
[INFO] [stdout] 356 | | where
[INFO] [stdout] 357 | |     P: DerefMut,
[INFO] [stdout] 358 | |     P::Target: Write,
[INFO] [stdout]     | |_____________________^ `Pin<P>`
[INFO] [stdout] note: required by a bound in `hyper::client::conn::http1::Builder::handshake`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/client/conn/http1.rs:504:19
[INFO] [stdout]     |
[INFO] [stdout] 499 |     pub fn handshake<T, B>(
[INFO] [stdout]     |            --------- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 504 |         T: Read + Write + Unpin + 'static,
[INFO] [stdout]     |                   ^^^^^ required by this bound in `Builder::handshake`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Compat<tokio::net::TcpStream>: hyper::rt::Read` is not satisfied
[INFO] [stdout]    --> src/service/proxy.rs:31:30
[INFO] [stdout]     |
[INFO] [stdout]  31 |       let (mut sender, conn) = Builder::new()
[INFO] [stdout]     |  ______________________________^
[INFO] [stdout]  32 | |         .preserve_header_case(true)
[INFO] [stdout]  33 | |         .title_case_headers(true)
[INFO] [stdout]  34 | |         .handshake(stream)
[INFO] [stdout]     | |__________________________^ the trait `hyper::rt::Read` is not implemented for `Compat<tokio::net::TcpStream>`
[INFO] [stdout]     |
[INFO] [stdout] help: the following other types implement trait `hyper::rt::Read`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/upgrade.rs:165:1
[INFO] [stdout]     |
[INFO] [stdout] 165 |   impl Read for Upgraded {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^ `Upgraded`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/rt/io.rs:290:1
[INFO] [stdout]     |
[INFO] [stdout] 290 |   impl<T: ?Sized + Read + Unpin> Read for Box<T> {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Box<T>`
[INFO] [stdout] ...
[INFO] [stdout] 294 |   impl<T: ?Sized + Read + Unpin> Read for &mut T {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&mut T`
[INFO] [stdout] ...
[INFO] [stdout] 298 | / impl<P> Read for Pin<P>
[INFO] [stdout] 299 | | where
[INFO] [stdout] 300 | |     P: DerefMut,
[INFO] [stdout] 301 | |     P::Target: Read,
[INFO] [stdout]     | |____________________^ `Pin<P>`
[INFO] [stdout] note: required by a bound in `hyper::client::conn::http1::Builder::handshake`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/client/conn/http1.rs:504:12
[INFO] [stdout]     |
[INFO] [stdout] 499 |     pub fn handshake<T, B>(
[INFO] [stdout]     |            --------- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 504 |         T: Read + Write + Unpin + 'static,
[INFO] [stdout]     |            ^^^^ required by this bound in `Builder::handshake`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Compat<tokio::net::TcpStream>: hyper::rt::Read` is not satisfied
[INFO] [stdout]    --> src/service/proxy.rs:31:30
[INFO] [stdout]     |
[INFO] [stdout]  31 |       let (mut sender, conn) = Builder::new()
[INFO] [stdout]     |  ______________________________^
[INFO] [stdout]  32 | |         .preserve_header_case(true)
[INFO] [stdout]  33 | |         .title_case_headers(true)
[INFO] [stdout]  34 | |         .handshake(stream)
[INFO] [stdout]  35 | |         .await?;
[INFO] [stdout]     | |______________^ the trait `hyper::rt::Read` is not implemented for `Compat<tokio::net::TcpStream>`
[INFO] [stdout]     |
[INFO] [stdout] help: the following other types implement trait `hyper::rt::Read`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/upgrade.rs:165:1
[INFO] [stdout]     |
[INFO] [stdout] 165 |   impl Read for Upgraded {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^ `Upgraded`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/rt/io.rs:290:1
[INFO] [stdout]     |
[INFO] [stdout] 290 |   impl<T: ?Sized + Read + Unpin> Read for Box<T> {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Box<T>`
[INFO] [stdout] ...
[INFO] [stdout] 294 |   impl<T: ?Sized + Read + Unpin> Read for &mut T {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&mut T`
[INFO] [stdout] ...
[INFO] [stdout] 298 | / impl<P> Read for Pin<P>
[INFO] [stdout] 299 | | where
[INFO] [stdout] 300 | |     P: DerefMut,
[INFO] [stdout] 301 | |     P::Target: Read,
[INFO] [stdout]     | |____________________^ `Pin<P>`
[INFO] [stdout] note: required by a bound in `hyper::client::conn::http1::Connection`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/client/conn/http1.rs:54:8
[INFO] [stdout]     |
[INFO] [stdout]  52 | pub struct Connection<T, B>
[INFO] [stdout]     |            ---------- required by a bound in this struct
[INFO] [stdout]  53 | where
[INFO] [stdout]  54 |     T: Read + Write + 'static,
[INFO] [stdout]     |        ^^^^ required by this bound in `Connection`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Compat<tokio::net::TcpStream>: hyper::rt::Write` is not satisfied
[INFO] [stdout]    --> src/service/proxy.rs:31:30
[INFO] [stdout]     |
[INFO] [stdout]  31 |       let (mut sender, conn) = Builder::new()
[INFO] [stdout]     |  ______________________________^
[INFO] [stdout]  32 | |         .preserve_header_case(true)
[INFO] [stdout]  33 | |         .title_case_headers(true)
[INFO] [stdout]  34 | |         .handshake(stream)
[INFO] [stdout]  35 | |         .await?;
[INFO] [stdout]     | |______________^ the trait `hyper::rt::Write` is not implemented for `Compat<tokio::net::TcpStream>`
[INFO] [stdout]     |
[INFO] [stdout] help: the following other types implement trait `hyper::rt::Write`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/upgrade.rs:175:1
[INFO] [stdout]     |
[INFO] [stdout] 175 |   impl Write for Upgraded {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^ `Upgraded`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/rt/io.rs:347:1
[INFO] [stdout]     |
[INFO] [stdout] 347 |   impl<T: ?Sized + Write + Unpin> Write for Box<T> {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Box<T>`
[INFO] [stdout] ...
[INFO] [stdout] 351 |   impl<T: ?Sized + Write + Unpin> Write for &mut T {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&mut T`
[INFO] [stdout] ...
[INFO] [stdout] 355 | / impl<P> Write for Pin<P>
[INFO] [stdout] 356 | | where
[INFO] [stdout] 357 | |     P: DerefMut,
[INFO] [stdout] 358 | |     P::Target: Write,
[INFO] [stdout]     | |_____________________^ `Pin<P>`
[INFO] [stdout] note: required by a bound in `hyper::client::conn::http1::Connection`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/client/conn/http1.rs:54:15
[INFO] [stdout]     |
[INFO] [stdout]  52 | pub struct Connection<T, B>
[INFO] [stdout]     |            ---------- required by a bound in this struct
[INFO] [stdout]  53 | where
[INFO] [stdout]  54 |     T: Read + Write + 'static,
[INFO] [stdout]     |               ^^^^^ required by this bound in `Connection`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Compat<tokio::net::TcpStream>: hyper::rt::Read` is not satisfied
[INFO] [stdout]    --> src/service/proxy.rs:31:30
[INFO] [stdout]     |
[INFO] [stdout]  31 |       let (mut sender, conn) = Builder::new()
[INFO] [stdout]     |  ______________________________^
[INFO] [stdout]  32 | |         .preserve_header_case(true)
[INFO] [stdout]  33 | |         .title_case_headers(true)
[INFO] [stdout]  34 | |         .handshake(stream)
[INFO] [stdout]  35 | |         .await?;
[INFO] [stdout]     | |_______________^ the trait `hyper::rt::Read` is not implemented for `Compat<tokio::net::TcpStream>`
[INFO] [stdout]     |
[INFO] [stdout] help: the following other types implement trait `hyper::rt::Read`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/upgrade.rs:165:1
[INFO] [stdout]     |
[INFO] [stdout] 165 |   impl Read for Upgraded {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^ `Upgraded`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/rt/io.rs:290:1
[INFO] [stdout]     |
[INFO] [stdout] 290 |   impl<T: ?Sized + Read + Unpin> Read for Box<T> {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Box<T>`
[INFO] [stdout] ...
[INFO] [stdout] 294 |   impl<T: ?Sized + Read + Unpin> Read for &mut T {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&mut T`
[INFO] [stdout] ...
[INFO] [stdout] 298 | / impl<P> Read for Pin<P>
[INFO] [stdout] 299 | | where
[INFO] [stdout] 300 | |     P: DerefMut,
[INFO] [stdout] 301 | |     P::Target: Read,
[INFO] [stdout]     | |____________________^ `Pin<P>`
[INFO] [stdout] note: required by a bound in `hyper::client::conn::http1::Connection`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/client/conn/http1.rs:54:8
[INFO] [stdout]     |
[INFO] [stdout]  52 | pub struct Connection<T, B>
[INFO] [stdout]     |            ---------- required by a bound in this struct
[INFO] [stdout]  53 | where
[INFO] [stdout]  54 |     T: Read + Write + 'static,
[INFO] [stdout]     |        ^^^^ required by this bound in `Connection`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Compat<tokio::net::TcpStream>: hyper::rt::Write` is not satisfied
[INFO] [stdout]    --> src/service/proxy.rs:31:30
[INFO] [stdout]     |
[INFO] [stdout]  31 |       let (mut sender, conn) = Builder::new()
[INFO] [stdout]     |  ______________________________^
[INFO] [stdout]  32 | |         .preserve_header_case(true)
[INFO] [stdout]  33 | |         .title_case_headers(true)
[INFO] [stdout]  34 | |         .handshake(stream)
[INFO] [stdout]     | |__________________________^ the trait `hyper::rt::Write` is not implemented for `Compat<tokio::net::TcpStream>`
[INFO] [stdout]     |
[INFO] [stdout] help: the following other types implement trait `hyper::rt::Write`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/upgrade.rs:175:1
[INFO] [stdout]     |
[INFO] [stdout] 175 |   impl Write for Upgraded {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^ `Upgraded`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/rt/io.rs:347:1
[INFO] [stdout]     |
[INFO] [stdout] 347 |   impl<T: ?Sized + Write + Unpin> Write for Box<T> {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Box<T>`
[INFO] [stdout] ...
[INFO] [stdout] 351 |   impl<T: ?Sized + Write + Unpin> Write for &mut T {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&mut T`
[INFO] [stdout] ...
[INFO] [stdout] 355 | / impl<P> Write for Pin<P>
[INFO] [stdout] 356 | | where
[INFO] [stdout] 357 | |     P: DerefMut,
[INFO] [stdout] 358 | |     P::Target: Write,
[INFO] [stdout]     | |_____________________^ `Pin<P>`
[INFO] [stdout] note: required by a bound in `hyper::client::conn::http1::Builder::handshake`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/client/conn/http1.rs:504:19
[INFO] [stdout]     |
[INFO] [stdout] 499 |     pub fn handshake<T, B>(
[INFO] [stdout]     |            --------- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 504 |         T: Read + Write + Unpin + 'static,
[INFO] [stdout]     |                   ^^^^^ required by this bound in `Builder::handshake`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Compat<tokio::net::TcpStream>: hyper::rt::Read` is not satisfied
[INFO] [stdout]    --> src/service/proxy.rs:35:10
[INFO] [stdout]     |
[INFO] [stdout]  35 |         .await?;
[INFO] [stdout]     |          ^^^^^ the trait `hyper::rt::Read` is not implemented for `Compat<tokio::net::TcpStream>`
[INFO] [stdout]     |
[INFO] [stdout] help: the following other types implement trait `hyper::rt::Read`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/upgrade.rs:165:1
[INFO] [stdout]     |
[INFO] [stdout] 165 |   impl Read for Upgraded {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^ `Upgraded`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/rt/io.rs:290:1
[INFO] [stdout]     |
[INFO] [stdout] 290 |   impl<T: ?Sized + Read + Unpin> Read for Box<T> {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Box<T>`
[INFO] [stdout] ...
[INFO] [stdout] 294 |   impl<T: ?Sized + Read + Unpin> Read for &mut T {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&mut T`
[INFO] [stdout] ...
[INFO] [stdout] 298 | / impl<P> Read for Pin<P>
[INFO] [stdout] 299 | | where
[INFO] [stdout] 300 | |     P: DerefMut,
[INFO] [stdout] 301 | |     P::Target: Read,
[INFO] [stdout]     | |____________________^ `Pin<P>`
[INFO] [stdout] note: required by a bound in `hyper::client::conn::http1::Builder::handshake`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/client/conn/http1.rs:504:12
[INFO] [stdout]     |
[INFO] [stdout] 499 |     pub fn handshake<T, B>(
[INFO] [stdout]     |            --------- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 504 |         T: Read + Write + Unpin + 'static,
[INFO] [stdout]     |            ^^^^ required by this bound in `Builder::handshake`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Compat<tokio::net::TcpStream>: hyper::rt::Write` is not satisfied
[INFO] [stdout]    --> src/service/proxy.rs:31:30
[INFO] [stdout]     |
[INFO] [stdout]  31 |       let (mut sender, conn) = Builder::new()
[INFO] [stdout]     |  ______________________________^
[INFO] [stdout]  32 | |         .preserve_header_case(true)
[INFO] [stdout]  33 | |         .title_case_headers(true)
[INFO] [stdout]  34 | |         .handshake(stream)
[INFO] [stdout]  35 | |         .await?;
[INFO] [stdout]     | |_______________^ the trait `hyper::rt::Write` is not implemented for `Compat<tokio::net::TcpStream>`
[INFO] [stdout]     |
[INFO] [stdout] help: the following other types implement trait `hyper::rt::Write`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/upgrade.rs:175:1
[INFO] [stdout]     |
[INFO] [stdout] 175 |   impl Write for Upgraded {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^ `Upgraded`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/rt/io.rs:347:1
[INFO] [stdout]     |
[INFO] [stdout] 347 |   impl<T: ?Sized + Write + Unpin> Write for Box<T> {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Box<T>`
[INFO] [stdout] ...
[INFO] [stdout] 351 |   impl<T: ?Sized + Write + Unpin> Write for &mut T {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&mut T`
[INFO] [stdout] ...
[INFO] [stdout] 355 | / impl<P> Write for Pin<P>
[INFO] [stdout] 356 | | where
[INFO] [stdout] 357 | |     P: DerefMut,
[INFO] [stdout] 358 | |     P::Target: Write,
[INFO] [stdout]     | |_____________________^ `Pin<P>`
[INFO] [stdout] note: required by a bound in `hyper::client::conn::http1::Connection`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/client/conn/http1.rs:54:15
[INFO] [stdout]     |
[INFO] [stdout]  52 | pub struct Connection<T, B>
[INFO] [stdout]     |            ---------- required by a bound in this struct
[INFO] [stdout]  53 | where
[INFO] [stdout]  54 |     T: Read + Write + 'static,
[INFO] [stdout]     |               ^^^^^ required by this bound in `Connection`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Compat<tokio::net::TcpStream>: hyper::rt::Write` is not satisfied
[INFO] [stdout]    --> src/service/proxy.rs:35:10
[INFO] [stdout]     |
[INFO] [stdout]  35 |         .await?;
[INFO] [stdout]     |          ^^^^^ the trait `hyper::rt::Write` is not implemented for `Compat<tokio::net::TcpStream>`
[INFO] [stdout]     |
[INFO] [stdout] help: the following other types implement trait `hyper::rt::Write`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/upgrade.rs:175:1
[INFO] [stdout]     |
[INFO] [stdout] 175 |   impl Write for Upgraded {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^ `Upgraded`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/rt/io.rs:347:1
[INFO] [stdout]     |
[INFO] [stdout] 347 |   impl<T: ?Sized + Write + Unpin> Write for Box<T> {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Box<T>`
[INFO] [stdout] ...
[INFO] [stdout] 351 |   impl<T: ?Sized + Write + Unpin> Write for &mut T {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&mut T`
[INFO] [stdout] ...
[INFO] [stdout] 355 | / impl<P> Write for Pin<P>
[INFO] [stdout] 356 | | where
[INFO] [stdout] 357 | |     P: DerefMut,
[INFO] [stdout] 358 | |     P::Target: Write,
[INFO] [stdout]     | |_____________________^ `Pin<P>`
[INFO] [stdout] note: required by a bound in `hyper::client::conn::http1::Builder::handshake`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/client/conn/http1.rs:504:19
[INFO] [stdout]     |
[INFO] [stdout] 499 |     pub fn handshake<T, B>(
[INFO] [stdout]     |            --------- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 504 |         T: Read + Write + Unpin + 'static,
[INFO] [stdout]     |                   ^^^^^ required by this bound in `Builder::handshake`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Compat<tokio::net::TcpStream>: hyper::rt::Read` is not satisfied
[INFO] [stdout]    --> src/service/proxy.rs:38:27
[INFO] [stdout]     |
[INFO] [stdout]  38 |         if let Err(err) = conn.await {
[INFO] [stdout]     |                           ^^^^ the trait `hyper::rt::Read` is not implemented for `Compat<tokio::net::TcpStream>`
[INFO] [stdout]     |
[INFO] [stdout] help: the following other types implement trait `hyper::rt::Read`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/upgrade.rs:165:1
[INFO] [stdout]     |
[INFO] [stdout] 165 |   impl Read for Upgraded {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^ `Upgraded`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/rt/io.rs:290:1
[INFO] [stdout]     |
[INFO] [stdout] 290 |   impl<T: ?Sized + Read + Unpin> Read for Box<T> {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Box<T>`
[INFO] [stdout] ...
[INFO] [stdout] 294 |   impl<T: ?Sized + Read + Unpin> Read for &mut T {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&mut T`
[INFO] [stdout] ...
[INFO] [stdout] 298 | / impl<P> Read for Pin<P>
[INFO] [stdout] 299 | | where
[INFO] [stdout] 300 | |     P: DerefMut,
[INFO] [stdout] 301 | |     P::Target: Read,
[INFO] [stdout]     | |____________________^ `Pin<P>`
[INFO] [stdout] note: required by a bound in `hyper::client::conn::http1::Connection`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/client/conn/http1.rs:54:8
[INFO] [stdout]     |
[INFO] [stdout]  52 | pub struct Connection<T, B>
[INFO] [stdout]     |            ---------- required by a bound in this struct
[INFO] [stdout]  53 | where
[INFO] [stdout]  54 |     T: Read + Write + 'static,
[INFO] [stdout]     |        ^^^^ required by this bound in `Connection`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Compat<tokio::net::TcpStream>: hyper::rt::Read` is not satisfied
[INFO] [stdout]    --> src/service/proxy.rs:31:30
[INFO] [stdout]     |
[INFO] [stdout]  31 |       let (mut sender, conn) = Builder::new()
[INFO] [stdout]     |  ______________________________^
[INFO] [stdout]  32 | |         .preserve_header_case(true)
[INFO] [stdout]  33 | |         .title_case_headers(true)
[INFO] [stdout]  34 | |         .handshake(stream)
[INFO] [stdout]  35 | |         .await?;
[INFO] [stdout]     | |______________^ the trait `hyper::rt::Read` is not implemented for `Compat<tokio::net::TcpStream>`
[INFO] [stdout]     |
[INFO] [stdout] help: the following other types implement trait `hyper::rt::Read`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/upgrade.rs:165:1
[INFO] [stdout]     |
[INFO] [stdout] 165 |   impl Read for Upgraded {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^ `Upgraded`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/rt/io.rs:290:1
[INFO] [stdout]     |
[INFO] [stdout] 290 |   impl<T: ?Sized + Read + Unpin> Read for Box<T> {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Box<T>`
[INFO] [stdout] ...
[INFO] [stdout] 294 |   impl<T: ?Sized + Read + Unpin> Read for &mut T {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&mut T`
[INFO] [stdout] ...
[INFO] [stdout] 298 | / impl<P> Read for Pin<P>
[INFO] [stdout] 299 | | where
[INFO] [stdout] 300 | |     P: DerefMut,
[INFO] [stdout] 301 | |     P::Target: Read,
[INFO] [stdout]     | |____________________^ `Pin<P>`
[INFO] [stdout] note: required by a bound in `hyper::client::conn::http1::Connection`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/client/conn/http1.rs:54:8
[INFO] [stdout]     |
[INFO] [stdout]  52 | pub struct Connection<T, B>
[INFO] [stdout]     |            ---------- required by a bound in this struct
[INFO] [stdout]  53 | where
[INFO] [stdout]  54 |     T: Read + Write + 'static,
[INFO] [stdout]     |        ^^^^ required by this bound in `Connection`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Compat<tokio::net::TcpStream>: hyper::rt::Write` is not satisfied
[INFO] [stdout]    --> src/service/proxy.rs:38:27
[INFO] [stdout]     |
[INFO] [stdout]  38 |         if let Err(err) = conn.await {
[INFO] [stdout]     |                           ^^^^ the trait `hyper::rt::Write` is not implemented for `Compat<tokio::net::TcpStream>`
[INFO] [stdout]     |
[INFO] [stdout] help: the following other types implement trait `hyper::rt::Write`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/upgrade.rs:175:1
[INFO] [stdout]     |
[INFO] [stdout] 175 |   impl Write for Upgraded {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^ `Upgraded`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/rt/io.rs:347:1
[INFO] [stdout]     |
[INFO] [stdout] 347 |   impl<T: ?Sized + Write + Unpin> Write for Box<T> {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Box<T>`
[INFO] [stdout] ...
[INFO] [stdout] 351 |   impl<T: ?Sized + Write + Unpin> Write for &mut T {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&mut T`
[INFO] [stdout] ...
[INFO] [stdout] 355 | / impl<P> Write for Pin<P>
[INFO] [stdout] 356 | | where
[INFO] [stdout] 357 | |     P: DerefMut,
[INFO] [stdout] 358 | |     P::Target: Write,
[INFO] [stdout]     | |_____________________^ `Pin<P>`
[INFO] [stdout] note: required by a bound in `hyper::client::conn::http1::Connection`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/client/conn/http1.rs:54:15
[INFO] [stdout]     |
[INFO] [stdout]  52 | pub struct Connection<T, B>
[INFO] [stdout]     |            ---------- required by a bound in this struct
[INFO] [stdout]  53 | where
[INFO] [stdout]  54 |     T: Read + Write + 'static,
[INFO] [stdout]     |               ^^^^^ required by this bound in `Connection`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Compat<tokio::net::TcpStream>: hyper::rt::Read` is not satisfied
[INFO] [stdout]    --> src/service/proxy.rs:38:32
[INFO] [stdout]     |
[INFO] [stdout]  38 |         if let Err(err) = conn.await {
[INFO] [stdout]     |                                ^^^^^ the trait `hyper::rt::Read` is not implemented for `Compat<tokio::net::TcpStream>`
[INFO] [stdout]     |
[INFO] [stdout] help: the following other types implement trait `hyper::rt::Read`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/upgrade.rs:165:1
[INFO] [stdout]     |
[INFO] [stdout] 165 |   impl Read for Upgraded {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^ `Upgraded`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/rt/io.rs:290:1
[INFO] [stdout]     |
[INFO] [stdout] 290 |   impl<T: ?Sized + Read + Unpin> Read for Box<T> {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Box<T>`
[INFO] [stdout] ...
[INFO] [stdout] 294 |   impl<T: ?Sized + Read + Unpin> Read for &mut T {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&mut T`
[INFO] [stdout] ...
[INFO] [stdout] 298 | / impl<P> Read for Pin<P>
[INFO] [stdout] 299 | | where
[INFO] [stdout] 300 | |     P: DerefMut,
[INFO] [stdout] 301 | |     P::Target: Read,
[INFO] [stdout]     | |____________________^ `Pin<P>`
[INFO] [stdout] note: required by a bound in `hyper::client::conn::http1::Connection`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/client/conn/http1.rs:54:8
[INFO] [stdout]     |
[INFO] [stdout]  52 | pub struct Connection<T, B>
[INFO] [stdout]     |            ---------- required by a bound in this struct
[INFO] [stdout]  53 | where
[INFO] [stdout]  54 |     T: Read + Write + 'static,
[INFO] [stdout]     |        ^^^^ required by this bound in `Connection`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Compat<tokio::net::TcpStream>: hyper::rt::Write` is not satisfied
[INFO] [stdout]    --> src/service/proxy.rs:31:30
[INFO] [stdout]     |
[INFO] [stdout]  31 |       let (mut sender, conn) = Builder::new()
[INFO] [stdout]     |  ______________________________^
[INFO] [stdout]  32 | |         .preserve_header_case(true)
[INFO] [stdout]  33 | |         .title_case_headers(true)
[INFO] [stdout]  34 | |         .handshake(stream)
[INFO] [stdout]  35 | |         .await?;
[INFO] [stdout]     | |______________^ the trait `hyper::rt::Write` is not implemented for `Compat<tokio::net::TcpStream>`
[INFO] [stdout]     |
[INFO] [stdout] help: the following other types implement trait `hyper::rt::Write`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/upgrade.rs:175:1
[INFO] [stdout]     |
[INFO] [stdout] 175 |   impl Write for Upgraded {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^ `Upgraded`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/rt/io.rs:347:1
[INFO] [stdout]     |
[INFO] [stdout] 347 |   impl<T: ?Sized + Write + Unpin> Write for Box<T> {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Box<T>`
[INFO] [stdout] ...
[INFO] [stdout] 351 |   impl<T: ?Sized + Write + Unpin> Write for &mut T {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&mut T`
[INFO] [stdout] ...
[INFO] [stdout] 355 | / impl<P> Write for Pin<P>
[INFO] [stdout] 356 | | where
[INFO] [stdout] 357 | |     P: DerefMut,
[INFO] [stdout] 358 | |     P::Target: Write,
[INFO] [stdout]     | |_____________________^ `Pin<P>`
[INFO] [stdout] note: required by a bound in `hyper::client::conn::http1::Connection`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/client/conn/http1.rs:54:15
[INFO] [stdout]     |
[INFO] [stdout]  52 | pub struct Connection<T, B>
[INFO] [stdout]     |            ---------- required by a bound in this struct
[INFO] [stdout]  53 | where
[INFO] [stdout]  54 |     T: Read + Write + 'static,
[INFO] [stdout]     |               ^^^^^ required by this bound in `Connection`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Compat<tokio::net::TcpStream>: hyper::rt::Write` is not satisfied
[INFO] [stdout]    --> src/service/proxy.rs:38:32
[INFO] [stdout]     |
[INFO] [stdout]  38 |         if let Err(err) = conn.await {
[INFO] [stdout]     |                                ^^^^^ the trait `hyper::rt::Write` is not implemented for `Compat<tokio::net::TcpStream>`
[INFO] [stdout]     |
[INFO] [stdout] help: the following other types implement trait `hyper::rt::Write`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/upgrade.rs:175:1
[INFO] [stdout]     |
[INFO] [stdout] 175 |   impl Write for Upgraded {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^ `Upgraded`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/rt/io.rs:347:1
[INFO] [stdout]     |
[INFO] [stdout] 347 |   impl<T: ?Sized + Write + Unpin> Write for Box<T> {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Box<T>`
[INFO] [stdout] ...
[INFO] [stdout] 351 |   impl<T: ?Sized + Write + Unpin> Write for &mut T {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&mut T`
[INFO] [stdout] ...
[INFO] [stdout] 355 | / impl<P> Write for Pin<P>
[INFO] [stdout] 356 | | where
[INFO] [stdout] 357 | |     P: DerefMut,
[INFO] [stdout] 358 | |     P::Target: Write,
[INFO] [stdout]     | |_____________________^ `Pin<P>`
[INFO] [stdout] note: required by a bound in `hyper::client::conn::http1::Connection`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/client/conn/http1.rs:54:15
[INFO] [stdout]     |
[INFO] [stdout]  52 | pub struct Connection<T, B>
[INFO] [stdout]     |            ---------- required by a bound in this struct
[INFO] [stdout]  53 | where
[INFO] [stdout]  54 |     T: Read + Write + 'static,
[INFO] [stdout]     |               ^^^^^ required by this bound in `Connection`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Compat<tokio::net::TcpStream>: hyper::rt::Read` is not satisfied
[INFO] [stdout]    --> src/service/proxy.rs:31:30
[INFO] [stdout]     |
[INFO] [stdout]  31 |       let (mut sender, conn) = Builder::new()
[INFO] [stdout]     |  ______________________________^
[INFO] [stdout]  32 | |         .preserve_header_case(true)
[INFO] [stdout]  33 | |         .title_case_headers(true)
[INFO] [stdout]  34 | |         .handshake(stream)
[INFO] [stdout]  35 | |         .await?;
[INFO] [stdout]     | |_______________^ the trait `hyper::rt::Read` is not implemented for `Compat<tokio::net::TcpStream>`
[INFO] [stdout]     |
[INFO] [stdout] help: the following other types implement trait `hyper::rt::Read`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/upgrade.rs:165:1
[INFO] [stdout]     |
[INFO] [stdout] 165 |   impl Read for Upgraded {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^ `Upgraded`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/rt/io.rs:290:1
[INFO] [stdout]     |
[INFO] [stdout] 290 |   impl<T: ?Sized + Read + Unpin> Read for Box<T> {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Box<T>`
[INFO] [stdout] ...
[INFO] [stdout] 294 |   impl<T: ?Sized + Read + Unpin> Read for &mut T {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&mut T`
[INFO] [stdout] ...
[INFO] [stdout] 298 | / impl<P> Read for Pin<P>
[INFO] [stdout] 299 | | where
[INFO] [stdout] 300 | |     P: DerefMut,
[INFO] [stdout] 301 | |     P::Target: Read,
[INFO] [stdout]     | |____________________^ `Pin<P>`
[INFO] [stdout] note: required by a bound in `hyper::client::conn::http1::Connection`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/client/conn/http1.rs:54:8
[INFO] [stdout]     |
[INFO] [stdout]  52 | pub struct Connection<T, B>
[INFO] [stdout]     |            ---------- required by a bound in this struct
[INFO] [stdout]  53 | where
[INFO] [stdout]  54 |     T: Read + Write + 'static,
[INFO] [stdout]     |        ^^^^ required by this bound in `Connection`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Compat<tokio::net::TcpStream>: hyper::rt::Write` is not satisfied
[INFO] [stdout]    --> src/service/proxy.rs:31:30
[INFO] [stdout]     |
[INFO] [stdout]  31 |       let (mut sender, conn) = Builder::new()
[INFO] [stdout]     |  ______________________________^
[INFO] [stdout]  32 | |         .preserve_header_case(true)
[INFO] [stdout]  33 | |         .title_case_headers(true)
[INFO] [stdout]  34 | |         .handshake(stream)
[INFO] [stdout]  35 | |         .await?;
[INFO] [stdout]     | |_______________^ the trait `hyper::rt::Write` is not implemented for `Compat<tokio::net::TcpStream>`
[INFO] [stdout]     |
[INFO] [stdout] help: the following other types implement trait `hyper::rt::Write`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/upgrade.rs:175:1
[INFO] [stdout]     |
[INFO] [stdout] 175 |   impl Write for Upgraded {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^ `Upgraded`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/rt/io.rs:347:1
[INFO] [stdout]     |
[INFO] [stdout] 347 |   impl<T: ?Sized + Write + Unpin> Write for Box<T> {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Box<T>`
[INFO] [stdout] ...
[INFO] [stdout] 351 |   impl<T: ?Sized + Write + Unpin> Write for &mut T {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&mut T`
[INFO] [stdout] ...
[INFO] [stdout] 355 | / impl<P> Write for Pin<P>
[INFO] [stdout] 356 | | where
[INFO] [stdout] 357 | |     P: DerefMut,
[INFO] [stdout] 358 | |     P::Target: Write,
[INFO] [stdout]     | |_____________________^ `Pin<P>`
[INFO] [stdout] note: required by a bound in `hyper::client::conn::http1::Connection`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/client/conn/http1.rs:54:15
[INFO] [stdout]     |
[INFO] [stdout]  52 | pub struct Connection<T, B>
[INFO] [stdout]     |            ---------- required by a bound in this struct
[INFO] [stdout]  53 | where
[INFO] [stdout]  54 |     T: Read + Write + 'static,
[INFO] [stdout]     |               ^^^^^ required by this bound in `Connection`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Compat<tokio::net::TcpStream>: hyper::rt::Read` is not satisfied
[INFO] [stdout]    --> src/service/proxy.rs:38:27
[INFO] [stdout]     |
[INFO] [stdout]  38 |         if let Err(err) = conn.await {
[INFO] [stdout]     |                           ^^^^ the trait `hyper::rt::Read` is not implemented for `Compat<tokio::net::TcpStream>`
[INFO] [stdout]     |
[INFO] [stdout] help: the following other types implement trait `hyper::rt::Read`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/upgrade.rs:165:1
[INFO] [stdout]     |
[INFO] [stdout] 165 |   impl Read for Upgraded {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^ `Upgraded`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/rt/io.rs:290:1
[INFO] [stdout]     |
[INFO] [stdout] 290 |   impl<T: ?Sized + Read + Unpin> Read for Box<T> {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Box<T>`
[INFO] [stdout] ...
[INFO] [stdout] 294 |   impl<T: ?Sized + Read + Unpin> Read for &mut T {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&mut T`
[INFO] [stdout] ...
[INFO] [stdout] 298 | / impl<P> Read for Pin<P>
[INFO] [stdout] 299 | | where
[INFO] [stdout] 300 | |     P: DerefMut,
[INFO] [stdout] 301 | |     P::Target: Read,
[INFO] [stdout]     | |____________________^ `Pin<P>`
[INFO] [stdout] note: required by a bound in `hyper::client::conn::http1::Connection`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/client/conn/http1.rs:54:8
[INFO] [stdout]     |
[INFO] [stdout]  52 | pub struct Connection<T, B>
[INFO] [stdout]     |            ---------- required by a bound in this struct
[INFO] [stdout]  53 | where
[INFO] [stdout]  54 |     T: Read + Write + 'static,
[INFO] [stdout]     |        ^^^^ required by this bound in `Connection`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Compat<tokio::net::TcpStream>: hyper::rt::Write` is not satisfied
[INFO] [stdout]    --> src/service/proxy.rs:38:27
[INFO] [stdout]     |
[INFO] [stdout]  38 |         if let Err(err) = conn.await {
[INFO] [stdout]     |                           ^^^^ the trait `hyper::rt::Write` is not implemented for `Compat<tokio::net::TcpStream>`
[INFO] [stdout]     |
[INFO] [stdout] help: the following other types implement trait `hyper::rt::Write`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/upgrade.rs:175:1
[INFO] [stdout]     |
[INFO] [stdout] 175 |   impl Write for Upgraded {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^ `Upgraded`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/rt/io.rs:347:1
[INFO] [stdout]     |
[INFO] [stdout] 347 |   impl<T: ?Sized + Write + Unpin> Write for Box<T> {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Box<T>`
[INFO] [stdout] ...
[INFO] [stdout] 351 |   impl<T: ?Sized + Write + Unpin> Write for &mut T {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&mut T`
[INFO] [stdout] ...
[INFO] [stdout] 355 | / impl<P> Write for Pin<P>
[INFO] [stdout] 356 | | where
[INFO] [stdout] 357 | |     P: DerefMut,
[INFO] [stdout] 358 | |     P::Target: Write,
[INFO] [stdout]     | |_____________________^ `Pin<P>`
[INFO] [stdout] note: required by a bound in `hyper::client::conn::http1::Connection`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/client/conn/http1.rs:54:15
[INFO] [stdout]     |
[INFO] [stdout]  52 | pub struct Connection<T, B>
[INFO] [stdout]     |            ---------- required by a bound in this struct
[INFO] [stdout]  53 | where
[INFO] [stdout]  54 |     T: Read + Write + 'static,
[INFO] [stdout]     |               ^^^^^ required by this bound in `Connection`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Compat<tokio::net::TcpStream>: hyper::rt::Read` is not satisfied
[INFO] [stdout]    --> src/service/proxy.rs:38:32
[INFO] [stdout]     |
[INFO] [stdout]  38 |         if let Err(err) = conn.await {
[INFO] [stdout]     |                                ^^^^^ the trait `hyper::rt::Read` is not implemented for `Compat<tokio::net::TcpStream>`
[INFO] [stdout]     |
[INFO] [stdout] help: the following other types implement trait `hyper::rt::Read`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/upgrade.rs:165:1
[INFO] [stdout]     |
[INFO] [stdout] 165 |   impl Read for Upgraded {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^ `Upgraded`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/rt/io.rs:290:1
[INFO] [stdout]     |
[INFO] [stdout] 290 |   impl<T: ?Sized + Read + Unpin> Read for Box<T> {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Box<T>`
[INFO] [stdout] ...
[INFO] [stdout] 294 |   impl<T: ?Sized + Read + Unpin> Read for &mut T {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&mut T`
[INFO] [stdout] ...
[INFO] [stdout] 298 | / impl<P> Read for Pin<P>
[INFO] [stdout] 299 | | where
[INFO] [stdout] 300 | |     P: DerefMut,
[INFO] [stdout] 301 | |     P::Target: Read,
[INFO] [stdout]     | |____________________^ `Pin<P>`
[INFO] [stdout] note: required by a bound in `hyper::client::conn::http1::Connection`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/client/conn/http1.rs:54:8
[INFO] [stdout]     |
[INFO] [stdout]  52 | pub struct Connection<T, B>
[INFO] [stdout]     |            ---------- required by a bound in this struct
[INFO] [stdout]  53 | where
[INFO] [stdout]  54 |     T: Read + Write + 'static,
[INFO] [stdout]     |        ^^^^ required by this bound in `Connection`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Compat<tokio::net::TcpStream>: hyper::rt::Write` is not satisfied
[INFO] [stdout]    --> src/service/proxy.rs:38:32
[INFO] [stdout]     |
[INFO] [stdout]  38 |         if let Err(err) = conn.await {
[INFO] [stdout]     |                                ^^^^^ the trait `hyper::rt::Write` is not implemented for `Compat<tokio::net::TcpStream>`
[INFO] [stdout]     |
[INFO] [stdout] help: the following other types implement trait `hyper::rt::Write`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/upgrade.rs:175:1
[INFO] [stdout]     |
[INFO] [stdout] 175 |   impl Write for Upgraded {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^ `Upgraded`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/rt/io.rs:347:1
[INFO] [stdout]     |
[INFO] [stdout] 347 |   impl<T: ?Sized + Write + Unpin> Write for Box<T> {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Box<T>`
[INFO] [stdout] ...
[INFO] [stdout] 351 |   impl<T: ?Sized + Write + Unpin> Write for &mut T {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&mut T`
[INFO] [stdout] ...
[INFO] [stdout] 355 | / impl<P> Write for Pin<P>
[INFO] [stdout] 356 | | where
[INFO] [stdout] 357 | |     P: DerefMut,
[INFO] [stdout] 358 | |     P::Target: Write,
[INFO] [stdout]     | |_____________________^ `Pin<P>`
[INFO] [stdout] note: required by a bound in `hyper::client::conn::http1::Connection`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.3.1/src/client/conn/http1.rs:54:15
[INFO] [stdout]     |
[INFO] [stdout]  52 | pub struct Connection<T, B>
[INFO] [stdout]     |            ---------- required by a bound in this struct
[INFO] [stdout]  53 | where
[INFO] [stdout]  54 |     T: Read + Write + 'static,
[INFO] [stdout]     |               ^^^^^ required by this bound in `Connection`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Upgraded: AsyncRead` is not satisfied
[INFO] [stdout]   --> src/service/proxy.rs:67:41
[INFO] [stdout]    |
[INFO] [stdout] 67 |     match tokio::io::copy_bidirectional(&mut upgraded_client, &mut upgraded_server).await {
[INFO] [stdout]    |           ----------------------------- ^^^^^^^^^^^^^^^^^^^^ the trait `AsyncRead` is not implemented for `Upgraded`
[INFO] [stdout]    |           |
[INFO] [stdout]    |           required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `AsyncRead`:
[INFO] [stdout]              &[u8]
[INFO] [stdout]              &mut T
[INFO] [stdout]              Box<T>
[INFO] [stdout]              BufStream<RW>
[INFO] [stdout]              Compat<T>
[INFO] [stdout]              DuplexStream
[INFO] [stdout]              InspectReader<R, F>
[INFO] [stdout]              InspectWriter<W, F>
[INFO] [stdout]            and 25 others
[INFO] [stdout] note: required by a bound in `copy_bidirectional`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/io/util/copy_bidirectional.rs:77:8
[INFO] [stdout]    |
[INFO] [stdout] 75 | pub async fn copy_bidirectional<A, B>(a: &mut A, b: &mut B) -> io::Result<(u64, u64)>
[INFO] [stdout]    |              ------------------ required by a bound in this function
[INFO] [stdout] 76 | where
[INFO] [stdout] 77 |     A: AsyncRead + AsyncWrite + Unpin + ?Sized,
[INFO] [stdout]    |        ^^^^^^^^^ required by this bound in `copy_bidirectional`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Upgraded: AsyncWrite` is not satisfied
[INFO] [stdout]   --> src/service/proxy.rs:67:41
[INFO] [stdout]    |
[INFO] [stdout] 67 |     match tokio::io::copy_bidirectional(&mut upgraded_client, &mut upgraded_server).await {
[INFO] [stdout]    |           ----------------------------- ^^^^^^^^^^^^^^^^^^^^ the trait `AsyncWrite` is not implemented for `Upgraded`
[INFO] [stdout]    |           |
[INFO] [stdout]    |           required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `AsyncWrite`:
[INFO] [stdout]              &mut T
[INFO] [stdout]              Box<T>
[INFO] [stdout]              BufStream<RW>
[INFO] [stdout]              Compat<T>
[INFO] [stdout]              DuplexStream
[INFO] [stdout]              InspectReader<R, F>
[INFO] [stdout]              InspectWriter<W, F>
[INFO] [stdout]              Pin<P>
[INFO] [stdout]            and 24 others
[INFO] [stdout] note: required by a bound in `copy_bidirectional`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/io/util/copy_bidirectional.rs:77:20
[INFO] [stdout]    |
[INFO] [stdout] 75 | pub async fn copy_bidirectional<A, B>(a: &mut A, b: &mut B) -> io::Result<(u64, u64)>
[INFO] [stdout]    |              ------------------ required by a bound in this function
[INFO] [stdout] 76 | where
[INFO] [stdout] 77 |     A: AsyncRead + AsyncWrite + Unpin + ?Sized,
[INFO] [stdout]    |                    ^^^^^^^^^^ required by this bound in `copy_bidirectional`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Upgraded: AsyncRead` is not satisfied
[INFO] [stdout]   --> src/service/proxy.rs:67:63
[INFO] [stdout]    |
[INFO] [stdout] 67 |     match tokio::io::copy_bidirectional(&mut upgraded_client, &mut upgraded_server).await {
[INFO] [stdout]    |           -----------------------------                       ^^^^^^^^^^^^^^^^^^^^ the trait `AsyncRead` is not implemented for `Upgraded`
[INFO] [stdout]    |           |
[INFO] [stdout]    |           required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `AsyncRead`:
[INFO] [stdout]              &[u8]
[INFO] [stdout]              &mut T
[INFO] [stdout]              Box<T>
[INFO] [stdout]              BufStream<RW>
[INFO] [stdout]              Compat<T>
[INFO] [stdout]              DuplexStream
[INFO] [stdout]              InspectReader<R, F>
[INFO] [stdout]              InspectWriter<W, F>
[INFO] [stdout]            and 25 others
[INFO] [stdout] note: required by a bound in `copy_bidirectional`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/io/util/copy_bidirectional.rs:78:8
[INFO] [stdout]    |
[INFO] [stdout] 75 | pub async fn copy_bidirectional<A, B>(a: &mut A, b: &mut B) -> io::Result<(u64, u64)>
[INFO] [stdout]    |              ------------------ required by a bound in this function
[INFO] [stdout] ...
[INFO] [stdout] 78 |     B: AsyncRead + AsyncWrite + Unpin + ?Sized,
[INFO] [stdout]    |        ^^^^^^^^^ required by this bound in `copy_bidirectional`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Upgraded: AsyncWrite` is not satisfied
[INFO] [stdout]   --> src/service/proxy.rs:67:63
[INFO] [stdout]    |
[INFO] [stdout] 67 |     match tokio::io::copy_bidirectional(&mut upgraded_client, &mut upgraded_server).await {
[INFO] [stdout]    |           -----------------------------                       ^^^^^^^^^^^^^^^^^^^^ the trait `AsyncWrite` is not implemented for `Upgraded`
[INFO] [stdout]    |           |
[INFO] [stdout]    |           required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `AsyncWrite`:
[INFO] [stdout]              &mut T
[INFO] [stdout]              Box<T>
[INFO] [stdout]              BufStream<RW>
[INFO] [stdout]              Compat<T>
[INFO] [stdout]              DuplexStream
[INFO] [stdout]              InspectReader<R, F>
[INFO] [stdout]              InspectWriter<W, F>
[INFO] [stdout]              Pin<P>
[INFO] [stdout]            and 24 others
[INFO] [stdout] note: required by a bound in `copy_bidirectional`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/io/util/copy_bidirectional.rs:78:20
[INFO] [stdout]    |
[INFO] [stdout] 75 | pub async fn copy_bidirectional<A, B>(a: &mut A, b: &mut B) -> io::Result<(u64, u64)>
[INFO] [stdout]    |              ------------------ required by a bound in this function
[INFO] [stdout] ...
[INFO] [stdout] 78 |     B: AsyncRead + AsyncWrite + Unpin + ?Sized,
[INFO] [stdout]    |                    ^^^^^^^^^^ required by this bound in `copy_bidirectional`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Upgraded: AsyncRead` is not satisfied
[INFO] [stdout]   --> src/service/proxy.rs:67:41
[INFO] [stdout]    |
[INFO] [stdout] 67 |     match tokio::io::copy_bidirectional(&mut upgraded_client, &mut upgraded_server).await {
[INFO] [stdout]    |           ----------------------------- ^^^^^^^^^^^^^^^^^^^^ the trait `AsyncRead` is not implemented for `Upgraded`
[INFO] [stdout]    |           |
[INFO] [stdout]    |           required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `AsyncRead`:
[INFO] [stdout]              &[u8]
[INFO] [stdout]              &mut T
[INFO] [stdout]              Box<T>
[INFO] [stdout]              BufStream<RW>
[INFO] [stdout]              Compat<T>
[INFO] [stdout]              DuplexStream
[INFO] [stdout]              InspectReader<R, F>
[INFO] [stdout]              InspectWriter<W, F>
[INFO] [stdout]            and 25 others
[INFO] [stdout] note: required by a bound in `copy_bidirectional`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/io/util/copy_bidirectional.rs:77:8
[INFO] [stdout]    |
[INFO] [stdout] 75 | pub async fn copy_bidirectional<A, B>(a: &mut A, b: &mut B) -> io::Result<(u64, u64)>
[INFO] [stdout]    |              ------------------ required by a bound in this function
[INFO] [stdout] 76 | where
[INFO] [stdout] 77 |     A: AsyncRead + AsyncWrite + Unpin + ?Sized,
[INFO] [stdout]    |        ^^^^^^^^^ required by this bound in `copy_bidirectional`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Upgraded: AsyncRead` is not satisfied
[INFO] [stdout]   --> src/service/proxy.rs:67:11
[INFO] [stdout]    |
[INFO] [stdout] 67 |     match tokio::io::copy_bidirectional(&mut upgraded_client, &mut upgraded_server).await {
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `AsyncRead` is not implemented for `Upgraded`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `AsyncRead`:
[INFO] [stdout]              &[u8]
[INFO] [stdout]              &mut T
[INFO] [stdout]              Box<T>
[INFO] [stdout]              BufStream<RW>
[INFO] [stdout]              Compat<T>
[INFO] [stdout]              DuplexStream
[INFO] [stdout]              InspectReader<R, F>
[INFO] [stdout]              InspectWriter<W, F>
[INFO] [stdout]            and 25 others
[INFO] [stdout] note: required by a bound in `copy_bidirectional`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/io/util/copy_bidirectional.rs:77:8
[INFO] [stdout]    |
[INFO] [stdout] 75 | pub async fn copy_bidirectional<A, B>(a: &mut A, b: &mut B) -> io::Result<(u64, u64)>
[INFO] [stdout]    |              ------------------ required by a bound in this function
[INFO] [stdout] 76 | where
[INFO] [stdout] 77 |     A: AsyncRead + AsyncWrite + Unpin + ?Sized,
[INFO] [stdout]    |        ^^^^^^^^^ required by this bound in `copy_bidirectional`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Upgraded: AsyncWrite` is not satisfied
[INFO] [stdout]   --> src/service/proxy.rs:67:41
[INFO] [stdout]    |
[INFO] [stdout] 67 |     match tokio::io::copy_bidirectional(&mut upgraded_client, &mut upgraded_server).await {
[INFO] [stdout]    |           ----------------------------- ^^^^^^^^^^^^^^^^^^^^ the trait `AsyncWrite` is not implemented for `Upgraded`
[INFO] [stdout]    |           |
[INFO] [stdout]    |           required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `AsyncWrite`:
[INFO] [stdout]              &mut T
[INFO] [stdout]              Box<T>
[INFO] [stdout]              BufStream<RW>
[INFO] [stdout]              Compat<T>
[INFO] [stdout]              DuplexStream
[INFO] [stdout]              InspectReader<R, F>
[INFO] [stdout]              InspectWriter<W, F>
[INFO] [stdout]              Pin<P>
[INFO] [stdout]            and 24 others
[INFO] [stdout] note: required by a bound in `copy_bidirectional`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/io/util/copy_bidirectional.rs:77:20
[INFO] [stdout]    |
[INFO] [stdout] 75 | pub async fn copy_bidirectional<A, B>(a: &mut A, b: &mut B) -> io::Result<(u64, u64)>
[INFO] [stdout]    |              ------------------ required by a bound in this function
[INFO] [stdout] 76 | where
[INFO] [stdout] 77 |     A: AsyncRead + AsyncWrite + Unpin + ?Sized,
[INFO] [stdout]    |                    ^^^^^^^^^^ required by this bound in `copy_bidirectional`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Upgraded: AsyncWrite` is not satisfied
[INFO] [stdout]   --> src/service/proxy.rs:67:11
[INFO] [stdout]    |
[INFO] [stdout] 67 |     match tokio::io::copy_bidirectional(&mut upgraded_client, &mut upgraded_server).await {
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `AsyncWrite` is not implemented for `Upgraded`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `AsyncWrite`:
[INFO] [stdout]              &mut T
[INFO] [stdout]              Box<T>
[INFO] [stdout]              BufStream<RW>
[INFO] [stdout]              Compat<T>
[INFO] [stdout]              DuplexStream
[INFO] [stdout]              InspectReader<R, F>
[INFO] [stdout]              InspectWriter<W, F>
[INFO] [stdout]              Pin<P>
[INFO] [stdout]            and 24 others
[INFO] [stdout] note: required by a bound in `copy_bidirectional`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/io/util/copy_bidirectional.rs:77:20
[INFO] [stdout]    |
[INFO] [stdout] 75 | pub async fn copy_bidirectional<A, B>(a: &mut A, b: &mut B) -> io::Result<(u64, u64)>
[INFO] [stdout]    |              ------------------ required by a bound in this function
[INFO] [stdout] 76 | where
[INFO] [stdout] 77 |     A: AsyncRead + AsyncWrite + Unpin + ?Sized,
[INFO] [stdout]    |                    ^^^^^^^^^^ required by this bound in `copy_bidirectional`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Upgraded: AsyncRead` is not satisfied
[INFO] [stdout]   --> src/service/proxy.rs:67:85
[INFO] [stdout]    |
[INFO] [stdout] 67 |     match tokio::io::copy_bidirectional(&mut upgraded_client, &mut upgraded_server).await {
[INFO] [stdout]    |                                                                                     ^^^^^ the trait `AsyncRead` is not implemented for `Upgraded`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `AsyncRead`:
[INFO] [stdout]              &[u8]
[INFO] [stdout]              &mut T
[INFO] [stdout]              Box<T>
[INFO] [stdout]              BufStream<RW>
[INFO] [stdout]              Compat<T>
[INFO] [stdout]              DuplexStream
[INFO] [stdout]              InspectReader<R, F>
[INFO] [stdout]              InspectWriter<W, F>
[INFO] [stdout]            and 25 others
[INFO] [stdout] note: required by a bound in `copy_bidirectional`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/io/util/copy_bidirectional.rs:77:8
[INFO] [stdout]    |
[INFO] [stdout] 75 | pub async fn copy_bidirectional<A, B>(a: &mut A, b: &mut B) -> io::Result<(u64, u64)>
[INFO] [stdout]    |              ------------------ required by a bound in this function
[INFO] [stdout] 76 | where
[INFO] [stdout] 77 |     A: AsyncRead + AsyncWrite + Unpin + ?Sized,
[INFO] [stdout]    |        ^^^^^^^^^ required by this bound in `copy_bidirectional`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Upgraded: AsyncRead` is not satisfied
[INFO] [stdout]   --> src/service/proxy.rs:67:63
[INFO] [stdout]    |
[INFO] [stdout] 67 |     match tokio::io::copy_bidirectional(&mut upgraded_client, &mut upgraded_server).await {
[INFO] [stdout]    |           -----------------------------                       ^^^^^^^^^^^^^^^^^^^^ the trait `AsyncRead` is not implemented for `Upgraded`
[INFO] [stdout]    |           |
[INFO] [stdout]    |           required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `AsyncRead`:
[INFO] [stdout]              &[u8]
[INFO] [stdout]              &mut T
[INFO] [stdout]              Box<T>
[INFO] [stdout]              BufStream<RW>
[INFO] [stdout]              Compat<T>
[INFO] [stdout]              DuplexStream
[INFO] [stdout]              InspectReader<R, F>
[INFO] [stdout]              InspectWriter<W, F>
[INFO] [stdout]            and 25 others
[INFO] [stdout] note: required by a bound in `copy_bidirectional`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/io/util/copy_bidirectional.rs:78:8
[INFO] [stdout]    |
[INFO] [stdout] 75 | pub async fn copy_bidirectional<A, B>(a: &mut A, b: &mut B) -> io::Result<(u64, u64)>
[INFO] [stdout]    |              ------------------ required by a bound in this function
[INFO] [stdout] ...
[INFO] [stdout] 78 |     B: AsyncRead + AsyncWrite + Unpin + ?Sized,
[INFO] [stdout]    |        ^^^^^^^^^ required by this bound in `copy_bidirectional`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Upgraded: AsyncWrite` is not satisfied
[INFO] [stdout]   --> src/service/proxy.rs:67:85
[INFO] [stdout]    |
[INFO] [stdout] 67 |     match tokio::io::copy_bidirectional(&mut upgraded_client, &mut upgraded_server).await {
[INFO] [stdout]    |                                                                                     ^^^^^ the trait `AsyncWrite` is not implemented for `Upgraded`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `AsyncWrite`:
[INFO] [stdout]              &mut T
[INFO] [stdout]              Box<T>
[INFO] [stdout]              BufStream<RW>
[INFO] [stdout]              Compat<T>
[INFO] [stdout]              DuplexStream
[INFO] [stdout]              InspectReader<R, F>
[INFO] [stdout]              InspectWriter<W, F>
[INFO] [stdout]              Pin<P>
[INFO] [stdout]            and 24 others
[INFO] [stdout] note: required by a bound in `copy_bidirectional`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/io/util/copy_bidirectional.rs:77:20
[INFO] [stdout]    |
[INFO] [stdout] 75 | pub async fn copy_bidirectional<A, B>(a: &mut A, b: &mut B) -> io::Result<(u64, u64)>
[INFO] [stdout]    |              ------------------ required by a bound in this function
[INFO] [stdout] 76 | where
[INFO] [stdout] 77 |     A: AsyncRead + AsyncWrite + Unpin + ?Sized,
[INFO] [stdout]    |                    ^^^^^^^^^^ required by this bound in `copy_bidirectional`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Upgraded: AsyncWrite` is not satisfied
[INFO] [stdout]   --> src/service/proxy.rs:67:63
[INFO] [stdout]    |
[INFO] [stdout] 67 |     match tokio::io::copy_bidirectional(&mut upgraded_client, &mut upgraded_server).await {
[INFO] [stdout]    |           -----------------------------                       ^^^^^^^^^^^^^^^^^^^^ the trait `AsyncWrite` is not implemented for `Upgraded`
[INFO] [stdout]    |           |
[INFO] [stdout]    |           required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `AsyncWrite`:
[INFO] [stdout]              &mut T
[INFO] [stdout]              Box<T>
[INFO] [stdout]              BufStream<RW>
[INFO] [stdout]              Compat<T>
[INFO] [stdout]              DuplexStream
[INFO] [stdout]              InspectReader<R, F>
[INFO] [stdout]              InspectWriter<W, F>
[INFO] [stdout]              Pin<P>
[INFO] [stdout]            and 24 others
[INFO] [stdout] note: required by a bound in `copy_bidirectional`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/io/util/copy_bidirectional.rs:78:20
[INFO] [stdout]    |
[INFO] [stdout] 75 | pub async fn copy_bidirectional<A, B>(a: &mut A, b: &mut B) -> io::Result<(u64, u64)>
[INFO] [stdout]    |              ------------------ required by a bound in this function
[INFO] [stdout] ...
[INFO] [stdout] 78 |     B: AsyncRead + AsyncWrite + Unpin + ?Sized,
[INFO] [stdout]    |                    ^^^^^^^^^^ required by this bound in `copy_bidirectional`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Upgraded: AsyncRead` is not satisfied
[INFO] [stdout]   --> src/service/proxy.rs:67:11
[INFO] [stdout]    |
[INFO] [stdout] 67 |     match tokio::io::copy_bidirectional(&mut upgraded_client, &mut upgraded_server).await {
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `AsyncRead` is not implemented for `Upgraded`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `AsyncRead`:
[INFO] [stdout]              &[u8]
[INFO] [stdout]              &mut T
[INFO] [stdout]              Box<T>
[INFO] [stdout]              BufStream<RW>
[INFO] [stdout]              Compat<T>
[INFO] [stdout]              DuplexStream
[INFO] [stdout]              InspectReader<R, F>
[INFO] [stdout]              InspectWriter<W, F>
[INFO] [stdout]            and 25 others
[INFO] [stdout] note: required by a bound in `copy_bidirectional`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/io/util/copy_bidirectional.rs:77:8
[INFO] [stdout]    |
[INFO] [stdout] 75 | pub async fn copy_bidirectional<A, B>(a: &mut A, b: &mut B) -> io::Result<(u64, u64)>
[INFO] [stdout]    |              ------------------ required by a bound in this function
[INFO] [stdout] 76 | where
[INFO] [stdout] 77 |     A: AsyncRead + AsyncWrite + Unpin + ?Sized,
[INFO] [stdout]    |        ^^^^^^^^^ required by this bound in `copy_bidirectional`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Upgraded: AsyncWrite` is not satisfied
[INFO] [stdout]   --> src/service/proxy.rs:67:11
[INFO] [stdout]    |
[INFO] [stdout] 67 |     match tokio::io::copy_bidirectional(&mut upgraded_client, &mut upgraded_server).await {
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `AsyncWrite` is not implemented for `Upgraded`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `AsyncWrite`:
[INFO] [stdout]              &mut T
[INFO] [stdout]              Box<T>
[INFO] [stdout]              BufStream<RW>
[INFO] [stdout]              Compat<T>
[INFO] [stdout]              DuplexStream
[INFO] [stdout]              InspectReader<R, F>
[INFO] [stdout]              InspectWriter<W, F>
[INFO] [stdout]              Pin<P>
[INFO] [stdout]            and 24 others
[INFO] [stdout] note: required by a bound in `copy_bidirectional`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/io/util/copy_bidirectional.rs:77:20
[INFO] [stdout]    |
[INFO] [stdout] 75 | pub async fn copy_bidirectional<A, B>(a: &mut A, b: &mut B) -> io::Result<(u64, u64)>
[INFO] [stdout]    |              ------------------ required by a bound in this function
[INFO] [stdout] 76 | where
[INFO] [stdout] 77 |     A: AsyncRead + AsyncWrite + Unpin + ?Sized,
[INFO] [stdout]    |                    ^^^^^^^^^^ required by this bound in `copy_bidirectional`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Upgraded: AsyncRead` is not satisfied
[INFO] [stdout]   --> src/service/proxy.rs:67:85
[INFO] [stdout]    |
[INFO] [stdout] 67 |     match tokio::io::copy_bidirectional(&mut upgraded_client, &mut upgraded_server).await {
[INFO] [stdout]    |                                                                                     ^^^^^ the trait `AsyncRead` is not implemented for `Upgraded`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `AsyncRead`:
[INFO] [stdout]              &[u8]
[INFO] [stdout]              &mut T
[INFO] [stdout]              Box<T>
[INFO] [stdout]              BufStream<RW>
[INFO] [stdout]              Compat<T>
[INFO] [stdout]              DuplexStream
[INFO] [stdout]              InspectReader<R, F>
[INFO] [stdout]              InspectWriter<W, F>
[INFO] [stdout]            and 25 others
[INFO] [stdout] note: required by a bound in `copy_bidirectional`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/io/util/copy_bidirectional.rs:77:8
[INFO] [stdout]    |
[INFO] [stdout] 75 | pub async fn copy_bidirectional<A, B>(a: &mut A, b: &mut B) -> io::Result<(u64, u64)>
[INFO] [stdout]    |              ------------------ required by a bound in this function
[INFO] [stdout] 76 | where
[INFO] [stdout] 77 |     A: AsyncRead + AsyncWrite + Unpin + ?Sized,
[INFO] [stdout]    |        ^^^^^^^^^ required by this bound in `copy_bidirectional`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Upgraded: AsyncWrite` is not satisfied
[INFO] [stdout]   --> src/service/proxy.rs:67:85
[INFO] [stdout]    |
[INFO] [stdout] 67 |     match tokio::io::copy_bidirectional(&mut upgraded_client, &mut upgraded_server).await {
[INFO] [stdout]    |                                                                                     ^^^^^ the trait `AsyncWrite` is not implemented for `Upgraded`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `AsyncWrite`:
[INFO] [stdout]              &mut T
[INFO] [stdout]              Box<T>
[INFO] [stdout]              BufStream<RW>
[INFO] [stdout]              Compat<T>
[INFO] [stdout]              DuplexStream
[INFO] [stdout]              InspectReader<R, F>
[INFO] [stdout]              InspectWriter<W, F>
[INFO] [stdout]              Pin<P>
[INFO] [stdout]            and 24 others
[INFO] [stdout] note: required by a bound in `copy_bidirectional`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/io/util/copy_bidirectional.rs:77:20
[INFO] [stdout]    |
[INFO] [stdout] 75 | pub async fn copy_bidirectional<A, B>(a: &mut A, b: &mut B) -> io::Result<(u64, u64)>
[INFO] [stdout]    |              ------------------ required by a bound in this function
[INFO] [stdout] 76 | where
[INFO] [stdout] 77 |     A: AsyncRead + AsyncWrite + Unpin + ?Sized,
[INFO] [stdout]    |                    ^^^^^^^^^^ required by this bound in `copy_bidirectional`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0364, E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `xnav` (lib) due to 27 previous errors; 9 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] Some errors have detailed explanations: E0277, E0364, E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `xnav` (lib test) due to 28 previous errors; 9 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "d5aa310cf28e482c48f98b28a29b266dba85cf6dd3e4e9b9864591367264458b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d5aa310cf28e482c48f98b28a29b266dba85cf6dd3e4e9b9864591367264458b", kill_on_drop: false }`
[INFO] [stdout] d5aa310cf28e482c48f98b28a29b266dba85cf6dd3e4e9b9864591367264458b
