===> 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 xtop-0.2.1 Compiling proc-macro2 v1.0.105 Compiling quote v1.0.43 Compiling unicode-ident v1.0.22 Compiling syn v2.0.114 Compiling libc v0.2.180 Compiling rustversion v1.0.22 Compiling cfg-if v1.0.4 Compiling bitflags v2.10.0 Compiling allocator-api2 v0.2.21 Compiling strsim v0.11.1 Compiling equivalent v1.0.2 Compiling foldhash v0.2.0 Compiling thiserror v2.0.18 Compiling ident_case v1.0.1 Compiling darling_core v0.23.0 Compiling hashbrown v0.16.1 Compiling errno v0.3.14 Compiling thiserror-impl v2.0.18 Compiling either v1.15.0 Compiling heck v0.5.0 Compiling strum_macros v0.27.2 Compiling itertools v0.14.0 Compiling castaway v0.2.4 Compiling darling_macro v0.23.0 Compiling indoc v2.0.7 Compiling ryu v1.0.22 Compiling instability v0.3.11 Compiling unicode-segmentation v1.12.0 Compiling static_assertions v1.1.0 Compiling signal-hook v0.3.18 Compiling parking_lot_core v0.9.12 Compiling unicode-width v0.2.0 Compiling itoa v1.0.17 Compiling compact_str v0.9.0 Compiling unicode-truncate v2.0.1 Compiling convert_case v0.10.0 Compiling darling v0.23.0 Compiling kasuari v0.4.11 Compiling strum v0.27.2 Compiling signal-hook-registry v1.4.8 Compiling lru v0.16.3 Compiling powerfmt v0.2.0 Compiling scopeguard v1.2.0 Compiling rustix v1.1.3 Compiling log v0.4.29 Compiling smallvec v1.15.1 Compiling mio v1.1.1 Compiling lock_api v0.4.14 Compiling deranged v0.5.5 Compiling ratatui-core v0.1.0 Compiling derive_more-impl v2.1.1 Compiling litrs v1.0.0 Compiling num-conv v0.1.0 Compiling num_threads v0.1.7 Compiling time-core v0.1.7 Compiling time v0.3.45 Compiling document-features v0.2.12 Compiling derive_more v2.1.1 Compiling signal-hook-mio v0.2.5 Compiling parking_lot v0.12.5 Compiling line-clipping v0.3.5 Compiling ratatui-widgets v0.3.0 Compiling crossterm v0.29.0 Compiling ratatui-crossterm v0.1.0 Compiling ratatui-macros v0.7.0 Compiling memchr v2.7.6 Compiling sysinfo v0.38.2 error[E0308]: mismatched types --> /pbulk/work/sysutils/xtop/work/vendor/sysinfo-0.38.2/src/unix/bsd/netbsd/process.rs:82:13 | 79 | let klwps = ffi::kvm_getlwps( | ---------------- arguments to this function are incorrect ... 82 | kproc.p_paddr, | ^^^^^^^^^^^^^ expected `u32`, found `u64` | note: function defined here --> /pbulk/work/sysutils/xtop/work/vendor/sysinfo-0.38.2/src/unix/bsd/netbsd/ffi.rs:202:19 | 202 | pub(crate) fn kvm_getlwps( | ^^^^^^^^^^^ ... 205 | procaddr: c_ulong, | -------- help: you can convert a `u64` to a `u32` and panic if the converted value doesn't fit | 82 | kproc.p_paddr.try_into().unwrap(), | ++++++++++++++++++++ error[E0308]: mismatched types --> /pbulk/work/sysutils/xtop/work/vendor/sysinfo-0.38.2/src/unix/bsd/netbsd/disk.rs:304:30 | 304 | if (fs_info.f_flag & libc::MNT_IGNORE as u64) != 0 { | ^^^^^^^^^^^^^^^^^^^^^^^ expected `u32`, found `u64` error[E0277]: no implementation for `u32 & u64` --> /pbulk/work/sysutils/xtop/work/vendor/sysinfo-0.38.2/src/unix/bsd/netbsd/disk.rs:304:28 | 304 | if (fs_info.f_flag & libc::MNT_IGNORE as u64) != 0 { | ^ no implementation for `u32 & u64` | = help: the trait `BitAnd` is not implemented for `u32` = help: the following other types implement trait `BitAnd`: `&u32` implements `BitAnd` `&u32` implements `BitAnd` `u32` implements `BitAnd<&u32>` `u32` implements `BitAnd` error[E0308]: mismatched types --> /pbulk/work/sysutils/xtop/work/vendor/sysinfo-0.38.2/src/unix/bsd/netbsd/disk.rs:308:30 | 308 | if (fs_info.f_flag & libc::MNT_LOCAL as u64) == 0 { | ^^^^^^^^^^^^^^^^^^^^^^ expected `u32`, found `u64` error[E0277]: no implementation for `u32 & u64` --> /pbulk/work/sysutils/xtop/work/vendor/sysinfo-0.38.2/src/unix/bsd/netbsd/disk.rs:308:28 | 308 | if (fs_info.f_flag & libc::MNT_LOCAL as u64) == 0 { | ^ no implementation for `u32 & u64` | = help: the trait `BitAnd` is not implemented for `u32` = help: the following other types implement trait `BitAnd`: `&u32` implements `BitAnd` `&u32` implements `BitAnd` `u32` implements `BitAnd<&u32>` `u32` implements `BitAnd` Some errors have detailed explanations: E0277, E0308. For more information about an error, try `rustc --explain E0277`. error: could not compile `sysinfo` (lib) due to 5 previous errors *** Error code 101 Stop. make[1]: stopped in /usr/pkgsrc/sysutils/xtop *** Error code 1 Stop. make: stopped in /usr/pkgsrc/sysutils/xtop