===> 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 jsongrep-0.9.0nb1 Compiling proc-macro2 v1.0.95 Compiling unicode-ident v1.0.18 Compiling serde_core v1.0.228 Compiling serde v1.0.228 Compiling thiserror v2.0.18 Compiling memchr v2.7.5 Compiling quote v1.0.40 Compiling utf8parse v0.2.2 Compiling syn v2.0.117 Compiling anstyle-parse v0.2.7 Compiling is_terminal_polyfill v1.70.1 Compiling anstyle-query v1.1.4 Compiling colorchoice v1.0.4 Compiling anstyle v1.0.11 Compiling anstream v0.6.20 Compiling clap_lex v0.7.5 Compiling zerocopy v0.8.39 Compiling autocfg v1.5.0 Compiling heck v0.5.0 Compiling strsim v0.11.1 Compiling num-traits v0.2.19 Compiling clap_builder v4.5.43 Compiling aho-corasick v1.1.3 Compiling serde_derive v1.0.228 Compiling thiserror-impl v2.0.18 Compiling zerocopy-derive v0.8.39 Compiling clap_derive v4.5.41 Compiling zmij v1.0.21 Compiling equivalent v1.0.2 Compiling hashbrown v0.16.1 Compiling ucd-trie v0.1.7 Compiling regex-syntax v0.8.5 Compiling indexmap v2.13.0 Compiling pest v2.8.1 Compiling clap v4.5.43 Compiling regex-automata v0.4.13 Compiling serde_json v1.0.149 Compiling itoa v1.0.15 Compiling cfg-if v1.0.1 Compiling libc v0.2.183 Compiling log v0.4.27 Compiling regex v1.12.2 Compiling half v2.7.1 error[E0277]: the trait bound `uint16x4_t: FromBytes` is not satisfied --> /tmp/pkgbuild/textproc/jsongrep/work/vendor/half-2.7.1/src/binary16/arch/aarch64.rs:62:27 | 62 | let vec: uint16x4_t = transmute!(*v); | ^^^^^^^^^^^^^^ the trait `FromBytes` is not implemented for `uint16x4_t` | = note: Consider adding `#[derive(FromBytes)]` to `uint16x4_t` = help: the following other types implement trait `FromBytes`: () (A, B) (A, B, C) (A, B, C, D) (A, B, C, D, E) (A, B, C, D, E, F) (A, B, C, D, E, F, G) (A, B, C, D, E, F, G, H) and 79 others note: required by a bound in `f16x4_to_f32x4_fp16::transmute` --> /tmp/pkgbuild/textproc/jsongrep/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: the full name for the type has been written to '/tmp/pkgbuild/textproc/jsongrep/work/jsongrep-0.9.0/target/release/deps/half-39d875213a3c603d.long-type-10054000353256626933.txt' = note: consider using `--verbose` to print the full type name to the console = 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/jsongrep/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 68 others note: required by a bound in `f16x4_to_f32x4_fp16::transmute` --> /tmp/pkgbuild/textproc/jsongrep/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: FromBytes` is not satisfied --> /tmp/pkgbuild/textproc/jsongrep/work/vendor/half-2.7.1/src/binary16/arch/aarch64.rs:75:28 | 75 | let vec: float32x4_t = transmute!(*v); | ^^^^^^^^^^^^^^ the trait `FromBytes` is not implemented for `float32x4_t` | = note: Consider adding `#[derive(FromBytes)]` to `float32x4_t` = help: the following other types implement trait `FromBytes`: () (A, B) (A, B, C) (A, B, C, D) (A, B, C, D, E) (A, B, C, D, E, F) (A, B, C, D, E, F, G) (A, B, C, D, E, F, G, H) and 79 others note: required by a bound in `f32x4_to_f16x4_fp16::transmute` --> /tmp/pkgbuild/textproc/jsongrep/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: the full name for the type has been written to '/tmp/pkgbuild/textproc/jsongrep/work/jsongrep-0.9.0/target/release/deps/half-39d875213a3c603d.long-type-10054000353256626933.txt' = note: consider using `--verbose` to print the full type name to the console = 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/jsongrep/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 68 others note: required by a bound in `f32x4_to_f16x4_fp16::transmute` --> /tmp/pkgbuild/textproc/jsongrep/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: FromBytes` is not satisfied --> /tmp/pkgbuild/textproc/jsongrep/work/vendor/half-2.7.1/src/binary16/arch/aarch64.rs:88:27 | 88 | let vec: uint16x4_t = transmute!(*v); | ^^^^^^^^^^^^^^ the trait `FromBytes` is not implemented for `uint16x4_t` | = note: Consider adding `#[derive(FromBytes)]` to `uint16x4_t` = help: the following other types implement trait `FromBytes`: () (A, B) (A, B, C) (A, B, C, D) (A, B, C, D, E) (A, B, C, D, E, F) (A, B, C, D, E, F, G) (A, B, C, D, E, F, G, H) and 79 others note: required by a bound in `f16x4_to_f64x4_fp16::transmute` --> /tmp/pkgbuild/textproc/jsongrep/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: the full name for the type has been written to '/tmp/pkgbuild/textproc/jsongrep/work/jsongrep-0.9.0/target/release/deps/half-39d875213a3c603d.long-type-10054000353256626933.txt' = note: consider using `--verbose` to print the full type name to the console = 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/jsongrep/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 68 others = note: required for `[float64x2_t; 2]` to implement `IntoBytes` note: required by a bound in `f16x4_to_f64x4_fp16::transmute` --> /tmp/pkgbuild/textproc/jsongrep/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/jsongrep/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 68 others note: required by a bound in `f64x4_to_f16x4_fp16::transmute` --> /tmp/pkgbuild/textproc/jsongrep/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) 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/jsongrep *** Error code 1 Stop. make: stopped making "all" in /usr/pkgsrc/textproc/jsongrep