Skip to content

Update Rust crate tokio to v1.44.0 #163

Update Rust crate tokio to v1.44.0

Update Rust crate tokio to v1.44.0 #163

Triggered via push March 7, 2025 22:54
Status Failure
Total duration 28s
Artifacts

build.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

21 errors
build (ubuntu-latest, stable)
Process completed with exit code 2.
build (ubuntu-latest, stable): src/main.rs#L17
mismatched types
build (ubuntu-latest, stable): src/main.rs#L13
the `?` operator can only be used in an async block that returns `Result` or `Option` (or another type that implements `FromResidual`)
build (ubuntu-latest, stable): src/pkg/server.rs#L60
no method named `write_all` found for struct `tokio::net::TcpStream` in the current scope
build (ubuntu-latest, stable): src/pkg/server.rs#L44
no method named `write_all` found for struct `tokio::net::TcpStream` in the current scope
build (ubuntu-latest, stable): src/pkg/server.rs#L33
no method named `read` found for struct `tokio::net::TcpStream` in the current scope
build (ubuntu-latest, stable): src/pkg/server.rs#L58
enum takes 2 generic arguments but 1 generic argument was supplied
build (ubuntu-latest, stable): src/pkg/server.rs#L27
enum takes 2 generic arguments but 1 generic argument was supplied
build (ubuntu-latest, stable): src/pkg/server.rs#L19
enum takes 2 generic arguments but 1 generic argument was supplied
build (ubuntu-latest, stable): src/pkg/server.rs#L5
unresolved import `crate::pkg::smtp`
build (ubuntu-latest, nightly)
The operation was canceled.
build (ubuntu-latest, nightly): src/main.rs#L17
mismatched types
build (ubuntu-latest, nightly): src/main.rs#L13
the `?` operator can only be used in an async block that returns `Result` or `Option` (or another type that implements `FromResidual`)
build (ubuntu-latest, nightly): src/pkg/server.rs#L60
no method named `write_all` found for struct `tokio::net::TcpStream` in the current scope
build (ubuntu-latest, nightly): src/pkg/server.rs#L44
no method named `write_all` found for struct `tokio::net::TcpStream` in the current scope
build (ubuntu-latest, nightly): src/pkg/server.rs#L33
no method named `read` found for struct `tokio::net::TcpStream` in the current scope
build (ubuntu-latest, nightly): src/pkg/server.rs#L58
enum takes 2 generic arguments but 1 generic argument was supplied
build (ubuntu-latest, nightly): src/pkg/server.rs#L27
enum takes 2 generic arguments but 1 generic argument was supplied
build (ubuntu-latest, nightly): src/pkg/server.rs#L19
enum takes 2 generic arguments but 1 generic argument was supplied
build (ubuntu-latest, nightly): src/pkg/server.rs#L5
unresolved import `crate::pkg::smtp`
build (ubuntu-latest, nightly)
The strategy configuration was canceled because "build.ubuntu-latest_stable" failed