[INFO] fetching crate miku-hyper-util 0.1.10...
[INFO] testing miku-hyper-util-0.1.10 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-8
[INFO] extracting crate miku-hyper-util 0.1.10 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate miku-hyper-util 0.1.10
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate miku-hyper-util 0.1.10
[INFO] tweaked toml for crates.io crate miku-hyper-util 0.1.10 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate miku-hyper-util 0.1.10 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate miku-hyper-util 0.1.10 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 00afa676f937a5647069a91d9ce6f1d96f5fd27dd339184fd48354c4581bde37
[INFO] running `Command { std: "docker" "start" "-a" "00afa676f937a5647069a91d9ce6f1d96f5fd27dd339184fd48354c4581bde37", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "00afa676f937a5647069a91d9ce6f1d96f5fd27dd339184fd48354c4581bde37", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "00afa676f937a5647069a91d9ce6f1d96f5fd27dd339184fd48354c4581bde37", kill_on_drop: false }`
[INFO] [stdout] 00afa676f937a5647069a91d9ce6f1d96f5fd27dd339184fd48354c4581bde37
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b22ea7cdb5a40f2afb30076d5497d8e204fa5bc224d24dac9162e10957416a2f
[INFO] running `Command { std: "docker" "start" "-a" "b22ea7cdb5a40f2afb30076d5497d8e204fa5bc224d24dac9162e10957416a2f", kill_on_drop: false }`
[INFO] [stderr]    Compiling tokio v1.38.0
[INFO] [stderr]    Compiling futures-core v0.3.30
[INFO] [stderr]    Compiling futures-task v0.3.30
[INFO] [stderr]    Compiling http v1.1.0
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling http-body v1.0.0
[INFO] [stderr]    Compiling miku-hyper v1.5.2
[INFO] [stderr]    Compiling miku-hyper-util v0.1.10 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `Rewind` is never constructed
[INFO] [stdout]   --> src/common/rewind.rs:13:19
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub(crate) struct Rewind<T> {
[INFO] [stdout]    |                   ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `remaining` is never used
[INFO] [stdout]   --> src/common/rewind.rs:56:4
[INFO] [stdout]    |
[INFO] [stdout] 56 | fn remaining(cursor: &mut ReadBufCursor<'_>) -> usize {
[INFO] [stdout]    |    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `put_slice` is never used
[INFO] [stdout]   --> src/common/rewind.rs:64:4
[INFO] [stdout]    |
[INFO] [stdout] 64 | fn put_slice(cursor: &mut ReadBufCursor<'_>, slice: &[u8]) {
[INFO] [stdout]    |    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s
[INFO] running `Command { std: "docker" "inspect" "b22ea7cdb5a40f2afb30076d5497d8e204fa5bc224d24dac9162e10957416a2f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b22ea7cdb5a40f2afb30076d5497d8e204fa5bc224d24dac9162e10957416a2f", kill_on_drop: false }`
[INFO] [stdout] b22ea7cdb5a40f2afb30076d5497d8e204fa5bc224d24dac9162e10957416a2f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ae181fa1f9aa6fb4f2cf37e46d1626afb68623792b2c9acbe2ca781070299950
[INFO] running `Command { std: "docker" "start" "-a" "ae181fa1f9aa6fb4f2cf37e46d1626afb68623792b2c9acbe2ca781070299950", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]    Compiling proc-macro2 v1.0.85
[INFO] [stderr]    Compiling autocfg v1.3.0
[INFO] [stderr]    Compiling memchr v2.7.2
[INFO] [stderr]    Compiling serde v1.0.203
[INFO] [stderr]    Compiling regex-syntax v0.8.3
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling no-std-net v0.6.0
[INFO] [stderr]    Compiling log v0.4.21
[INFO] [stderr]    Compiling http-body-util v0.1.1
[INFO] [stderr]    Compiling pnet_base v0.35.0
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling is-terminal v0.4.12
[INFO] [stderr]    Compiling pnet_sys v0.35.0
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling syn v2.0.66
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]    Compiling ipnetwork v0.20.0
[INFO] [stderr]    Compiling pnet_datalink v0.35.0
[INFO] [stderr]    Compiling tokio-macros v2.3.0
[INFO] [stderr]    Compiling async-stream-impl v0.3.5
[INFO] [stderr]    Compiling regex v1.10.4
[INFO] [stderr]    Compiling async-stream v0.3.5
[INFO] [stderr]    Compiling tokio v1.38.0
[INFO] [stderr]    Compiling env_logger v0.10.2
[INFO] [stderr]    Compiling pretty_env_logger v0.5.0
[INFO] [stderr]    Compiling tokio-util v0.7.11
[INFO] [stderr]    Compiling tokio-stream v0.1.15
[INFO] [stderr]    Compiling tokio-test v0.4.4
[INFO] [stderr]    Compiling miku-h2 v0.4.7
[INFO] [stderr]    Compiling miku-hyper v1.5.2
[INFO] [stderr]    Compiling miku-hyper-util v0.1.10 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `Rewind` is never constructed
[INFO] [stdout]   --> src/common/rewind.rs:13:19
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub(crate) struct Rewind<T> {
[INFO] [stdout]    |                   ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `remaining` is never used
[INFO] [stdout]   --> src/common/rewind.rs:56:4
[INFO] [stdout]    |
[INFO] [stdout] 56 | fn remaining(cursor: &mut ReadBufCursor<'_>) -> usize {
[INFO] [stdout]    |    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `put_slice` is never used
[INFO] [stdout]   --> src/common/rewind.rs:64:4
[INFO] [stdout]    |
[INFO] [stdout] 64 | fn put_slice(cursor: &mut ReadBufCursor<'_>, slice: &[u8]) {
[INFO] [stdout]    |    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `client` in `miku_hyper_util`
[INFO] [stdout]   --> tests/test_utils/mod.rs:15:22
[INFO] [stdout]    |
[INFO] [stdout] 15 | use miku_hyper_util::client::legacy::connect::HttpConnector;
[INFO] [stdout]    |                      ^^^^^^ could not find `client` in `miku_hyper_util`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/src/lib.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout]  9 | #[cfg(feature = "client")]
[INFO] [stdout]    |       ------------------ the item is gated behind the `client` feature
[INFO] [stdout] 10 | pub mod client;
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `client` in `miku_hyper_util`
[INFO] [stdout]   --> tests/test_utils/mod.rs:16:22
[INFO] [stdout]    |
[INFO] [stdout] 16 | use miku_hyper_util::client::legacy::connect::{Connected, Connection};
[INFO] [stdout]    |                      ^^^^^^ could not find `client` in `miku_hyper_util`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/src/lib.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout]  9 | #[cfg(feature = "client")]
[INFO] [stdout]    |       ------------------ the item is gated behind the `client` feature
[INFO] [stdout] 10 | pub mod client;
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `tokio::net::TcpStream`
[INFO] [stdout]   --> tests/test_utils/mod.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use tokio::net::TcpStream;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^ no `TcpStream` in `net`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/net/mod.rs:44:26
[INFO] [stdout]    |
[INFO] [stdout] 38 | / cfg_net! {
[INFO] [stdout] 39 | |     mod lookup_host;
[INFO] [stdout] 40 | |     pub use lookup_host::lookup_host;
[INFO] [stdout] ...  |
[INFO] [stdout] 44 | |     pub use tcp::stream::TcpStream;
[INFO] [stdout]    | |                          ^^^^^^^^^
[INFO] [stdout] ...  |
[INFO] [stdout] 51 | | }
[INFO] [stdout]    | |_- the item is gated behind the `net` feature
[INFO] [stdout] help: consider importing this struct instead
[INFO] [stdout]    |
[INFO] [stdout] 11 - use tokio::net::TcpStream;
[INFO] [stdout] 11 + use std::net::TcpStream;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `client` in `miku_hyper_util`
[INFO] [stdout]   --> tests/legacy_client.rs:23:22
[INFO] [stdout]    |
[INFO] [stdout] 23 | use miku_hyper_util::client::legacy::connect::{capture_connection, HttpConnector};
[INFO] [stdout]    |                      ^^^^^^ could not find `client` in `miku_hyper_util`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/src/lib.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout]  9 | #[cfg(feature = "client")]
[INFO] [stdout]    |       ------------------ the item is gated behind the `client` feature
[INFO] [stdout] 10 | pub mod client;
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `client` in `miku_hyper_util`
[INFO] [stdout]   --> tests/legacy_client.rs:24:22
[INFO] [stdout]    |
[INFO] [stdout] 24 | use miku_hyper_util::client::legacy::Client;
[INFO] [stdout]    |                      ^^^^^^ could not find `client` in `miku_hyper_util`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/src/lib.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout]  9 | #[cfg(feature = "client")]
[INFO] [stdout]    |       ------------------ the item is gated behind the `client` feature
[INFO] [stdout] 10 | pub mod client;
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `miku_hyper_util::rt::TokioIo`
[INFO] [stdout]   --> tests/test_utils/mod.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use miku_hyper_util::rt::TokioIo;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `TokioIo` in `rt`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/src/rt/mod.rs:7:38
[INFO] [stdout]    |
[INFO] [stdout]  6 | #[cfg(feature = "tokio")]
[INFO] [stdout]    |       ----------------- the item is gated behind the `tokio` feature
[INFO] [stdout]  7 | pub use self::tokio::{TokioExecutor, TokioIo, TokioTimer};
[INFO] [stdout]    |                                      ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `miku_hyper_util::rt::TokioExecutor`, `miku_hyper_util::rt::TokioIo`
[INFO] [stdout]   --> tests/legacy_client.rs:25:27
[INFO] [stdout]    |
[INFO] [stdout] 25 | use miku_hyper_util::rt::{TokioExecutor, TokioIo};
[INFO] [stdout]    |                           ^^^^^^^^^^^^^  ^^^^^^^ no `TokioIo` in `rt`
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           no `TokioExecutor` in `rt`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/src/rt/mod.rs:7:23
[INFO] [stdout]    |
[INFO] [stdout]  6 | #[cfg(feature = "tokio")]
[INFO] [stdout]    |       ----------------- the item is gated behind the `tokio` feature
[INFO] [stdout]  7 | pub use self::tokio::{TokioExecutor, TokioIo, TokioTimer};
[INFO] [stdout]    |                       ^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/src/rt/mod.rs:7:38
[INFO] [stdout]    |
[INFO] [stdout]  6 | #[cfg(feature = "tokio")]
[INFO] [stdout]    |       ----------------- the item is gated behind the `tokio` feature
[INFO] [stdout]  7 | pub use self::tokio::{TokioExecutor, TokioIo, TokioTimer};
[INFO] [stdout]    |                                      ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `futures_channel`
[INFO] [stdout]  --> tests/test_utils/mod.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use futures_channel::mpsc;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `futures_channel`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `futures_channel`, use `cargo add futures_channel` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `futures_channel`
[INFO] [stdout]   --> tests/legacy_client.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use futures_channel::{mpsc, oneshot};
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `futures_channel`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `futures_channel`, use `cargo add futures_channel` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `tokio::net::TcpListener`
[INFO] [stdout]    --> tests/legacy_client.rs:815:9
[INFO] [stdout]     |
[INFO] [stdout] 815 |     use tokio::net::TcpListener;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^ no `TcpListener` in `net`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/net/mod.rs:43:28
[INFO] [stdout]     |
[INFO] [stdout]  38 | / cfg_net! {
[INFO] [stdout]  39 | |     mod lookup_host;
[INFO] [stdout]  40 | |     pub use lookup_host::lookup_host;
[INFO] [stdout] ...   |
[INFO] [stdout]  43 | |     pub use tcp::listener::TcpListener;
[INFO] [stdout]     | |                            ^^^^^^^^^^^
[INFO] [stdout] ...   |
[INFO] [stdout]  51 | | }
[INFO] [stdout]     | |_- the item is gated behind the `net` feature
[INFO] [stdout] help: consider importing one of these structs instead
[INFO] [stdout]     |
[INFO] [stdout] 815 -     use tokio::net::TcpListener;
[INFO] [stdout] 815 +     use crate::TcpListener;
[INFO] [stdout]     |
[INFO] [stdout] 815 -     use tokio::net::TcpListener;
[INFO] [stdout] 815 +     use std::net::TcpListener;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `TokioExecutor` in `rt`
[INFO] [stdout]   --> tests/legacy_client.rs:50:55
[INFO] [stdout]    |
[INFO] [stdout] 50 |     let client = Client::builder(miku_hyper_util::rt::TokioExecutor::new()).build(
[INFO] [stdout]    |                                                       ^^^^^^^^^^^^^ could not find `TokioExecutor` in `rt`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/src/rt/mod.rs:7:23
[INFO] [stdout]    |
[INFO] [stdout]  6 | #[cfg(feature = "tokio")]
[INFO] [stdout]    |       ----------------- the item is gated behind the `tokio` feature
[INFO] [stdout]  7 | pub use self::tokio::{TokioExecutor, TokioIo, TokioTimer};
[INFO] [stdout]    |                       ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Rewind` is never constructed
[INFO] [stdout]   --> src/common/rewind.rs:13:19
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub(crate) struct Rewind<T> {
[INFO] [stdout]    |                   ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tower_service`
[INFO] [stdout]   --> tests/test_utils/mod.rs:58:9
[INFO] [stdout]    |
[INFO] [stdout] 58 |         tower_service::Service::<Uri>::poll_ready(&mut self.http, cx)
[INFO] [stdout]    |         ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `tower_service`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `tower_service`, use `cargo add tower_service` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]    |
[INFO] [stdout]  1 + use hyper::service::Service;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Service`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 58 -         tower_service::Service::<Uri>::poll_ready(&mut self.http, cx)
[INFO] [stdout] 58 +         Service::<Uri>::poll_ready(&mut self.http, cx)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `TcpListener` in `net`
[INFO] [stdout]   --> tests/legacy_client.rs:93:30
[INFO] [stdout]    |
[INFO] [stdout] 93 |     let server = tokio::net::TcpListener::bind("127.0.0.1:0").await.unwrap();
[INFO] [stdout]    |                              ^^^^^^^^^^^ could not find `TcpListener` in `net`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/net/mod.rs:43:28
[INFO] [stdout]    |
[INFO] [stdout] 38 | / cfg_net! {
[INFO] [stdout] 39 | |     mod lookup_host;
[INFO] [stdout] 40 | |     pub use lookup_host::lookup_host;
[INFO] [stdout] ...  |
[INFO] [stdout] 43 | |     pub use tcp::listener::TcpListener;
[INFO] [stdout]    | |                            ^^^^^^^^^^^
[INFO] [stdout] ...  |
[INFO] [stdout] 51 | | }
[INFO] [stdout]    | |_- the item is gated behind the `net` feature
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout]  3 + use crate::TcpListener;
[INFO] [stdout]    |
[INFO] [stdout]  3 + use std::net::TcpListener;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `TcpListener`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 93 -     let server = tokio::net::TcpListener::bind("127.0.0.1:0").await.unwrap();
[INFO] [stdout] 93 +     let server = TcpListener::bind("127.0.0.1:0").await.unwrap();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `remaining` is never used
[INFO] [stdout]   --> src/common/rewind.rs:56:4
[INFO] [stdout]    |
[INFO] [stdout] 56 | fn remaining(cursor: &mut ReadBufCursor<'_>) -> usize {
[INFO] [stdout]    |    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `put_slice` is never used
[INFO] [stdout]   --> src/common/rewind.rs:64:4
[INFO] [stdout]    |
[INFO] [stdout] 64 | fn put_slice(cursor: &mut ReadBufCursor<'_>, slice: &[u8]) {
[INFO] [stdout]    |    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tower_service`
[INFO] [stdout]   --> tests/test_utils/mod.rs:51:6
[INFO] [stdout]    |
[INFO] [stdout] 51 | impl tower_service::Service<Uri> for DebugConnector {
[INFO] [stdout]    |      ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `tower_service`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `tower_service`, use `cargo add tower_service` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tower_service`
[INFO] [stdout]   --> tests/test_utils/mod.rs:53:36
[INFO] [stdout]    |
[INFO] [stdout] 53 |     type Error = <HttpConnector as tower_service::Service<Uri>>::Error;
[INFO] [stdout]    |                                    ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `tower_service`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `tower_service`, use `cargo add tower_service` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `miku-hyper-util` (test "legacy_client") due to 15 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "ae181fa1f9aa6fb4f2cf37e46d1626afb68623792b2c9acbe2ca781070299950", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ae181fa1f9aa6fb4f2cf37e46d1626afb68623792b2c9acbe2ca781070299950", kill_on_drop: false }`
[INFO] [stdout] ae181fa1f9aa6fb4f2cf37e46d1626afb68623792b2c9acbe2ca781070299950
