===> 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 csvlens-0.15.1 Compiling libc v0.2.177 Compiling proc-macro2 v1.0.103 Compiling unicode-ident v1.0.20 Compiling quote v1.0.41 Compiling cfg-if v1.0.4 Compiling libm v0.2.15 Compiling autocfg v1.5.0 Compiling num-traits v0.2.19 Compiling syn v2.0.108 Compiling bitflags v2.10.0 Compiling errno v0.3.14 Compiling memchr v2.7.6 Compiling rustix v1.1.2 Compiling zerocopy v0.8.27 Compiling getrandom v0.3.4 Compiling num-integer v0.1.46 Compiling hashbrown v0.16.0 Compiling once_cell v1.21.3 Compiling num-bigint v0.4.6 Compiling zerocopy-derive v0.8.27 Compiling num-rational v0.4.2 Compiling num-iter v0.1.45 Compiling num-complex v0.4.6 Compiling version_check v0.9.5 Compiling iana-time-zone v0.1.64 Compiling smallvec v1.15.1 Compiling chrono v0.4.42 Compiling ahash v0.8.12 Compiling num v0.4.3 Compiling bytes v1.10.1 Compiling half v2.7.1 Compiling equivalent v1.0.2 error[E0277]: the trait bound `uint16x4_t: zerocopy::FromBytes` is not satisfied --> /tmp/pkgbuild/textproc/csvlens/work/vendor/half-2.7.1/src/binary16/arch/aarch64.rs:62:27 | 62 | let vec: uint16x4_t = transmute!(*v); | ^^^^^^^^^^^^^^ the trait `zerocopy::FromBytes` is not implemented for `uint16x4_t` | = note: Consider adding `#[derive(FromBytes)]` to `uint16x4_t` = help: the following other types implement trait `zerocopy::FromBytes`: () Atomic Atomic Atomic Atomic Atomic Atomic Atomic and 52 others note: required by a bound in `f16x4_to_f32x4_fp16::transmute` --> /tmp/pkgbuild/textproc/csvlens/work/vendor/half-2.7.1/src/binary16/arch/aarch64.rs:62:27 | 62 | let vec: uint16x4_t = transmute!(*v); | ^^^^^^^^^^^^^^ | | | required by a bound in this function | required by this bound in `transmute` = note: this error originates in the macro `transmute` (in Nightly builds, run with -Z macro-backtrace for more info) error[E0277]: the trait bound `float32x4_t: IntoBytes` is not satisfied --> /tmp/pkgbuild/textproc/csvlens/work/vendor/half-2.7.1/src/binary16/arch/aarch64.rs:69:5 | 69 | transmute!(result) | ^^^^^^^^^^^^^^^^^^ | | | the trait `IntoBytes` is not implemented for `float32x4_t` | required by a bound introduced by this call | = note: Consider adding `#[derive(IntoBytes)]` to `float32x4_t` = help: the following other types implement trait `IntoBytes`: () Atomic Atomic Atomic Atomic Atomic Atomic Atomic and 67 others note: required by a bound in `f16x4_to_f32x4_fp16::transmute` --> /tmp/pkgbuild/textproc/csvlens/work/vendor/half-2.7.1/src/binary16/arch/aarch64.rs:69:5 | 69 | transmute!(result) | ^^^^^^^^^^^^^^^^^^ | | | required by a bound in this function | required by this bound in `transmute` = note: this error originates in the macro `transmute` (in Nightly builds, run with -Z macro-backtrace for more info) error[E0277]: the trait bound `float32x4_t: zerocopy::FromBytes` is not satisfied --> /tmp/pkgbuild/textproc/csvlens/work/vendor/half-2.7.1/src/binary16/arch/aarch64.rs:75:28 | 75 | let vec: float32x4_t = transmute!(*v); | ^^^^^^^^^^^^^^ the trait `zerocopy::FromBytes` is not implemented for `float32x4_t` | = note: Consider adding `#[derive(FromBytes)]` to `float32x4_t` = help: the following other types implement trait `zerocopy::FromBytes`: () Atomic Atomic Atomic Atomic Atomic Atomic Atomic and 52 others note: required by a bound in `f32x4_to_f16x4_fp16::transmute` --> /tmp/pkgbuild/textproc/csvlens/work/vendor/half-2.7.1/src/binary16/arch/aarch64.rs:75:28 | 75 | let vec: float32x4_t = transmute!(*v); | ^^^^^^^^^^^^^^ | | | required by a bound in this function | required by this bound in `transmute` = note: this error originates in the macro `transmute` (in Nightly builds, run with -Z macro-backtrace for more info) error[E0277]: the trait bound `uint16x4_t: IntoBytes` is not satisfied --> /tmp/pkgbuild/textproc/csvlens/work/vendor/half-2.7.1/src/binary16/arch/aarch64.rs:82:5 | 82 | transmute!(result) | ^^^^^^^^^^^^^^^^^^ | | | the trait `IntoBytes` is not implemented for `uint16x4_t` | required by a bound introduced by this call | = note: Consider adding `#[derive(IntoBytes)]` to `uint16x4_t` = help: the following other types implement trait `IntoBytes`: () Atomic Atomic Atomic Atomic Atomic Atomic Atomic and 67 others note: required by a bound in `f32x4_to_f16x4_fp16::transmute` --> /tmp/pkgbuild/textproc/csvlens/work/vendor/half-2.7.1/src/binary16/arch/aarch64.rs:82:5 | 82 | transmute!(result) | ^^^^^^^^^^^^^^^^^^ | | | required by a bound in this function | required by this bound in `transmute` = note: this error originates in the macro `transmute` (in Nightly builds, run with -Z macro-backtrace for more info) error[E0277]: the trait bound `uint16x4_t: zerocopy::FromBytes` is not satisfied --> /tmp/pkgbuild/textproc/csvlens/work/vendor/half-2.7.1/src/binary16/arch/aarch64.rs:88:27 | 88 | let vec: uint16x4_t = transmute!(*v); | ^^^^^^^^^^^^^^ the trait `zerocopy::FromBytes` is not implemented for `uint16x4_t` | = note: Consider adding `#[derive(FromBytes)]` to `uint16x4_t` = help: the following other types implement trait `zerocopy::FromBytes`: () Atomic Atomic Atomic Atomic Atomic Atomic Atomic and 52 others note: required by a bound in `f16x4_to_f64x4_fp16::transmute` --> /tmp/pkgbuild/textproc/csvlens/work/vendor/half-2.7.1/src/binary16/arch/aarch64.rs:88:27 | 88 | let vec: uint16x4_t = transmute!(*v); | ^^^^^^^^^^^^^^ | | | required by a bound in this function | required by this bound in `transmute` = note: this error originates in the macro `transmute` (in Nightly builds, run with -Z macro-backtrace for more info) error[E0277]: the trait bound `float64x2_t: IntoBytes` is not satisfied --> /tmp/pkgbuild/textproc/csvlens/work/vendor/half-2.7.1/src/binary16/arch/aarch64.rs:100:5 | 100 | transmute!([low, high]) | ^^^^^^^^^^^^^^^^^^^^^^^ | | | the trait `IntoBytes` is not implemented for `float64x2_t` | required by a bound introduced by this call | = note: Consider adding `#[derive(IntoBytes)]` to `float64x2_t` = help: the following other types implement trait `IntoBytes`: () Atomic Atomic Atomic Atomic Atomic Atomic Atomic and 67 others = note: required for `[float64x2_t; 2]` to implement `IntoBytes` note: required by a bound in `f16x4_to_f64x4_fp16::transmute` --> /tmp/pkgbuild/textproc/csvlens/work/vendor/half-2.7.1/src/binary16/arch/aarch64.rs:100:5 | 100 | transmute!([low, high]) | ^^^^^^^^^^^^^^^^^^^^^^^ | | | required by a bound in this function | required by this bound in `transmute` = note: this error originates in the macro `transmute` (in Nightly builds, run with -Z macro-backtrace for more info) error[E0277]: the trait bound `uint16x4_t: IntoBytes` is not satisfied --> /tmp/pkgbuild/textproc/csvlens/work/vendor/half-2.7.1/src/binary16/arch/aarch64.rs:120:5 | 120 | transmute!(result) | ^^^^^^^^^^^^^^^^^^ | | | the trait `IntoBytes` is not implemented for `uint16x4_t` | required by a bound introduced by this call | = note: Consider adding `#[derive(IntoBytes)]` to `uint16x4_t` = help: the following other types implement trait `IntoBytes`: () Atomic Atomic Atomic Atomic Atomic Atomic Atomic and 67 others note: required by a bound in `f64x4_to_f16x4_fp16::transmute` --> /tmp/pkgbuild/textproc/csvlens/work/vendor/half-2.7.1/src/binary16/arch/aarch64.rs:120:5 | 120 | transmute!(result) | ^^^^^^^^^^^^^^^^^^ | | | required by a bound in this function | required by this bound in `transmute` = note: this error originates in the macro `transmute` (in Nightly builds, run with -Z macro-backtrace for more info) Compiling arrow-schema v56.2.0 For more information about this error, try `rustc --explain E0277`. error: could not compile `half` (lib) due to 7 previous errors warning: build failed, waiting for other jobs to finish... *** Error code 101 Stop. make[1]: stopped making "all" in /usr/pkgsrc/textproc/csvlens *** Error code 1 Stop. make: stopped making "all" in /usr/pkgsrc/textproc/csvlens