===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for py314-uv-0.9.25 * Building wheel... Running `maturin-3.14 pep517 build-wheel -i /usr/pkg/bin/python3.14 --compatibility off -j8` 📦 Including license file `LICENSE-APACHE` 📦 Including license file `LICENSE-MIT` 🍹 Building a mixed python/rust project 🔗 Found bin bindings 📡 Using build options bindings from pyproject.toml Compiling proc-macro2 v1.0.103 Compiling quote v1.0.42 Compiling unicode-ident v1.0.18 Compiling libc v0.2.178 Compiling cfg-if v1.0.1 Compiling memchr v2.7.6 Compiling serde_core v1.0.228 Compiling pin-project-lite v0.2.16 Compiling itoa v1.0.15 Compiling once_cell v1.21.3 Compiling smallvec v1.15.1 Compiling bytes v1.10.1 Compiling serde v1.0.228 Compiling shlex v1.3.0 Compiling stable_deref_trait v1.2.0 Compiling percent-encoding v2.3.2 Compiling tracing-core v0.1.34 Compiling mio v1.1.0 Compiling signal-hook-registry v1.4.5 Compiling syn v2.0.111 error[E0308]: mismatched types --> /pbulk/work/devel/py-uv/work/vendor/mio-1.1.0/src/sys/unix/selector/kqueue.rs:64:20 | 64 | udata: $data as UData, | ^^^^^^^^^^^^^^ expected `*mut c_void`, found `isize` ... 137 | let kevent = kevent!(fd, libc::EVFILT_WRITE, flags, token.0); | ----------------------------------------------- in this macro invocation | = note: expected raw pointer `*mut c_void` found type `isize` = note: this error originates in the macro `kevent` (in Nightly builds, run with -Z macro-backtrace for more info) error[E0308]: mismatched types --> /pbulk/work/devel/py-uv/work/vendor/mio-1.1.0/src/sys/unix/selector/kqueue.rs:64:20 | 64 | udata: $data as UData, | ^^^^^^^^^^^^^^ expected `*mut c_void`, found `isize` ... 143 | let kevent = kevent!(fd, libc::EVFILT_READ, flags, token.0); | ---------------------------------------------- in this macro invocation | = note: expected raw pointer `*mut c_void` found type `isize` = note: this error originates in the macro `kevent` (in Nightly builds, run with -Z macro-backtrace for more info) error[E0308]: mismatched types --> /pbulk/work/devel/py-uv/work/vendor/mio-1.1.0/src/sys/unix/selector/kqueue.rs:64:20 | 64 | udata: $data as UData, | ^^^^^^^^^^^^^^ expected `*mut c_void`, found `isize` ... 183 | kevent!(fd, libc::EVFILT_WRITE, write_flags, token.0), | ----------------------------------------------------- in this macro invocation | = note: expected raw pointer `*mut c_void` found type `isize` = note: this error originates in the macro `kevent` (in Nightly builds, run with -Z macro-backtrace for more info) error[E0308]: mismatched types --> /pbulk/work/devel/py-uv/work/vendor/mio-1.1.0/src/sys/unix/selector/kqueue.rs:64:20 | 64 | udata: $data as UData, | ^^^^^^^^^^^^^^ expected `*mut c_void`, found `isize` ... 184 | kevent!(fd, libc::EVFILT_READ, read_flags, token.0), | --------------------------------------------------- in this macro invocation | = note: expected raw pointer `*mut c_void` found type `isize` = note: this error originates in the macro `kevent` (in Nightly builds, run with -Z macro-backtrace for more info) error[E0308]: mismatched types --> /pbulk/work/devel/py-uv/work/vendor/mio-1.1.0/src/sys/unix/selector/kqueue.rs:64:20 | 64 | udata: $data as UData, | ^^^^^^^^^^^^^^ expected `*mut c_void`, found `isize` ... 205 | kevent!(fd, libc::EVFILT_WRITE, flags, 0), | ----------------------------------------- in this macro invocation | = note: expected raw pointer `*mut c_void` found type `isize` = note: this error originates in the macro `kevent` (in Nightly builds, run with -Z macro-backtrace for more info) error[E0308]: mismatched types --> /pbulk/work/devel/py-uv/work/vendor/mio-1.1.0/src/sys/unix/selector/kqueue.rs:64:20 | 64 | udata: $data as UData, | ^^^^^^^^^^^^^^ expected `*mut c_void`, found `isize` ... 206 | kevent!(fd, libc::EVFILT_READ, flags, 0), | ---------------------------------------- in this macro invocation | = note: expected raw pointer `*mut c_void` found type `isize` = note: this error originates in the macro `kevent` (in Nightly builds, run with -Z macro-backtrace for more info) For more information about this error, try `rustc --explain E0308`. Compiling socket2 v0.6.0 error: could not compile `mio` (lib) due to 6 previous errors warning: build failed, waiting for other jobs to finish... 💥 maturin failed Caused by: Failed to build a native library through cargo Caused by: Cargo build finished with "exit status: 101": `env -u CARGO "cargo" "rustc" "--jobs" "8" "--profile" "release" "--message-format" "json-render-diagnostics" "--manifest-path" "/pbulk/work/devel/py-uv/work/uv-0.9.25/crates/uv/Cargo.toml" "--bin" "uv" "--" "-C" "strip=symbols"` Error: command ['maturin-3.14', 'pep517', 'build-wheel', '-i', '/usr/pkg/bin/python3.14', '--compatibility', 'off', '-j8'] returned non-zero exit status 1 ERROR Backend subprocess exited when trying to invoke build_wheel *** Error code 1 Stop. make[1]: stopped making "all" in /usr/pkgsrc/devel/py-uv *** Error code 1 Stop. make: stopped making "all" in /usr/pkgsrc/devel/py-uv