[INFO] cloning repository https://github.com/Joel-Duarte/rusdis [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Joel-Duarte/rusdis" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJoel-Duarte%2Frusdis", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJoel-Duarte%2Frusdis'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0d730b39a9e2680a1aa2920e09981a8e7e070b3d [INFO] checking Joel-Duarte/rusdis against try#028201683a76a5cd349729c6819c46607119c4e8 for pr-144157 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJoel-Duarte%2Frusdis" "/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/Joel-Duarte/rusdis [INFO] finished tweaking git repo https://github.com/Joel-Duarte/rusdis [INFO] tweaked toml for git repo https://github.com/Joel-Duarte/rusdis written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/Joel-Duarte/rusdis on toolchain 028201683a76a5cd349729c6819c46607119c4e8 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+028201683a76a5cd349729c6819c46607119c4e8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/Joel-Duarte/rusdis 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" "+028201683a76a5cd349729c6819c46607119c4e8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+028201683a76a5cd349729c6819c46607119c4e8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 21a531298c6aa366fef9ded326e2d8aca6dc46734b4735a8bb377900c861722f [INFO] running `Command { std: "docker" "start" "-a" "21a531298c6aa366fef9ded326e2d8aca6dc46734b4735a8bb377900c861722f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "21a531298c6aa366fef9ded326e2d8aca6dc46734b4735a8bb377900c861722f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "21a531298c6aa366fef9ded326e2d8aca6dc46734b4735a8bb377900c861722f", kill_on_drop: false }` [INFO] [stdout] 21a531298c6aa366fef9ded326e2d8aca6dc46734b4735a8bb377900c861722f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+028201683a76a5cd349729c6819c46607119c4e8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d547d8d0b2e6ef69ad67a4def1162dcd86d321cad8c9890a1ec0b19c59bedce7 [INFO] running `Command { std: "docker" "start" "-a" "d547d8d0b2e6ef69ad67a4def1162dcd86d321cad8c9890a1ec0b19c59bedce7", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.172 [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Checking smallvec v1.15.1 [INFO] [stderr] Checking bytes v1.10.1 [INFO] [stderr] Checking pin-project-lite v0.2.16 [INFO] [stderr] Compiling lock_api v0.4.13 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling syn v2.0.102 [INFO] [stderr] Checking mio v1.0.4 [INFO] [stderr] Checking socket2 v0.5.10 [INFO] [stderr] Checking signal-hook-registry v1.4.5 [INFO] [stderr] Checking parking_lot v0.12.4 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Checking tokio v1.45.1 [INFO] [stderr] Checking rusdis v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0275]: overflow evaluating the requirement `{async fn body of RespValue::from_stream()}: Send` [INFO] [stdout] | [INFO] [stdout] = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rusdis`) [INFO] [stdout] note: required because it appears within the type `impl Future, Box<...>>>` [INFO] [stdout] --> src/protocol.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { ... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/main.rs:55:45 [INFO] [stdout] | [INFO] [stdout] 55 | ) -> Result<(), Box> { [INFO] [stdout] | _____________________________________________^ [INFO] [stdout] 56 | | let mut is_authenticated = false; [INFO] [stdout] 57 | | loop { [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: required because it's used within this `async` block [INFO] [stdout] --> src/main.rs:41:22 [INFO] [stdout] | [INFO] [stdout] 41 | tokio::spawn(async move { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/rusdis-99139487c5026b08.long-type-6332142134021163112.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `{async fn body of RespValue::from_stream()}: Send` [INFO] [stdout] --> src/main.rs:41:9 [INFO] [stdout] | [INFO] [stdout] 41 | / tokio::spawn(async move { [INFO] [stdout] 42 | | // call the client handler function. [INFO] [stdout] 43 | | if let Err(e) = handle_client(&mut socket, db_clone).await { [INFO] [stdout] 44 | | eprintln!("Error handling client {}: {}", addr, e); [INFO] [stdout] 45 | | } [INFO] [stdout] 46 | | println!("Client disconnected: {}", addr); [INFO] [stdout] 47 | | }); [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rusdis`) [INFO] [stdout] note: required because it appears within the type `impl Future, Box<...>>>` [INFO] [stdout] --> src/protocol.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { ... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/main.rs:55:45 [INFO] [stdout] | [INFO] [stdout] 55 | ) -> Result<(), Box> { [INFO] [stdout] | _____________________________________________^ [INFO] [stdout] 56 | | let mut is_authenticated = false; [INFO] [stdout] 57 | | loop { [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: required because it's used within this `async` block [INFO] [stdout] --> src/main.rs:41:22 [INFO] [stdout] | [INFO] [stdout] 41 | tokio::spawn(async move { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] note: required by a bound in `tokio::spawn` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/task/spawn.rs:168:21 [INFO] [stdout] | [INFO] [stdout] 166 | pub fn spawn(future: F) -> JoinHandle [INFO] [stdout] | ----- required by a bound in this function [INFO] [stdout] 167 | where [INFO] [stdout] 168 | F: Future + Send + 'static, [INFO] [stdout] | ^^^^ required by this bound in `spawn` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/rusdis-99139487c5026b08.long-type-6332142134021163112.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0275`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rusdis` (bin "rusdis" test) due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0275]: overflow evaluating the requirement `{async fn body of RespValue::from_stream()}: Send` [INFO] [stdout] | [INFO] [stdout] = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rusdis`) [INFO] [stdout] note: required because it appears within the type `impl Future, Box<...>>>` [INFO] [stdout] --> src/protocol.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { ... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/main.rs:55:45 [INFO] [stdout] | [INFO] [stdout] 55 | ) -> Result<(), Box> { [INFO] [stdout] | _____________________________________________^ [INFO] [stdout] 56 | | let mut is_authenticated = false; [INFO] [stdout] 57 | | loop { [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: required because it's used within this `async` block [INFO] [stdout] --> src/main.rs:41:22 [INFO] [stdout] | [INFO] [stdout] 41 | tokio::spawn(async move { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/rusdis-272ae6bc880fea64.long-type-7020489302648881504.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `{async fn body of RespValue::from_stream()}: Send` [INFO] [stdout] --> src/main.rs:41:9 [INFO] [stdout] | [INFO] [stdout] 41 | / tokio::spawn(async move { [INFO] [stdout] 42 | | // call the client handler function. [INFO] [stdout] 43 | | if let Err(e) = handle_client(&mut socket, db_clone).await { [INFO] [stdout] 44 | | eprintln!("Error handling client {}: {}", addr, e); [INFO] [stdout] 45 | | } [INFO] [stdout] 46 | | println!("Client disconnected: {}", addr); [INFO] [stdout] 47 | | }); [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rusdis`) [INFO] [stdout] note: required because it appears within the type `impl Future, Box<...>>>` [INFO] [stdout] --> src/protocol.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { ... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: required for `Unique, Box<...>>>>` to implement `Send` [INFO] [stdout] note: required because it appears within the type `Box, Box<...>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/alloc/src/boxed.rs:231:12 [INFO] [stdout] note: required because it appears within the type `Pin, Box<...>>>>>` [INFO] [stdout] --> /rustc/028201683a76a5cd349729c6819c46607119c4e8/library/core/src/pin.rs:1094:12 [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/protocol.rs:42:144 [INFO] [stdout] | [INFO] [stdout] 42 | pub async fn from_stream(stream: &mut (impl AsyncReadExt + Unpin)) -> Result, Box> { //... [INFO] [stdout] | ________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] 43 | | let mut buf = Vec::new(); [INFO] [stdout] 44 | | let mut temp_byte = [0; 1]; [INFO] [stdout] ... | [INFO] [stdout] 102 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: required because it's used within this `async` fn body [INFO] [stdout] --> src/main.rs:55:45 [INFO] [stdout] | [INFO] [stdout] 55 | ) -> Result<(), Box> { [INFO] [stdout] | _____________________________________________^ [INFO] [stdout] 56 | | let mut is_authenticated = false; [INFO] [stdout] 57 | | loop { [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: required because it's used within this `async` block [INFO] [stdout] --> src/main.rs:41:22 [INFO] [stdout] | [INFO] [stdout] 41 | tokio::spawn(async move { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] note: required by a bound in `tokio::spawn` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/task/spawn.rs:168:21 [INFO] [stdout] | [INFO] [stdout] 166 | pub fn spawn(future: F) -> JoinHandle [INFO] [stdout] | ----- required by a bound in this function [INFO] [stdout] 167 | where [INFO] [stdout] 168 | F: Future + Send + 'static, [INFO] [stdout] | ^^^^ required by this bound in `spawn` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/rusdis-272ae6bc880fea64.long-type-7020489302648881504.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0275`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rusdis` (bin "rusdis") due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "d547d8d0b2e6ef69ad67a4def1162dcd86d321cad8c9890a1ec0b19c59bedce7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d547d8d0b2e6ef69ad67a4def1162dcd86d321cad8c9890a1ec0b19c59bedce7", kill_on_drop: false }` [INFO] [stdout] d547d8d0b2e6ef69ad67a4def1162dcd86d321cad8c9890a1ec0b19c59bedce7