[INFO] cloning repository https://github.com/peer-ci/vsock-agent
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/peer-ci/vsock-agent" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpeer-ci%2Fvsock-agent", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpeer-ci%2Fvsock-agent'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3984c2c2fa968c81dc6394f3e5d022271b348638
[INFO] checking peer-ci/vsock-agent/3984c2c2fa968c81dc6394f3e5d022271b348638 against 3d50c25bc66853bf0ad205529d0f305a1d841b5e for pr-159598
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpeer-ci%2Fvsock-agent" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/peer-ci/vsock-agent
[INFO] finished tweaking git repo https://github.com/peer-ci/vsock-agent
[INFO] tweaked toml for git repo https://github.com/peer-ci/vsock-agent written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/peer-ci/vsock-agent on toolchain 3d50c25bc66853bf0ad205529d0f305a1d841b5e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3d50c25bc66853bf0ad205529d0f305a1d841b5e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/peer-ci/vsock-agent 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" "+3d50c25bc66853bf0ad205529d0f305a1d841b5e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded zmij v1.0.17
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c6b7c8fba64d4f1d40ef49e53daa8a29357dce9a9211a874bfb8c7fab8220932
[INFO] running `Command { std: "docker" "start" "c6b7c8fba64d4f1d40ef49e53daa8a29357dce9a9211a874bfb8c7fab8220932", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c6b7c8fba64d4f1d40ef49e53daa8a29357dce9a9211a874bfb8c7fab8220932", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c6b7c8fba64d4f1d40ef49e53daa8a29357dce9a9211a874bfb8c7fab8220932" "/opt/rustwide/cargo-home/bin/cargo" "+3d50c25bc66853bf0ad205529d0f305a1d841b5e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c6b7c8fba64d4f1d40ef49e53daa8a29357dce9a9211a874bfb8c7fab8220932", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c6b7c8fba64d4f1d40ef49e53daa8a29357dce9a9211a874bfb8c7fab8220932" "/opt/rustwide/cargo-home/bin/cargo" "+3d50c25bc66853bf0ad205529d0f305a1d841b5e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling zmij v1.0.17
[INFO] [stderr]     Checking clap_lex v0.7.7
[INFO] [stderr]     Checking bytes v1.11.0
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking anstream v0.6.21
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking socket2 v0.6.2
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]     Checking regex-syntax v0.8.8
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking uuid v1.20.0
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking clap_builder v4.5.56
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]     Checking vsock v0.5.2
[INFO] [stderr]     Checking gethostname v1.1.0
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]     Checking tokio v1.49.0
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking tracing-subscriber v0.3.22
[INFO] [stderr]     Checking clap v4.5.56
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking vsock-agent-proto v0.1.0 (/opt/rustwide/workdir/proto)
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking tokio-vsock v0.7.2
[INFO] [stderr]     Checking vsock-agent-client v0.1.0 (/opt/rustwide/workdir/client)
[INFO] [stderr]     Checking vsock-agent v0.1.0 (/opt/rustwide/workdir/agent)
[INFO] [stdout] error[E0425]: cannot find function `stdin` in module `tokio::io`
[INFO] [stdout]    --> client/src/main.rs:57:20
[INFO] [stdout]     |
[INFO] [stdout]  57 |         tokio::io::stdin().read_to_end(&mut stdin).await?;
[INFO] [stdout]     |                    ^^^^^ not found in `tokio::io`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/mod.rs:270:9
[INFO] [stdout]     |
[INFO] [stdout] 270 |     mod stdin;
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/cfg.rs:221:19
[INFO] [stdout]     |
[INFO] [stdout] 221 |             #[cfg(feature = "io-std")]
[INFO] [stdout]     |                   ------------------ the item is gated behind the `io-std` feature
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/mod.rs:271:21
[INFO] [stdout]     |
[INFO] [stdout] 271 |     pub use stdin::{stdin, Stdin};
[INFO] [stdout]     |                     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/cfg.rs:221:19
[INFO] [stdout]     |
[INFO] [stdout] 221 |             #[cfg(feature = "io-std")]
[INFO] [stdout]     |                   ------------------ the item is gated behind the `io-std` feature
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::io::stdin;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `stdin`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout]  57 -         tokio::io::stdin().read_to_end(&mut stdin).await?;
[INFO] [stdout]  57 +         stdin().read_to_end(&mut stdin).await?;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `stdout` in module `tokio::io`
[INFO] [stdout]    --> client/src/main.rs:120:28
[INFO] [stdout]     |
[INFO] [stdout] 120 |                 tokio::io::stdout().write_all(&bytes).await?;
[INFO] [stdout]     |                            ^^^^^^ not found in `tokio::io`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/mod.rs:273:9
[INFO] [stdout]     |
[INFO] [stdout] 273 |     mod stdout;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/cfg.rs:221:19
[INFO] [stdout]     |
[INFO] [stdout] 221 |             #[cfg(feature = "io-std")]
[INFO] [stdout]     |                   ------------------ the item is gated behind the `io-std` feature
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/mod.rs:274:22
[INFO] [stdout]     |
[INFO] [stdout] 274 |     pub use stdout::{stdout, Stdout};
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/cfg.rs:221:19
[INFO] [stdout]     |
[INFO] [stdout] 221 |             #[cfg(feature = "io-std")]
[INFO] [stdout]     |                   ------------------ the item is gated behind the `io-std` feature
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::io::stdout;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `stdout`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 120 -                 tokio::io::stdout().write_all(&bytes).await?;
[INFO] [stdout] 120 +                 stdout().write_all(&bytes).await?;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `stderr` in module `tokio::io`
[INFO] [stdout]    --> client/src/main.rs:124:28
[INFO] [stdout]     |
[INFO] [stdout] 124 |                 tokio::io::stderr().write_all(&bytes).await?;
[INFO] [stdout]     |                            ^^^^^^ not found in `tokio::io`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/mod.rs:267:9
[INFO] [stdout]     |
[INFO] [stdout] 267 |     mod stderr;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/cfg.rs:221:19
[INFO] [stdout]     |
[INFO] [stdout] 221 |             #[cfg(feature = "io-std")]
[INFO] [stdout]     |                   ------------------ the item is gated behind the `io-std` feature
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/mod.rs:268:22
[INFO] [stdout]     |
[INFO] [stdout] 268 |     pub use stderr::{stderr, Stderr};
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/cfg.rs:221:19
[INFO] [stdout]     |
[INFO] [stdout] 221 |             #[cfg(feature = "io-std")]
[INFO] [stdout]     |                   ------------------ the item is gated behind the `io-std` feature
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::io::stderr;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `stderr`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 124 -                 tokio::io::stderr().write_all(&bytes).await?;
[INFO] [stdout] 124 +                 stderr().write_all(&bytes).await?;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `serde`
[INFO] [stdout]  --> agent/src/main.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use serde::Serialize;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `serde`
[INFO] [stdout]  --> agent/src/main.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use serde::Serialize;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `vsock-agent` (bin "vsock-agent") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `vsock-agent` (bin "vsock-agent" test) due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `stdin` in module `tokio::io`
[INFO] [stdout]    --> client/src/main.rs:57:20
[INFO] [stdout]     |
[INFO] [stdout]  57 |         tokio::io::stdin().read_to_end(&mut stdin).await?;
[INFO] [stdout]     |                    ^^^^^ not found in `tokio::io`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/mod.rs:270:9
[INFO] [stdout]     |
[INFO] [stdout] 270 |     mod stdin;
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/cfg.rs:221:19
[INFO] [stdout]     |
[INFO] [stdout] 221 |             #[cfg(feature = "io-std")]
[INFO] [stdout]     |                   ------------------ the item is gated behind the `io-std` feature
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/mod.rs:271:21
[INFO] [stdout]     |
[INFO] [stdout] 271 |     pub use stdin::{stdin, Stdin};
[INFO] [stdout]     |                     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/cfg.rs:221:19
[INFO] [stdout]     |
[INFO] [stdout] 221 |             #[cfg(feature = "io-std")]
[INFO] [stdout]     |                   ------------------ the item is gated behind the `io-std` feature
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::io::stdin;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `stdin`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout]  57 -         tokio::io::stdin().read_to_end(&mut stdin).await?;
[INFO] [stdout]  57 +         stdin().read_to_end(&mut stdin).await?;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `stdout` in module `tokio::io`
[INFO] [stdout]    --> client/src/main.rs:120:28
[INFO] [stdout]     |
[INFO] [stdout] 120 |                 tokio::io::stdout().write_all(&bytes).await?;
[INFO] [stdout]     |                            ^^^^^^ not found in `tokio::io`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/mod.rs:273:9
[INFO] [stdout]     |
[INFO] [stdout] 273 |     mod stdout;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/cfg.rs:221:19
[INFO] [stdout]     |
[INFO] [stdout] 221 |             #[cfg(feature = "io-std")]
[INFO] [stdout]     |                   ------------------ the item is gated behind the `io-std` feature
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/mod.rs:274:22
[INFO] [stdout]     |
[INFO] [stdout] 274 |     pub use stdout::{stdout, Stdout};
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/cfg.rs:221:19
[INFO] [stdout]     |
[INFO] [stdout] 221 |             #[cfg(feature = "io-std")]
[INFO] [stdout]     |                   ------------------ the item is gated behind the `io-std` feature
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::io::stdout;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `stdout`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 120 -                 tokio::io::stdout().write_all(&bytes).await?;
[INFO] [stdout] 120 +                 stdout().write_all(&bytes).await?;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `stderr` in module `tokio::io`
[INFO] [stdout]    --> client/src/main.rs:124:28
[INFO] [stdout]     |
[INFO] [stdout] 124 |                 tokio::io::stderr().write_all(&bytes).await?;
[INFO] [stdout]     |                            ^^^^^^ not found in `tokio::io`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/mod.rs:267:9
[INFO] [stdout]     |
[INFO] [stdout] 267 |     mod stderr;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/cfg.rs:221:19
[INFO] [stdout]     |
[INFO] [stdout] 221 |             #[cfg(feature = "io-std")]
[INFO] [stdout]     |                   ------------------ the item is gated behind the `io-std` feature
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/mod.rs:268:22
[INFO] [stdout]     |
[INFO] [stdout] 268 |     pub use stderr::{stderr, Stderr};
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/cfg.rs:221:19
[INFO] [stdout]     |
[INFO] [stdout] 221 |             #[cfg(feature = "io-std")]
[INFO] [stdout]     |                   ------------------ the item is gated behind the `io-std` feature
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::io::stderr;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `stderr`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 124 -                 tokio::io::stderr().write_all(&bytes).await?;
[INFO] [stdout] 124 +                 stderr().write_all(&bytes).await?;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `vsock-agent-client` (bin "vsock-agent-client") due to 3 previous errors
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `vsock-agent-client` (bin "vsock-agent-client" test) due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "c6b7c8fba64d4f1d40ef49e53daa8a29357dce9a9211a874bfb8c7fab8220932", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c6b7c8fba64d4f1d40ef49e53daa8a29357dce9a9211a874bfb8c7fab8220932", kill_on_drop: false }`
[INFO] [stdout] c6b7c8fba64d4f1d40ef49e53daa8a29357dce9a9211a874bfb8c7fab8220932
