===> 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.3.1 Compiling proc-macro2 v1.0.105 Compiling unicode-ident v1.0.22 Compiling quote v1.0.43 Compiling libc v0.2.180 Compiling cfg-if v1.0.4 Compiling rustversion v1.0.22 Compiling ident_case v1.0.1 Compiling equivalent v1.0.2 Compiling allocator-api2 v0.2.21 Compiling thiserror v2.0.18 Compiling strsim v0.11.1 Compiling bitflags v2.10.0 Compiling foldhash v0.2.0 Compiling either v1.15.0 Compiling hashbrown v0.16.1 Compiling heck v0.5.0 Compiling itertools v0.14.0 Compiling ryu v1.0.22 Compiling itoa v1.0.17 Compiling unicode-segmentation v1.12.0 Compiling errno v0.3.14 Compiling castaway v0.2.4 Compiling parking_lot_core v0.9.12 Compiling instability v0.3.11 Compiling signal-hook v0.3.18 Compiling unicode-width v0.2.0 Compiling static_assertions v1.1.0 Compiling indoc v2.0.7 Compiling compact_str v0.9.0 Compiling syn v2.0.114 Compiling convert_case v0.10.0 Compiling lru v0.16.3 Compiling signal-hook-registry v1.4.8 Compiling scopeguard v1.2.0 Compiling log v0.4.29 Compiling rustix v1.1.3 Compiling powerfmt v0.2.0 Compiling smallvec v1.15.1 Compiling mio v1.1.1 Compiling deranged v0.5.5 Compiling lock_api v0.4.14 Compiling unicode-truncate v2.0.1 Compiling num-conv v0.1.0 Compiling litrs v1.0.0 Compiling num_threads v0.1.7 Compiling time-core v0.1.7 Compiling parking_lot v0.12.5 Compiling signal-hook-mio v0.2.5 Compiling line-clipping v0.3.5 Compiling memchr v2.7.6 Compiling document-features v0.2.12 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` Compiling time v0.3.45 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 warning: build failed, waiting for other jobs to finish... *** Error code 101 Stop. make[1]: stopped in /usr/pkgsrc/sysutils/xtop *** Error code 1 Stop. make: stopped in /usr/pkgsrc/sysutils/xtop