[INFO] cloning repository https://github.com/oxide-byte/todo-wasi
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/oxide-byte/todo-wasi" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Foxide-byte%2Ftodo-wasi", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Foxide-byte%2Ftodo-wasi'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a604825afa85d69bb87dbb8b3becd20849036c5b
[INFO] testing oxide-byte/todo-wasi against beta-2025-10-28 for beta-1.92-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Foxide-byte%2Ftodo-wasi" "/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/oxide-byte/todo-wasi
[INFO] finished tweaking git repo https://github.com/oxide-byte/todo-wasi
[INFO] tweaked toml for git repo https://github.com/oxide-byte/todo-wasi written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/oxide-byte/todo-wasi on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/oxide-byte/todo-wasi 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" "+beta-2025-10-28" "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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bb19f900278411fd51de2447aa8c51cc50ad9d31e45044ff1c187bcfd1afd0be
[INFO] running `Command { std: "docker" "start" "-a" "bb19f900278411fd51de2447aa8c51cc50ad9d31e45044ff1c187bcfd1afd0be", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bb19f900278411fd51de2447aa8c51cc50ad9d31e45044ff1c187bcfd1afd0be", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bb19f900278411fd51de2447aa8c51cc50ad9d31e45044ff1c187bcfd1afd0be", kill_on_drop: false }`
[INFO] [stdout] bb19f900278411fd51de2447aa8c51cc50ad9d31e45044ff1c187bcfd1afd0be
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c02c98d27525077acf21a3f7e92f35c933b8c9a4d22a28dc710099d7fe395cfe
[INFO] running `Command { std: "docker" "start" "-a" "c02c98d27525077acf21a3f7e92f35c933b8c9a4d22a28dc710099d7fe395cfe", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling unicode-ident v1.0.13
[INFO] [stderr]    Compiling libc v0.2.159
[INFO] [stderr]    Compiling bytes v1.7.2
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling tokio_wasi v1.25.2
[INFO] [stderr]    Compiling once_cell v1.20.1
[INFO] [stderr]    Compiling tinyvec v1.8.0
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling iana-time-zone v0.1.61
[INFO] [stderr]    Compiling unicode-properties v0.1.3
[INFO] [stderr]    Compiling unicode-bidi v0.3.17
[INFO] [stderr]    Compiling cpufeatures v0.2.14
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling httparse v1.9.4
[INFO] [stderr]    Compiling fallible-iterator v0.2.0
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling phf_shared v0.11.2
[INFO] [stderr]    Compiling dns-parser v0.8.0
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling serde_json v1.0.137
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling phf v0.11.2
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling socket2 v0.4.10
[INFO] [stderr]    Compiling mio_wasi v0.8.9
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling syn v2.0.87
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling unicode-normalization v0.1.24
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]    Compiling tokio-macros v1.8.2
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling serde_derive v1.0.217
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling async-trait v0.1.83
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]    Compiling serde_with_macros v3.11.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling postgres-protocol v0.6.7
[INFO] [stderr]    Compiling wasmedge_wasi_socket v0.5.5
[INFO] [stdout] error[E0433]: failed to resolve: could not find `wasi` in `os`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wasmedge_wasi_socket-0.5.5/src/poll.rs:2:14
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::os::wasi::prelude::*;
[INFO] [stdout]   |              ^^^^ could not find `wasi` in `os`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:47:5
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:106:10
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `RawFd` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wasmedge_wasi_socket-0.5.5/src/poll.rs:12:13
[INFO] [stdout]    |
[INFO] [stdout] 12 |         fd: RawFd,
[INFO] [stdout]    |             ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::os::fd::RawFd;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `RawFd` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wasmedge_wasi_socket-0.5.5/src/poll.rs:18:13
[INFO] [stdout]    |
[INFO] [stdout] 18 |         fd: RawFd,
[INFO] [stdout]    |             ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::os::fd::RawFd;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `AsRawFd` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wasmedge_wasi_socket-0.5.5/src/poll.rs:29:18
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub fn io<F: AsRawFd>(
[INFO] [stdout]    |                  ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these traits
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::AsRawFd;
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::os::fd::AsRawFd;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `wasi` in `os`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wasmedge_wasi_socket-0.5.5/src/lib.rs:134:37
[INFO] [stdout]     |
[INFO] [stdout] 134 |     fn as_raw_fd(&self) -> std::os::wasi::prelude::RawFd {
[INFO] [stdout]     |                                     ^^^^ could not find `wasi` in `os`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:106:10
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   7 + use std::os::unix::prelude;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `prelude`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 134 -     fn as_raw_fd(&self) -> std::os::wasi::prelude::RawFd {
[INFO] [stdout] 134 +     fn as_raw_fd(&self) -> prelude::RawFd {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `wasi` in `os`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wasmedge_wasi_socket-0.5.5/src/lib.rs:140:38
[INFO] [stdout]     |
[INFO] [stdout] 140 |     fn into_raw_fd(self) -> std::os::wasi::prelude::RawFd {
[INFO] [stdout]     |                                      ^^^^ could not find `wasi` in `os`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:106:10
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   7 + use std::os::unix::prelude;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `prelude`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 140 -     fn into_raw_fd(self) -> std::os::wasi::prelude::RawFd {
[INFO] [stdout] 140 +     fn into_raw_fd(self) -> prelude::RawFd {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `wasi` in `os`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wasmedge_wasi_socket-0.5.5/src/lib.rs:146:40
[INFO] [stdout]     |
[INFO] [stdout] 146 |     unsafe fn from_raw_fd(fd: std::os::wasi::prelude::RawFd) -> Self {
[INFO] [stdout]     |                                        ^^^^ could not find `wasi` in `os`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:106:10
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   7 + use std::os::unix::prelude;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `prelude`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 146 -     unsafe fn from_raw_fd(fd: std::os::wasi::prelude::RawFd) -> Self {
[INFO] [stdout] 146 +     unsafe fn from_raw_fd(fd: prelude::RawFd) -> Self {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `wasi` in `os`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wasmedge_wasi_socket-0.5.5/src/lib.rs:247:37
[INFO] [stdout]     |
[INFO] [stdout] 247 |     fn as_raw_fd(&self) -> std::os::wasi::prelude::RawFd {
[INFO] [stdout]     |                                     ^^^^ could not find `wasi` in `os`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:106:10
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   7 + use std::os::unix::prelude;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `prelude`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 247 -     fn as_raw_fd(&self) -> std::os::wasi::prelude::RawFd {
[INFO] [stdout] 247 +     fn as_raw_fd(&self) -> prelude::RawFd {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `wasi` in `os`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wasmedge_wasi_socket-0.5.5/src/lib.rs:253:38
[INFO] [stdout]     |
[INFO] [stdout] 253 |     fn into_raw_fd(self) -> std::os::wasi::prelude::RawFd {
[INFO] [stdout]     |                                      ^^^^ could not find `wasi` in `os`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:106:10
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   7 + use std::os::unix::prelude;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `prelude`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 253 -     fn into_raw_fd(self) -> std::os::wasi::prelude::RawFd {
[INFO] [stdout] 253 +     fn into_raw_fd(self) -> prelude::RawFd {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `wasi` in `os`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wasmedge_wasi_socket-0.5.5/src/lib.rs:259:40
[INFO] [stdout]     |
[INFO] [stdout] 259 |     unsafe fn from_raw_fd(fd: std::os::wasi::prelude::RawFd) -> Self {
[INFO] [stdout]     |                                        ^^^^ could not find `wasi` in `os`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:106:10
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   7 + use std::os::unix::prelude;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `prelude`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 259 -     unsafe fn from_raw_fd(fd: std::os::wasi::prelude::RawFd) -> Self {
[INFO] [stdout] 259 +     unsafe fn from_raw_fd(fd: prelude::RawFd) -> Self {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `wasi` in `os`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wasmedge_wasi_socket-0.5.5/src/lib.rs:334:37
[INFO] [stdout]     |
[INFO] [stdout] 334 |     fn as_raw_fd(&self) -> std::os::wasi::prelude::RawFd {
[INFO] [stdout]     |                                     ^^^^ could not find `wasi` in `os`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:106:10
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   7 + use std::os::unix::prelude;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `prelude`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 334 -     fn as_raw_fd(&self) -> std::os::wasi::prelude::RawFd {
[INFO] [stdout] 334 +     fn as_raw_fd(&self) -> prelude::RawFd {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `wasmedge_wasi_socket` (lib) due to 11 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "c02c98d27525077acf21a3f7e92f35c933b8c9a4d22a28dc710099d7fe395cfe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c02c98d27525077acf21a3f7e92f35c933b8c9a4d22a28dc710099d7fe395cfe", kill_on_drop: false }`
[INFO] [stdout] c02c98d27525077acf21a3f7e92f35c933b8c9a4d22a28dc710099d7fe395cfe
