[INFO] fetching crate completeio 0.1.0...
[INFO] testing completeio-0.1.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate completeio 0.1.0 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate completeio 0.1.0
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate completeio 0.1.0
[INFO] tweaked toml for crates.io crate completeio 0.1.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate completeio 0.1.0 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate completeio 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ff241aef569af90a36bfff7bbc2b4e6e07e229dd6244e12edc331abbf30adb2d
[INFO] running `Command { std: "docker" "start" "-a" "ff241aef569af90a36bfff7bbc2b4e6e07e229dd6244e12edc331abbf30adb2d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ff241aef569af90a36bfff7bbc2b4e6e07e229dd6244e12edc331abbf30adb2d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ff241aef569af90a36bfff7bbc2b4e6e07e229dd6244e12edc331abbf30adb2d", kill_on_drop: false }`
[INFO] [stdout] ff241aef569af90a36bfff7bbc2b4e6e07e229dd6244e12edc331abbf30adb2d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6dcf41deaa3ca8aa9c1ce3a5e82a3b90a7aaf8e9f200aa8b0f211d472769f411
[INFO] running `Command { std: "docker" "start" "-a" "6dcf41deaa3ca8aa9c1ce3a5e82a3b90a7aaf8e9f200aa8b0f211d472769f411", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.148
[INFO] [stderr]    Compiling io-uring v0.6.2
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling once_cell v1.18.0
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling socket2 v0.5.4
[INFO] [stderr]    Compiling completeio v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused macro definition: `syscall`
[INFO] [stdout]    --> src/lib.rs:115:14
[INFO] [stdout]     |
[INFO] [stdout] 115 | macro_rules! syscall {
[INFO] [stdout]     |              ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_macros)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `syscall`
[INFO] [stdout]    --> src/lib.rs:141:16
[INFO] [stdout]     |
[INFO] [stdout] 141 | pub(crate) use syscall;
[INFO] [stdout]     |                ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `RecvResultExt` is never used
[INFO] [stdout]   --> src/op.rs:78:18
[INFO] [stdout]    |
[INFO] [stdout] 78 | pub(crate) trait RecvResultExt {
[INFO] [stdout]    |                  ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.30s
[INFO] running `Command { std: "docker" "inspect" "6dcf41deaa3ca8aa9c1ce3a5e82a3b90a7aaf8e9f200aa8b0f211d472769f411", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6dcf41deaa3ca8aa9c1ce3a5e82a3b90a7aaf8e9f200aa8b0f211d472769f411", kill_on_drop: false }`
[INFO] [stdout] 6dcf41deaa3ca8aa9c1ce3a5e82a3b90a7aaf8e9f200aa8b0f211d472769f411
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 30bd0a28d10b45fb796a6633bcb7b0d9f7a4cc3e5fef0e2d233442b4cc4dfd1a
[INFO] running `Command { std: "docker" "start" "-a" "30bd0a28d10b45fb796a6633bcb7b0d9f7a4cc3e5fef0e2d233442b4cc4dfd1a", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.67
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling serde v1.0.188
[INFO] [stderr]    Compiling futures-core v0.3.28
[INFO] [stderr]    Compiling futures-task v0.3.28
[INFO] [stderr]    Compiling rustix v0.38.14
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling rayon-core v1.12.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.7
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]    Compiling futures-sink v0.3.28
[INFO] [stderr]    Compiling either v1.9.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.13
[INFO] [stderr]    Compiling serde_json v1.0.107
[INFO] [stderr]    Compiling bitflags v2.4.0
[INFO] [stderr]    Compiling futures-channel v0.3.28
[INFO] [stderr]    Compiling ryu v1.0.15
[INFO] [stderr]    Compiling ciborium-io v0.2.1
[INFO] [stderr]    Compiling anstyle v1.0.3
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling regex-syntax v0.7.5
[INFO] [stderr]    Compiling half v1.8.2
[INFO] [stderr]    Compiling plotters-backend v0.3.5
[INFO] [stderr]    Compiling itoa v1.0.9
[INFO] [stderr]    Compiling clap_lex v0.5.1
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling mio v0.8.8
[INFO] [stderr]    Compiling bytes v1.5.0
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling memoffset v0.9.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.15
[INFO] [stderr]    Compiling num-traits v0.2.16
[INFO] [stderr]    Compiling plotters-svg v0.3.5
[INFO] [stderr]    Compiling clap_builder v4.4.5
[INFO] [stderr]    Compiling ciborium-ll v0.2.1
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling futures-io v0.3.28
[INFO] [stderr]    Compiling walkdir v2.4.0
[INFO] [stderr]    Compiling oorandom v11.1.3
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling fastrand v2.0.1
[INFO] [stderr]    Compiling bumpalo v3.14.0
[INFO] [stderr]    Compiling arrayvec v0.7.4
[INFO] [stdout] warning: unused macro definition: `syscall`
[INFO] [stdout]    --> src/lib.rs:115:14
[INFO] [stdout]     |
[INFO] [stdout] 115 | macro_rules! syscall {
[INFO] [stdout]     |              ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_macros)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `syscall`
[INFO] [stdout]    --> src/lib.rs:141:16
[INFO] [stdout]     |
[INFO] [stdout] 141 | pub(crate) use syscall;
[INFO] [stdout]     |                ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `RecvResultExt` is never used
[INFO] [stdout]   --> src/op.rs:78:18
[INFO] [stdout]    |
[INFO] [stdout] 78 | pub(crate) trait RecvResultExt {
[INFO] [stdout]    |                  ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling crossbeam-deque v0.8.3
[INFO] [stderr]    Compiling syn v2.0.37
[INFO] [stderr]    Compiling regex-automata v0.3.8
[INFO] [stderr]    Compiling plotters v0.3.5
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling rayon v1.8.0
[INFO] [stderr]    Compiling futures v0.3.28
[INFO] [stderr]    Compiling clap v4.4.5
[INFO] [stderr]    Compiling is-terminal v0.4.9
[INFO] [stderr]    Compiling tempfile v3.8.0
[INFO] [stderr]    Compiling regex v1.9.5
[INFO] [stderr]    Compiling serde_derive v1.0.188
[INFO] [stderr]    Compiling tokio-macros v2.1.0
[INFO] [stderr]    Compiling tokio v1.32.0
[INFO] [stderr]    Compiling ciborium v0.2.1
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling completeio v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `futures_util`
[INFO] [stdout]   --> examples/net.rs:11:13
[INFO] [stdout]    |
[INFO] [stdout] 11 |             futures_util::try_join!(TcpStream::connect(&addr), listener.accept()).unwrap();
[INFO] [stdout]    |             ^^^^^^^^^^^^ use of unresolved module or unlinked crate `futures_util`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `futures_util`
[INFO] [stdout]   --> tests/tcp_connect.rs:59:5
[INFO] [stdout]    |
[INFO] [stdout] 59 |     futures_util::join!(server, client);
[INFO] [stdout]    |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `futures_util`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `futures_util`
[INFO] [stdout]   --> tests/runtime.rs:50:13
[INFO] [stdout]    |
[INFO] [stdout] 50 |             futures_util::try_join!(TcpStream::connect(&addr), listener.accept()).unwrap();
[INFO] [stdout]    |             ^^^^^^^^^^^^ use of unresolved module or unlinked crate `futures_util`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused macro definition: `syscall`
[INFO] [stdout]    --> src/lib.rs:115:14
[INFO] [stdout]     |
[INFO] [stdout] 115 | macro_rules! syscall {
[INFO] [stdout]     |              ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_macros)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `futures_util`
[INFO] [stdout]   --> tests/runtime.rs:21:13
[INFO] [stdout]    |
[INFO] [stdout] 21 |             futures_util::try_join!(TcpStream::connect(&addr), listener.accept()).unwrap();
[INFO] [stdout]    |             ^^^^^^^^^^^^ use of unresolved module or unlinked crate `futures_util`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `syscall`
[INFO] [stdout]    --> src/lib.rs:141:16
[INFO] [stdout]     |
[INFO] [stdout] 141 | pub(crate) use syscall;
[INFO] [stdout]     |                ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `task` in `completeio`
[INFO] [stdout]   --> tests/runtime.rs:16:17
[INFO] [stdout]    |
[INFO] [stdout] 16 |     completeio::task::block_on(async {
[INFO] [stdout]    |                 ^^^^ could not find `task` in `completeio`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/src/lib.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 30 | #[cfg(feature = "runtime")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `runtime` feature
[INFO] [stdout] 31 | pub mod task;
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `task` in `completeio`
[INFO] [stdout]   --> tests/runtime.rs:27:25
[INFO] [stdout]    |
[INFO] [stdout] 27 |             completeio::task::block_on(async {
[INFO] [stdout]    |                         ^^^^ could not find `task` in `completeio`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/src/lib.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 30 | #[cfg(feature = "runtime")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `runtime` feature
[INFO] [stdout] 31 | pub mod task;
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `task` in `completeio`
[INFO] [stdout]   --> tests/tcp_connect.rs:34:29
[INFO] [stdout]    |
[INFO] [stdout] 34 |                   completeio::task::block_on(test_connect_ip_impl($target, $addr_f))
[INFO] [stdout]    |                               ^^^^ could not find `task` in `completeio`
[INFO] [stdout] ...
[INFO] [stdout] 40 | / test_connect_ip! {
[INFO] [stdout] 41 | |     (connect_v4, "127.0.0.1:0", SocketAddr::is_ipv4),
[INFO] [stdout] 42 | |     (connect_v6, "[::1]:0", SocketAddr::is_ipv6),
[INFO] [stdout] 43 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/src/lib.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 30 | #[cfg(feature = "runtime")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `runtime` feature
[INFO] [stdout] 31 | pub mod task;
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    = note: this error originates in the macro `test_connect_ip` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `task` in `completeio`
[INFO] [stdout]   --> tests/runtime.rs:45:17
[INFO] [stdout]    |
[INFO] [stdout] 45 |     completeio::task::block_on(async {
[INFO] [stdout]    |                 ^^^^ could not find `task` in `completeio`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/src/lib.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 30 | #[cfg(feature = "runtime")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `runtime` feature
[INFO] [stdout] 31 | pub mod task;
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `task` in `completeio`
[INFO] [stdout]   --> tests/runtime.rs:57:25
[INFO] [stdout]    |
[INFO] [stdout] 57 |             completeio::task::block_on(async {
[INFO] [stdout]    |                         ^^^^ could not find `task` in `completeio`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/src/lib.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 30 | #[cfg(feature = "runtime")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `runtime` feature
[INFO] [stdout] 31 | pub mod task;
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `task` in `completeio`
[INFO] [stdout]    --> tests/runtime.rs:113:28
[INFO] [stdout]     |
[INFO] [stdout] 113 |     let file = completeio::task::block_on(async {
[INFO] [stdout]     |                            ^^^^ could not find `task` in `completeio`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/lib.rs:31:9
[INFO] [stdout]     |
[INFO] [stdout]  30 | #[cfg(feature = "runtime")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `runtime` feature
[INFO] [stdout]  31 | pub mod task;
[INFO] [stdout]     |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `task` in `completeio`
[INFO] [stdout]    --> tests/runtime.rs:137:17
[INFO] [stdout]     |
[INFO] [stdout] 137 |     completeio::task::block_on(async {
[INFO] [stdout]     |                 ^^^^ could not find `task` in `completeio`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/lib.rs:31:9
[INFO] [stdout]     |
[INFO] [stdout]  30 | #[cfg(feature = "runtime")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `runtime` feature
[INFO] [stdout]  31 | pub mod task;
[INFO] [stdout]     |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `TcpStream`
[INFO] [stdout]  --> tests/runtime.rs:8:24
[INFO] [stdout]   |
[INFO] [stdout] 8 |     net::{TcpListener, TcpStream},
[INFO] [stdout]   |                        ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `task` in `completeio`
[INFO] [stdout]   --> examples/net.rs:6:17
[INFO] [stdout]    |
[INFO] [stdout]  6 |     completeio::task::block_on(async {
[INFO] [stdout]    |                 ^^^^ could not find `task` in `completeio`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/src/lib.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 30 | #[cfg(feature = "runtime")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `runtime` feature
[INFO] [stdout] 31 | pub mod task;
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `TcpStream`
[INFO] [stdout]  --> examples/net.rs:3:36
[INFO] [stdout]   |
[INFO] [stdout] 3 | use completeio::net::{TcpListener, TcpStream};
[INFO] [stdout]   |                                    ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `task` in `completeio`
[INFO] [stdout]   --> tests/tcp_connect.rs:68:29
[INFO] [stdout]    |
[INFO] [stdout] 68 |                   completeio::task::block_on(test_connect_impl($mapping))
[INFO] [stdout]    |                               ^^^^ could not find `task` in `completeio`
[INFO] [stdout] ...
[INFO] [stdout] 74 | / test_connect! {
[INFO] [stdout] 75 | |     (ip_string, (|listener: &TcpListener| {
[INFO] [stdout] 76 | |         format!("127.0.0.1:{}", listener.local_addr().unwrap().as_socket().unwrap().port())
[INFO] [stdout] 77 | |     })),
[INFO] [stdout] ...  |
[INFO] [stdout] 95 | |     })),
[INFO] [stdout] 96 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/src/lib.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 30 | #[cfg(feature = "runtime")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `runtime` feature
[INFO] [stdout] 31 | pub mod task;
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    = note: this error originates in the macro `test_connect` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `task` in `completeio`
[INFO] [stdout]   --> examples/unix.rs:5:17
[INFO] [stdout]    |
[INFO] [stdout]  5 |     completeio::task::block_on(async {
[INFO] [stdout]    |                 ^^^^ could not find `task` in `completeio`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/src/lib.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 30 | #[cfg(feature = "runtime")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `runtime` feature
[INFO] [stdout] 31 | pub mod task;
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> examples/net.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |         tx.send_all("Hello world!").await.0.unwrap();
[INFO] [stdout]    |         ^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> tests/runtime.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 23 |         tx.send_all(DATA).await.0.unwrap();
[INFO] [stdout]    |         ^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> examples/net.rs:16:27
[INFO] [stdout]    |
[INFO] [stdout] 16 |         let (n, buffer) = rx.recv_exact(buffer).await;
[INFO] [stdout]    |                           ^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed for `SendWrapper<_>`
[INFO] [stdout]   --> tests/runtime.rs:25:13
[INFO] [stdout]    |
[INFO] [stdout] 25 |         let rx = SendWrapper(rx);
[INFO] [stdout]    |             ^^
[INFO] [stdout] ...
[INFO] [stdout] 29 |                 let (n, buffer) = rx.recv_exact(buffer).await;
[INFO] [stdout]    |                                   -- type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving `rx` an explicit type, where the placeholders `_` are specified
[INFO] [stdout]    |
[INFO] [stdout] 25 |         let rx: SendWrapper<T> = SendWrapper(rx);
[INFO] [stdout]    |               ++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed for `(_, _)`
[INFO] [stdout]   --> tests/runtime.rs:29:21
[INFO] [stdout]    |
[INFO] [stdout] 29 |                 let (n, buffer) = rx.recv_exact(buffer).await;
[INFO] [stdout]    |                     ^^^^^^^^^^^
[INFO] [stdout] 30 |                 assert_eq!(n.unwrap(), buffer.len());
[INFO] [stdout]    |                            - type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving this pattern a type, where the placeholders `_` are specified
[INFO] [stdout]    |
[INFO] [stdout] 29 |                 let (n, buffer): (_, _) = rx.recv_exact(buffer).await;
[INFO] [stdout]    |                                ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed for `({type error}, _)`
[INFO] [stdout]   --> tests/runtime.rs:29:21
[INFO] [stdout]    |
[INFO] [stdout] 29 |                 let (n, buffer) = rx.recv_exact(buffer).await;
[INFO] [stdout]    |                     ^^^^^^^^^^^
[INFO] [stdout] 30 |                 assert_eq!(n.unwrap(), buffer.len());
[INFO] [stdout]    |                                        ------ type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving this pattern a type, where the placeholders `_` are specified
[INFO] [stdout]    |
[INFO] [stdout] 29 |                 let (n, buffer): (_, _) = rx.recv_exact(buffer).await;
[INFO] [stdout]    |                                ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> tests/runtime.rs:52:18
[INFO] [stdout]    |
[INFO] [stdout] 52 |         let tx = tx.try_clone().unwrap();
[INFO] [stdout]    |                  ^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed for `(_, _)`
[INFO] [stdout]   --> examples/net.rs:16:13
[INFO] [stdout]    |
[INFO] [stdout] 16 |         let (n, buffer) = rx.recv_exact(buffer).await;
[INFO] [stdout]    |             ^^^^^^^^^^^
[INFO] [stdout] 17 |         assert_eq!(n.unwrap(), buffer.len());
[INFO] [stdout]    |                    - type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving this pattern a type, where the placeholders `_` are specified
[INFO] [stdout]    |
[INFO] [stdout] 16 |         let (n, buffer): (_, _) = rx.recv_exact(buffer).await;
[INFO] [stdout]    |                        ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed for `({type error}, _)`
[INFO] [stdout]   --> examples/net.rs:16:13
[INFO] [stdout]    |
[INFO] [stdout] 16 |         let (n, buffer) = rx.recv_exact(buffer).await;
[INFO] [stdout]    |             ^^^^^^^^^^^
[INFO] [stdout] 17 |         assert_eq!(n.unwrap(), buffer.len());
[INFO] [stdout]    |                                ------ type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving this pattern a type, where the placeholders `_` are specified
[INFO] [stdout]    |
[INFO] [stdout] 16 |         let (n, buffer): (_, _) = rx.recv_exact(buffer).await;
[INFO] [stdout]    |                        ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> tests/runtime.rs:55:30
[INFO] [stdout]    |
[INFO] [stdout] 55 |         let rx = SendWrapper(rx.try_clone().unwrap());
[INFO] [stdout]    |                              ^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed for `(_, _)`
[INFO] [stdout]   --> tests/runtime.rs:59:21
[INFO] [stdout]    |
[INFO] [stdout] 59 |                 let (n, buffer) = rx.recv_exact(buffer).await;
[INFO] [stdout]    |                     ^^^^^^^^^^^
[INFO] [stdout] 60 |                 assert_eq!(n.unwrap(), buffer.len());
[INFO] [stdout]    |                            - type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving this pattern a type, where the placeholders `_` are specified
[INFO] [stdout]    |
[INFO] [stdout] 59 |                 let (n, buffer): (_, _) = rx.recv_exact(buffer).await;
[INFO] [stdout]    |                                ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed for `({type error}, _)`
[INFO] [stdout]   --> tests/runtime.rs:59:21
[INFO] [stdout]    |
[INFO] [stdout] 59 |                 let (n, buffer) = rx.recv_exact(buffer).await;
[INFO] [stdout]    |                     ^^^^^^^^^^^
[INFO] [stdout] 60 |                 assert_eq!(n.unwrap(), buffer.len());
[INFO] [stdout]    |                                        ------ type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving this pattern a type, where the placeholders `_` are specified
[INFO] [stdout]    |
[INFO] [stdout] 59 |                 let (n, buffer): (_, _) = rx.recv_exact(buffer).await;
[INFO] [stdout]    |                                ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `task` in `completeio`
[INFO] [stdout]    --> tests/tcp_connect.rs:100:17
[INFO] [stdout]     |
[INFO] [stdout] 100 |     completeio::task::block_on(async {
[INFO] [stdout]     |                 ^^^^ could not find `task` in `completeio`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/lib.rs:31:9
[INFO] [stdout]     |
[INFO] [stdout]  30 | #[cfg(feature = "runtime")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `runtime` feature
[INFO] [stdout]  31 | pub mod task;
[INFO] [stdout]     |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `task` in `completeio`
[INFO] [stdout]   --> tests/tcp_connect.rs:15:17
[INFO] [stdout]    |
[INFO] [stdout] 15 |     completeio::task::spawn(async move {
[INFO] [stdout]    |                 ^^^^ could not find `task` in `completeio`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/src/lib.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 30 | #[cfg(feature = "runtime")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `runtime` feature
[INFO] [stdout] 31 | pub mod task;
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  1 + use tokio::task;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `task`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 15 -     completeio::task::spawn(async move {
[INFO] [stdout] 15 +     task::spawn(async move {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `task` in `completeio`
[INFO] [stdout]   --> tests/tcp_accept.rs:23:29
[INFO] [stdout]    |
[INFO] [stdout] 23 |                   completeio::task::block_on(test_impl($target))
[INFO] [stdout]    |                               ^^^^ could not find `task` in `completeio`
[INFO] [stdout] ...
[INFO] [stdout] 29 | / test_accept! {
[INFO] [stdout] 30 | |     (ip_str, "127.0.0.1:0"),
[INFO] [stdout] 31 | |     (host_str, "localhost:0"),
[INFO] [stdout] 32 | |     (socket_addr, "127.0.0.1:0".parse::<std::net::SocketAddr>().unwrap()),
[INFO] [stdout] 33 | |     (str_port_tuple, ("127.0.0.1", 0)),
[INFO] [stdout] 34 | |     (ip_port_tuple, ("127.0.0.1".parse::<std::net::IpAddr>().unwrap(), 0)),
[INFO] [stdout] 35 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/src/lib.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 30 | #[cfg(feature = "runtime")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `runtime` feature
[INFO] [stdout] 31 | pub mod task;
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    = note: this error originates in the macro `test_accept` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `task` in `completeio`
[INFO] [stdout]   --> tests/udp.rs:5:17
[INFO] [stdout]    |
[INFO] [stdout]  5 |     completeio::task::block_on(async {
[INFO] [stdout]    |                 ^^^^ could not find `task` in `completeio`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/src/lib.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 30 | #[cfg(feature = "runtime")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `runtime` feature
[INFO] [stdout] 31 | pub mod task;
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `task` in `completeio`
[INFO] [stdout]   --> tests/udp.rs:27:17
[INFO] [stdout]    |
[INFO] [stdout] 27 |     completeio::task::block_on(async {
[INFO] [stdout]    |                 ^^^^ could not find `task` in `completeio`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/src/lib.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 30 | #[cfg(feature = "runtime")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `runtime` feature
[INFO] [stdout] 31 | pub mod task;
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `accept` found for struct `completeio::net::UnixListener` in the current scope
[INFO] [stdout]   --> examples/unix.rs:13:32
[INFO] [stdout]    |
[INFO] [stdout] 13 |         let (rx, _) = listener.accept().await.unwrap();
[INFO] [stdout]    |                                ^^^^^^ method not found in `completeio::net::UnixListener`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> examples/unix.rs:13:23
[INFO] [stdout]    |
[INFO] [stdout] 13 |         let (rx, _) = listener.accept().await.unwrap();
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `completeio` (example "net") due to 6 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0599]: no method named `read_at` found for struct `completeio::fs::File` in the current scope
[INFO] [stdout]    --> tests/runtime.rs:115:14
[INFO] [stdout]     |
[INFO] [stdout] 115 |         file.read_at(
[INFO] [stdout]     |         -----^^^^^^^ method not found in `completeio::fs::File`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `send` found for struct `completeio::net::UdpSocket` in the current scope
[INFO] [stdout]   --> tests/udp.rs:15:16
[INFO] [stdout]    |
[INFO] [stdout] 15 |         active.send(MSG).await.0.unwrap();
[INFO] [stdout]    |                ^^^^ method not found in `completeio::net::UdpSocket`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `recv` found for struct `completeio::net::UdpSocket` in the current scope
[INFO] [stdout]   --> tests/udp.rs:17:37
[INFO] [stdout]    |
[INFO] [stdout] 17 |         let (res, buffer) = passive.recv(Vec::with_capacity(20)).await;
[INFO] [stdout]    |                                     ^^^^ method not found in `completeio::net::UdpSocket`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed for `(_, _)`
[INFO] [stdout]   --> tests/udp.rs:17:13
[INFO] [stdout]    |
[INFO] [stdout] 17 |         let (res, buffer) = passive.recv(Vec::with_capacity(20)).await;
[INFO] [stdout]    |             ^^^^^^^^^^^^^
[INFO] [stdout] 18 |         res.unwrap();
[INFO] [stdout]    |         --- type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving this pattern a type, where the placeholders `_` are specified
[INFO] [stdout]    |
[INFO] [stdout] 17 |         let (res, buffer): (_, _) = passive.recv(Vec::with_capacity(20)).await;
[INFO] [stdout]    |                          ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `send_all` found for struct `completeio::net::UnixStream` in the current scope
[INFO] [stdout]   --> examples/unix.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 |         tx.send_all("Hello world!").await.0.unwrap();
[INFO] [stdout]    |            ^^^^^^^^ method not found in `completeio::net::UnixStream`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> examples/unix.rs:20:27
[INFO] [stdout]    |
[INFO] [stdout] 20 |         let (n, buffer) = rx.recv_exact(buffer).await;
[INFO] [stdout]    |                           ^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed for `(_, _)`
[INFO] [stdout]   --> examples/unix.rs:20:13
[INFO] [stdout]    |
[INFO] [stdout] 20 |         let (n, buffer) = rx.recv_exact(buffer).await;
[INFO] [stdout]    |             ^^^^^^^^^^^
[INFO] [stdout] 21 |         n.unwrap();
[INFO] [stdout]    |         - type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving this pattern a type, where the placeholders `_` are specified
[INFO] [stdout]    |
[INFO] [stdout] 20 |         let (n, buffer): (_, _) = rx.recv_exact(buffer).await;
[INFO] [stdout]    |                        ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `send_to` found for struct `completeio::net::UdpSocket` in the current scope
[INFO] [stdout]   --> tests/udp.rs:53:16
[INFO] [stdout]    |
[INFO] [stdout] 53 |         active.send_to(MSG, &passive01_addr).await.0.unwrap();
[INFO] [stdout]    |                ^^^^^^^ method not found in `completeio::net::UdpSocket`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `task` in `completeio`
[INFO] [stdout]   --> tests/file.rs:19:17
[INFO] [stdout]    |
[INFO] [stdout] 19 |     completeio::task::block_on(async {
[INFO] [stdout]    |                 ^^^^ could not find `task` in `completeio`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/src/lib.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 30 | #[cfg(feature = "runtime")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `runtime` feature
[INFO] [stdout] 31 | pub mod task;
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `send_to` found for struct `completeio::net::UdpSocket` in the current scope
[INFO] [stdout]   --> tests/udp.rs:54:16
[INFO] [stdout]    |
[INFO] [stdout] 54 |         active.send_to(MSG, &passive1_addr).await.0.unwrap();
[INFO] [stdout]    |                ^^^^^^^ method not found in `completeio::net::UdpSocket`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `task` in `completeio`
[INFO] [stdout]   --> tests/file.rs:30:17
[INFO] [stdout]    |
[INFO] [stdout] 30 |     completeio::task::block_on(async {
[INFO] [stdout]    |                 ^^^^ could not find `task` in `completeio`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/src/lib.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 30 | #[cfg(feature = "runtime")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `runtime` feature
[INFO] [stdout] 31 | pub mod task;
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `accept` found for struct `completeio::net::TcpListener` in the current scope
[INFO] [stdout]   --> tests/tcp_connect.rs:16:39
[INFO] [stdout]    |
[INFO] [stdout] 16 |         let (socket, addr) = listener.accept().await.unwrap();
[INFO] [stdout]    |                                       ^^^^^^ method not found in `completeio::net::TcpListener`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> tests/tcp_connect.rs:16:30
[INFO] [stdout]    |
[INFO] [stdout] 16 |         let (socket, addr) = listener.accept().await.unwrap();
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> tests/tcp_connect.rs:17:26
[INFO] [stdout]    |
[INFO] [stdout] 17 |         assert_eq!(addr, socket.peer_addr().unwrap());
[INFO] [stdout]    |                          ^^^^^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `task` in `completeio`
[INFO] [stdout]   --> tests/file.rs:45:17
[INFO] [stdout]    |
[INFO] [stdout] 45 |     completeio::task::block_on(async {
[INFO] [stdout]    |                 ^^^^ could not find `task` in `completeio`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/src/lib.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 30 | #[cfg(feature = "runtime")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `runtime` feature
[INFO] [stdout] 31 | pub mod task;
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `send_to` found for struct `completeio::net::UdpSocket` in the current scope
[INFO] [stdout]   --> tests/udp.rs:55:16
[INFO] [stdout]    |
[INFO] [stdout] 55 |         active.send_to(MSG, &passive2_addr).await.0.unwrap();
[INFO] [stdout]    |                ^^^^^^^ method not found in `completeio::net::UdpSocket`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `task` in `completeio`
[INFO] [stdout]   --> tests/file.rs:60:17
[INFO] [stdout]    |
[INFO] [stdout] 60 |     completeio::task::block_on(async {
[INFO] [stdout]    |                 ^^^^ could not find `task` in `completeio`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/src/lib.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 30 | #[cfg(feature = "runtime")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `runtime` feature
[INFO] [stdout] 31 | pub mod task;
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `completeio` (example "unix") due to 6 previous errors
[INFO] [stderr] error: could not compile `completeio` (example "basic") due to 4 previous errors
[INFO] [stdout] error[E0599]: no method named `write_at` found for struct `completeio::fs::File` in the current scope
[INFO] [stdout]    --> tests/runtime.rs:141:22
[INFO] [stdout]     |
[INFO] [stdout] 141 |                 file.write_at("hello world", 0).await.0.unwrap();
[INFO] [stdout]     |                      ^^^^^^^^ method not found in `completeio::fs::File`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `send_to` found for struct `completeio::net::UdpSocket` in the current scope
[INFO] [stdout]   --> tests/udp.rs:56:16
[INFO] [stdout]    |
[INFO] [stdout] 56 |         active.send_to(MSG, &passive3_addr).await.0.unwrap();
[INFO] [stdout]    |                ^^^^^^^ method not found in `completeio::net::UdpSocket`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `recv_from` found for struct `completeio::net::UdpSocket` in the current scope
[INFO] [stdout]   --> tests/udp.rs:59:22
[INFO] [stdout]    |
[INFO] [stdout] 59 |             passive1.recv_from(Vec::with_capacity(20)).await,
[INFO] [stdout]    |                      ^^^^^^^^^ method not found in `completeio::net::UdpSocket`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `task` in `completeio`
[INFO] [stdout]   --> examples/basic.rs:4:30
[INFO] [stdout]    |
[INFO] [stdout]  4 |     let buffer = completeio::task::block_on(async {
[INFO] [stdout]    |                              ^^^^ could not find `task` in `completeio`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/src/lib.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 30 | #[cfg(feature = "runtime")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `runtime` feature
[INFO] [stdout] 31 | pub mod task;
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `read_to_end_at` found for struct `completeio::fs::File` in the current scope
[INFO] [stdout]  --> examples/basic.rs:6:35
[INFO] [stdout]   |
[INFO] [stdout] 6 |         let (read, buffer) = file.read_to_end_at(Vec::with_capacity(4096), 0).await;
[INFO] [stdout]   |                                   ^^^^^^^^^^^^^^ method not found in `completeio::fs::File`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed for `(_, _)`
[INFO] [stdout]  --> examples/basic.rs:6:13
[INFO] [stdout]   |
[INFO] [stdout] 6 |         let (read, buffer) = file.read_to_end_at(Vec::with_capacity(4096), 0).await;
[INFO] [stdout]   |             ^^^^^^^^^^^^^^
[INFO] [stdout] 7 |         let read = read.unwrap();
[INFO] [stdout]   |                    ---- type must be known at this point
[INFO] [stdout]   |
[INFO] [stdout] help: consider giving this pattern a type, where the placeholders `_` are specified
[INFO] [stdout]   |
[INFO] [stdout] 6 |         let (read, buffer): (_, _) = file.read_to_end_at(Vec::with_capacity(4096), 0).await;
[INFO] [stdout]   |                           ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed for `({type error}, _)`
[INFO] [stdout]  --> examples/basic.rs:6:13
[INFO] [stdout]   |
[INFO] [stdout] 6 |         let (read, buffer) = file.read_to_end_at(Vec::with_capacity(4096), 0).await;
[INFO] [stdout]   |             ^^^^^^^^^^^^^^
[INFO] [stdout] 7 |         let read = read.unwrap();
[INFO] [stdout] 8 |         assert_eq!(read, buffer.len());
[INFO] [stdout]   |                          ------ type must be known at this point
[INFO] [stdout]   |
[INFO] [stdout] help: consider giving this pattern a type, where the placeholders `_` are specified
[INFO] [stdout]   |
[INFO] [stdout] 6 |         let (read, buffer): (_, _) = file.read_to_end_at(Vec::with_capacity(4096), 0).await;
[INFO] [stdout]   |                           ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `connect` found for struct `completeio::net::TcpStream` in the current scope
[INFO] [stdout]   --> tests/tcp_connect.rs:22:27
[INFO] [stdout]    |
[INFO] [stdout] 22 |     let mine = TcpStream::connect(&addr).await.unwrap();
[INFO] [stdout]    |                           ^^^^^^^ function or associated item not found in `completeio::net::TcpStream`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> tests/tcp_connect.rs:22:16
[INFO] [stdout]    |
[INFO] [stdout] 22 |     let mine = TcpStream::connect(&addr).await.unwrap();
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> tests/tcp_connect.rs:23:18
[INFO] [stdout]    |
[INFO] [stdout] 23 |     let theirs = rx.await.unwrap();
[INFO] [stdout]    |                  ^^^^^^^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `recv_from` found for struct `completeio::net::UdpSocket` in the current scope
[INFO] [stdout]   --> tests/udp.rs:63:22
[INFO] [stdout]    |
[INFO] [stdout] 63 |             passive2.recv_from(Vec::with_capacity(20)).await,
[INFO] [stdout]    |                      ^^^^^^^^^ method not found in `completeio::net::UdpSocket`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `recv_from` found for struct `completeio::net::UdpSocket` in the current scope
[INFO] [stdout]   --> tests/udp.rs:67:22
[INFO] [stdout]    |
[INFO] [stdout] 67 |             passive3.recv_from(Vec::with_capacity(20)).await,
[INFO] [stdout]    |                      ^^^^^^^^^ method not found in `completeio::net::UdpSocket`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `accept` found for struct `completeio::net::TcpListener` in the current scope
[INFO] [stdout]   --> tests/tcp_connect.rs:49:18
[INFO] [stdout]    |
[INFO] [stdout] 49 |         listener.accept().await.unwrap();
[INFO] [stdout]    |                  ^^^^^^ method not found in `completeio::net::TcpListener`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> tests/tcp_connect.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 49 |         listener.accept().await.unwrap();
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `connect` found for struct `completeio::net::TcpStream` in the current scope
[INFO] [stdout]   --> tests/tcp_connect.rs:53:26
[INFO] [stdout]    |
[INFO] [stdout] 53 |         match TcpStream::connect(addr).await {
[INFO] [stdout]    |                          ^^^^^^^ function or associated item not found in `completeio::net::TcpStream`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `completeio` (test "udp") due to 12 previous errors
[INFO] [stdout] error[E0433]: failed to resolve: could not find `task` in `completeio`
[INFO] [stdout]   --> tests/unix_stream.rs:7:17
[INFO] [stdout]    |
[INFO] [stdout]  7 |     completeio::task::block_on(async {
[INFO] [stdout]    |                 ^^^^ could not find `task` in `completeio`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/src/lib.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 30 | #[cfg(feature = "runtime")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `runtime` feature
[INFO] [stdout] 31 | pub mod task;
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `connect` found for struct `completeio::net::TcpStream` in the current scope
[INFO] [stdout]    --> tests/tcp_connect.rs:101:28
[INFO] [stdout]     |
[INFO] [stdout] 101 |         assert!(TcpStream::connect("127.0.0.1:1").await.is_err());
[INFO] [stdout]     |                            ^^^^^^^ function or associated item not found in `completeio::net::TcpStream`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/tcp_connect.rs:101:17
[INFO] [stdout]     |
[INFO] [stdout] 101 |         assert!(TcpStream::connect("127.0.0.1:1").await.is_err());
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `task` in `completeio`
[INFO] [stdout]   --> tests/tcp_accept.rs:7:17
[INFO] [stdout]    |
[INFO] [stdout]  7 |     completeio::task::spawn(async move {
[INFO] [stdout]    |                 ^^^^ could not find `task` in `completeio`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/src/lib.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 30 | #[cfg(feature = "runtime")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `runtime` feature
[INFO] [stdout] 31 | pub mod task;
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  1 + use tokio::task;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `task`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout]  7 -     completeio::task::spawn(async move {
[INFO] [stdout]  7 +     task::spawn(async move {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `completeio` (test "runtime") due to 18 previous errors; 1 warning emitted
[INFO] [stdout] error[E0433]: failed to resolve: could not find `task` in `completeio`
[INFO] [stdout]   --> tests/unix_stream.rs:35:17
[INFO] [stdout]    |
[INFO] [stdout] 35 |     completeio::task::block_on(async {
[INFO] [stdout]    |                 ^^^^ could not find `task` in `completeio`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/src/lib.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 30 | #[cfg(feature = "runtime")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `runtime` feature
[INFO] [stdout] 31 | pub mod task;
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `RecvResultExt` is never used
[INFO] [stdout]   --> src/op.rs:78:18
[INFO] [stdout]    |
[INFO] [stdout] 78 | pub(crate) trait RecvResultExt {
[INFO] [stdout]    |                  ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `completeio` (test "tcp_connect") due to 16 previous errors
[INFO] [stdout] error[E0599]: no method named `read_to_end_at` found for reference `&completeio::fs::File` in the current scope
[INFO] [stdout]   --> tests/file.rs:10:27
[INFO] [stdout]    |
[INFO] [stdout] 10 |     let (res, buf) = file.read_to_end_at(buf, 0).await;
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^ method not found in `&completeio::fs::File`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed for `(_, _)`
[INFO] [stdout]   --> tests/file.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |     let (res, buf) = file.read_to_end_at(buf, 0).await;
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 11 |     let n = res.unwrap();
[INFO] [stdout]    |             --- type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving this pattern a type, where the placeholders `_` are specified
[INFO] [stdout]    |
[INFO] [stdout] 10 |     let (res, buf): (_, _) = file.read_to_end_at(buf, 0).await;
[INFO] [stdout]    |                   ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `accept` found for struct `completeio::net::TcpListener` in the current scope
[INFO] [stdout]  --> tests/tcp_accept.rs:8:36
[INFO] [stdout]   |
[INFO] [stdout] 8 |         let (socket, _) = listener.accept().await.unwrap();
[INFO] [stdout]   |                                    ^^^^^^ method not found in `completeio::net::TcpListener`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]  --> tests/tcp_accept.rs:8:27
[INFO] [stdout]   |
[INFO] [stdout] 8 |         let (socket, _) = listener.accept().await.unwrap();
[INFO] [stdout]   |                           ^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `connect` found for struct `completeio::net::TcpStream` in the current scope
[INFO] [stdout]   --> tests/tcp_accept.rs:12:26
[INFO] [stdout]    |
[INFO] [stdout] 12 |     let cli = TcpStream::connect(&addr).await.unwrap();
[INFO] [stdout]    |                          ^^^^^^^ function or associated item not found in `completeio::net::TcpStream`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> tests/tcp_accept.rs:12:15
[INFO] [stdout]    |
[INFO] [stdout] 12 |     let cli = TcpStream::connect(&addr).await.unwrap();
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> tests/tcp_accept.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |     let srv = rx.await.unwrap();
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 14 |     assert_eq!(cli.local_addr().unwrap(), srv.peer_addr().unwrap());
[INFO] [stdout]    |                                           --- type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving `srv` an explicit type
[INFO] [stdout]    |
[INFO] [stdout] 13 |     let srv: /* Type */ = rx.await.unwrap();
[INFO] [stdout]    |            ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `completeio` (test "tcp_accept") due to 7 previous errors
[INFO] [stdout] error[E0599]: no method named `write_all_at` found for struct `completeio::fs::File` in the current scope
[INFO] [stdout]   --> tests/file.rs:35:14
[INFO] [stdout]    |
[INFO] [stdout] 35 |         file.write_all_at(HELLO, 0).await.0.unwrap();
[INFO] [stdout]    |              ^^^^^^^^^^^^ method not found in `completeio::fs::File`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `accept` found for struct `completeio::net::UnixListener` in the current scope
[INFO] [stdout]   --> tests/unix_stream.rs:17:36
[INFO] [stdout]    |
[INFO] [stdout] 17 |         let (server, _) = listener.accept().await?;
[INFO] [stdout]    |                                    ^^^^^^ method not found in `completeio::net::UnixListener`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `sync_all` found for struct `completeio::fs::File` in the current scope
[INFO] [stdout]   --> tests/file.rs:36:14
[INFO] [stdout]    |
[INFO] [stdout] 36 |         file.sync_all().await.unwrap();
[INFO] [stdout]    |              ^^^^^^^^ method not found in `completeio::fs::File`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> tests/file.rs:36:9
[INFO] [stdout]    |
[INFO] [stdout] 36 |         file.sync_all().await.unwrap();
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `send_all` found for struct `completeio::net::UnixStream` in the current scope
[INFO] [stdout]   --> tests/unix_stream.rs:19:32
[INFO] [stdout]    |
[INFO] [stdout] 19 |         let write_len = client.send_all("hello").await.0?;
[INFO] [stdout]    |                                ^^^^^^^^ method not found in `completeio::net::UnixStream`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed for `(_, _)`
[INFO] [stdout]   --> tests/unix_stream.rs:17:13
[INFO] [stdout]    |
[INFO] [stdout] 17 |         let (server, _) = listener.accept().await?;
[INFO] [stdout]    |             ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 24 |         let (res, buf) = server.recv_exact(buf).await;
[INFO] [stdout]    |                          ------ type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving this pattern a type, where the placeholders `_` are specified
[INFO] [stdout]    |
[INFO] [stdout] 17 |         let (server, _): (_, _) = listener.accept().await?;
[INFO] [stdout]    |                        ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed for `(_, _)`
[INFO] [stdout]   --> tests/unix_stream.rs:24:13
[INFO] [stdout]    |
[INFO] [stdout] 24 |         let (res, buf) = server.recv_exact(buf).await;
[INFO] [stdout]    |             ^^^^^^^^^^
[INFO] [stdout] 25 |         assert_eq!(res.unwrap(), 5);
[INFO] [stdout]    |                    --- type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving this pattern a type, where the placeholders `_` are specified
[INFO] [stdout]    |
[INFO] [stdout] 24 |         let (res, buf): (_, _) = server.recv_exact(buf).await;
[INFO] [stdout]    |                       ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `accept` found for struct `completeio::net::UnixListener` in the current scope
[INFO] [stdout]   --> tests/unix_stream.rs:45:36
[INFO] [stdout]    |
[INFO] [stdout] 45 |         let (server, _) = listener.accept().await?;
[INFO] [stdout]    |                                    ^^^^^^ method not found in `completeio::net::UnixListener`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed for `(_, _)`
[INFO] [stdout]   --> tests/unix_stream.rs:45:13
[INFO] [stdout]    |
[INFO] [stdout] 45 |         let (server, _) = listener.accept().await?;
[INFO] [stdout]    |             ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 50 |         let n = server.recv(Vec::with_capacity(1)).await.0?;
[INFO] [stdout]    |                 ------ type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving this pattern a type, where the placeholders `_` are specified
[INFO] [stdout]    |
[INFO] [stdout] 45 |         let (server, _): (_, _) = listener.accept().await?;
[INFO] [stdout]    |                        ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `write_all_at` found for struct `completeio::fs::File` in the current scope
[INFO] [stdout]   --> tests/file.rs:67:14
[INFO] [stdout]    |
[INFO] [stdout] 67 |         file.write_all_at(HELLO, 0).await.0.unwrap();
[INFO] [stdout]    |              ^^^^^^^^^^^^ method not found in `completeio::fs::File`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `completeio` (test "unix_stream") due to 8 previous errors
[INFO] [stdout] Some errors have detailed explanations: E0282, E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `completeio` (test "file") due to 10 previous errors
[INFO] running `Command { std: "docker" "inspect" "30bd0a28d10b45fb796a6633bcb7b0d9f7a4cc3e5fef0e2d233442b4cc4dfd1a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "30bd0a28d10b45fb796a6633bcb7b0d9f7a4cc3e5fef0e2d233442b4cc4dfd1a", kill_on_drop: false }`
[INFO] [stdout] 30bd0a28d10b45fb796a6633bcb7b0d9f7a4cc3e5fef0e2d233442b4cc4dfd1a
