Build #1500587 2024-11-06T11:33:39.740276+00:00
# rustc version
rustc 1.84.0-nightly (bc5cf994d 2024-11-05)# docs.rs version
docsrs 0.6.0 (36c721fb 2024-11-06)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/wasmer-wasix-0.31.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/wasmer-wasix-0.31.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "wasmer/sys webc_runner_rt_wcgi webc_runner_rt_dcgi webc_runner_rt_dproxy sys-default" "--config" "build.rustflags=[\"--cfg\", \"docsrs\"]" "-Zhost-config" "-Ztarget-applies-to-host" "--config" "host.rustflags=[\"--cfg\", \"docsrs\"]" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20241105-1.84.0-nightly-bc5cf994d\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/i686-pc-windows-msvc\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "i686-pc-windows-msvc", kill_on_drop: false }`
[INFO] [stdout] 46e114b14126478835049490eec445f7c8a871e36206b3a1c0e3ca4f64c23811
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "46e114b14126478835049490eec445f7c8a871e36206b3a1c0e3ca4f64c23811", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Checking tokio v1.41.0
[INFO] [stderr] Checking rkyv v0.8.8
[INFO] [stderr] Compiling ring v0.17.8
[INFO] [stderr] Checking http-body v1.0.1
[INFO] [stderr] Checking futures-executor v0.3.31
[INFO] [stderr] Checking crossbeam-epoch v0.9.18
[INFO] [stderr] Checking ppv-lite86 v0.2.20
[INFO] [stderr] Checking rand_core v0.6.4
[INFO] [stderr] Checking toml_datetime v0.6.8
[INFO] [stderr] Checking serde_spanned v0.6.8
[INFO] [stderr] Checking bstr v1.10.0
[INFO] [stderr] Checking unicode-xid v0.2.6
[INFO] [stderr] Checking untrusted v0.9.0
[INFO] [stderr] Checking xxhash-rust v0.8.12
[INFO] [stderr] error[E0433]: failed to resolve: could not find `unix` in `os`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/io/bsd/poll_aio.rs:12:14
[INFO] [stderr] |
[INFO] [stderr] 12 | use std::os::unix::io::AsRawFd;
[INFO] [stderr] | ^^^^ could not find `unix` in `os`
[INFO] [stderr] |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> /rustc/bc5cf994db9fb46712cefd89f78ad7fc51f184a2\library\std\src\os\mod.rs:36:9
[INFO] [stderr] note: the item is gated here
[INFO] [stderr] --> /rustc/bc5cf994db9fb46712cefd89f78ad7fc51f184a2\library\std\src\os\mod.rs:28:1
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> /rustc/bc5cf994db9fb46712cefd89f78ad7fc51f184a2\library\std\src\os\mod.rs:85:9
[INFO] [stderr] note: the item is gated here
[INFO] [stderr] --> /rustc/bc5cf994db9fb46712cefd89f78ad7fc51f184a2\library\std\src\os\mod.rs:84:1
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `unix` in `os`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/io/bsd/poll_aio.rs:13:14
[INFO] [stderr] |
[INFO] [stderr] 13 | use std::os::unix::prelude::RawFd;
[INFO] [stderr] | ^^^^ could not find `unix` in `os`
[INFO] [stderr] |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> /rustc/bc5cf994db9fb46712cefd89f78ad7fc51f184a2\library\std\src\os\mod.rs:36:9
[INFO] [stderr] note: the item is gated here
[INFO] [stderr] --> /rustc/bc5cf994db9fb46712cefd89f78ad7fc51f184a2\library\std\src\os\mod.rs:28:1
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> /rustc/bc5cf994db9fb46712cefd89f78ad7fc51f184a2\library\std\src\os\mod.rs:85:9
[INFO] [stderr] note: the item is gated here
[INFO] [stderr] --> /rustc/bc5cf994db9fb46712cefd89f78ad7fc51f184a2\library\std\src\os\mod.rs:84:1
[INFO] [stderr]
[INFO] [stderr] Checking rustc-demangle v0.1.24
[INFO] [stderr] Checking winnow v0.6.20
[INFO] [stderr] error[E0432]: unresolved imports `super::windows::OsExtraData`, `super::windows::OsStorage`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/signal/mod.rs:60:37
[INFO] [stderr] |
[INFO] [stderr] 60 | pub(crate) use super::windows::{OsExtraData, OsStorage};
[INFO] [stderr] | ^^^^^^^^^^^ ^^^^^^^^^ no `OsStorage` in `signal::windows`
[INFO] [stderr] | |
[INFO] [stderr] | no `OsExtraData` in `signal::windows`
[INFO] [stderr] |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/signal/windows.rs:19:28
[INFO] [stderr] |
[INFO] [stderr] 19 | pub(crate) use self::imp::{OsExtraData, OsStorage};
[INFO] [stderr] | ^^^^^^^^^^^
[INFO] [stderr] note: the item is gated here
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/signal/windows.rs:18:1
[INFO] [stderr] |
[INFO] [stderr] 18 | #[cfg(not(docsrs))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/signal/windows.rs:19:41
[INFO] [stderr] |
[INFO] [stderr] 19 | pub(crate) use self::imp::{OsExtraData, OsStorage};
[INFO] [stderr] | ^^^^^^^^^
[INFO] [stderr] note: the item is gated here
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/signal/windows.rs:18:1
[INFO] [stderr] |
[INFO] [stderr] 18 | #[cfg(not(docsrs))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] Checking id-arena v2.2.1
[INFO] [stderr] error[E0425]: cannot find value `PIPE_UNLIMITED_INSTANCES` in crate `windows_sys`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/windows/named_pipe.rs:1773:41
[INFO] [stderr] |
[INFO] [stderr] 1773 | max_instances: windows_sys::PIPE_UNLIMITED_INSTANCES,
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in `windows_sys`
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `PIPE_TYPE_MESSAGE` in crate `windows_sys`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/windows/named_pipe.rs:2312:30
[INFO] [stderr] |
[INFO] [stderr] 2312 | windows_sys::PIPE_TYPE_MESSAGE | windows_sys::PIPE_READMODE_MESSAGE
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in `windows_sys`
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `PIPE_READMODE_MESSAGE` in crate `windows_sys`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/windows/named_pipe.rs:2312:63
[INFO] [stderr] |
[INFO] [stderr] 2312 | windows_sys::PIPE_TYPE_MESSAGE | windows_sys::PIPE_READMODE_MESSAGE
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in `windows_sys`
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `PIPE_TYPE_BYTE` in crate `windows_sys`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/windows/named_pipe.rs:2314:30
[INFO] [stderr] |
[INFO] [stderr] 2314 | windows_sys::PIPE_TYPE_BYTE | windows_sys::PIPE_READMODE_BYTE
[INFO] [stderr] | ^^^^^^^^^^^^^^ not found in `windows_sys`
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `PIPE_READMODE_BYTE` in crate `windows_sys`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/windows/named_pipe.rs:2314:60
[INFO] [stderr] |
[INFO] [stderr] 2314 | windows_sys::PIPE_TYPE_BYTE | windows_sys::PIPE_READMODE_BYTE
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in `windows_sys`
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `PIPE_REJECT_REMOTE_CLIENTS` in crate `windows_sys`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/windows/named_pipe.rs:2317:38
[INFO] [stderr] |
[INFO] [stderr] 2317 | mode |= windows_sys::PIPE_REJECT_REMOTE_CLIENTS;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `windows_sys`
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `PIPE_ACCEPT_REMOTE_CLIENTS` in crate `windows_sys`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/windows/named_pipe.rs:2319:38
[INFO] [stderr] |
[INFO] [stderr] 2319 | mode |= windows_sys::PIPE_ACCEPT_REMOTE_CLIENTS;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `windows_sys`
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `FILE_FLAG_OVERLAPPED` in crate `windows_sys`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/windows/named_pipe.rs:2324:41
[INFO] [stderr] |
[INFO] [stderr] 2324 | let mut mode = windows_sys::FILE_FLAG_OVERLAPPED;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in `windows_sys`
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `PIPE_ACCESS_INBOUND` in crate `windows_sys`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/windows/named_pipe.rs:2326:38
[INFO] [stderr] |
[INFO] [stderr] 2326 | mode |= windows_sys::PIPE_ACCESS_INBOUND;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in `windows_sys`
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `PIPE_ACCESS_OUTBOUND` in crate `windows_sys`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/windows/named_pipe.rs:2329:38
[INFO] [stderr] |
[INFO] [stderr] 2329 | mode |= windows_sys::PIPE_ACCESS_OUTBOUND;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in `windows_sys`
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `FILE_FLAG_FIRST_PIPE_INSTANCE` in crate `windows_sys`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/windows/named_pipe.rs:2332:38
[INFO] [stderr] |
[INFO] [stderr] 2332 | mode |= windows_sys::FILE_FLAG_FIRST_PIPE_INSTANCE;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `windows_sys`
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `WRITE_DAC` in crate `windows_sys`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/windows/named_pipe.rs:2335:38
[INFO] [stderr] |
[INFO] [stderr] 2335 | mode |= windows_sys::WRITE_DAC;
[INFO] [stderr] | ^^^^^^^^^ not found in `windows_sys`
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `WRITE_OWNER` in crate `windows_sys`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/windows/named_pipe.rs:2338:38
[INFO] [stderr] |
[INFO] [stderr] 2338 | mode |= windows_sys::WRITE_OWNER;
[INFO] [stderr] | ^^^^^^^^^^^ not found in `windows_sys`
[INFO] [stderr]
[INFO] [stderr] Checking base64 v0.22.1
[INFO] [stderr] error[E0425]: cannot find value `ACCESS_SYSTEM_SECURITY` in crate `windows_sys`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/windows/named_pipe.rs:2341:38
[INFO] [stderr] |
[INFO] [stderr] 2341 | mode |= windows_sys::ACCESS_SYSTEM_SECURITY;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in `windows_sys`
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `CreateNamedPipeW` in crate `windows_sys`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/windows/named_pipe.rs:2346:30
[INFO] [stderr] |
[INFO] [stderr] 2346 | let h = windows_sys::CreateNamedPipeW(
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in `windows_sys`
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `INVALID_HANDLE_VALUE` in crate `windows_sys`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/windows/named_pipe.rs:2357:30
[INFO] [stderr] |
[INFO] [stderr] 2357 | if h == windows_sys::INVALID_HANDLE_VALUE {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in `windows_sys`
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `SECURITY_IDENTIFICATION` in crate `windows_sys`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/windows/named_pipe.rs:2395:46
[INFO] [stderr] |
[INFO] [stderr] 2395 | security_qos_flags: windows_sys::SECURITY_IDENTIFICATION
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in `windows_sys`
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `SECURITY_SQOS_PRESENT` in crate `windows_sys`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/windows/named_pipe.rs:2396:32
[INFO] [stderr] |
[INFO] [stderr] 2396 | | windows_sys::SECURITY_SQOS_PRESENT,
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in `windows_sys`
[INFO] [stderr]
[INFO] [stderr] Checking bitflags v2.6.0
[INFO] [stderr] error[E0425]: cannot find value `SECURITY_SQOS_PRESENT` in crate `windows_sys`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/windows/named_pipe.rs:2446:56
[INFO] [stderr] |
[INFO] [stderr] 2446 | self.security_qos_flags = flags | windows_sys::SECURITY_SQOS_PRESENT;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in `windows_sys`
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `GENERIC_READ` in crate `windows_sys`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/windows/named_pipe.rs:2540:40
[INFO] [stderr] |
[INFO] [stderr] 2540 | access |= windows_sys::GENERIC_READ;
[INFO] [stderr] | ^^^^^^^^^^^^ not found in `windows_sys`
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `GENERIC_WRITE` in crate `windows_sys`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/windows/named_pipe.rs:2543:40
[INFO] [stderr] |
[INFO] [stderr] 2543 | access |= windows_sys::GENERIC_WRITE;
[INFO] [stderr] | ^^^^^^^^^^^^^ not found in `windows_sys`
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `CreateFileW` in crate `windows_sys`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/windows/named_pipe.rs:2552:30
[INFO] [stderr] |
[INFO] [stderr] 2552 | let h = windows_sys::CreateFileW(
[INFO] [stderr] | ^^^^^^^^^^^ not found in `windows_sys`
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `OPEN_EXISTING` in crate `windows_sys`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/windows/named_pipe.rs:2557:26
[INFO] [stderr] |
[INFO] [stderr] 2557 | windows_sys::OPEN_EXISTING,
[INFO] [stderr] | ^^^^^^^^^^^^^ not found in `windows_sys`
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `INVALID_HANDLE_VALUE` in crate `windows_sys`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/windows/named_pipe.rs:2562:30
[INFO] [stderr] |
[INFO] [stderr] 2562 | if h == windows_sys::INVALID_HANDLE_VALUE {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in `windows_sys`
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `PIPE_READMODE_MESSAGE` in crate `windows_sys`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/windows/named_pipe.rs:2567:37
[INFO] [stderr] |
[INFO] [stderr] 2567 | let mode = windows_sys::PIPE_READMODE_MESSAGE;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in `windows_sys`
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `SetNamedPipeHandleState` in crate `windows_sys`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/windows/named_pipe.rs:2569:30
[INFO] [stderr] |
[INFO] [stderr] 2569 | windows_sys::SetNamedPipeHandleState(h, &mode, ptr::null_mut(), ptr::null_mut());
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in `windows_sys`
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `FILE_FLAG_OVERLAPPED` in crate `windows_sys`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/windows/named_pipe.rs:2580:48
[INFO] [stderr] |
[INFO] [stderr] 2580 | self.security_qos_flags | windows_sys::FILE_FLAG_OVERLAPPED
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in `windows_sys`
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `GetNamedPipeInfo` in crate `windows_sys`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/windows/named_pipe.rs:2661:31
[INFO] [stderr] |
[INFO] [stderr] 2661 | let result = windows_sys::GetNamedPipeInfo(
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in `windows_sys`
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `PIPE_SERVER_END` in crate `windows_sys`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/windows/named_pipe.rs:2676:29
[INFO] [stderr] |
[INFO] [stderr] 2676 | if flags & windows_sys::PIPE_SERVER_END != 0 {
[INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in `windows_sys`
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `PIPE_TYPE_MESSAGE` in crate `windows_sys`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/windows/named_pipe.rs:2680:29
[INFO] [stderr] |
[INFO] [stderr] 2680 | if flags & windows_sys::PIPE_TYPE_MESSAGE != 0 {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in `windows_sys`
[INFO] [stderr]
[INFO] [stderr] Checking spin v0.9.8
[INFO] [stderr] Checking more-asserts v0.2.2
[INFO] [stderr] Compiling httparse v1.9.5
[INFO] [stderr] Checking globset v0.4.15
[INFO] [stderr] Checking wai-parser v0.2.3
[INFO] [stderr] Compiling schemars v0.8.21
[INFO] [stderr] Checking backtrace v0.3.74
[INFO] [stderr] Checking rand_chacha v0.3.1
[INFO] [stderr] Compiling serde_yml v0.0.12
[INFO] [stderr] Checking crossbeam-deque v0.8.5
[INFO] [stderr] Checking futures v0.3.31
[INFO] [stderr] error[E0599]: no method named `connect` found for struct `PollEvented<NotDefinedHere>` in the current scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/windows/named_pipe.rs:192:23
[INFO] [stderr] |
[INFO] [stderr] 192 | match self.io.connect() {
[INFO] [stderr] | ^^^^^^^ method not found in `PollEvented<NotDefinedHere>`
[INFO] [stderr] |
[INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/io/poll_evented.rs:66:5
[INFO] [stderr] |
[INFO] [stderr] 66 | pub(crate) struct PollEvented<E: Source> {
[INFO] [stderr] | ---------------------------------------- method `connect` not found for this struct
[INFO] [stderr]
[INFO] [stderr] error[E0599]: no method named `connect` found for struct `PollEvented<NotDefinedHere>` in the current scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/windows/named_pipe.rs:196:62
[INFO] [stderr] |
[INFO] [stderr] 196 | .async_io(Interest::WRITABLE, || self.io.connect())
[INFO] [stderr] | ^^^^^^^ method not found in `PollEvented<NotDefinedHere>`
[INFO] [stderr] |
[INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/io/poll_evented.rs:66:5
[INFO] [stderr] |
[INFO] [stderr] 66 | pub(crate) struct PollEvented<E: Source> {
[INFO] [stderr] | ---------------------------------------- method `connect` not found for this struct
[INFO] [stderr]
[INFO] [stderr] Checking walkdir v2.5.0
[INFO] [stderr] Checking memoffset v0.9.1
[INFO] [stderr] Checking ciborium v0.2.2
[INFO] [stderr] Checking corosensei v0.2.1
[INFO] [stderr] Checking wasm-encoder v0.216.0
[INFO] [stderr] Checking toml_edit v0.22.22
[INFO] [stderr] error[E0599]: no method named `as_raw_handle` found for struct `Arc<std::fs::File>` in the current scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/fs/file.rs:916:22
[INFO] [stderr] |
[INFO] [stderr] 916 | self.std.as_raw_handle()
[INFO] [stderr] | ^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: items from traits can only be used if the trait is in scope
[INFO] [stderr] help: trait `AsRawHandle` which provides `as_raw_handle` is implemented but not in scope; perhaps you want to import it
[INFO] [stderr] |
[INFO] [stderr] 5 + use std::os::windows::io::AsRawHandle;
[INFO] [stderr] |
[INFO] [stderr] help: there is a method `as_handle` with a similar name
[INFO] [stderr] |
[INFO] [stderr] 916 | self.std.as_handle()
[INFO] [stderr] | ~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] error[E0599]: no variant or associated item named `borrow_raw` found for enum `NotDefinedHere` in the current scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/fs/file.rs:923:33
[INFO] [stderr] |
[INFO] [stderr] 923 | BorrowedHandle::borrow_raw(
[INFO] [stderr] | ^^^^^^^^^^ variant or associated item not found in `NotDefinedHere`
[INFO] [stderr] |
[INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/doc/mod.rs:21:1
[INFO] [stderr] |
[INFO] [stderr] 21 | pub enum NotDefinedHere {}
[INFO] [stderr] | ----------------------- variant or associated item `borrow_raw` not found for this enum
[INFO] [stderr] |
[INFO] [stderr] help: there is a method `borrow` with a similar name, but with different arguments
[INFO] [stderr] --> /rustc/bc5cf994db9fb46712cefd89f78ad7fc51f184a2\library\core\src\borrow.rs:178:5
[INFO] [stderr]
[INFO] [stderr] error[E0599]: no function or associated item named `from_raw_handle` found for struct `std::fs::File` in the current scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/fs/file.rs:932:22
[INFO] [stderr] |
[INFO] [stderr] 932 | StdFile::from_raw_handle(handle).into()
[INFO] [stderr] | ^^^^^^^^^^^^^^^ function or associated item not found in `File`
[INFO] [stderr] |
[INFO] [stderr] note: if you're trying to build a new `std::fs::File` consider using one of the following associated functions:
[INFO] [stderr] std::fs::File::open
[INFO] [stderr] std::fs::File::create
[INFO] [stderr] std::fs::File::create_new
[INFO] [stderr] --> /rustc/bc5cf994db9fb46712cefd89f78ad7fc51f184a2\library\std\src\fs.rs:382:5
[INFO] [stderr] = help: items from traits can only be used if the trait is in scope
[INFO] [stderr] help: there is a method `as_raw_handle` with a similar name, but with different arguments
[INFO] [stderr] --> /rustc/bc5cf994db9fb46712cefd89f78ad7fc51f184a2\library\std\src\os\windows\io\raw.rs:40:5
[INFO] [stderr] help: trait `FromRawHandle` which provides `from_raw_handle` is implemented but not in scope; perhaps you want to import it
[INFO] [stderr] |
[INFO] [stderr] 5 + use std::os::windows::io::FromRawHandle;
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: ring@0.17.8: GNU compiler is not supported for this target
[INFO] [stderr] warning: ring@0.17.8: GNU compiler is not supported for this target
[INFO] [stderr] warning: ring@0.17.8: GNU compiler is not supported for this target
[INFO] [stderr] warning: ring@0.17.8: GNU compiler is not supported for this target
[INFO] [stderr] warning: ring@0.17.8: GNU compiler is not supported for this target
[INFO] [stderr] warning: ring@0.17.8: GNU compiler is not supported for this target
[INFO] [stderr] warning: ring@0.17.8: GNU compiler is not supported for this target
[INFO] [stderr] warning: ring@0.17.8: GNU compiler is not supported for this target
[INFO] [stderr] warning: ring@0.17.8: GNU compiler is not supported for this target
[INFO] [stderr] warning: ring@0.17.8: GNU compiler is not supported for this target
[INFO] [stderr] warning: ring@0.17.8: GNU compiler is not supported for this target
[INFO] [stderr] warning: ring@0.17.8: GNU compiler is not supported for this target
[INFO] [stderr] warning: ring@0.17.8: GNU compiler is not supported for this target
[INFO] [stderr] warning: ring@0.17.8: GNU compiler is not supported for this target
[INFO] [stderr] warning: ring@0.17.8: GNU compiler is not supported for this target
[INFO] [stderr] error: failed to run custom build command for `ring v0.17.8`
[INFO] [stderr]
[INFO] [stderr] Caused by:
[INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/ring-2213b1bbf99ed9aa/build-script-build` (exit status: 1)
[INFO] [stderr] --- stdout
[INFO] [stderr] cargo:rerun-if-env-changed=RING_PREGENERATE_ASM
[INFO] [stderr] cargo:rustc-env=RING_CORE_PREFIX=ring_core_0_17_8_
[INFO] [stderr] OPT_LEVEL = Some(0)
[INFO] [stderr] OUT_DIR = Some(/opt/rustwide/target/i686-pc-windows-msvc/debug/build/ring-215a041bd85d2ff5/out)
[INFO] [stderr] TARGET = Some(i686-pc-windows-msvc)
[INFO] [stderr] cargo:rerun-if-env-changed=VCINSTALLDIR
[INFO] [stderr] VCINSTALLDIR = None
[INFO] [stderr] HOST = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr] cargo:rerun-if-env-changed=CC_i686-pc-windows-msvc
[INFO] [stderr] CC_i686-pc-windows-msvc = None
[INFO] [stderr] cargo:rerun-if-env-changed=CC_i686_pc_windows_msvc
[INFO] [stderr] CC_i686_pc_windows_msvc = None
[INFO] [stderr] cargo:rerun-if-env-changed=TARGET_CC
[INFO] [stderr] TARGET_CC = None
[INFO] [stderr] cargo:rerun-if-env-changed=CC
[INFO] [stderr] CC = None
[INFO] [stderr] cargo:rerun-if-env-changed=CROSS_COMPILE
[INFO] [stderr] CROSS_COMPILE = None
[INFO] [stderr] RUSTC_LINKER = None
[INFO] [stderr] cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
[INFO] [stderr] RUSTC_WRAPPER = None
[INFO] [stderr] cargo:warning=GNU compiler is not supported for this target
[INFO] [stderr] cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
[INFO] [stderr] CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr] DEBUG = Some(true)
[INFO] [stderr] CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2)
[INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS_i686-pc-windows-msvc
[INFO] [stderr] CFLAGS_i686-pc-windows-msvc = None
[INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS_i686_pc_windows_msvc
[INFO] [stderr] CFLAGS_i686_pc_windows_msvc = None
[INFO] [stderr] cargo:rerun-if-env-changed=TARGET_CFLAGS
[INFO] [stderr] TARGET_CFLAGS = None
[INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS
[INFO] [stderr] CFLAGS = None
[INFO] [stderr] cargo:warning=GNU compiler is not supported for this target
[INFO] [stderr] cargo:warning=GNU compiler is not supported for this target
[INFO] [stderr] cargo:warning=GNU compiler is not supported for this target
[INFO] [stderr] cargo:warning=GNU compiler is not supported for this target
[INFO] [stderr] cargo:warning=GNU compiler is not supported for this target
[INFO] [stderr] cargo:warning=GNU compiler is not supported for this target
[INFO] [stderr] cargo:warning=GNU compiler is not supported for this target
[INFO] [stderr] cargo:warning=GNU compiler is not supported for this target
[INFO] [stderr] cargo:warning=GNU compiler is not supported for this target
[INFO] [stderr] cargo:warning=GNU compiler is not supported for this target
[INFO] [stderr] exit status: 0
[INFO] [stderr] exit status: 0
[INFO] [stderr] exit status: 0
[INFO] [stderr] exit status: 0
[INFO] [stderr] exit status: 0
[INFO] [stderr] exit status: 0
[INFO] [stderr] exit status: 0
[INFO] [stderr] exit status: 0
[INFO] [stderr] cargo:warning=GNU compiler is not supported for this target
[INFO] [stderr] cargo:warning=GNU compiler is not supported for this target
[INFO] [stderr] cargo:warning=GNU compiler is not supported for this target
[INFO] [stderr] exit status: 0
[INFO] [stderr] exit status: 0
[INFO] [stderr] exit status: 0
[INFO] [stderr] exit status: 0
[INFO] [stderr] exit status: 0
[INFO] [stderr] cargo:warning=GNU compiler is not supported for this target
[INFO] [stderr]
[INFO] [stderr] --- stderr
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error occurred: Failed to find tool. Is `lib.exe` installed?
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0599]: no method named `as_raw_fd` found for reference `&mio::Registry` in the current scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/io/bsd/poll_aio.rs:40:34
[INFO] [stderr] |
[INFO] [stderr] 40 | self.0.register(registry.as_raw_fd(), usize::from(token));
[INFO] [stderr] | ^^^^^^^^^ method not found in `&Registry`
[INFO] [stderr]
[INFO] [stderr] error[E0599]: no method named `as_raw_fd` found for reference `&mio::Registry` in the current scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/io/bsd/poll_aio.rs:56:34
[INFO] [stderr] |
[INFO] [stderr] 56 | self.0.register(registry.as_raw_fd(), usize::from(token));
[INFO] [stderr] | ^^^^^^^^^ method not found in `&Registry`
[INFO] [stderr]
[INFO] [stderr] error[E0599]: no method named `as_raw_handle` found for struct `std::io::Stderr` in the current scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/io/stderr.rs:100:31
[INFO] [stderr] |
[INFO] [stderr] 100 | std::io::stderr().as_raw_handle()
[INFO] [stderr] | ^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: items from traits can only be used if the trait is in scope
[INFO] [stderr] help: trait `AsRawHandle` which provides `as_raw_handle` is implemented but not in scope; perhaps you want to import it
[INFO] [stderr] |
[INFO] [stderr] 1 + use std::os::windows::io::AsRawHandle;
[INFO] [stderr] |
[INFO] [stderr] help: there is a method `as_handle` with a similar name
[INFO] [stderr] |
[INFO] [stderr] 100 | std::io::stderr().as_handle()
[INFO] [stderr] | ~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] error[E0599]: no variant or associated item named `borrow_raw` found for enum `NotDefinedHere` in the current scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/io/stderr.rs:106:38
[INFO] [stderr] |
[INFO] [stderr] 106 | unsafe { BorrowedHandle::borrow_raw(self.as_raw_handle()) }
[INFO] [stderr] | ^^^^^^^^^^ variant or associated item not found in `NotDefinedHere`
[INFO] [stderr] |
[INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/doc/mod.rs:21:1
[INFO] [stderr] |
[INFO] [stderr] 21 | pub enum NotDefinedHere {}
[INFO] [stderr] | ----------------------- variant or associated item `borrow_raw` not found for this enum
[INFO] [stderr] |
[INFO] [stderr] help: there is a method `borrow` with a similar name, but with different arguments
[INFO] [stderr] --> /rustc/bc5cf994db9fb46712cefd89f78ad7fc51f184a2\library\core\src\borrow.rs:178:5
[INFO] [stderr]
[INFO] [stderr] error[E0599]: no method named `as_raw_handle` found for struct `std::io::Stdin` in the current scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/io/stdin.rs:75:30
[INFO] [stderr] |
[INFO] [stderr] 75 | std::io::stdin().as_raw_handle()
[INFO] [stderr] | ^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: items from traits can only be used if the trait is in scope
[INFO] [stderr] help: trait `AsRawHandle` which provides `as_raw_handle` is implemented but not in scope; perhaps you want to import it
[INFO] [stderr] |
[INFO] [stderr] 1 + use std::os::windows::io::AsRawHandle;
[INFO] [stderr] |
[INFO] [stderr] help: there is a method `as_handle` with a similar name
[INFO] [stderr] |
[INFO] [stderr] 75 | std::io::stdin().as_handle()
[INFO] [stderr] | ~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] error[E0599]: no variant or associated item named `borrow_raw` found for enum `NotDefinedHere` in the current scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/io/stdin.rs:81:38
[INFO] [stderr] |
[INFO] [stderr] 81 | unsafe { BorrowedHandle::borrow_raw(self.as_raw_handle()) }
[INFO] [stderr] | ^^^^^^^^^^ variant or associated item not found in `NotDefinedHere`
[INFO] [stderr] |
[INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/doc/mod.rs:21:1
[INFO] [stderr] |
[INFO] [stderr] 21 | pub enum NotDefinedHere {}
[INFO] [stderr] | ----------------------- variant or associated item `borrow_raw` not found for this enum
[INFO] [stderr] |
[INFO] [stderr] help: there is a method `borrow` with a similar name, but with different arguments
[INFO] [stderr] --> /rustc/bc5cf994db9fb46712cefd89f78ad7fc51f184a2\library\core\src\borrow.rs:178:5
[INFO] [stderr]
[INFO] [stderr] error[E0599]: no method named `as_raw_handle` found for struct `std::io::Stdout` in the current scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/io/stdout.rs:149:31
[INFO] [stderr] |
[INFO] [stderr] 149 | std::io::stdout().as_raw_handle()
[INFO] [stderr] | ^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: items from traits can only be used if the trait is in scope
[INFO] [stderr] help: trait `AsRawHandle` which provides `as_raw_handle` is implemented but not in scope; perhaps you want to import it
[INFO] [stderr] |
[INFO] [stderr] 1 + use std::os::windows::io::AsRawHandle;
[INFO] [stderr] |
[INFO] [stderr] help: there is a method `as_handle` with a similar name
[INFO] [stderr] |
[INFO] [stderr] 149 | std::io::stdout().as_handle()
[INFO] [stderr] | ~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] error[E0599]: no variant or associated item named `borrow_raw` found for enum `NotDefinedHere` in the current scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/io/stdout.rs:155:38
[INFO] [stderr] |
[INFO] [stderr] 155 | unsafe { BorrowedHandle::borrow_raw(self.as_raw_handle()) }
[INFO] [stderr] | ^^^^^^^^^^ variant or associated item not found in `NotDefinedHere`
[INFO] [stderr] |
[INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/doc/mod.rs:21:1
[INFO] [stderr] |
[INFO] [stderr] 21 | pub enum NotDefinedHere {}
[INFO] [stderr] | ----------------------- variant or associated item `borrow_raw` not found for this enum
[INFO] [stderr] |
[INFO] [stderr] help: there is a method `borrow` with a similar name, but with different arguments
[INFO] [stderr] --> /rustc/bc5cf994db9fb46712cefd89f78ad7fc51f184a2\library\core\src\borrow.rs:178:5
[INFO] [stderr]
[INFO] [stderr] error[E0599]: no method named `as_raw_socket` found for struct `PollEvented<mio::net::TcpListener>` in the current scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/tcp/listener.rs:442:21
[INFO] [stderr] |
[INFO] [stderr] 442 | self.io.as_raw_socket()
[INFO] [stderr] | ^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/io/poll_evented.rs:66:5
[INFO] [stderr] |
[INFO] [stderr] 66 | pub(crate) struct PollEvented<E: Source> {
[INFO] [stderr] | ---------------------------------------- method `as_raw_socket` not found for this struct
[INFO] [stderr] |
[INFO] [stderr] = help: items from traits can only be used if the trait is in scope
[INFO] [stderr] help: trait `AsRawSocket` which provides `as_raw_socket` is implemented but not in scope; perhaps you want to import it
[INFO] [stderr] |
[INFO] [stderr] 1 + use std::os::windows::io::AsRawSocket;
[INFO] [stderr] |
[INFO] [stderr] help: there is a method `into_raw_socket` with a similar name
[INFO] [stderr] |
[INFO] [stderr] 442 | self.io.into_raw_socket()
[INFO] [stderr] | ~~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] error[E0599]: no variant or associated item named `borrow_raw` found for enum `NotDefinedHere` in the current scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/tcp/listener.rs:448:38
[INFO] [stderr] |
[INFO] [stderr] 448 | unsafe { BorrowedSocket::borrow_raw(self.as_raw_socket()) }
[INFO] [stderr] | ^^^^^^^^^^ variant or associated item not found in `NotDefinedHere`
[INFO] [stderr] |
[INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/doc/mod.rs:21:1
[INFO] [stderr] |
[INFO] [stderr] 21 | pub enum NotDefinedHere {}
[INFO] [stderr] | ----------------------- variant or associated item `borrow_raw` not found for this enum
[INFO] [stderr] |
[INFO] [stderr] help: there is a method `borrow` with a similar name, but with different arguments
[INFO] [stderr] --> /rustc/bc5cf994db9fb46712cefd89f78ad7fc51f184a2\library\core\src\borrow.rs:178:5
[INFO] [stderr]
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/tcp/socket.rs:769:49
[INFO] [stderr] |
[INFO] [stderr] 769 | unsafe { TcpSocket::from_raw_socket(raw_socket) }
[INFO] [stderr] | -------------------------- ^^^^^^^^^^ expected `NotDefinedHere`, found `u32`
[INFO] [stderr] | |
[INFO] [stderr] | arguments to this function are incorrect
[INFO] [stderr] |
[INFO] [stderr] note: associated function defined here
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/doc/os.rs:41:23
[INFO] [stderr] |
[INFO] [stderr] 41 | unsafe fn from_raw_socket(sock: RawSocket) -> Self;
[INFO] [stderr] | ^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] error[E0599]: no method named `into_raw_socket` found for struct `Socket` in the current scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/tcp/socket.rs:826:24
[INFO] [stderr] |
[INFO] [stderr] 826 | self.inner.into_raw_socket()
[INFO] [stderr] | ^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: items from traits can only be used if the trait is in scope
[INFO] [stderr] help: trait `IntoRawSocket` which provides `into_raw_socket` is implemented but not in scope; perhaps you want to import it
[INFO] [stderr] |
[INFO] [stderr] 1 + use std::os::windows::io::IntoRawSocket;
[INFO] [stderr] |
[INFO] [stderr] help: there is a method `as_raw_socket` with a similar name
[INFO] [stderr] |
[INFO] [stderr] 826 | self.inner.as_raw_socket()
[INFO] [stderr] | ~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] error[E0599]: no method named `as_raw_socket` found for struct `Socket` in the current scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/tcp/socket.rs:832:24
[INFO] [stderr] |
[INFO] [stderr] 832 | self.inner.as_raw_socket()
[INFO] [stderr] | ^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: items from traits can only be used if the trait is in scope
[INFO] [stderr] help: trait `AsRawSocket` which provides `as_raw_socket` is implemented but not in scope; perhaps you want to import it
[INFO] [stderr] |
[INFO] [stderr] 1 + use std::os::windows::io::AsRawSocket;
[INFO] [stderr] |
[INFO] [stderr] help: there is a method `as_socket` with a similar name
[INFO] [stderr] |
[INFO] [stderr] 832 | self.inner.as_socket()
[INFO] [stderr] | ~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] error[E0599]: no variant or associated item named `borrow_raw` found for enum `NotDefinedHere` in the current scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/tcp/socket.rs:838:38
[INFO] [stderr] |
[INFO] [stderr] 838 | unsafe { BorrowedSocket::borrow_raw(self.as_raw_socket()) }
[INFO] [stderr] | ^^^^^^^^^^ variant or associated item not found in `NotDefinedHere`
[INFO] [stderr] |
[INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/doc/mod.rs:21:1
[INFO] [stderr] |
[INFO] [stderr] 21 | pub enum NotDefinedHere {}
[INFO] [stderr] | ----------------------- variant or associated item `borrow_raw` not found for this enum
[INFO] [stderr] |
[INFO] [stderr] help: there is a method `borrow` with a similar name, but with different arguments
[INFO] [stderr] --> /rustc/bc5cf994db9fb46712cefd89f78ad7fc51f184a2\library\core\src\borrow.rs:178:5
[INFO] [stderr]
[INFO] [stderr] error[E0599]: no function or associated item named `from_raw_socket` found for struct `Socket` in the current scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/tcp/socket.rs:850:42
[INFO] [stderr] |
[INFO] [stderr] 850 | let inner = socket2::Socket::from_raw_socket(socket);
[INFO] [stderr] | ^^^^^^^^^^^^^^^ function or associated item not found in `Socket`
[INFO] [stderr] |
[INFO] [stderr] note: if you're trying to build a new `Socket` consider using one of the following associated functions:
[INFO] [stderr] Socket::new
[INFO] [stderr] Socket::new_raw
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.7/src/socket.rs:131:5
[INFO] [stderr] |
[INFO] [stderr] 131 | pub fn new(domain: Domain, ty: Type, protocol: Option<Protocol>) -> io::Result<Socket> {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 140 | pub fn new_raw(domain: Domain, ty: Type, protocol: Option<Protocol>) -> io::Result<Socket> {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] = help: items from traits can only be used if the trait is in scope
[INFO] [stderr] help: there is a method `as_raw_socket` with a similar name, but with different arguments
[INFO] [stderr] --> /rustc/bc5cf994db9fb46712cefd89f78ad7fc51f184a2\library\std\src\os\windows\io\raw.rs:189:5
[INFO] [stderr] help: trait `FromRawSocket` which provides `from_raw_socket` is implemented but not in scope; perhaps you want to import it
[INFO] [stderr] |
[INFO] [stderr] 1 + use std::os::windows::io::FromRawSocket;
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] error[E0277]: the trait bound `tcp::stream::TcpStream: std::os::windows::io::AsSocket` is not satisfied
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/tcp/stream.rs:1178:13
[INFO] [stderr] |
[INFO] [stderr] 1178 | socket2::SockRef::from(self).linger()
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ the trait `std::os::windows::io::AsSocket` is not implemented for `tcp::stream::TcpStream`
[INFO] [stderr] |
[INFO] [stderr] = help: the following other types implement trait `std::os::windows::io::AsSocket`:
[INFO] [stderr] &T
[INFO] [stderr] &mut T
[INFO] [stderr] Arc<T>
[INFO] [stderr] Box<T>
[INFO] [stderr] OwnedSocket
[INFO] [stderr] Rc<T>
[INFO] [stderr] Socket
[INFO] [stderr] std::net::TcpListener
[INFO] [stderr] and 4 others
[INFO] [stderr] = note: required for `SockRef<'_>` to implement `From<&tcp::stream::TcpStream>`
[INFO] [stderr]
[INFO] [stderr] error[E0277]: the trait bound `tcp::stream::TcpStream: std::os::windows::io::AsSocket` is not satisfied
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/tcp/stream.rs:1203:13
[INFO] [stderr] |
[INFO] [stderr] 1203 | socket2::SockRef::from(self).set_linger(dur)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ the trait `std::os::windows::io::AsSocket` is not implemented for `tcp::stream::TcpStream`
[INFO] [stderr] |
[INFO] [stderr] = help: the following other types implement trait `std::os::windows::io::AsSocket`:
[INFO] [stderr] &T
[INFO] [stderr] &mut T
[INFO] [stderr] Arc<T>
[INFO] [stderr] Box<T>
[INFO] [stderr] OwnedSocket
[INFO] [stderr] Rc<T>
[INFO] [stderr] Socket
[INFO] [stderr] std::net::TcpListener
[INFO] [stderr] and 4 others
[INFO] [stderr] = note: required for `SockRef<'_>` to implement `From<&tcp::stream::TcpStream>`
[INFO] [stderr]
[INFO] [stderr] error[E0599]: no method named `as_raw_socket` found for struct `PollEvented<mio::net::TcpStream>` in the current scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/tcp/stream.rs:1397:21
[INFO] [stderr] |
[INFO] [stderr] 1397 | self.io.as_raw_socket()
[INFO] [stderr] | ^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/io/poll_evented.rs:66:5
[INFO] [stderr] |
[INFO] [stderr] 66 | pub(crate) struct PollEvented<E: Source> {
[INFO] [stderr] | ---------------------------------------- method `as_raw_socket` not found for this struct
[INFO] [stderr] |
[INFO] [stderr] = help: items from traits can only be used if the trait is in scope
[INFO] [stderr] help: trait `AsRawSocket` which provides `as_raw_socket` is implemented but not in scope; perhaps you want to import it
[INFO] [stderr] |
[INFO] [stderr] 1 + use std::os::windows::io::AsRawSocket;
[INFO] [stderr] |
[INFO] [stderr] help: there is a method `into_raw_socket` with a similar name
[INFO] [stderr] |
[INFO] [stderr] 1397 | self.io.into_raw_socket()
[INFO] [stderr] | ~~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] error[E0599]: no variant or associated item named `borrow_raw` found for enum `NotDefinedHere` in the current scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/tcp/stream.rs:1403:38
[INFO] [stderr] |
[INFO] [stderr] 1403 | unsafe { BorrowedSocket::borrow_raw(self.as_raw_socket()) }
[INFO] [stderr] | ^^^^^^^^^^ variant or associated item not found in `NotDefinedHere`
[INFO] [stderr] |
[INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/doc/mod.rs:21:1
[INFO] [stderr] |
[INFO] [stderr] 21 | pub enum NotDefinedHere {}
[INFO] [stderr] | ----------------------- variant or associated item `borrow_raw` not found for this enum
[INFO] [stderr] |
[INFO] [stderr] help: there is a method `borrow` with a similar name, but with different arguments
[INFO] [stderr] --> /rustc/bc5cf994db9fb46712cefd89f78ad7fc51f184a2\library\core\src\borrow.rs:178:5
[INFO] [stderr]
[INFO] [stderr] error[E0277]: the trait bound `udp::UdpSocket: std::os::windows::io::AsSocket` is not satisfied
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/udp.rs:269:9
[INFO] [stderr] |
[INFO] [stderr] 269 | socket2::SockRef::from(self)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ the trait `std::os::windows::io::AsSocket` is not implemented for `udp::UdpSocket`
[INFO] [stderr] |
[INFO] [stderr] = help: the following other types implement trait `std::os::windows::io::AsSocket`:
[INFO] [stderr] &T
[INFO] [stderr] &mut T
[INFO] [stderr] Arc<T>
[INFO] [stderr] Box<T>
[INFO] [stderr] OwnedSocket
[INFO] [stderr] Rc<T>
[INFO] [stderr] Socket
[INFO] [stderr] std::net::TcpListener
[INFO] [stderr] and 4 others
[INFO] [stderr] = note: required for `SockRef<'_>` to implement `From<&udp::UdpSocket>`
[INFO] [stderr]
[INFO] [stderr] error[E0599]: no method named `as_raw_socket` found for struct `PollEvented<mio::net::UdpSocket>` in the current scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/udp.rs:2040:21
[INFO] [stderr] |
[INFO] [stderr] 2040 | self.io.as_raw_socket()
[INFO] [stderr] | ^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/io/poll_evented.rs:66:5
[INFO] [stderr] |
[INFO] [stderr] 66 | pub(crate) struct PollEvented<E: Source> {
[INFO] [stderr] | ---------------------------------------- method `as_raw_socket` not found for this struct
[INFO] [stderr] |
[INFO] [stderr] = help: items from traits can only be used if the trait is in scope
[INFO] [stderr] help: trait `AsRawSocket` which provides `as_raw_socket` is implemented but not in scope; perhaps you want to import it
[INFO] [stderr] |
[INFO] [stderr] 1 + use std::os::windows::io::AsRawSocket;
[INFO] [stderr] |
[INFO] [stderr] help: there is a method `into_raw_socket` with a similar name
[INFO] [stderr] |
[INFO] [stderr] 2040 | self.io.into_raw_socket()
[INFO] [stderr] | ~~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] error[E0599]: no variant or associated item named `borrow_raw` found for enum `NotDefinedHere` in the current scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/udp.rs:2046:38
[INFO] [stderr] |
[INFO] [stderr] 2046 | unsafe { BorrowedSocket::borrow_raw(self.as_raw_socket()) }
[INFO] [stderr] | ^^^^^^^^^^ variant or associated item not found in `NotDefinedHere`
[INFO] [stderr] |
[INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/doc/mod.rs:21:1
[INFO] [stderr] |
[INFO] [stderr] 21 | pub enum NotDefinedHere {}
[INFO] [stderr] | ----------------------- variant or associated item `borrow_raw` not found for this enum
[INFO] [stderr] |
[INFO] [stderr] help: there is a method `borrow` with a similar name, but with different arguments
[INFO] [stderr] --> /rustc/bc5cf994db9fb46712cefd89f78ad7fc51f184a2\library\core\src\borrow.rs:178:5
[INFO] [stderr]
[INFO] [stderr] error[E0599]: no variant or associated item named `from_raw_handle` found for enum `NotDefinedHere` in the current scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/windows/named_pipe.rs:128:50
[INFO] [stderr] |
[INFO] [stderr] 128 | let named_pipe = mio_windows::NamedPipe::from_raw_handle(handle);
[INFO] [stderr] | ^^^^^^^^^^^^^^^ variant or associated item not found in `NotDefinedHere`
[INFO] [stderr] |
[INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/doc/mod.rs:21:1
[INFO] [stderr] |
[INFO] [stderr] 21 | pub enum NotDefinedHere {}
[INFO] [stderr] | ----------------------- variant or associated item `from_raw_handle` not found for this enum
[INFO] [stderr] |
[INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stderr] = note: the following traits define an item `from_raw_handle`, perhaps you need to implement one of them:
[INFO] [stderr] candidate #1: `doc::os::windows::io::FromRawHandle`
[INFO] [stderr] candidate #2: `std::os::windows::io::FromRawHandle`
[INFO] [stderr]
[INFO] [stderr] error[E0599]: no method named `as_raw_handle` found for struct `PollEvented<NotDefinedHere>` in the current scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/windows/named_pipe.rs:158:42
[INFO] [stderr] |
[INFO] [stderr] 158 | unsafe { named_pipe_info(self.io.as_raw_handle()) }
[INFO] [stderr] | ^^^^^^^^^^^^^ method not found in `PollEvented<NotDefinedHere>`
[INFO] [stderr] |
[INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/io/poll_evented.rs:66:5
[INFO] [stderr] |
[INFO] [stderr] 66 | pub(crate) struct PollEvented<E: Source> {
[INFO] [stderr] | ---------------------------------------- method `as_raw_handle` not found for this struct
[INFO] [stderr] |
[INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stderr] = note: the following traits define an item `as_raw_handle`, perhaps you need to implement one of them:
[INFO] [stderr] candidate #1: `doc::os::windows::io::AsRawHandle`
[INFO] [stderr] candidate #2: `std::os::windows::io::AsRawHandle`
[INFO] [stderr]
[INFO] [stderr] error[E0599]: no method named `disconnect` found for struct `PollEvented<NotDefinedHere>` in the current scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/windows/named_pipe.rs:233:17
[INFO] [stderr] |
[INFO] [stderr] 233 | self.io.disconnect()
[INFO] [stderr] | ^^^^^^^^^^ method not found in `PollEvented<NotDefinedHere>`
[INFO] [stderr] |
[INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/io/poll_evented.rs:66:5
[INFO] [stderr] |
[INFO] [stderr] 66 | pub(crate) struct PollEvented<E: Source> {
[INFO] [stderr] | ---------------------------------------- method `disconnect` not found for this struct
[INFO] [stderr]
[INFO] [stderr] error[E0599]: no method named `read` found for reference `&NotDefinedHere` in the current scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/windows/named_pipe.rs:459:56
[INFO] [stderr] |
[INFO] [stderr] 459 | .try_io(Interest::READABLE, || (&*self.io).read(buf))
[INFO] [stderr] | ^^^^ method not found in `&NotDefinedHere`
[INFO] [stderr] |
[INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stderr] = note: the following traits define an item `read`, perhaps you need to implement one of them:
[INFO] [stderr] candidate #1: `AsyncReadExt`
[INFO] [stderr] candidate #2: `std::io::Read`
[INFO] [stderr]
[INFO] [stderr] error[E0599]: no method named `read_vectored` found for reference `&NotDefinedHere` in the current scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/windows/named_pipe.rs:537:56
[INFO] [stderr] |
[INFO] [stderr] 537 | .try_io(Interest::READABLE, || (&*self.io).read_vectored(bufs))
[INFO] [stderr] | ^^^^^^^^^^^^^ method not found in `&NotDefinedHere`
[INFO] [stderr] |
[INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stderr] = note: the following trait defines an item `read_vectored`, perhaps you need to implement it:
[INFO] [stderr] candidate #1: `std::io::Read`
[INFO] [stderr]
[INFO] [stderr] error[E0599]: no method named `read` found for reference `&NotDefinedHere` in the current scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/windows/named_pipe.rs:609:37
[INFO] [stderr] |
[INFO] [stderr] 609 | let n = (&*self.io).read(dst)?;
[INFO] [stderr] | ^^^^ method not found in `&NotDefinedHere`
[INFO] [stderr] |
[INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stderr] = note: the following traits define an item `read`, perhaps you need to implement one of them:
[INFO] [stderr] candidate #1: `AsyncReadExt`
[INFO] [stderr] candidate #2: `std::io::Read`
[INFO] [stderr]
[INFO] [stderr] error[E0599]: no method named `write` found for reference `&NotDefinedHere` in the current scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/windows/named_pipe.rs:751:56
[INFO] [stderr] |
[INFO] [stderr] 751 | .try_io(Interest::WRITABLE, || (&*self.io).write(buf))
[INFO] [stderr] | ^^^^^ method not found in `&NotDefinedHere`
[INFO] [stderr] |
[INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stderr] = note: the following traits define an item `write`, perhaps you need to implement one of them:
[INFO] [stderr] candidate #1: `AsyncWriteExt`
[INFO] [stderr] candidate #2: `Hasher`
[INFO] [stderr] candidate #3: `std::io::Write`
[INFO] [stderr]
[INFO] [stderr] error[E0599]: no method named `write_vectored` found for reference `&NotDefinedHere` in the current scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/windows/named_pipe.rs:813:56
[INFO] [stderr] |
[INFO] [stderr] 813 | .try_io(Interest::WRITABLE, || (&*self.io).write_vectored(buf))
[INFO] [stderr] | ^^^^^^^^^^^^^^ method not found in `&NotDefinedHere`
[INFO] [stderr] |
[INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stderr] = note: the following traits define an item `write_vectored`, perhaps you need to implement one of them:
[INFO] [stderr] candidate #1: `AsyncWriteExt`
[INFO] [stderr] candidate #2: `std::io::Write`
[INFO] [stderr]
[INFO] [stderr] error[E0277]: the trait bound `&NotDefinedHere: std::io::Read` is not satisfied
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/windows/named_pipe.rs:896:26
[INFO] [stderr] |
[INFO] [stderr] 896 | unsafe { self.io.poll_read(cx, buf) }
[INFO] [stderr] | ^^^^^^^^^ the trait `std::io::Read` is not implemented for `&NotDefinedHere`
[INFO] [stderr] |
[INFO] [stderr] note: required by a bound in `PollEvented::<E>::poll_read`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/io/poll_evented.rs:175:20
[INFO] [stderr] |
[INFO] [stderr] 169 | pub(crate) unsafe fn poll_read<'a>(
[INFO] [stderr] | --------- required by a bound in this associated function
[INFO] [stderr] ...
[INFO] [stderr] 175 | &'a E: io::Read + 'a,
[INFO] [stderr] | ^^^^^^^^ required by this bound in `PollEvented::<E>::poll_read`
[INFO] [stderr]
[INFO] [stderr] error[E0277]: the trait bound `&NotDefinedHere: std::io::Write` is not satisfied
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/windows/named_pipe.rs:906:17
[INFO] [stderr] |
[INFO] [stderr] 906 | self.io.poll_write(cx, buf)
[INFO] [stderr] | ^^^^^^^^^^ the trait `std::io::Write` is not implemented for `&NotDefinedHere`
[INFO] [stderr] |
[INFO] [stderr] note: required by a bound in `PollEvented::<E>::poll_write`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/io/poll_evented.rs:238:20
[INFO] [stderr] |
[INFO] [stderr] 236 | pub(crate) fn poll_write<'a>(&'a self, cx: &mut Context<'_>, buf: &[u8]) -> Poll<io::Result<usize>>
[INFO] [stderr] | ---------- required by a bound in this associated function
[INFO] [stderr] 237 | where
[INFO] [stderr] 238 | &'a E: io::Write + 'a,
[INFO] [stderr] | ^^^^^^^^^ required by this bound in `PollEvented::<E>::poll_write`
[INFO] [stderr]
[INFO] [stderr] error[E0277]: the trait bound `&NotDefinedHere: std::io::Write` is not satisfied
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/windows/named_pipe.rs:914:17
[INFO] [stderr] |
[INFO] [stderr] 914 | self.io.poll_write_vectored(cx, bufs)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ the trait `std::io::Write` is not implemented for `&NotDefinedHere`
[INFO] [stderr] |
[INFO] [stderr] note: required by a bound in `PollEvented::<E>::poll_write_vectored`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/io/poll_evented.rs:272:20
[INFO] [stderr] |
[INFO] [stderr] 266 | pub(crate) fn poll_write_vectored<'a>(
[INFO] [stderr] | ------------------- required by a bound in this associated function
[INFO] [stderr] ...
[INFO] [stderr] 272 | &'a E: io::Write + 'a,
[INFO] [stderr] | ^^^^^^^^^ required by this bound in `PollEvented::<E>::poll_write_vectored`
[INFO] [stderr]
[INFO] [stderr] error[E0599]: no method named `as_raw_handle` found for struct `PollEvented<NotDefinedHere>` in the current scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/windows/named_pipe.rs:928:17
[INFO] [stderr] |
[INFO] [stderr] 928 | self.io.as_raw_handle()
[INFO] [stderr] | ^^^^^^^^^^^^^ method not found in `PollEvented<NotDefinedHere>`
[INFO] [stderr] |
[INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/io/poll_evented.rs:66:5
[INFO] [stderr] |
[INFO] [stderr] 66 | pub(crate) struct PollEvented<E: Source> {
[INFO] [stderr] | ---------------------------------------- method `as_raw_handle` not found for this struct
[INFO] [stderr] |
[INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stderr] = note: the following traits define an item `as_raw_handle`, perhaps you need to implement one of them:
[INFO] [stderr] candidate #1: `doc::os::windows::io::AsRawHandle`
[INFO] [stderr] candidate #2: `std::os::windows::io::AsRawHandle`
[INFO] [stderr]
[INFO] [stderr] error[E0599]: no variant or associated item named `borrow_raw` found for enum `NotDefinedHere` in the current scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/windows/named_pipe.rs:934:34
[INFO] [stderr] |
[INFO] [stderr] 934 | unsafe { BorrowedHandle::borrow_raw(self.as_raw_handle()) }
[INFO] [stderr] | ^^^^^^^^^^ variant or associated item not found in `NotDefinedHere`
[INFO] [stderr] |
[INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/doc/mod.rs:21:1
[INFO] [stderr] |
[INFO] [stderr] 21 | pub enum NotDefinedHere {}
[INFO] [stderr] | ----------------------- variant or associated item `borrow_raw` not found for this enum
[INFO] [stderr] |
[INFO] [stderr] help: there is a method `borrow` with a similar name, but with different arguments
[INFO] [stderr] --> /rustc/bc5cf994db9fb46712cefd89f78ad7fc51f184a2\library\core\src\borrow.rs:178:5
[INFO] [stderr]
[INFO] [stderr] error[E0599]: no variant or associated item named `from_raw_handle` found for enum `NotDefinedHere` in the current scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/windows/named_pipe.rs:1001:50
[INFO] [stderr] |
[INFO] [stderr] 1001 | let named_pipe = mio_windows::NamedPipe::from_raw_handle(handle);
[INFO] [stderr] | ^^^^^^^^^^^^^^^ variant or associated item not found in `NotDefinedHere`
[INFO] [stderr] |
[INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/doc/mod.rs:21:1
[INFO] [stderr] |
[INFO] [stderr] 21 | pub enum NotDefinedHere {}
[INFO] [stderr] | ----------------------- variant or associated item `from_raw_handle` not found for this enum
[INFO] [stderr] |
[INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stderr] = note: the following traits define an item `from_raw_handle`, perhaps you need to implement one of them:
[INFO] [stderr] candidate #1: `doc::os::windows::io::FromRawHandle`
[INFO] [stderr] candidate #2: `std::os::windows::io::FromRawHandle`
[INFO] [stderr]
[INFO] [stderr] error[E0599]: no method named `as_raw_handle` found for struct `PollEvented<NotDefinedHere>` in the current scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/windows/named_pipe.rs:1029:42
[INFO] [stderr] |
[INFO] [stderr] 1029 | unsafe { named_pipe_info(self.io.as_raw_handle()) }
[INFO] [stderr] | ^^^^^^^^^^^^^ method not found in `PollEvented<NotDefinedHere>`
[INFO] [stderr] |
[INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/io/poll_evented.rs:66:5
[INFO] [stderr] |
[INFO] [stderr] 66 | pub(crate) struct PollEvented<E: Source> {
[INFO] [stderr] | ---------------------------------------- method `as_raw_handle` not found for this struct
[INFO] [stderr] |
[INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stderr] = note: the following traits define an item `as_raw_handle`, perhaps you need to implement one of them:
[INFO] [stderr] candidate #1: `doc::os::windows::io::AsRawHandle`
[INFO] [stderr] candidate #2: `std::os::windows::io::AsRawHandle`
[INFO] [stderr]
[INFO] [stderr] error[E0599]: no method named `read` found for reference `&NotDefinedHere` in the current scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/windows/named_pipe.rs:1252:56
[INFO] [stderr] |
[INFO] [stderr] 1252 | .try_io(Interest::READABLE, || (&*self.io).read(buf))
[INFO] [stderr] | ^^^^ method not found in `&NotDefinedHere`
[INFO] [stderr] |
[INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stderr] = note: the following traits define an item `read`, perhaps you need to implement one of them:
[INFO] [stderr] candidate #1: `AsyncReadExt`
[INFO] [stderr] candidate #2: `std::io::Read`
[INFO] [stderr]
[INFO] [stderr] error[E0599]: no method named `read_vectored` found for reference `&NotDefinedHere` in the current scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/windows/named_pipe.rs:1329:56
[INFO] [stderr] |
[INFO] [stderr] 1329 | .try_io(Interest::READABLE, || (&*self.io).read_vectored(bufs))
[INFO] [stderr] | ^^^^^^^^^^^^^ method not found in `&NotDefinedHere`
[INFO] [stderr] |
[INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stderr] = note: the following trait defines an item `read_vectored`, perhaps you need to implement it:
[INFO] [stderr] candidate #1: `std::io::Read`
[INFO] [stderr]
[INFO] [stderr] error[E0599]: no method named `read` found for reference `&NotDefinedHere` in the current scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/windows/named_pipe.rs:1401:37
[INFO] [stderr] |
[INFO] [stderr] 1401 | let n = (&*self.io).read(dst)?;
[INFO] [stderr] | ^^^^ method not found in `&NotDefinedHere`
[INFO] [stderr] |
[INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stderr] = note: the following traits define an item `read`, perhaps you need to implement one of them:
[INFO] [stderr] candidate #1: `AsyncReadExt`
[INFO] [stderr] candidate #2: `std::io::Read`
[INFO] [stderr]
[INFO] [stderr] error[E0599]: no method named `write` found for reference `&NotDefinedHere` in the current scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/windows/named_pipe.rs:1541:56
[INFO] [stderr] |
[INFO] [stderr] 1541 | .try_io(Interest::WRITABLE, || (&*self.io).write(buf))
[INFO] [stderr] | ^^^^^ method not found in `&NotDefinedHere`
[INFO] [stderr] |
[INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stderr] = note: the following traits define an item `write`, perhaps you need to implement one of them:
[INFO] [stderr] candidate #1: `AsyncWriteExt`
[INFO] [stderr] candidate #2: `Hasher`
[INFO] [stderr] candidate #3: `std::io::Write`
[INFO] [stderr]
[INFO] [stderr] error[E0599]: no method named `write_vectored` found for reference `&NotDefinedHere` in the current scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/windows/named_pipe.rs:1602:56
[INFO] [stderr] |
[INFO] [stderr] 1602 | .try_io(Interest::WRITABLE, || (&*self.io).write_vectored(buf))
[INFO] [stderr] | ^^^^^^^^^^^^^^ method not found in `&NotDefinedHere`
[INFO] [stderr] |
[INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stderr] = note: the following traits define an item `write_vectored`, perhaps you need to implement one of them:
[INFO] [stderr] candidate #1: `AsyncWriteExt`
[INFO] [stderr] candidate #2: `std::io::Write`
[INFO] [stderr]
[INFO] [stderr] error[E0277]: the trait bound `&NotDefinedHere: std::io::Read` is not satisfied
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/windows/named_pipe.rs:1685:26
[INFO] [stderr] |
[INFO] [stderr] 1685 | unsafe { self.io.poll_read(cx, buf) }
[INFO] [stderr] | ^^^^^^^^^ the trait `std::io::Read` is not implemented for `&NotDefinedHere`
[INFO] [stderr] |
[INFO] [stderr] note: required by a bound in `PollEvented::<E>::poll_read`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/io/poll_evented.rs:175:20
[INFO] [stderr] |
[INFO] [stderr] 169 | pub(crate) unsafe fn poll_read<'a>(
[INFO] [stderr] | --------- required by a bound in this associated function
[INFO] [stderr] ...
[INFO] [stderr] 175 | &'a E: io::Read + 'a,
[INFO] [stderr] | ^^^^^^^^ required by this bound in `PollEvented::<E>::poll_read`
[INFO] [stderr]
[INFO] [stderr] error[E0277]: the trait bound `&NotDefinedHere: std::io::Write` is not satisfied
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/windows/named_pipe.rs:1695:17
[INFO] [stderr] |
[INFO] [stderr] 1695 | self.io.poll_write(cx, buf)
[INFO] [stderr] | ^^^^^^^^^^ the trait `std::io::Write` is not implemented for `&NotDefinedHere`
[INFO] [stderr] |
[INFO] [stderr] note: required by a bound in `PollEvented::<E>::poll_write`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/io/poll_evented.rs:238:20
[INFO] [stderr] |
[INFO] [stderr] 236 | pub(crate) fn poll_write<'a>(&'a self, cx: &mut Context<'_>, buf: &[u8]) -> Poll<io::Result<usize>>
[INFO] [stderr] | ---------- required by a bound in this associated function
[INFO] [stderr] 237 | where
[INFO] [stderr] 238 | &'a E: io::Write + 'a,
[INFO] [stderr] | ^^^^^^^^^ required by this bound in `PollEvented::<E>::poll_write`
[INFO] [stderr]
[INFO] [stderr] error[E0277]: the trait bound `&NotDefinedHere: std::io::Write` is not satisfied
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/windows/named_pipe.rs:1703:17
[INFO] [stderr] |
[INFO] [stderr] 1703 | self.io.poll_write_vectored(cx, bufs)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ the trait `std::io::Write` is not implemented for `&NotDefinedHere`
[INFO] [stderr] |
[INFO] [stderr] note: required by a bound in `PollEvented::<E>::poll_write_vectored`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/io/poll_evented.rs:272:20
[INFO] [stderr] |
[INFO] [stderr] 266 | pub(crate) fn poll_write_vectored<'a>(
[INFO] [stderr] | ------------------- required by a bound in this associated function
[INFO] [stderr] ...
[INFO] [stderr] 272 | &'a E: io::Write + 'a,
[INFO] [stderr] | ^^^^^^^^^ required by this bound in `PollEvented::<E>::poll_write_vectored`
[INFO] [stderr]
[INFO] [stderr] error[E0599]: no method named `as_raw_handle` found for struct `PollEvented<NotDefinedHere>` in the current scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/windows/named_pipe.rs:1717:17
[INFO] [stderr] |
[INFO] [stderr] 1717 | self.io.as_raw_handle()
[INFO] [stderr] | ^^^^^^^^^^^^^ method not found in `PollEvented<NotDefinedHere>`
[INFO] [stderr] |
[INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/io/poll_evented.rs:66:5
[INFO] [stderr] |
[INFO] [stderr] 66 | pub(crate) struct PollEvented<E: Source> {
[INFO] [stderr] | ---------------------------------------- method `as_raw_handle` not found for this struct
[INFO] [stderr] |
[INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stderr] = note: the following traits define an item `as_raw_handle`, perhaps you need to implement one of them:
[INFO] [stderr] candidate #1: `doc::os::windows::io::AsRawHandle`
[INFO] [stderr] candidate #2: `std::os::windows::io::AsRawHandle`
[INFO] [stderr]
[INFO] [stderr] error[E0599]: no variant or associated item named `borrow_raw` found for enum `NotDefinedHere` in the current scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/windows/named_pipe.rs:1723:34
[INFO] [stderr] |
[INFO] [stderr] 1723 | unsafe { BorrowedHandle::borrow_raw(self.as_raw_handle()) }
[INFO] [stderr] | ^^^^^^^^^^ variant or associated item not found in `NotDefinedHere`
[INFO] [stderr] |
[INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/doc/mod.rs:21:1
[INFO] [stderr] |
[INFO] [stderr] 21 | pub enum NotDefinedHere {}
[INFO] [stderr] | ----------------------- variant or associated item `borrow_raw` not found for this enum
[INFO] [stderr] |
[INFO] [stderr] help: there is a method `borrow` with a similar name, but with different arguments
[INFO] [stderr] --> /rustc/bc5cf994db9fb46712cefd89f78ad7fc51f184a2\library\core\src\borrow.rs:178:5
[INFO] [stderr]
[INFO] [stderr] error[E0599]: no method named `encode_wide` found for reference `&OsStr` in the current scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/windows/named_pipe.rs:2647:29
[INFO] [stderr] |
[INFO] [stderr] 2647 | let len = addr.as_ref().encode_wide().count();
[INFO] [stderr] | ^^^^^^^^^^^ method not found in `&OsStr`
[INFO] [stderr] |
[INFO] [stderr] = help: items from traits can only be used if the trait is in scope
[INFO] [stderr] help: trait `OsStrExt` which provides `encode_wide` is implemented but not in scope; perhaps you want to import it
[INFO] [stderr] |
[INFO] [stderr] 5 + use std::os::windows::ffi::OsStrExt;
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] error[E0599]: no method named `encode_wide` found for reference `&OsStr` in the current scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.41.0/src/net/windows/named_pipe.rs:2649:30
[INFO] [stderr] |
[INFO] [stderr] 2649 | vec.extend(addr.as_ref().encode_wide());
[INFO] [stderr] | ^^^^^^^^^^^ method not found in `&OsStr`
[INFO] [stderr] |
[INFO] [stderr] = help: items from traits can only be used if the trait is in scope
[INFO] [stderr] help: trait `OsStrExt` which provides `encode_wide` is implemented but not in scope; perhaps you want to import it
[INFO] [stderr] |
[INFO] [stderr] 5 + use std::os::windows::ffi::OsStrExt;
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] Some errors have detailed explanations: E0277, E0308, E0425, E0432, E0433, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0277`.
[INFO] [stderr] error: could not compile `tokio` (lib) due to 87 previous errors
[INFO] running `Command { std: "docker" "inspect" "46e114b14126478835049490eec445f7c8a871e36206b3a1c0e3ca4f64c23811", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "46e114b14126478835049490eec445f7c8a871e36206b3a1c0e3ca4f64c23811", kill_on_drop: false }`
[INFO] [stdout] 46e114b14126478835049490eec445f7c8a871e36206b3a1c0e3ca4f64c23811