[INFO] fetching crate mini-http-test 0.2.0...
[INFO] checking mini-http-test-0.2.0 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate mini-http-test 0.2.0 into /workspace/builds/worker-3-tc1/source
[INFO] validating manifest of crates.io crate mini-http-test 0.2.0 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate mini-http-test 0.2.0
[INFO] finished tweaking crates.io crate mini-http-test 0.2.0
[INFO] tweaked toml for crates.io crate mini-http-test 0.2.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 65fdd496655a72dd9ac1cf428e98a345b20a3507e6e3b74b88616a0ba263ea60
[INFO] running `Command { std: "docker" "start" "-a" "65fdd496655a72dd9ac1cf428e98a345b20a3507e6e3b74b88616a0ba263ea60", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "65fdd496655a72dd9ac1cf428e98a345b20a3507e6e3b74b88616a0ba263ea60", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "65fdd496655a72dd9ac1cf428e98a345b20a3507e6e3b74b88616a0ba263ea60", kill_on_drop: false }`
[INFO] [stdout] 65fdd496655a72dd9ac1cf428e98a345b20a3507e6e3b74b88616a0ba263ea60
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b7be70d3da22dec7af549c5802af65f94c34b8225eeb337d725c1bdceed9e9cb
[INFO] running `Command { std: "docker" "start" "-a" "b7be70d3da22dec7af549c5802af65f94c34b8225eeb337d725c1bdceed9e9cb", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling autocfg v1.2.0
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]     Checking bytes v1.6.0
[INFO] [stderr]     Checking pin-project-lite v0.2.14
[INFO] [stderr]     Checking itoa v1.0.11
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.79
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]    Compiling cc v1.0.90
[INFO] [stderr]    Compiling pkg-config v0.3.30
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]     Checking futures-core v0.3.30
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]     Checking futures-task v0.3.30
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling syn v2.0.57
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]    Compiling openssl v0.10.64
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking socket2 v0.5.6
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking foreign-types-shared v0.1.1
[INFO] [stderr]     Checking foreign-types v0.3.2
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]     Checking hashbrown v0.14.3
[INFO] [stderr]     Checking bitflags v2.5.0
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]     Checking httpdate v1.0.3
[INFO] [stderr]     Checking futures-sink v0.3.30
[INFO] [stderr]     Checking tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling openssl-sys v0.9.102
[INFO] [stderr]     Checking equivalent v1.0.1
[INFO] [stderr]     Checking tinyvec v1.6.0
[INFO] [stderr]     Checking http v1.1.0
[INFO] [stderr]     Checking openssl-probe v0.1.5
[INFO] [stderr]     Checking log v0.4.21
[INFO] [stderr]     Checking try-lock v0.2.5
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]     Checking indexmap v2.2.6
[INFO] [stderr]     Checking want v0.3.1
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]    Compiling async-trait v0.1.79
[INFO] [stderr]     Checking tower-service v0.3.2
[INFO] [stderr]     Checking unicode-bidi v0.3.15
[INFO] [stderr]    Compiling thiserror v1.0.58
[INFO] [stderr]     Checking http-body v1.0.0
[INFO] [stderr]     Checking unicode-normalization v0.1.23
[INFO] [stderr]     Checking base64 v0.21.7
[INFO] [stderr]     Checking ryu v1.0.17
[INFO] [stderr]     Checking http-body-util v0.1.1
[INFO] [stderr]     Checking encoding_rs v0.8.33
[INFO] [stderr]     Checking mime v0.3.17
[INFO] [stderr]     Checking rustls-pemfile v1.0.4
[INFO] [stderr]     Checking sync_wrapper v0.1.2
[INFO] [stderr]     Checking ipnet v2.9.0
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]     Checking url v2.5.0
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.58
[INFO] [stderr]     Checking tokio v1.37.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking tokio-util v0.7.10
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking hyper v1.2.0
[INFO] [stderr]     Checking h2 v0.3.25
[INFO] [stderr]     Checking mini-http-test v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0277]: the trait bound `tokio::net::TcpStream: hyper::rt::Read` is not satisfied
[INFO] [stdout]    --> src/server.rs:108:51
[INFO] [stdout]     |
[INFO] [stdout] 108 | ...                   .serve_connection(tcp_stream, service) => res,
[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]               Box<T>
[INFO] [stdout]               Upgraded
[INFO] [stdout]               Pin<P>
[INFO] [stdout]               &mut T
[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-6f17d22bba15001f/hyper-1.2.0/src/server/conn/http1.rs:418:12
[INFO] [stdout]     |
[INFO] [stdout] 412 |     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] 418 |         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.rs:108:51
[INFO] [stdout]     |
[INFO] [stdout] 108 | ...                   .serve_connection(tcp_stream, service) => res,
[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]               Box<T>
[INFO] [stdout]               Upgraded
[INFO] [stdout]               Pin<P>
[INFO] [stdout]               &mut T
[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-6f17d22bba15001f/hyper-1.2.0/src/server/conn/http1.rs:418:19
[INFO] [stdout]     |
[INFO] [stdout] 412 |     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] 418 |         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.rs:102:35
[INFO] [stdout]     |
[INFO] [stdout] 102 |                           let res = select! {
[INFO] [stdout]     |  ___________________________________^
[INFO] [stdout] 103 | |                             _ = close_rx.changed() => {
[INFO] [stdout] 104 | |                                 return;
[INFO] [stdout] 105 | |                             }
[INFO] [stdout] ...   |
[INFO] [stdout] 108 | |                                 .serve_connection(tcp_stream, service) => res,
[INFO] [stdout] 109 | |                         };
[INFO] [stdout]     | |                         ^
[INFO] [stdout]     | |                         |
[INFO] [stdout]     | |_________________________the trait `hyper::rt::Read` is not implemented for `tokio::net::TcpStream`, which is required by `Connection<tokio::net::TcpStream, service::util::ServiceFn<{closure@src/server.rs:93:50: 93:84}, hyper::body::Incoming>>: Future`
[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]               Box<T>
[INFO] [stdout]               Upgraded
[INFO] [stdout]               Pin<P>
[INFO] [stdout]               &mut T
[INFO] [stdout]     = note: required for `Connection<tokio::net::TcpStream, service::util::ServiceFn<{closure@src/server.rs:93:50: 93:84}, hyper::body::Incoming>>` to implement `Future`
[INFO] [stdout]     = note: this error originates in the macro `$crate::select` which comes from the expansion of the macro `select` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `tokio::net::TcpStream: hyper::rt::Write` is not satisfied
[INFO] [stdout]    --> src/server.rs:102:35
[INFO] [stdout]     |
[INFO] [stdout] 102 |                           let res = select! {
[INFO] [stdout]     |  ___________________________________^
[INFO] [stdout] 103 | |                             _ = close_rx.changed() => {
[INFO] [stdout] 104 | |                                 return;
[INFO] [stdout] 105 | |                             }
[INFO] [stdout] ...   |
[INFO] [stdout] 108 | |                                 .serve_connection(tcp_stream, service) => res,
[INFO] [stdout] 109 | |                         };
[INFO] [stdout]     | |                         ^
[INFO] [stdout]     | |                         |
[INFO] [stdout]     | |_________________________the trait `hyper::rt::Write` is not implemented for `tokio::net::TcpStream`, which is required by `Connection<tokio::net::TcpStream, service::util::ServiceFn<{closure@src/server.rs:93:50: 93:84}, hyper::body::Incoming>>: Future`
[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]               Box<T>
[INFO] [stdout]               Upgraded
[INFO] [stdout]               Pin<P>
[INFO] [stdout]               &mut T
[INFO] [stdout]     = note: required for `Connection<tokio::net::TcpStream, service::util::ServiceFn<{closure@src/server.rs:93:50: 93:84}, hyper::body::Incoming>>` to implement `Future`
[INFO] [stdout]     = note: this error originates in the macro `$crate::select` which comes from the expansion of the macro `select` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mini-http-test` (lib) due to 5 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "b7be70d3da22dec7af549c5802af65f94c34b8225eeb337d725c1bdceed9e9cb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b7be70d3da22dec7af549c5802af65f94c34b8225eeb337d725c1bdceed9e9cb", kill_on_drop: false }`
[INFO] [stdout] b7be70d3da22dec7af549c5802af65f94c34b8225eeb337d725c1bdceed9e9cb
[INFO] checking mini-http-test-0.2.0 against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1
[INFO] extracting crate mini-http-test 0.2.0 into /workspace/builds/worker-3-tc2/source
[INFO] validating manifest of crates.io crate mini-http-test 0.2.0 on toolchain 72eda894eb3548c7ba774079ce0afab42958d4ee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate mini-http-test 0.2.0
[INFO] finished tweaking crates.io crate mini-http-test 0.2.0
[INFO] tweaked toml for crates.io crate mini-http-test 0.2.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6e3f42660103f44df4e6fbe28c32fd150ab52508653187caa2c4eacd4b32d104
[INFO] running `Command { std: "docker" "start" "-a" "6e3f42660103f44df4e6fbe28c32fd150ab52508653187caa2c4eacd4b32d104", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6e3f42660103f44df4e6fbe28c32fd150ab52508653187caa2c4eacd4b32d104", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6e3f42660103f44df4e6fbe28c32fd150ab52508653187caa2c4eacd4b32d104", kill_on_drop: false }`
[INFO] [stdout] 6e3f42660103f44df4e6fbe28c32fd150ab52508653187caa2c4eacd4b32d104
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 842b75a1e4b249887d9b6fc3bb579f64acaf2db6a8bb839cc9de5a79d990e4fd
[INFO] running `Command { std: "docker" "start" "-a" "842b75a1e4b249887d9b6fc3bb579f64acaf2db6a8bb839cc9de5a79d990e4fd", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling autocfg v1.2.0
[INFO] [stderr]     Checking bytes v1.6.0
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]     Checking pin-project-lite v0.2.14
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]     Checking itoa v1.0.11
[INFO] [stderr]    Compiling proc-macro2 v1.0.79
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling pkg-config v0.3.30
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]     Checking futures-core v0.3.30
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling cc v1.0.90
[INFO] [stderr]     Checking futures-task v0.3.30
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]    Compiling syn v2.0.57
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]     Checking foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling openssl v0.10.64
[INFO] [stderr]     Checking foreign-types v0.3.2
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking socket2 v0.5.6
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]     Checking bitflags v2.5.0
[INFO] [stderr]     Checking httpdate v1.0.3
[INFO] [stderr]     Checking equivalent v1.0.1
[INFO] [stderr]     Checking futures-sink v0.3.30
[INFO] [stderr]     Checking hashbrown v0.14.3
[INFO] [stderr]     Checking tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling openssl-sys v0.9.102
[INFO] [stderr]     Checking http v1.1.0
[INFO] [stderr]     Checking tinyvec v1.6.0
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]     Checking try-lock v0.2.5
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]     Checking openssl-probe v0.1.5
[INFO] [stderr]     Checking log v0.4.21
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]     Checking indexmap v2.2.6
[INFO] [stderr]     Checking want v0.3.1
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]     Checking unicode-bidi v0.3.15
[INFO] [stderr]     Checking tower-service v0.3.2
[INFO] [stderr]    Compiling async-trait v0.1.79
[INFO] [stderr]    Compiling thiserror v1.0.58
[INFO] [stderr]     Checking http-body v1.0.0
[INFO] [stderr]     Checking unicode-normalization v0.1.23
[INFO] [stderr]     Checking ryu v1.0.17
[INFO] [stderr]     Checking base64 v0.21.7
[INFO] [stderr]     Checking http-body-util v0.1.1
[INFO] [stderr]     Checking encoding_rs v0.8.33
[INFO] [stderr]     Checking ipnet v2.9.0
[INFO] [stderr]     Checking mime v0.3.17
[INFO] [stderr]     Checking rustls-pemfile v1.0.4
[INFO] [stderr]     Checking sync_wrapper v0.1.2
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]     Checking url v2.5.0
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.58
[INFO] [stderr]     Checking tokio v1.37.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking tokio-util v0.7.10
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking hyper v1.2.0
[INFO] [stderr]     Checking h2 v0.3.25
[INFO] [stderr]     Checking mini-http-test v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0277]: the trait bound `tokio::net::TcpStream: hyper::rt::Read` is not satisfied
[INFO] [stdout]    --> src/server.rs:108:51
[INFO] [stdout]     |
[INFO] [stdout] 108 | ...                   .serve_connection(tcp_stream, service) => res,
[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]               Box<T>
[INFO] [stdout]               Upgraded
[INFO] [stdout]               Pin<P>
[INFO] [stdout]               &mut T
[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-6f17d22bba15001f/hyper-1.2.0/src/server/conn/http1.rs:418:12
[INFO] [stdout]     |
[INFO] [stdout] 412 |     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] 418 |         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.rs:108:51
[INFO] [stdout]     |
[INFO] [stdout] 108 | ...                   .serve_connection(tcp_stream, service) => res,
[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]               Box<T>
[INFO] [stdout]               Upgraded
[INFO] [stdout]               Pin<P>
[INFO] [stdout]               &mut T
[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-6f17d22bba15001f/hyper-1.2.0/src/server/conn/http1.rs:418:19
[INFO] [stdout]     |
[INFO] [stdout] 412 |     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] 418 |         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.rs:102:35
[INFO] [stdout]     |
[INFO] [stdout] 102 |                           let res = select! {
[INFO] [stdout]     |  ___________________________________^
[INFO] [stdout] 103 | |                             _ = close_rx.changed() => {
[INFO] [stdout] 104 | |                                 return;
[INFO] [stdout] 105 | |                             }
[INFO] [stdout] ...   |
[INFO] [stdout] 108 | |                                 .serve_connection(tcp_stream, service) => res,
[INFO] [stdout] 109 | |                         };
[INFO] [stdout]     | |                         ^
[INFO] [stdout]     | |                         |
[INFO] [stdout]     | |_________________________the trait `hyper::rt::Read` is not implemented for `tokio::net::TcpStream`, which is required by `Connection<tokio::net::TcpStream, service::util::ServiceFn<{closure@src/server.rs:93:50: 93:84}, hyper::body::Incoming>>: Future`
[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]               Box<T>
[INFO] [stdout]               Upgraded
[INFO] [stdout]               Pin<P>
[INFO] [stdout]               &mut T
[INFO] [stdout]     = note: required for `Connection<tokio::net::TcpStream, service::util::ServiceFn<{closure@src/server.rs:93:50: 93:84}, hyper::body::Incoming>>` to implement `Future`
[INFO] [stdout]     = note: this error originates in the macro `$crate::select` which comes from the expansion of the macro `select` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `tokio::net::TcpStream: hyper::rt::Write` is not satisfied
[INFO] [stdout]    --> src/server.rs:102:35
[INFO] [stdout]     |
[INFO] [stdout] 102 |                           let res = select! {
[INFO] [stdout]     |  ___________________________________^
[INFO] [stdout] 103 | |                             _ = close_rx.changed() => {
[INFO] [stdout] 104 | |                                 return;
[INFO] [stdout] 105 | |                             }
[INFO] [stdout] ...   |
[INFO] [stdout] 108 | |                                 .serve_connection(tcp_stream, service) => res,
[INFO] [stdout] 109 | |                         };
[INFO] [stdout]     | |                         ^
[INFO] [stdout]     | |                         |
[INFO] [stdout]     | |_________________________the trait `hyper::rt::Write` is not implemented for `tokio::net::TcpStream`, which is required by `Connection<tokio::net::TcpStream, service::util::ServiceFn<{closure@src/server.rs:93:50: 93:84}, hyper::body::Incoming>>: Future`
[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]               Box<T>
[INFO] [stdout]               Upgraded
[INFO] [stdout]               Pin<P>
[INFO] [stdout]               &mut T
[INFO] [stdout]     = note: required for `Connection<tokio::net::TcpStream, service::util::ServiceFn<{closure@src/server.rs:93:50: 93:84}, hyper::body::Incoming>>` to implement `Future`
[INFO] [stdout]     = note: this error originates in the macro `$crate::select` which comes from the expansion of the macro `select` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mini-http-test` (lib) due to 5 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "842b75a1e4b249887d9b6fc3bb579f64acaf2db6a8bb839cc9de5a79d990e4fd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "842b75a1e4b249887d9b6fc3bb579f64acaf2db6a8bb839cc9de5a79d990e4fd", kill_on_drop: false }`
[INFO] [stdout] 842b75a1e4b249887d9b6fc3bb579f64acaf2db6a8bb839cc9de5a79d990e4fd
