--- 2025-06-23T21:38:16.267Z debug 🪵 Writing logs to "C:\Users\root\AppData\Roaming\xdg.config\.wrangler\logs\wrangler-2025-06-23_21-38-16_074.log" --- --- 2025-06-23T21:38:16.267Z debug Metrics dispatcher: Posting data {"deviceId":"2270db2b-b444-4134-9319-0f2a2ce573d2","event":"wrangler command started","timestamp":1750714696267,"properties":{"amplitude_session_id":1750714696265,"amplitude_event_id":0,"wranglerVersion":"4.21.0","osPlatform":"Windows","osVersion":"Windows 11 Pro","nodeVersion":20,"packageManager":"npm","isFirstUsage":false,"configFileType":"toml","isCI":false,"isPagesCI":false,"isWorkersCI":false,"isInteractive":true,"hasAssets":false,"argsUsed":[],"argsCombination":"","command":"wrangler deploy","args":{"xJsonConfig":true,"j":true,"noBundle":false,"latest":false,"keepVars":false,"xAutoCreate":true}}} --- --- 2025-06-23T21:38:16.276Z debug .env file not found at ".env". Continuing... For more details, refer to https://developers.cloudflare.com/workers/wrangler/system-environment-variables/ --- --- 2025-06-23T21:38:16.331Z log ⛅️ wrangler 4.21.0 ─────────────────── --- --- 2025-06-23T21:38:16.338Z log [custom build] Running: cargo install -q worker-build && worker-build --release --- --- 2025-06-23T21:38:17.175Z log [custom build] [INFO]: 🎯 Checking for the Wasm target... --- --- 2025-06-23T21:38:17.175Z log [custom build] --- --- 2025-06-23T21:38:17.331Z log [custom build] [INFO]: 🌀 Compiling to Wasm... --- --- 2025-06-23T21:38:17.331Z log [custom build] --- --- 2025-06-23T21:38:17.684Z log [custom build] Compiling http-body v1.0.1 --- --- 2025-06-23T21:38:17.684Z log [custom build] --- --- 2025-06-23T21:38:17.685Z log [custom build] Compiling parking_lot v0.12.4 --- --- 2025-06-23T21:38:17.685Z log [custom build] Compiling mio v1.0.4 --- --- 2025-06-23T21:38:17.685Z log [custom build] Compiling wasm-bindgen-backend v0.2.100 --- --- 2025-06-23T21:38:17.686Z log [custom build] Compiling synstructure v0.13.2 --- --- 2025-06-23T21:38:17.686Z log [custom build] Compiling serde_derive v1.0.219 --- --- 2025-06-23T21:38:17.686Z log [custom build] --- --- 2025-06-23T21:38:17.687Z log [custom build] Compiling zerovec-derive v0.11.1 --- --- 2025-06-23T21:38:17.687Z log [custom build] Compiling displaydoc v0.2.5 --- --- 2025-06-23T21:38:17.688Z log [custom build] Compiling futures-macro v0.3.31 --- --- 2025-06-23T21:38:17.688Z log [custom build] Compiling tokio-macros v2.5.0 --- --- 2025-06-23T21:38:17.688Z log [custom build] Compiling form_urlencoded v1.2.1 --- --- 2025-06-23T21:38:17.688Z log [custom build] Compiling phf_macros v0.11.3 --- --- 2025-06-23T21:38:17.689Z log [custom build] Compiling zerocopy v0.8.26 --- --- 2025-06-23T21:38:17.689Z log [custom build] Compiling tracing-attributes v0.1.30 --- --- 2025-06-23T21:38:17.689Z log [custom build] Compiling httparse v1.10.1 --- --- 2025-06-23T21:38:17.689Z log [custom build] Compiling generic-array v0.14.7 --- --- 2025-06-23T21:38:17.689Z log [custom build] --- --- 2025-06-23T21:38:17.733Z log [custom build] error: This wasm target is unsupported by mio. If using Tokio, disable the net feature. --- --- 2025-06-23T21:38:17.733Z log [custom build] --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\lib.rs:44:1 --- --- 2025-06-23T21:38:17.734Z log [custom build] --- --- 2025-06-23T21:38:17.736Z log [custom build] | --- --- 2025-06-23T21:38:17.738Z log [custom build] 44 | compile_error!("This wasm target is unsupported by mio. If using Tokio, disable the net feature."); --- --- 2025-06-23T21:38:17.738Z log [custom build] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --- --- 2025-06-23T21:38:17.739Z log [custom build] --- --- 2025-06-23T21:38:17.739Z log [custom build] --- --- 2025-06-23T21:38:17.771Z log [custom build] error[E0432]: unresolved import `crate::sys::IoSourceState` --- --- 2025-06-23T21:38:17.771Z log [custom build] --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\io_source.rs:14:5 --- --- 2025-06-23T21:38:17.774Z log [custom build] --- --- 2025-06-23T21:38:17.775Z log [custom build] | --- --- 2025-06-23T21:38:17.776Z log [custom build] 14 | use crate::sys::IoSourceState; --- --- 2025-06-23T21:38:17.776Z log [custom build] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `IoSourceState` in `sys` --- --- 2025-06-23T21:38:17.776Z log [custom build] --- --- 2025-06-23T21:38:17.776Z log [custom build] error[E0432]: unresolved import `crate::sys::tcp` --- --- 2025-06-23T21:38:17.777Z log [custom build] --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\net\tcp\listener.rs:19:17 --- --- 2025-06-23T21:38:17.777Z log [custom build] | --- --- 2025-06-23T21:38:17.777Z log [custom build] 19 | use crate::sys::tcp::{bind, listen, new_for_addr}; --- --- 2025-06-23T21:38:17.777Z log [custom build] | ^^^ could not find `tcp` in `sys` --- --- 2025-06-23T21:38:17.777Z log [custom build] --- --- 2025-06-23T21:38:17.777Z log [custom build] error[E0432]: unresolved import `crate::sys::tcp` --- --- 2025-06-23T21:38:17.777Z log [custom build] --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\net\tcp\stream.rs:17:17 --- --- 2025-06-23T21:38:17.778Z log [custom build] | --- --- 2025-06-23T21:38:17.778Z log [custom build] 17 | use crate::sys::tcp::{connect, new_for_addr}; --- --- 2025-06-23T21:38:17.778Z log [custom build] | ^^^ could not find `tcp` in `sys` --- --- 2025-06-23T21:38:17.778Z log [custom build] --- --- 2025-06-23T21:38:17.778Z log [custom build] --- --- 2025-06-23T21:38:17.782Z log [custom build] error[E0433]: failed to resolve: could not find `Selector` in `sys` --- --- 2025-06-23T21:38:17.783Z log [custom build] --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\poll.rs:322:18 --- --- 2025-06-23T21:38:17.784Z log [custom build] | --- --- 2025-06-23T21:38:17.784Z log [custom build] 322 | sys::Selector::new().map(|selector| Poll { --- --- 2025-06-23T21:38:17.784Z log [custom build] | --- --- 2025-06-23T21:38:17.784Z log [custom build] ^^^^^^^^ could not find `Selector` in `sys` --- --- 2025-06-23T21:38:17.786Z log [custom build] --- --- 2025-06-23T21:38:17.787Z log [custom build] --- --- 2025-06-23T21:38:17.792Z log [custom build] error[E0433]: failed to resolve: could not find `event` in `sys` --- --- 2025-06-23T21:38:17.792Z log [custom build] --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\event\event.rs:24:14 --- --- 2025-06-23T21:38:17.793Z log [custom build] | --- --- 2025-06-23T21:38:17.793Z log [custom build] 24 | sys::event::token(&self.inner) --- --- 2025-06-23T21:38:17.793Z log [custom build] | ^^^^^ could not find `event` in `sys` --- --- 2025-06-23T21:38:17.793Z log [custom build] --- --- 2025-06-23T21:38:17.793Z log [custom build] --- --- 2025-06-23T21:38:17.796Z log [custom build] error[E0433]: failed to resolve: could not find `event` in `sys` --- --- 2025-06-23T21:38:17.796Z log [custom build] --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\event\event.rs:38:14 --- --- 2025-06-23T21:38:17.797Z log [custom build] | --- --- 2025-06-23T21:38:17.797Z log [custom build] 38 | sys::event::is_readable(&self.inner) --- --- 2025-06-23T21:38:17.797Z log [custom build] | ^^^^^ could not find `event` in `sys` --- --- 2025-06-23T21:38:17.797Z log [custom build] --- --- 2025-06-23T21:38:17.797Z log [custom build] --- --- 2025-06-23T21:38:17.801Z log [custom build] error[E0433]: failed to resolve: could not find `event` in `sys` --- --- 2025-06-23T21:38:17.801Z log [custom build] --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\event\event.rs:43:14 --- --- 2025-06-23T21:38:17.804Z log [custom build] --- --- 2025-06-23T21:38:17.807Z log [custom build] | --- --- 2025-06-23T21:38:17.808Z log [custom build] 43 | sys::event::is_writable(&self.inner) --- --- 2025-06-23T21:38:17.808Z log [custom build] | ^^^^^ could not find `event` in `sys` --- --- 2025-06-23T21:38:17.808Z log [custom build] --- --- 2025-06-23T21:38:17.808Z log [custom build] error[E0433]: failed to resolve: could not find `event` in `sys` --- --- 2025-06-23T21:38:17.808Z log [custom build] --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\event\event.rs:68:14 --- --- 2025-06-23T21:38:17.808Z log [custom build] | --- --- 2025-06-23T21:38:17.808Z log [custom build] 68 | sys::event::is_error(&self.inner) --- --- 2025-06-23T21:38:17.809Z log [custom build] | ^^^^^ could not find `event` in `sys` --- --- 2025-06-23T21:38:17.810Z log [custom build] --- --- 2025-06-23T21:38:17.810Z log [custom build] --- --- 2025-06-23T21:38:17.810Z log [custom build] error[E0433]: failed to resolve: could not find `event` in `sys` --- --- 2025-06-23T21:38:17.811Z log [custom build] --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\event\event.rs:99:14 --- --- 2025-06-23T21:38:17.811Z log [custom build] | --- --- 2025-06-23T21:38:17.811Z log [custom build] 99 | sys::event::is_read_closed(&self.inner) --- --- 2025-06-23T21:38:17.811Z log [custom build] | ^^^^^ could not find `event` in `sys` --- --- 2025-06-23T21:38:17.811Z log [custom build] --- --- 2025-06-23T21:38:17.811Z log [custom build] --- --- 2025-06-23T21:38:17.813Z log [custom build] error[E0433]: failed to resolve: could not find `event` in `sys` --- --- 2025-06-23T21:38:17.813Z log [custom build] --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\event\event.rs:129:14 --- --- 2025-06-23T21:38:17.816Z log [custom build] --- --- 2025-06-23T21:38:17.819Z log [custom build] | --- --- 2025-06-23T21:38:17.821Z log [custom build] 129 | sys::event::is_write_closed(&self.inner) --- --- 2025-06-23T21:38:17.825Z log [custom build] | ^^^^^ could not find `event` in `sys` --- --- 2025-06-23T21:38:17.834Z log [custom build] --- --- 2025-06-23T21:38:17.836Z log [custom build] --- --- 2025-06-23T21:38:17.848Z log [custom build] error[E0433]: failed to resolve: could not find `event` in `sys` --- --- 2025-06-23T21:38:17.852Z log [custom build] --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\event\event.rs:151:14 --- --- 2025-06-23T21:38:17.855Z log [custom build] | --- --- 2025-06-23T21:38:17.859Z log [custom build] 151 | sys::event::is_priority(&self.inner) --- --- 2025-06-23T21:38:17.860Z log [custom build] | ^^^^^ could not find `event` in `sys` --- --- 2025-06-23T21:38:17.871Z log [custom build] --- --- 2025-06-23T21:38:17.881Z log [custom build] error[E0433]: failed to resolve: could not find `event` in `sys` --- --- 2025-06-23T21:38:17.882Z log [custom build] --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\event\event.rs:173:14 --- --- 2025-06-23T21:38:17.882Z log [custom build] | --- --- 2025-06-23T21:38:17.882Z log [custom build] 173 | sys::event::is_aio(&self.inner) --- --- 2025-06-23T21:38:17.883Z log [custom build] | ^^^^^ could not find `event` in `sys` --- --- 2025-06-23T21:38:17.883Z log [custom build] --- --- 2025-06-23T21:38:17.883Z log [custom build] error[E0433]: failed to resolve: could not find `event` in `sys` --- --- 2025-06-23T21:38:17.883Z log [custom build] --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\event\event.rs:183:14 --- --- 2025-06-23T21:38:17.883Z log [custom build] | --- --- 2025-06-23T21:38:17.883Z log [custom build] 183 | sys::event::is_lio(&self.inner) --- --- 2025-06-23T21:38:17.883Z log [custom build] | ^^^^^ could not find `event` in `sys` --- --- 2025-06-23T21:38:17.884Z log [custom build] --- --- 2025-06-23T21:38:17.884Z log [custom build] error[E0433]: failed to resolve: could not find `event` in `sys` --- --- 2025-06-23T21:38:17.884Z log [custom build] --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\event\event.rs:221:26 --- --- 2025-06-23T21:38:17.884Z log [custom build] | --- --- 2025-06-23T21:38:17.884Z log [custom build] 221 | sys::event::debug_details(f, self.0) --- --- 2025-06-23T21:38:17.884Z log [custom build] | ^^^^^ could not find `event` in `sys` --- --- 2025-06-23T21:38:17.884Z log [custom build] --- --- 2025-06-23T21:38:17.884Z log [custom build] --- --- 2025-06-23T21:38:17.885Z log [custom build] error[E0433]: failed to resolve: could not find `tcp` in `sys` --- --- 2025-06-23T21:38:17.885Z log [custom build] --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\net\tcp\listener.rs:107:18 --- --- 2025-06-23T21:38:17.886Z log [custom build] | --- --- 2025-06-23T21:38:17.886Z log [custom build] 107 | sys::tcp::accept(inner).map(|(stream, addr)| (TcpStream::from_std(stream), addr)) --- --- 2025-06-23T21:38:17.886Z log [custom build] | ^^^ could not find `tcp` in `sys` --- --- 2025-06-23T21:38:17.886Z log [custom build] --- --- 2025-06-23T21:38:17.886Z log [custom build] error[E0433]: failed to resolve: could not find `udp` in `sys` --- --- 2025-06-23T21:38:17.886Z log [custom build] --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\net\udp.rs:126:14 --- --- 2025-06-23T21:38:17.886Z log [custom build] | --- --- 2025-06-23T21:38:17.888Z log [custom build] 126 | sys::udp::bind(addr).map(UdpSocket::from_std) --- --- 2025-06-23T21:38:17.888Z log [custom build] | ^^^ could not find `udp` in `sys` --- --- 2025-06-23T21:38:17.889Z log [custom build] --- --- 2025-06-23T21:38:17.892Z log [custom build] error[E0433]: failed to resolve: could not find `udp` in `sys` --- --- 2025-06-23T21:38:17.892Z log [custom build] --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\net\udp.rs:548:14 --- --- 2025-06-23T21:38:17.892Z log [custom build] | --- --- 2025-06-23T21:38:17.892Z log [custom build] 548 | sys::udp::only_v6(&self.inner) --- --- 2025-06-23T21:38:17.892Z log [custom build] | ^^^ could not find `udp` in `sys` --- --- 2025-06-23T21:38:17.892Z log [custom build] --- --- 2025-06-23T21:38:17.893Z log [custom build] error[E0412]: cannot find type `Selector` in module `sys` --- --- 2025-06-23T21:38:17.894Z log [custom build] --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\poll.rs:273:20 --- --- 2025-06-23T21:38:17.895Z log [custom build] | --- --- 2025-06-23T21:38:17.906Z log [custom build] 273 | selector: sys::Selector, --- --- 2025-06-23T21:38:17.918Z log [custom build] | ^^^^^^^^ not found in `sys` --- --- 2025-06-23T21:38:17.925Z log [custom build] --- --- 2025-06-23T21:38:17.926Z log [custom build] error[E0412]: cannot find type `Selector` in module `sys` --- --- 2025-06-23T21:38:17.927Z log [custom build] --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\poll.rs:730:44 --- --- 2025-06-23T21:38:17.942Z log [custom build] | --- --- 2025-06-23T21:38:17.953Z log [custom build] 730 | pub(crate) fn selector(&self) -> &sys::Selector { --- --- 2025-06-23T21:38:17.957Z log [custom build] | ^^^^^^^^ not found in `sys` --- --- 2025-06-23T21:38:17.962Z log [custom build] --- --- 2025-06-23T21:38:17.976Z log [custom build] error[E0412]: cannot find type `Waker` in module `sys` --- --- 2025-06-23T21:38:17.983Z log [custom build] --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\waker.rs:79:17 --- --- 2025-06-23T21:38:17.989Z log [custom build] | --- --- 2025-06-23T21:38:17.990Z log [custom build] 79 | inner: sys::Waker, --- --- 2025-06-23T21:38:17.991Z log [custom build] | ^^^^^ not found in `sys` --- --- 2025-06-23T21:38:17.991Z log [custom build] | --- --- 2025-06-23T21:38:17.991Z log [custom build] help: consider importing one of these structs --- --- 2025-06-23T21:38:17.991Z log [custom build] | --- --- 2025-06-23T21:38:17.991Z log [custom build] 1 + use crate::Waker; --- --- 2025-06-23T21:38:17.991Z log [custom build] | --- --- 2025-06-23T21:38:17.991Z log [custom build] 1 + use std::task::Waker; --- --- 2025-06-23T21:38:17.992Z log [custom build] | --- --- 2025-06-23T21:38:17.992Z log [custom build] help: if you import `Waker`, refer to it directly --- --- 2025-06-23T21:38:17.992Z log [custom build] | --- --- 2025-06-23T21:38:17.992Z log [custom build] 79 - inner: sys::Waker, --- --- 2025-06-23T21:38:17.992Z log [custom build] 79 + inner: Waker, --- --- 2025-06-23T21:38:17.992Z log [custom build] | --- --- 2025-06-23T21:38:17.992Z log [custom build] --- --- 2025-06-23T21:38:17.992Z log [custom build] error[E0433]: failed to resolve: could not find `Waker` in `sys` --- --- 2025-06-23T21:38:17.992Z log [custom build] --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\waker.rs:87:14 --- --- 2025-06-23T21:38:17.992Z log [custom build] | --- --- 2025-06-23T21:38:17.992Z log [custom build] 87 | sys::Waker::new(registry.selector(), token).map(|inner| Waker { inner }) --- --- 2025-06-23T21:38:17.993Z log [custom build] | ^^^^^ could not find `Waker` in `sys` --- --- 2025-06-23T21:38:17.993Z log [custom build] | --- --- 2025-06-23T21:38:17.993Z log [custom build] help: consider importing one of these structs --- --- 2025-06-23T21:38:17.993Z log [custom build] | --- --- 2025-06-23T21:38:17.993Z log [custom build] 1 + use crate::Waker; --- --- 2025-06-23T21:38:17.993Z log [custom build] | --- --- 2025-06-23T21:38:17.993Z log [custom build] 1 + use std::task::Waker; --- --- 2025-06-23T21:38:17.993Z log [custom build] | --- --- 2025-06-23T21:38:17.993Z log [custom build] help: if you import `Waker`, refer to it directly --- --- 2025-06-23T21:38:17.993Z log [custom build] | --- --- 2025-06-23T21:38:17.993Z log [custom build] 87 - sys::Waker::new(registry.selector(), token).map(|inner| Waker { inner }) --- --- 2025-06-23T21:38:17.994Z log [custom build] 87 + Waker::new(registry.selector(), token).map(|inner| Waker { inner }) --- --- 2025-06-23T21:38:17.994Z log [custom build] | --- --- 2025-06-23T21:38:17.994Z log [custom build] --- --- 2025-06-23T21:38:17.994Z log [custom build] error[E0412]: cannot find type `Event` in module `sys` --- --- 2025-06-23T21:38:17.994Z log [custom build] --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\event\event.rs:18:17 --- --- 2025-06-23T21:38:17.994Z log [custom build] | --- --- 2025-06-23T21:38:17.994Z log [custom build] 18 | inner: sys::Event, --- --- 2025-06-23T21:38:17.994Z log [custom build] | ^^^^^ not found in `sys` --- --- 2025-06-23T21:38:17.994Z log [custom build] | --- --- 2025-06-23T21:38:17.995Z log [custom build] help: consider importing this struct through its public re-export --- --- 2025-06-23T21:38:17.995Z log [custom build] | --- --- 2025-06-23T21:38:17.995Z log [custom build] 1 + use crate::event::Event; --- --- 2025-06-23T21:38:17.995Z log [custom build] | --- --- 2025-06-23T21:38:17.995Z log [custom build] help: if you import `Event`, refer to it directly --- --- 2025-06-23T21:38:17.995Z log [custom build] | --- --- 2025-06-23T21:38:17.996Z log [custom build] 18 - inner: sys::Event, --- --- 2025-06-23T21:38:17.998Z log [custom build] 18 + inner: Event, --- --- 2025-06-23T21:38:18.001Z log [custom build] | --- --- 2025-06-23T21:38:18.009Z log [custom build] --- --- 2025-06-23T21:38:18.013Z log [custom build] error[E0412]: cannot find type `Event` in module `sys` --- --- 2025-06-23T21:38:18.020Z log [custom build] --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\event\event.rs:187:55 --- --- 2025-06-23T21:38:18.021Z log [custom build] | --- --- 2025-06-23T21:38:18.024Z log [custom build] 187 | pub(crate) fn from_sys_event_ref(sys_event: &sys::Event) -> &Event { --- --- 2025-06-23T21:38:18.028Z log [custom build] | ^^^^^ not found in `sys` --- --- 2025-06-23T21:38:18.028Z log [custom build] | --- --- 2025-06-23T21:38:18.031Z log [custom build] help: consider importing this struct through its public re-export --- --- 2025-06-23T21:38:18.034Z log [custom build] | --- --- 2025-06-23T21:38:18.034Z log [custom build] 1 + use crate::event::Event; --- --- 2025-06-23T21:38:18.035Z log [custom build] | --- --- 2025-06-23T21:38:18.036Z log [custom build] help: if you import `Event`, refer to it directly --- --- 2025-06-23T21:38:18.050Z log [custom build] | --- --- 2025-06-23T21:38:18.059Z log [custom build] 187 - pub(crate) fn from_sys_event_ref(sys_event: &sys::Event) -> &Event { --- --- 2025-06-23T21:38:18.061Z log [custom build] 187 + pub(crate) fn from_sys_event_ref(sys_event: &Event) -> &Event { --- --- 2025-06-23T21:38:18.068Z log [custom build] | --- --- 2025-06-23T21:38:18.071Z log [custom build] --- --- 2025-06-23T21:38:18.072Z log [custom build] error[E0412]: cannot find type `Event` in module `sys` --- --- 2025-06-23T21:38:18.072Z log [custom build] --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\event\event.rs:191:41 --- --- 2025-06-23T21:38:18.073Z log [custom build] | --- --- 2025-06-23T21:38:18.073Z log [custom build] 191 | &*(sys_event as *const sys::Event as *const Event) --- --- 2025-06-23T21:38:18.073Z log [custom build] | ^^^^^ not found in `sys` --- --- 2025-06-23T21:38:18.073Z log [custom build] | --- --- 2025-06-23T21:38:18.075Z log [custom build] help: consider importing this struct through its public re-export --- --- 2025-06-23T21:38:18.077Z log [custom build] | --- --- 2025-06-23T21:38:18.080Z log [custom build] 1 + use crate::event::Event; --- --- 2025-06-23T21:38:18.083Z log [custom build] | --- --- 2025-06-23T21:38:18.089Z log [custom build] help: if you import `Event`, refer to it directly --- --- 2025-06-23T21:38:18.089Z log [custom build] | --- --- 2025-06-23T21:38:18.090Z log [custom build] 191 - &*(sys_event as *const sys::Event as *const Event) --- --- 2025-06-23T21:38:18.090Z log [custom build] 191 + &*(sys_event as *const Event as *const Event) --- --- 2025-06-23T21:38:18.090Z log [custom build] | --- --- 2025-06-23T21:38:18.090Z log [custom build] --- --- 2025-06-23T21:38:18.090Z log [custom build] error[E0412]: cannot find type `Event` in module `sys` --- --- 2025-06-23T21:38:18.090Z log [custom build] --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\event\event.rs:217:46 --- --- 2025-06-23T21:38:18.090Z log [custom build] | --- --- 2025-06-23T21:38:18.091Z log [custom build] 217 | struct EventDetails<'a>(&'a sys::Event); --- --- 2025-06-23T21:38:18.091Z log [custom build] | ^^^^^ not found in `sys` --- --- 2025-06-23T21:38:18.091Z log [custom build] | --- --- 2025-06-23T21:38:18.091Z log [custom build] help: consider importing this struct through its public re-export --- --- 2025-06-23T21:38:18.092Z log [custom build] | --- --- 2025-06-23T21:38:18.108Z log [custom build] 1 + use crate::event::Event; --- --- 2025-06-23T21:38:18.111Z log [custom build] | --- --- 2025-06-23T21:38:18.113Z log [custom build] help: if you import `Event`, refer to it directly --- --- 2025-06-23T21:38:18.113Z log [custom build] | --- --- 2025-06-23T21:38:18.115Z log [custom build] 217 - struct EventDetails<'a>(&'a sys::Event); --- --- 2025-06-23T21:38:18.115Z log [custom build] 217 + struct EventDetails<'a>(&'a Event); --- --- 2025-06-23T21:38:18.116Z log [custom build] | --- --- 2025-06-23T21:38:18.124Z log [custom build] --- --- 2025-06-23T21:38:18.128Z log [custom build] error[E0412]: cannot find type `Events` in module `sys` --- --- 2025-06-23T21:38:18.130Z log [custom build] --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\event\events.rs:43:17 --- --- 2025-06-23T21:38:18.131Z log [custom build] | --- --- 2025-06-23T21:38:18.132Z log [custom build] 43 | inner: sys::Events, --- --- 2025-06-23T21:38:18.142Z log [custom build] | ^^^^^^ not found in `sys` --- --- 2025-06-23T21:38:18.144Z log [custom build] | --- --- 2025-06-23T21:38:18.145Z log [custom build] help: consider importing this struct through its public re-export --- --- 2025-06-23T21:38:18.148Z log [custom build] | --- --- 2025-06-23T21:38:18.151Z log [custom build] 1 + use crate::Events; --- --- 2025-06-23T21:38:18.152Z log [custom build] | --- --- 2025-06-23T21:38:18.153Z log [custom build] help: if you import `Events`, refer to it directly --- --- 2025-06-23T21:38:18.156Z log [custom build] | --- --- 2025-06-23T21:38:18.156Z log [custom build] 43 - inner: sys::Events, --- --- 2025-06-23T21:38:18.162Z log [custom build] 43 + inner: Events, --- --- 2025-06-23T21:38:18.163Z log [custom build] | --- --- 2025-06-23T21:38:18.168Z log [custom build] --- --- 2025-06-23T21:38:18.172Z log [custom build] error[E0433]: failed to resolve: could not find `Events` in `sys` --- --- 2025-06-23T21:38:18.177Z log [custom build] --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\event\events.rs:94:25 --- --- 2025-06-23T21:38:18.178Z log [custom build] | --- --- 2025-06-23T21:38:18.178Z log [custom build] 94 | inner: sys::Events::with_capacity(capacity), --- --- 2025-06-23T21:38:18.178Z log [custom build] | ^^^^^^ could not find `Events` in `sys` --- --- 2025-06-23T21:38:18.178Z log [custom build] | --- --- 2025-06-23T21:38:18.178Z log [custom build] help: consider importing this struct through its public re-export --- --- 2025-06-23T21:38:18.180Z log [custom build] | --- --- 2025-06-23T21:38:18.181Z log [custom build] 1 + use crate::Events; --- --- 2025-06-23T21:38:18.188Z log [custom build] | --- --- 2025-06-23T21:38:18.196Z log [custom build] help: if you import `Events`, refer to it directly --- --- 2025-06-23T21:38:18.214Z log [custom build] | --- --- 2025-06-23T21:38:18.221Z log [custom build] 94 - inner: sys::Events::with_capacity(capacity), --- --- 2025-06-23T21:38:18.228Z log [custom build] 94 + inner: Events::with_capacity(capacity), --- --- 2025-06-23T21:38:18.233Z log [custom build] | --- --- 2025-06-23T21:38:18.239Z log [custom build] --- --- 2025-06-23T21:38:18.254Z log [custom build] error[E0412]: cannot find type `Events` in module `sys` --- --- 2025-06-23T21:38:18.256Z log [custom build] --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\event\events.rs:189:47 --- --- 2025-06-23T21:38:18.258Z log [custom build] | --- --- 2025-06-23T21:38:18.259Z log [custom build] 189 | pub(crate) fn sys(&mut self) -> &mut sys::Events { --- --- 2025-06-23T21:38:18.264Z log [custom build] | ^^^^^^ not found in `sys` --- --- 2025-06-23T21:38:18.266Z log [custom build] | --- --- 2025-06-23T21:38:18.275Z log [custom build] help: consider importing this struct through its public re-export --- --- 2025-06-23T21:38:18.281Z log [custom build] | --- --- 2025-06-23T21:38:18.283Z log [custom build] 1 + use crate::Events; --- --- 2025-06-23T21:38:18.286Z log [custom build] | --- --- 2025-06-23T21:38:18.288Z log [custom build] help: if you import `Events`, refer to it directly --- --- 2025-06-23T21:38:18.291Z log [custom build] | --- --- 2025-06-23T21:38:18.294Z log [custom build] 189 - pub(crate) fn sys(&mut self) -> &mut sys::Events { --- --- 2025-06-23T21:38:18.296Z log [custom build] 189 + pub(crate) fn sys(&mut self) -> &mut Events { --- --- 2025-06-23T21:38:18.298Z log [custom build] | --- --- 2025-06-23T21:38:18.299Z log [custom build] --- --- 2025-06-23T21:38:18.301Z log [custom build] error[E0425]: cannot find value `listener` in this scope --- --- 2025-06-23T21:38:18.302Z log [custom build] --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\net\tcp\listener.rs:78:24 --- --- 2025-06-23T21:38:18.303Z log [custom build] | --- --- 2025-06-23T21:38:18.304Z log [custom build] 78 | set_reuseaddr(&listener.inner, true)?; --- --- 2025-06-23T21:38:18.324Z log [custom build] | ^^^^^^^^ not found in this scope --- --- 2025-06-23T21:38:18.325Z log [custom build] --- --- 2025-06-23T21:38:18.328Z log [custom build] error[E0425]: cannot find value `listener` in this scope --- --- 2025-06-23T21:38:18.335Z log [custom build] --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\net\tcp\listener.rs:80:15 --- --- 2025-06-23T21:38:18.337Z log [custom build] | --- --- 2025-06-23T21:38:18.339Z log [custom build] 80 | bind(&listener.inner, addr)?; --- --- 2025-06-23T21:38:18.347Z log [custom build] | ^^^^^^^^ not found in this scope --- --- 2025-06-23T21:38:18.348Z log [custom build] --- --- 2025-06-23T21:38:18.348Z log [custom build] error[E0425]: cannot find value `listener` in this scope --- --- 2025-06-23T21:38:18.354Z log [custom build] --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\net\tcp\listener.rs:81:17 --- --- 2025-06-23T21:38:18.363Z log [custom build] | --- --- 2025-06-23T21:38:18.363Z log [custom build] 81 | listen(&listener.inner, 1024)?; --- --- 2025-06-23T21:38:18.365Z log [custom build] | ^^^^^^^^ not found in this scope --- --- 2025-06-23T21:38:18.365Z log [custom build] --- --- 2025-06-23T21:38:18.366Z log [custom build] error[E0425]: cannot find value `listener` in this scope --- --- 2025-06-23T21:38:18.368Z log [custom build] --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\net\tcp\listener.rs:82:12 --- --- 2025-06-23T21:38:18.372Z log [custom build] | --- --- 2025-06-23T21:38:18.373Z log [custom build] 82 | Ok(listener) --- --- 2025-06-23T21:38:18.373Z log [custom build] | ^^^^^^^^ not found in this scope --- --- 2025-06-23T21:38:18.377Z log [custom build] --- --- 2025-06-23T21:38:18.378Z log [custom build] error[E0425]: cannot find value `stream` in this scope --- --- 2025-06-23T21:38:18.387Z log [custom build] --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\net\tcp\stream.rs:97:18 --- --- 2025-06-23T21:38:18.388Z log [custom build] | --- --- 2025-06-23T21:38:18.391Z log [custom build] 97 | connect(&stream.inner, addr)?; --- --- 2025-06-23T21:38:18.392Z log [custom build] | ^^^^^^ not found in this scope --- --- 2025-06-23T21:38:18.396Z log [custom build] --- --- 2025-06-23T21:38:18.398Z log [custom build] error[E0425]: cannot find value `stream` in this scope --- --- 2025-06-23T21:38:18.399Z log [custom build] --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\net\tcp\stream.rs:98:12 --- --- 2025-06-23T21:38:18.399Z log [custom build] | --- --- 2025-06-23T21:38:18.399Z log [custom build] 98 | Ok(stream) --- --- 2025-06-23T21:38:18.399Z log [custom build] | ^^^^^^ not found in this scope --- --- 2025-06-23T21:38:18.399Z log [custom build] --- --- 2025-06-23T21:38:18.399Z log [custom build] --- --- 2025-06-23T21:38:18.400Z log [custom build] error[E0425]: cannot find function `set_reuseaddr` in this scope --- --- 2025-06-23T21:38:18.400Z log [custom build] --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\net\tcp\listener.rs:78:9 --- --- 2025-06-23T21:38:18.401Z log [custom build] | --- --- 2025-06-23T21:38:18.401Z log [custom build] 78 | set_reuseaddr(&listener.inner, true)?; --- --- 2025-06-23T21:38:18.401Z log [custom build] | ^^^^^^^^^^^^^ not found in this scope --- --- 2025-06-23T21:38:18.401Z log [custom build] --- --- 2025-06-23T21:38:18.402Z log [custom build] Compiling serde_json v1.0.140 --- --- 2025-06-23T21:38:18.402Z log [custom build] error[E0599]: no method named `register` found for struct `IoSource` in the current scope --- --- 2025-06-23T21:38:18.402Z log [custom build] --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\net\tcp\listener.rs:150:20 --- --- 2025-06-23T21:38:18.402Z log [custom build] | --- --- 2025-06-23T21:38:18.403Z log [custom build] 150 | self.inner.register(registry, token, interests) --- --- 2025-06-23T21:38:18.403Z log [custom build] | ^^^^^^^^ method not found in `IoSource` --- --- 2025-06-23T21:38:18.403Z log [custom build] | --- --- 2025-06-23T21:38:18.404Z log [custom build] ::: C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\io_source.rs:37:1 --- --- 2025-06-23T21:38:18.404Z log [custom build] | --- --- 2025-06-23T21:38:18.404Z log [custom build] 37 | pub struct IoSource { --- --- 2025-06-23T21:38:18.404Z log [custom build] | ---------------------- method `register` not found for this struct --- --- 2025-06-23T21:38:18.404Z log [custom build] | --- --- 2025-06-23T21:38:18.404Z log [custom build] = help: items from traits can only be used if the trait is implemented and in scope --- --- 2025-06-23T21:38:18.404Z log [custom build] note: `Source` defines an item `register`, perhaps you need to implement it --- --- 2025-06-23T21:38:18.404Z log [custom build] --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\event\source.rs:75:1 --- --- 2025-06-23T21:38:18.404Z log [custom build] | --- --- 2025-06-23T21:38:18.405Z log [custom build] 75 | pub trait Source { --- --- 2025-06-23T21:38:18.405Z log [custom build] | ^^^^^^^^^^^^^^^^ --- --- 2025-06-23T21:38:18.405Z log [custom build] --- --- 2025-06-23T21:38:18.405Z log [custom build] error[E0599]: no method named `reregister` found for struct `IoSource` in the current scope --- --- 2025-06-23T21:38:18.405Z log [custom build] --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\net\tcp\listener.rs:159:20 --- --- 2025-06-23T21:38:18.405Z log [custom build] | --- --- 2025-06-23T21:38:18.405Z log [custom build] 159 | self.inner.reregister(registry, token, interests) --- --- 2025-06-23T21:38:18.405Z log [custom build] | ^^^^^^^^^^ method not found in `IoSource` --- --- 2025-06-23T21:38:18.405Z log [custom build] | --- --- 2025-06-23T21:38:18.406Z log [custom build] ::: C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\io_source.rs:37:1 --- --- 2025-06-23T21:38:18.406Z log [custom build] | --- --- 2025-06-23T21:38:18.406Z log [custom build] 37 | pub struct IoSource { --- --- 2025-06-23T21:38:18.407Z log [custom build] | ---------------------- method `reregister` not found for this struct --- --- 2025-06-23T21:38:18.407Z log [custom build] | --- --- 2025-06-23T21:38:18.407Z log [custom build] = help: items from traits can only be used if the trait is implemented and in scope --- --- 2025-06-23T21:38:18.407Z log [custom build] note: `Source` defines an item `reregister`, perhaps you need to implement it --- --- 2025-06-23T21:38:18.407Z log [custom build] --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\event\source.rs:75:1 --- --- 2025-06-23T21:38:18.407Z log [custom build] | --- --- 2025-06-23T21:38:18.407Z log [custom build] 75 | pub trait Source { --- --- 2025-06-23T21:38:18.407Z log [custom build] | ^^^^^^^^^^^^^^^^ --- --- 2025-06-23T21:38:18.408Z log [custom build] --- --- 2025-06-23T21:38:18.408Z log [custom build] error[E0599]: no method named `deregister` found for struct `IoSource` in the current scope --- --- 2025-06-23T21:38:18.408Z log [custom build] --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\net\tcp\listener.rs:163:20 --- --- 2025-06-23T21:38:18.408Z log [custom build] | --- --- 2025-06-23T21:38:18.408Z log [custom build] 163 | self.inner.deregister(registry) --- --- 2025-06-23T21:38:18.408Z log [custom build] | ^^^^^^^^^^ method not found in `IoSource` --- --- 2025-06-23T21:38:18.408Z log [custom build] | --- --- 2025-06-23T21:38:18.408Z log [custom build] ::: C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\io_source.rs:37:1 --- --- 2025-06-23T21:38:18.409Z log [custom build] | --- --- 2025-06-23T21:38:18.409Z log [custom build] 37 | pub struct IoSource { --- --- 2025-06-23T21:38:18.409Z log [custom build] | ---------------------- method `deregister` not found for this struct --- --- 2025-06-23T21:38:18.410Z log [custom build] | --- --- 2025-06-23T21:38:18.410Z log [custom build] = help: items from traits can only be used if the trait is implemented and in scope --- --- 2025-06-23T21:38:18.410Z log [custom build] note: `Source` defines an item `deregister`, perhaps you need to implement it --- --- 2025-06-23T21:38:18.410Z log [custom build] --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\event\source.rs:75:1 --- --- 2025-06-23T21:38:18.410Z log [custom build] | --- --- 2025-06-23T21:38:18.410Z log [custom build] 75 | pub trait Source { --- --- 2025-06-23T21:38:18.410Z log [custom build] | ^^^^^^^^^^^^^^^^ --- --- 2025-06-23T21:38:18.411Z log [custom build] --- --- 2025-06-23T21:38:18.411Z log [custom build] error[E0308]: mismatched types --- --- 2025-06-23T21:38:18.411Z log [custom build] --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\net\tcp\listener.rs:286:9 --- --- 2025-06-23T21:38:18.411Z log [custom build] | --- --- 2025-06-23T21:38:18.411Z log [custom build] 286 | / unsafe { --- --- 2025-06-23T21:38:18.411Z log [custom build] 287 | | #[cfg(any(unix, target_os = "hermit", target_os = "wasi"))] --- --- 2025-06-23T21:38:18.411Z log [custom build] 288 | | { --- --- 2025-06-23T21:38:18.411Z log [custom build] 289 | | net::TcpListener::from_raw_fd(listener.into_raw_fd()) --- --- 2025-06-23T21:38:18.412Z log [custom build] ... | --- --- 2025-06-23T21:38:18.412Z log [custom build] 295 | | } --- --- 2025-06-23T21:38:18.412Z log [custom build] | |_________^ expected `TcpListener`, found `()` --- --- 2025-06-23T21:38:18.412Z log [custom build] --- --- 2025-06-23T21:38:18.413Z log [custom build] error[E0599]: no method named `register` found for struct `IoSource` in the current scope --- --- 2025-06-23T21:38:18.413Z log [custom build] --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\net\tcp\stream.rs:332:20 --- --- 2025-06-23T21:38:18.413Z log [custom build] | --- --- 2025-06-23T21:38:18.413Z log [custom build] 332 | self.inner.register(registry, token, interests) --- --- 2025-06-23T21:38:18.413Z log [custom build] | ^^^^^^^^ method not found in `IoSource` --- --- 2025-06-23T21:38:18.413Z log [custom build] | --- --- 2025-06-23T21:38:18.413Z log [custom build] ::: C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\io_source.rs:37:1 --- --- 2025-06-23T21:38:18.414Z log [custom build] | --- --- 2025-06-23T21:38:18.414Z log [custom build] 37 | pub struct IoSource { --- --- 2025-06-23T21:38:18.414Z log [custom build] | ---------------------- method `register` not found for this struct --- --- 2025-06-23T21:38:18.414Z log [custom build] | --- --- 2025-06-23T21:38:18.414Z log [custom build] = help: items from traits can only be used if the trait is implemented and in scope --- --- 2025-06-23T21:38:18.414Z log [custom build] note: `Source` defines an item `register`, perhaps you need to implement it --- --- 2025-06-23T21:38:18.415Z log [custom build] --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\event\source.rs:75:1 --- --- 2025-06-23T21:38:18.420Z log [custom build] | --- --- 2025-06-23T21:38:18.425Z log [custom build] 75 | pub trait Source { --- --- 2025-06-23T21:38:18.425Z log [custom build] | ^^^^^^^^^^^^^^^^ --- --- 2025-06-23T21:38:18.427Z log [custom build] --- --- 2025-06-23T21:38:18.427Z log [custom build] error[E0599]: no method named `reregister` found for struct `IoSource` in the current scope --- --- 2025-06-23T21:38:18.428Z log [custom build] --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\net\tcp\stream.rs:341:20 --- --- 2025-06-23T21:38:18.428Z log [custom build] | --- --- 2025-06-23T21:38:18.428Z log [custom build] 341 | self.inner.reregister(registry, token, interests) --- --- 2025-06-23T21:38:18.428Z log [custom build] | ^^^^^^^^^^ method not found in `IoSource` --- --- 2025-06-23T21:38:18.432Z log [custom build] | --- --- 2025-06-23T21:38:18.435Z log [custom build] ::: C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\io_source.rs:37:1 --- --- 2025-06-23T21:38:18.443Z log [custom build] | --- --- 2025-06-23T21:38:18.444Z log [custom build] 37 | pub struct IoSource { --- --- 2025-06-23T21:38:18.450Z log [custom build] | ---------------------- method `reregister` not found for this struct --- --- 2025-06-23T21:38:18.453Z log [custom build] | --- --- 2025-06-23T21:38:18.482Z log [custom build] = help: items from traits can only be used if the trait is implemented and in scope --- --- 2025-06-23T21:38:18.483Z log [custom build] note: `Source` defines an item `reregister`, perhaps you need to implement it --- --- 2025-06-23T21:38:18.490Z log [custom build] --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\event\source.rs:75:1 --- --- 2025-06-23T21:38:18.517Z log [custom build] | --- --- 2025-06-23T21:38:18.525Z log [custom build] 75 | pub trait Source { --- --- 2025-06-23T21:38:18.536Z log [custom build] | ^^^^^^^^^^^^^^^^ --- --- 2025-06-23T21:38:18.554Z log [custom build] --- --- 2025-06-23T21:38:18.554Z log [custom build] error[E0599]: no method named `deregister` found for struct `IoSource` in the current scope --- --- 2025-06-23T21:38:18.555Z log [custom build] --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\net\tcp\stream.rs:345:20 --- --- 2025-06-23T21:38:18.556Z log [custom build] | --- --- 2025-06-23T21:38:18.564Z log [custom build] 345 | self.inner.deregister(registry) --- --- 2025-06-23T21:38:18.573Z log [custom build] | ^^^^^^^^^^ method not found in `IoSource` --- --- 2025-06-23T21:38:18.579Z log [custom build] | --- --- 2025-06-23T21:38:18.581Z log [custom build] ::: C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\io_source.rs:37:1 --- --- 2025-06-23T21:38:18.585Z log [custom build] | --- --- 2025-06-23T21:38:18.585Z log [custom build] 37 | pub struct IoSource { --- --- 2025-06-23T21:38:18.585Z log [custom build] | ---------------------- method `deregister` not found for this struct --- --- 2025-06-23T21:38:18.586Z log [custom build] | --- --- 2025-06-23T21:38:18.587Z log [custom build] = help: items from traits can only be used if the trait is implemented and in scope --- --- 2025-06-23T21:38:18.589Z log [custom build] note: `Source` defines an item `deregister`, perhaps you need to implement it --- --- 2025-06-23T21:38:18.593Z log [custom build] --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\event\source.rs:75:1 --- --- 2025-06-23T21:38:18.595Z log [custom build] | --- --- 2025-06-23T21:38:18.597Z log [custom build] 75 | pub trait Source { --- --- 2025-06-23T21:38:18.597Z log [custom build] | ^^^^^^^^^^^^^^^^ --- --- 2025-06-23T21:38:18.597Z log [custom build] --- --- 2025-06-23T21:38:18.597Z log [custom build] error[E0308]: mismatched types --- --- 2025-06-23T21:38:18.597Z log [custom build] --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\net\tcp\stream.rs:468:9 --- --- 2025-06-23T21:38:18.598Z log [custom build] | --- --- 2025-06-23T21:38:18.598Z log [custom build] 468 | / unsafe { --- --- 2025-06-23T21:38:18.598Z log [custom build] 469 | | #[cfg(any(unix, target_os = "hermit", target_os = "wasi"))] --- --- 2025-06-23T21:38:18.598Z log [custom build] 470 | | { --- --- 2025-06-23T21:38:18.598Z log [custom build] 471 | | net::TcpStream::from_raw_fd(stream.into_raw_fd()) --- --- 2025-06-23T21:38:18.598Z log [custom build] ... | --- --- 2025-06-23T21:38:18.598Z log [custom build] 477 | | } --- --- 2025-06-23T21:38:18.598Z log [custom build] | |_________^ expected `TcpStream`, found `()` --- --- 2025-06-23T21:38:18.598Z log [custom build] --- --- 2025-06-23T21:38:18.599Z log [custom build] error[E0599]: no method named `register` found for struct `IoSource` in the current scope --- --- 2025-06-23T21:38:18.599Z log [custom build] --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\net\udp.rs:626:20 --- --- 2025-06-23T21:38:18.599Z log [custom build] | --- --- 2025-06-23T21:38:18.599Z log [custom build] 626 | self.inner.register(registry, token, interests) --- --- 2025-06-23T21:38:18.599Z log [custom build] | ^^^^^^^^ method not found in `IoSource` --- --- 2025-06-23T21:38:18.599Z log [custom build] | --- --- 2025-06-23T21:38:18.599Z log [custom build] ::: C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\io_source.rs:37:1 --- --- 2025-06-23T21:38:18.599Z log [custom build] | --- --- 2025-06-23T21:38:18.599Z log [custom build] 37 | pub struct IoSource { --- --- 2025-06-23T21:38:18.600Z log [custom build] | ---------------------- method `register` not found for this struct --- --- 2025-06-23T21:38:18.600Z log [custom build] | --- --- 2025-06-23T21:38:18.600Z log [custom build] = help: items from traits can only be used if the trait is implemented and in scope --- --- 2025-06-23T21:38:18.600Z log [custom build] note: `Source` defines an item `register`, perhaps you need to implement it --- --- 2025-06-23T21:38:18.601Z log [custom build] --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\event\source.rs:75:1 --- --- 2025-06-23T21:38:18.602Z log [custom build] | --- --- 2025-06-23T21:38:18.602Z log [custom build] 75 | pub trait Source { --- --- 2025-06-23T21:38:18.603Z log [custom build] | ^^^^^^^^^^^^^^^^ --- --- 2025-06-23T21:38:18.603Z log [custom build] --- --- 2025-06-23T21:38:18.603Z log [custom build] error[E0599]: no method named `reregister` found for struct `IoSource` in the current scope --- --- 2025-06-23T21:38:18.603Z log [custom build] --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\net\udp.rs:635:20 --- --- 2025-06-23T21:38:18.604Z log [custom build] | --- --- 2025-06-23T21:38:18.604Z log [custom build] 635 | self.inner.reregister(registry, token, interests) --- --- 2025-06-23T21:38:18.604Z log [custom build] | ^^^^^^^^^^ method not found in `IoSource` --- --- 2025-06-23T21:38:18.604Z log [custom build] | --- --- 2025-06-23T21:38:18.604Z log [custom build] ::: C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\io_source.rs:37:1 --- --- 2025-06-23T21:38:18.605Z log [custom build] | --- --- 2025-06-23T21:38:18.605Z log [custom build] 37 | pub struct IoSource { --- --- 2025-06-23T21:38:18.605Z log [custom build] | ---------------------- method `reregister` not found for this struct --- --- 2025-06-23T21:38:18.605Z log [custom build] | --- --- 2025-06-23T21:38:18.605Z log [custom build] = help: items from traits can only be used if the trait is implemented and in scope --- --- 2025-06-23T21:38:18.607Z log [custom build] note: `Source` defines an item `reregister`, perhaps you need to implement it --- --- 2025-06-23T21:38:18.609Z log [custom build] --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\event\source.rs:75:1 --- --- 2025-06-23T21:38:18.609Z log [custom build] | --- --- 2025-06-23T21:38:18.609Z log [custom build] 75 | pub trait Source { --- --- 2025-06-23T21:38:18.609Z log [custom build] | ^^^^^^^^^^^^^^^^ --- --- 2025-06-23T21:38:18.609Z log [custom build] --- --- 2025-06-23T21:38:18.609Z log [custom build] error[E0599]: no method named `deregister` found for struct `IoSource` in the current scope --- --- 2025-06-23T21:38:18.610Z log [custom build] --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\net\udp.rs:639:20 --- --- 2025-06-23T21:38:18.610Z log [custom build] | --- --- 2025-06-23T21:38:18.610Z log [custom build] 639 | self.inner.deregister(registry) --- --- 2025-06-23T21:38:18.610Z log [custom build] | ^^^^^^^^^^ method not found in `IoSource` --- --- 2025-06-23T21:38:18.610Z log [custom build] | --- --- 2025-06-23T21:38:18.611Z log [custom build] ::: C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\io_source.rs:37:1 --- --- 2025-06-23T21:38:18.612Z log [custom build] | --- --- 2025-06-23T21:38:18.614Z log [custom build] 37 | pub struct IoSource { --- --- 2025-06-23T21:38:18.615Z log [custom build] | ---------------------- method `deregister` not found for this struct --- --- 2025-06-23T21:38:18.615Z log [custom build] | --- --- 2025-06-23T21:38:18.615Z log [custom build] = help: items from traits can only be used if the trait is implemented and in scope --- --- 2025-06-23T21:38:18.615Z log [custom build] note: `Source` defines an item `deregister`, perhaps you need to implement it --- --- 2025-06-23T21:38:18.615Z log [custom build] --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\event\source.rs:75:1 --- --- 2025-06-23T21:38:18.615Z log [custom build] | --- --- 2025-06-23T21:38:18.616Z log [custom build] 75 | pub trait Source { --- --- 2025-06-23T21:38:18.616Z log [custom build] | ^^^^^^^^^^^^^^^^ --- --- 2025-06-23T21:38:18.616Z log [custom build] --- --- 2025-06-23T21:38:18.617Z log [custom build] error[E0308]: mismatched types --- --- 2025-06-23T21:38:18.617Z log [custom build] --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\net\udp.rs:762:9 --- --- 2025-06-23T21:38:18.617Z log [custom build] | --- --- 2025-06-23T21:38:18.617Z log [custom build] 762 | / unsafe { --- --- 2025-06-23T21:38:18.617Z log [custom build] 763 | | #[cfg(any(unix, target_os = "hermit", target_os = "wasi"))] --- --- 2025-06-23T21:38:18.617Z log [custom build] 764 | | { --- --- 2025-06-23T21:38:18.617Z log [custom build] 765 | | net::UdpSocket::from_raw_fd(socket.into_raw_fd()) --- --- 2025-06-23T21:38:18.618Z log [custom build] ... | --- --- 2025-06-23T21:38:18.618Z log [custom build] 771 | | } --- --- 2025-06-23T21:38:18.618Z log [custom build] | |_________^ expected `UdpSocket`, found `()` --- --- 2025-06-23T21:38:18.618Z log [custom build] --- --- 2025-06-23T21:38:18.618Z log [custom build] Compiling shlex v1.3.0 --- --- 2025-06-23T21:38:18.618Z log [custom build] Some errors have detailed explanations: E0308, E0412, E0425, E0432, E0433, E0599. --- --- 2025-06-23T21:38:18.618Z log [custom build] For more information about an error, try `rustc --explain E0308`. --- --- 2025-06-23T21:38:18.618Z log [custom build] error: could not compile `mio` (lib) due to 48 previous errors --- --- 2025-06-23T21:38:18.618Z log [custom build] warning: build failed, waiting for other jobs to finish... --- --- 2025-06-23T21:38:18.618Z log [custom build] --- --- 2025-06-23T21:38:20.680Z log [custom build] Error: Compiling your crate to WebAssembly failed --- --- 2025-06-23T21:38:20.680Z log [custom build] --- --- 2025-06-23T21:38:20.680Z log [custom build] Caused by: --- --- 2025-06-23T21:38:20.680Z log [custom build] failed to execute `cargo build`: exited with exit code: 101 --- --- 2025-06-23T21:38:20.681Z log [custom build] full command: "cargo" "build" "--lib" "--release" "--target" "wasm32-unknown-unknown" --- --- 2025-06-23T21:38:20.681Z log [custom build] --- --- 2025-06-23T21:38:20.744Z error ✘ [ERROR] Error: Command failed with exit code 1: cargo install -q worker-build && worker-build --release [INFO]: 🎯 Checking for the Wasm target... [INFO]: 🌀 Compiling to Wasm... Compiling http-body v1.0.1 Compiling parking_lot v0.12.4 Compiling mio v1.0.4 Compiling wasm-bindgen-backend v0.2.100 Compiling synstructure v0.13.2 Compiling serde_derive v1.0.219 Compiling zerovec-derive v0.11.1 Compiling displaydoc v0.2.5 Compiling futures-macro v0.3.31 Compiling tokio-macros v2.5.0 Compiling form_urlencoded v1.2.1 Compiling phf_macros v0.11.3 Compiling zerocopy v0.8.26 Compiling tracing-attributes v0.1.30 Compiling httparse v1.10.1 Compiling generic-array v0.14.7 error: This wasm target is unsupported by mio. If using Tokio, disable the net feature. --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\lib.rs:44:1 | 44 | compile_error!("This wasm target is unsupported by mio. If using Tokio, disable the net feature."); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0432]: unresolved import `crate::sys::IoSourceState` --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\io_source.rs:14:5 | 14 | use crate::sys::IoSourceState; | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `IoSourceState` in `sys` error[E0432]: unresolved import `crate::sys::tcp` --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\net\tcp\listener.rs:19:17 | 19 | use crate::sys::tcp::{bind, listen, new_for_addr}; | ^^^ could not find `tcp` in `sys` error[E0432]: unresolved import `crate::sys::tcp` --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\net\tcp\stream.rs:17:17 | 17 | use crate::sys::tcp::{connect, new_for_addr}; | ^^^ could not find `tcp` in `sys` error[E0433]: failed to resolve: could not find `Selector` in `sys` --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\poll.rs:322:18 | 322 | sys::Selector::new().map(|selector| Poll { | ^^^^^^^^ could not find `Selector` in `sys` error[E0433]: failed to resolve: could not find `event` in `sys` --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\event\event.rs:24:14 | 24 | sys::event::token(&self.inner) | ^^^^^ could not find `event` in `sys` error[E0433]: failed to resolve: could not find `event` in `sys` --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\event\event.rs:38:14 | 38 | sys::event::is_readable(&self.inner) | ^^^^^ could not find `event` in `sys` error[E0433]: failed to resolve: could not find `event` in `sys` --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\event\event.rs:43:14 | 43 | sys::event::is_writable(&self.inner) | ^^^^^ could not find `event` in `sys` error[E0433]: failed to resolve: could not find `event` in `sys` --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\event\event.rs:68:14 | 68 | sys::event::is_error(&self.inner) | ^^^^^ could not find `event` in `sys` error[E0433]: failed to resolve: could not find `event` in `sys` --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\event\event.rs:99:14 | 99 | sys::event::is_read_closed(&self.inner) | ^^^^^ could not find `event` in `sys` error[E0433]: failed to resolve: could not find `event` in `sys` --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\event\event.rs:129:14 | 129 | sys::event::is_write_closed(&self.inner) | ^^^^^ could not find `event` in `sys` error[E0433]: failed to resolve: could not find `event` in `sys` --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\event\event.rs:151:14 | 151 | sys::event::is_priority(&self.inner) | ^^^^^ could not find `event` in `sys` error[E0433]: failed to resolve: could not find `event` in `sys` --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\event\event.rs:173:14 | 173 | sys::event::is_aio(&self.inner) | ^^^^^ could not find `event` in `sys` error[E0433]: failed to resolve: could not find `event` in `sys` --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\event\event.rs:183:14 | 183 | sys::event::is_lio(&self.inner) | ^^^^^ could not find `event` in `sys` error[E0433]: failed to resolve: could not find `event` in `sys` --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\event\event.rs:221:26 | 221 | sys::event::debug_details(f, self.0) | ^^^^^ could not find `event` in `sys` error[E0433]: failed to resolve: could not find `tcp` in `sys` --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\net\tcp\listener.rs:107:18 | 107 | sys::tcp::accept(inner).map(|(stream, addr)| (TcpStream::from_std(stream), addr)) | ^^^ could not find `tcp` in `sys` error[E0433]: failed to resolve: could not find `udp` in `sys` --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\net\udp.rs:126:14 | 126 | sys::udp::bind(addr).map(UdpSocket::from_std) | ^^^ could not find `udp` in `sys` error[E0433]: failed to resolve: could not find `udp` in `sys` --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\net\udp.rs:548:14 | 548 | sys::udp::only_v6(&self.inner) | ^^^ could not find `udp` in `sys` error[E0412]: cannot find type `Selector` in module `sys` --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\poll.rs:273:20 | 273 | selector: sys::Selector, | ^^^^^^^^ not found in `sys` error[E0412]: cannot find type `Selector` in module `sys` --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\poll.rs:730:44 | 730 | pub(crate) fn selector(&self) -> &sys::Selector { | ^^^^^^^^ not found in `sys` error[E0412]: cannot find type `Waker` in module `sys` --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\waker.rs:79:17 | 79 | inner: sys::Waker, | ^^^^^ not found in `sys` | help: consider importing one of these structs | 1 + use crate::Waker; | 1 + use std::task::Waker; | help: if you import `Waker`, refer to it directly | 79 - inner: sys::Waker, 79 + inner: Waker, | error[E0433]: failed to resolve: could not find `Waker` in `sys` --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\waker.rs:87:14 | 87 | sys::Waker::new(registry.selector(), token).map(|inner| Waker { inner }) | ^^^^^ could not find `Waker` in `sys` | help: consider importing one of these structs | 1 + use crate::Waker; | 1 + use std::task::Waker; | help: if you import `Waker`, refer to it directly | 87 - sys::Waker::new(registry.selector(), token).map(|inner| Waker { inner }) 87 + Waker::new(registry.selector(), token).map(|inner| Waker { inner }) | error[E0412]: cannot find type `Event` in module `sys` --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\event\event.rs:18:17 | 18 | inner: sys::Event, | ^^^^^ not found in `sys` | help: consider importing this struct through its public re-export | 1 + use crate::event::Event; | help: if you import `Event`, refer to it directly | 18 - inner: sys::Event, 18 + inner: Event, | error[E0412]: cannot find type `Event` in module `sys` --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\event\event.rs:187:55 | 187 | pub(crate) fn from_sys_event_ref(sys_event: &sys::Event) -> &Event { | ^^^^^ not found in `sys` | help: consider importing this struct through its public re-export | 1 + use crate::event::Event; | help: if you import `Event`, refer to it directly | 187 - pub(crate) fn from_sys_event_ref(sys_event: &sys::Event) -> &Event { 187 + pub(crate) fn from_sys_event_ref(sys_event: &Event) -> &Event { | error[E0412]: cannot find type `Event` in module `sys` --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\event\event.rs:191:41 | 191 | &*(sys_event as *const sys::Event as *const Event) | ^^^^^ not found in `sys` | help: consider importing this struct through its public re-export | 1 + use crate::event::Event; | help: if you import `Event`, refer to it directly | 191 - &*(sys_event as *const sys::Event as *const Event) 191 + &*(sys_event as *const Event as *const Event) | error[E0412]: cannot find type `Event` in module `sys` --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\event\event.rs:217:46 | 217 | struct EventDetails<'a>(&'a sys::Event); | ^^^^^ not found in `sys` | help: consider importing this struct through its public re-export | 1 + use crate::event::Event; | help: if you import `Event`, refer to it directly | 217 - struct EventDetails<'a>(&'a sys::Event); 217 + struct EventDetails<'a>(&'a Event); | error[E0412]: cannot find type `Events` in module `sys` --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\event\events.rs:43:17 | 43 | inner: sys::Events, | ^^^^^^ not found in `sys` | help: consider importing this struct through its public re-export | 1 + use crate::Events; | help: if you import `Events`, refer to it directly | 43 - inner: sys::Events, 43 + inner: Events, | error[E0433]: failed to resolve: could not find `Events` in `sys` --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\event\events.rs:94:25 | 94 | inner: sys::Events::with_capacity(capacity), | ^^^^^^ could not find `Events` in `sys` | help: consider importing this struct through its public re-export | 1 + use crate::Events; | help: if you import `Events`, refer to it directly | 94 - inner: sys::Events::with_capacity(capacity), 94 + inner: Events::with_capacity(capacity), | error[E0412]: cannot find type `Events` in module `sys` --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\event\events.rs:189:47 | 189 | pub(crate) fn sys(&mut self) -> &mut sys::Events { | ^^^^^^ not found in `sys` | help: consider importing this struct through its public re-export | 1 + use crate::Events; | help: if you import `Events`, refer to it directly | 189 - pub(crate) fn sys(&mut self) -> &mut sys::Events { 189 + pub(crate) fn sys(&mut self) -> &mut Events { | error[E0425]: cannot find value `listener` in this scope --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\net\tcp\listener.rs:78:24 | 78 | set_reuseaddr(&listener.inner, true)?; | ^^^^^^^^ not found in this scope error[E0425]: cannot find value `listener` in this scope --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\net\tcp\listener.rs:80:15 | 80 | bind(&listener.inner, addr)?; | ^^^^^^^^ not found in this scope error[E0425]: cannot find value `listener` in this scope --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\net\tcp\listener.rs:81:17 | 81 | listen(&listener.inner, 1024)?; | ^^^^^^^^ not found in this scope error[E0425]: cannot find value `listener` in this scope --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\net\tcp\listener.rs:82:12 | 82 | Ok(listener) | ^^^^^^^^ not found in this scope error[E0425]: cannot find value `stream` in this scope --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\net\tcp\stream.rs:97:18 | 97 | connect(&stream.inner, addr)?; | ^^^^^^ not found in this scope error[E0425]: cannot find value `stream` in this scope --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\net\tcp\stream.rs:98:12 | 98 | Ok(stream) | ^^^^^^ not found in this scope error[E0425]: cannot find function `set_reuseaddr` in this scope --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\net\tcp\listener.rs:78:9 | 78 | set_reuseaddr(&listener.inner, true)?; | ^^^^^^^^^^^^^ not found in this scope Compiling serde_json v1.0.140 error[E0599]: no method named `register` found for struct `IoSource` in the current scope --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\net\tcp\listener.rs:150:20 | 150 | self.inner.register(registry, token, interests) | ^^^^^^^^ method not found in `IoSource` | ::: C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\io_source.rs:37:1 | 37 | pub struct IoSource { | ---------------------- method `register` not found for this struct | = help: items from traits can only be used if the trait is implemented and in scope note: `Source` defines an item `register`, perhaps you need to implement it --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\event\source.rs:75:1 | 75 | pub trait Source { | ^^^^^^^^^^^^^^^^ error[E0599]: no method named `reregister` found for struct `IoSource` in the current scope --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\net\tcp\listener.rs:159:20 | 159 | self.inner.reregister(registry, token, interests) | ^^^^^^^^^^ method not found in `IoSource` | ::: C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\io_source.rs:37:1 | 37 | pub struct IoSource { | ---------------------- method `reregister` not found for this struct | = help: items from traits can only be used if the trait is implemented and in scope note: `Source` defines an item `reregister`, perhaps you need to implement it --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\event\source.rs:75:1 | 75 | pub trait Source { | ^^^^^^^^^^^^^^^^ error[E0599]: no method named `deregister` found for struct `IoSource` in the current scope --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\net\tcp\listener.rs:163:20 | 163 | self.inner.deregister(registry) | ^^^^^^^^^^ method not found in `IoSource` | ::: C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\io_source.rs:37:1 | 37 | pub struct IoSource { | ---------------------- method `deregister` not found for this struct | = help: items from traits can only be used if the trait is implemented and in scope note: `Source` defines an item `deregister`, perhaps you need to implement it --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\event\source.rs:75:1 | 75 | pub trait Source { | ^^^^^^^^^^^^^^^^ error[E0308]: mismatched types --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\net\tcp\listener.rs:286:9 | 286 | / unsafe { 287 | | #[cfg(any(unix, target_os = "hermit", target_os = "wasi"))] 288 | | { 289 | | net::TcpListener::from_raw_fd(listener.into_raw_fd()) ... | 295 | | } | |_________^ expected `TcpListener`, found `()` error[E0599]: no method named `register` found for struct `IoSource` in the current scope --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\net\tcp\stream.rs:332:20 | 332 | self.inner.register(registry, token, interests) | ^^^^^^^^ method not found in `IoSource` | ::: C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\io_source.rs:37:1 | 37 | pub struct IoSource { | ---------------------- method `register` not found for this struct | = help: items from traits can only be used if the trait is implemented and in scope note: `Source` defines an item `register`, perhaps you need to implement it --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\event\source.rs:75:1 | 75 | pub trait Source { | ^^^^^^^^^^^^^^^^ error[E0599]: no method named `reregister` found for struct `IoSource` in the current scope --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\net\tcp\stream.rs:341:20 | 341 | self.inner.reregister(registry, token, interests) | ^^^^^^^^^^ method not found in `IoSource` | ::: C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\io_source.rs:37:1 | 37 | pub struct IoSource { | ---------------------- method `reregister` not found for this struct | = help: items from traits can only be used if the trait is implemented and in scope note: `Source` defines an item `reregister`, perhaps you need to implement it --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\event\source.rs:75:1 | 75 | pub trait Source { | ^^^^^^^^^^^^^^^^ error[E0599]: no method named `deregister` found for struct `IoSource` in the current scope --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\net\tcp\stream.rs:345:20 | 345 | self.inner.deregister(registry) | ^^^^^^^^^^ method not found in `IoSource` | ::: C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\io_source.rs:37:1 | 37 | pub struct IoSource { | ---------------------- method `deregister` not found for this struct | = help: items from traits can only be used if the trait is implemented and in scope note: `Source` defines an item `deregister`, perhaps you need to implement it --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\event\source.rs:75:1 | 75 | pub trait Source { | ^^^^^^^^^^^^^^^^ error[E0308]: mismatched types --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\net\tcp\stream.rs:468:9 | 468 | / unsafe { 469 | | #[cfg(any(unix, target_os = "hermit", target_os = "wasi"))] 470 | | { 471 | | net::TcpStream::from_raw_fd(stream.into_raw_fd()) ... | 477 | | } | |_________^ expected `TcpStream`, found `()` error[E0599]: no method named `register` found for struct `IoSource` in the current scope --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\net\udp.rs:626:20 | 626 | self.inner.register(registry, token, interests) | ^^^^^^^^ method not found in `IoSource` | ::: C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\io_source.rs:37:1 | 37 | pub struct IoSource { | ---------------------- method `register` not found for this struct | = help: items from traits can only be used if the trait is implemented and in scope note: `Source` defines an item `register`, perhaps you need to implement it --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\event\source.rs:75:1 | 75 | pub trait Source { | ^^^^^^^^^^^^^^^^ error[E0599]: no method named `reregister` found for struct `IoSource` in the current scope --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\net\udp.rs:635:20 | 635 | self.inner.reregister(registry, token, interests) | ^^^^^^^^^^ method not found in `IoSource` | ::: C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\io_source.rs:37:1 | 37 | pub struct IoSource { | ---------------------- method `reregister` not found for this struct | = help: items from traits can only be used if the trait is implemented and in scope note: `Source` defines an item `reregister`, perhaps you need to implement it --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\event\source.rs:75:1 | 75 | pub trait Source { | ^^^^^^^^^^^^^^^^ error[E0599]: no method named `deregister` found for struct `IoSource` in the current scope --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\net\udp.rs:639:20 | 639 | self.inner.deregister(registry) | ^^^^^^^^^^ method not found in `IoSource` | ::: C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\io_source.rs:37:1 | 37 | pub struct IoSource { | ---------------------- method `deregister` not found for this struct | = help: items from traits can only be used if the trait is implemented and in scope note: `Source` defines an item `deregister`, perhaps you need to implement it --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\event\source.rs:75:1 | 75 | pub trait Source { | ^^^^^^^^^^^^^^^^ error[E0308]: mismatched types --> C:\Users\root\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\mio-1.0.4\src\net\udp.rs:762:9 | 762 | / unsafe { 763 | | #[cfg(any(unix, target_os = "hermit", target_os = "wasi"))] 764 | | { 765 | | net::UdpSocket::from_raw_fd(socket.into_raw_fd()) ... | 771 | | } | |_________^ expected `UdpSocket`, found `()` Compiling shlex v1.3.0 Some errors have detailed explanations: E0308, E0412, E0425, E0432, E0433, E0599. For more information about an error, try `rustc --explain E0308`. error: could not compile `mio` (lib) due to 48 previous errors warning: build failed, waiting for other jobs to finish... Error: Compiling your crate to WebAssembly failed Caused by: failed to execute `cargo build`: exited with exit code: 101 full command: "cargo" "build" "--lib" "--release" "--target" "wasm32-unknown-unknown" at makeError (C:\Users\root\AppData\Local\npm-cache\_npx\32026684e21afda6\node_modules\wrangler\wrangler-dist\cli.js:64301:18) at handlePromise (C:\Users\root\AppData\Local\npm-cache\_npx\32026684e21afda6\node_modules\wrangler\wrangler-dist\cli.js:64779:29) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async runCustomBuild (C:\Users\root\AppData\Local\npm-cache\_npx\32026684e21afda6\node_modules\wrangler\wrangler-dist\cli.js:81302:7) at async getEntry (C:\Users\root\AppData\Local\npm-cache\_npx\32026684e21afda6\node_modules\wrangler\wrangler-dist\cli.js:81451:3) at async Object.handler (C:\Users\root\AppData\Local\npm-cache\_npx\32026684e21afda6\node_modules\wrangler\wrangler-dist\cli.js:81923:23) at async Object.handler (C:\Users\root\AppData\Local\npm-cache\_npx\32026684e21afda6\node_modules\wrangler\wrangler-dist\cli.js:78772:7) { shortMessage: 'Command failed with exit code 1: cargo install -q worker-build && worker-build --release', command: 'cargo install -q worker-build && worker-build --release', escapedCommand: 'cargo install -q worker-build "&&" worker-build --release', exitCode: 1, signal: undefined, signalDescription: undefined, stdout: '', stderr: '[INFO]: 🎯 Checking for the Wasm target...\n' + '[INFO]: 🌀 Compiling to Wasm...\n' + ' Compiling http-body v1.0.1\n' + ' Compiling parking_lot v0.12.4\n' + ' Compiling mio v1.0.4\n' + ' Compiling wasm-bindgen-backend v0.2.100\n' + ' Compiling synstructure v0.13.2\n' + ' Compiling serde_derive v1.0.219\n' + ' Compiling zerovec-derive v0.11.1\n' + ' Compiling displaydoc v0.2.5\n' + ' Compiling futures-macro v0.3.31\n' + ' Compiling tokio-macros v2.5.0\n' + ' Compiling form_urlencoded v1.2.1\n' + ' Compiling phf_macros v0.11.3\n' + ' Compiling zerocopy v0.8.26\n' + ' Compiling tracing-attributes v0.1.30\n' + ' Compiling httparse v1.10.1\n' + ' Compiling generic-array v0.14.7\n' + 'error: This wasm target is unsupported by mio. If using Tokio, disable the net feature.\n' + ' --> C:\\Users\\root\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\mio-1.0.4\\src\\lib.rs:44:1\n' + ' |\n' + '44 | compile_error!("This wasm target is unsupported by mio. If using Tokio, disable the net feature.");\n' + ' | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n' + '\n' + 'error[E0432]: unresolved import `crate::sys::IoSourceState`\n' + ' --> C:\\Users\\root\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\mio-1.0.4\\src\\io_source.rs:14:5\n' + ' |\n' + '14 | use crate::sys::IoSourceState;\n' + ' | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `IoSourceState` in `sys`\n' + '\n' + 'error[E0432]: unresolved import `crate::sys::tcp`\n' + ' --> C:\\Users\\root\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\mio-1.0.4\\src\\net\\tcp\\listener.rs:19:17\n' + ' |\n' + '19 | use crate::sys::tcp::{bind, listen, new_for_addr};\n' + ' | ^^^ could not find `tcp` in `sys`\n' + '\n' + 'error[E0432]: unresolved import `crate::sys::tcp`\n' + ' --> C:\\Users\\root\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\mio-1.0.4\\src\\net\\tcp\\stream.rs:17:17\n' + ' |\n' + '17 | use crate::sys::tcp::{connect, new_for_addr};\n' + ' | ^^^ could not find `tcp` in `sys`\n' + '\n' + 'error[E0433]: failed to resolve: could not find `Selector` in `sys`\n' + ' --> C:\\Users\\root\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\mio-1.0.4\\src\\poll.rs:322:18\n' + ' |\n' + '322 | sys::Selector::new().map(|selector| Poll {\n' + ' | ^^^^^^^^ could not find `Selector` in `sys`\n' + '\n' + 'error[E0433]: failed to resolve: could not find `event` in `sys`\n' + ' --> C:\\Users\\root\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\mio-1.0.4\\src\\event\\event.rs:24:14\n' + ' |\n' + '24 | sys::event::token(&self.inner)\n' + ' | ^^^^^ could not find `event` in `sys`\n' + '\n' + 'error[E0433]: failed to resolve: could not find `event` in `sys`\n' + ' --> C:\\Users\\root\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\mio-1.0.4\\src\\event\\event.rs:38:14\n' + ' |\n' + '38 | sys::event::is_readable(&self.inner)\n' + ' | ^^^^^ could not find `event` in `sys`\n' + '\n' + 'error[E0433]: failed to resolve: could not find `event` in `sys`\n' + ' --> C:\\Users\\root\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\mio-1.0.4\\src\\event\\event.rs:43:14\n' + ' |\n' + '43 | sys::event::is_writable(&self.inner)\n' + ' | ^^^^^ could not find `event` in `sys`\n' + '\n' + 'error[E0433]: failed to resolve: could not find `event` in `sys`\n' + ' --> C:\\Users\\root\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\mio-1.0.4\\src\\event\\event.rs:68:14\n' + ' |\n' + '68 | sys::event::is_error(&self.inner)\n' + ' | ^^^^^ could not find `event` in `sys`\n' + '\n' + 'error[E0433]: failed to resolve: could not find `event` in `sys`\n' + ' --> C:\\Users\\root\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\mio-1.0.4\\src\\event\\event.rs:99:14\n' + ' |\n' + '99 | sys::event::is_read_closed(&self.inner)\n' + ' | ^^^^^ could not find `event` in `sys`\n' + '\n' + 'error[E0433]: failed to resolve: could not find `event` in `sys`\n' + ' --> C:\\Users\\root\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\mio-1.0.4\\src\\event\\event.rs:129:14\n' + ' |\n' + '129 | sys::event::is_write_closed(&self.inner)\n' + ' | ^^^^^ could not find `event` in `sys`\n' + '\n' + 'error[E0433]: failed to resolve: could not find `event` in `sys`\n' + ' --> C:\\Users\\root\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\mio-1.0.4\\src\\event\\event.rs:151:14\n' + ' |\n' + '151 | sys::event::is_priority(&self.inner)\n' + ' | ^^^^^ could not find `event` in `sys`\n' + '\n' + 'error[E0433]: failed to resolve: could not find `event` in `sys`\n' + ' --> C:\\Users\\root\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\mio-1.0.4\\src\\event\\event.rs:173:14\n' + ' |\n' + '173 | sys::event::is_aio(&self.inner)\n' + ' | ^^^^^ could not find `event` in `sys`\n' + '\n' + 'error[E0433]: failed to resolve: could not find `event` in `sys`\n' + ' --> C:\\Users\\root\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\mio-1.0.4\\src\\event\\event.rs:183:14\n' + ' |\n' + '183 | sys::event::is_lio(&self.inner)\n' + ' | ^^^^^ could not find `event` in `sys`\n' + '\n' + 'error[E0433]: failed to resolve: could not find `event` in `sys`\n' + ' --> C:\\Users\\root\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\mio-1.0.4\\src\\event\\event.rs:221:26\n' + ' |\n' + '221 | sys::event::debug_details(f, self.0)\n' + ' | ^^^^^ could not find `event` in `sys`\n' + '\n' + 'error[E0433]: failed to resolve: could not find `tcp` in `sys`\n' + ' --> C:\\Users\\root\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\mio-1.0.4\\src\\net\\tcp\\listener.rs:107:18\n' + ' |\n' + '107 | sys::tcp::accept(inner).map(|(stream, addr)| (TcpStream::from_std(stream), addr))\n' + ' | ^^^ could not find `tcp` in `sys`\n' + '\n' + 'error[E0433]: failed to resolve: could not find `udp` in `sys`\n' + ' --> C:\\Users\\root\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\mio-1.0.4\\src\\net\\udp.rs:126:14\n' + ' |\n' + '126 | sys::udp::bind(addr).map(UdpSocket::from_std)\n' + ' | ^^^ could not find `udp` in `sys`\n' + '\n' + 'error[E0433]: failed to resolve: could not find `udp` in `sys`\n' + ' --> C:\\Users\\root\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\mio-1.0.4\\src\\net\\udp.rs:548:14\n' + ' |\n' + '548 | sys::udp::only_v6(&self.inner)\n' + ' | ^^^ could not find `udp` in `sys`\n' + '\n' + 'error[E0412]: cannot find type `Selector` in module `sys`\n' + ' --> C:\\Users\\root\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\mio-1.0.4\\src\\poll.rs:273:20\n' + ' |\n' + '273 | selector: sys::Selector,\n' + ' | ^^^^^^^^ not found in `sys`\n' + '\n' + 'error[E0412]: cannot find type `Selector` in module `sys`\n' + ' --> C:\\Users\\root\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\mio-1.0.4\\src\\poll.rs:730:44\n' + ' |\n' + '730 | pub(crate) fn selector(&self) -> &sys::Selector {\n' + ' | ^^^^^^^^ not found in `sys`\n' + '\n' + 'error[E0412]: cannot find type `Waker` in module `sys`\n' + ' --> C:\\Users\\root\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\mio-1.0.4\\src\\waker.rs:79:17\n' + ' |\n' + '79 | inner: sys::Waker,\n' + ' | ^^^^^ not found in `sys`\n' + ' |\n' + 'help: consider importing one of these structs\n' + ' |\n' + '1 + use crate::Waker;\n' + ' |\n' + '1 + use std::task::Waker;\n' + ' |\n' + 'help: if you import `Waker`, refer to it directly\n' + ' |\n' + '79 - inner: sys::Waker,\n' + '79 + inner: Waker,\n' + ' |\n' + '\n' + 'error[E0433]: failed to resolve: could not find `Waker` in `sys`\n' + ' --> C:\\Users\\root\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\mio-1.0.4\\src\\waker.rs:87:14\n' + ' |\n' + '87 | sys::Waker::new(registry.selector(), token).map(|inner| Waker { inner })\n' + ' | ^^^^^ could not find `Waker` in `sys`\n' + ' |\n' + 'help: consider importing one of these structs\n' + ' |\n' + '1 + use crate::Waker;\n' + ' |\n' + '1 + use std::task::Waker;\n' + ' |\n' + 'help: if you import `Waker`, refer to it directly\n' + ' |\n' + '87 - sys::Waker::new(registry.selector(), token).map(|inner| Waker { inner })\n' + '87 + Waker::new(registry.selector(), token).map(|inner| Waker { inner })\n' + ' |\n' + '\n' + 'error[E0412]: cannot find type `Event` in module `sys`\n' + ' --> C:\\Users\\root\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\mio-1.0.4\\src\\event\\event.rs:18:17\n' + ' |\n' + '18 | inner: sys::Event,\n' + ' | ^^^^^ not found in `sys`\n' + ' |\n' + 'help: consider importing this struct through its public re-export\n' + ' |\n' + '1 + use crate::event::Event;\n' + ' |\n' + 'help: if you import `Event`, refer to it directly\n' + ' |\n' + '18 - inner: sys::Event,\n' + '18 + inner: Event,\n' + ' |\n' + '\n' + 'error[E0412]: cannot find type `Event` in module `sys`\n' + ' --> C:\\Users\\root\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\mio-1.0.4\\src\\event\\event.rs:187:55\n' + ' |\n' + '187 | pub(crate) fn from_sys_event_ref(sys_event: &sys::Event) -> &Event {\n' + ' | ^^^^^ not found in `sys`\n' + ' |\n' + 'help: consider importing this struct through its public re-export\n' + ' |\n' + '1 + use crate::event::Event;\n' + ' |\n' + 'help: if you import `Event`, refer to it directly\n' + ' |\n' + '187 - pub(crate) fn from_sys_event_ref(sys_event: &sys::Event) -> &Event {\n' + '187 + pub(crate) fn from_sys_event_ref(sys_event: &Event) -> &Event {\n' + ' |\n' + '\n' + 'error[E0412]: cannot find type `Event` in module `sys`\n' + ' --> C:\\Users\\root\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\mio-1.0.4\\src\\event\\event.rs:191:41\n' + ' |\n' + '191 | &*(sys_event as *const sys::Event as *const Event)\n' + ' | ^^^^^ not found in `sys`\n' + ' |\n' + 'help: consider importing this struct through its public re-export\n' + ' |\n' + '1 + use crate::event::Event;\n' + ' |\n' + 'help: if you import `Event`, refer to it directly\n' + ' |\n' + '191 - &*(sys_event as *const sys::Event as *const Event)\n' + '191 + &*(sys_event as *const Event as *const Event)\n' + ' |\n' + '\n' + 'error[E0412]: cannot find type `Event` in module `sys`\n' + ' --> C:\\Users\\root\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\mio-1.0.4\\src\\event\\event.rs:217:46\n' + ' |\n' + "217 | struct EventDetails<'a>(&'a sys::Event);\n" + ' | ^^^^^ not found in `sys`\n' + ' |\n' + 'help: consider importing this struct through its public re-export\n' + ' |\n' + '1 + use crate::event::Event;\n' + ' |\n' + 'help: if you import `Event`, refer to it directly\n' + ' |\n' + "217 - struct EventDetails<'a>(&'a sys::Event);\n" + "217 + struct EventDetails<'a>(&'a Event);\n" + ' |\n' + '\n' + 'error[E0412]: cannot find type'... 13669 more characters, failed: true, timedOut: false, isCanceled: false, killed: false } --- --- 2025-06-23T21:38:20.745Z log --- --- 2025-06-23T21:38:20.746Z error ✘ [ERROR] Running custom build `cargo install -q worker-build && worker-build --release` failed. There are likely more logs from your build command above. --- --- 2025-06-23T21:38:20.746Z debug Error: Running custom build `cargo install -q worker-build && worker-build --release` failed. There are likely more logs from your build command above. at runCustomBuild (C:\Users\root\AppData\Local\npm-cache\_npx\32026684e21afda6\node_modules\wrangler\wrangler-dist\cli.js:81305:13) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async getEntry (C:\Users\root\AppData\Local\npm-cache\_npx\32026684e21afda6\node_modules\wrangler\wrangler-dist\cli.js:81451:3) at async Object.handler (C:\Users\root\AppData\Local\npm-cache\_npx\32026684e21afda6\node_modules\wrangler\wrangler-dist\cli.js:81923:23) at async Object.handler (C:\Users\root\AppData\Local\npm-cache\_npx\32026684e21afda6\node_modules\wrangler\wrangler-dist\cli.js:78772:7) --- --- 2025-06-23T21:38:20.747Z debug Metrics dispatcher: Posting data {"deviceId":"2270db2b-b444-4134-9319-0f2a2ce573d2","event":"wrangler command errored","timestamp":1750714700747,"properties":{"amplitude_session_id":1750714696265,"amplitude_event_id":1,"wranglerVersion":"4.21.0","osPlatform":"Windows","osVersion":"Windows 11 Pro","nodeVersion":20,"packageManager":"npm","isFirstUsage":false,"configFileType":"toml","isCI":false,"isPagesCI":false,"isWorkersCI":false,"isInteractive":true,"hasAssets":false,"argsUsed":[],"argsCombination":"","command":"wrangler deploy","args":{"xJsonConfig":true,"j":true,"noBundle":false,"latest":false,"keepVars":false,"xAutoCreate":true},"durationMs":4503,"durationSeconds":4.503,"durationMinutes":0.07505,"errorType":"UserError"}} ---