===> 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 crates-query-0.1.2 Compiling serde v1.0.193 Compiling proc-macro2 v1.0.70 Compiling unicode-ident v1.0.12 Compiling quote v1.0.33 Compiling syn v2.0.41 Compiling libc v0.2.151 Compiling utf8parse v0.2.1 Compiling hashbrown v0.14.3 Compiling equivalent v1.0.1 Compiling indexmap v2.1.0 Compiling anstyle-parse v0.2.3 Compiling serde_spanned v0.6.4 Compiling toml_datetime v0.6.5 Compiling anstyle v1.0.4 Compiling colorchoice v1.0.0 Compiling winnow v0.5.28 Compiling anstyle-query v1.0.2 Compiling semver v1.0.20 Compiling serde_json v1.0.108 Compiling itoa v1.0.10 Compiling rustix v0.38.28 Compiling thiserror v1.0.51 Compiling anstream v0.6.5 Compiling toml_edit v0.21.0 Compiling errno v0.3.8 Compiling thiserror-impl v1.0.51 Compiling bytes v1.5.0 Compiling ryu v1.0.16 Compiling fnv v1.0.7 Compiling clap_lex v0.6.0 Compiling bitflags v2.4.1 Compiling strsim v0.10.0 Compiling heck v0.4.1 Compiling clap_derive v4.4.7 Compiling clap_builder v4.4.11 Compiling http v0.2.11 Compiling toml v0.8.8 Compiling serde_derive v1.0.193 Compiling smol_str v0.2.0 Compiling hex v0.4.3 Compiling home v0.5.9 Compiling cfg-if v1.0.0 Compiling fastrand v2.0.1 Compiling rustc-hash v1.1.0 Compiling memchr v2.6.4 error[E0432]: unresolved import `core::arch::aarch64::uint8x16_t` --> /tmp/pkgbuild/devel/crates-query/work.aarch64eb/vendor/memchr-2.6.4/src/arch/aarch64/neon/memchr.rs:23:5 | 23 | use core::arch::aarch64::uint8x16_t; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `uint8x16_t` in `core_arch::arch::aarch64` error[E0432]: unresolved import `core::arch::aarch64::uint8x16_t` --> /tmp/pkgbuild/devel/crates-query/work.aarch64eb/vendor/memchr-2.6.4/src/arch/aarch64/neon/packedpair.rs:11:5 | 11 | use core::arch::aarch64::uint8x16_t; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `uint8x16_t` in `core_arch::arch::aarch64` error[E0412]: cannot find type `uint8x16_t` in this scope --> /tmp/pkgbuild/devel/crates-query/work.aarch64eb/vendor/memchr-2.6.4/src/vector.rs:302:21 | 302 | impl Vector for uint8x16_t { | ^^^^^^^^^^ not found in this scope error[E0412]: cannot find type `uint8x16_t` in this scope --> /tmp/pkgbuild/devel/crates-query/work.aarch64eb/vendor/memchr-2.6.4/src/vector.rs:310:38 | 310 | unsafe fn splat(byte: u8) -> uint8x16_t { | ^^^^^^^^^^ not found in this scope error[E0412]: cannot find type `uint8x16_t` in this scope --> /tmp/pkgbuild/devel/crates-query/work.aarch64eb/vendor/memchr-2.6.4/src/vector.rs:315:52 | 315 | unsafe fn load_aligned(data: *const u8) -> uint8x16_t { | ^^^^^^^^^^ not found in this scope error[E0412]: cannot find type `uint8x16_t` in this scope --> /tmp/pkgbuild/devel/crates-query/work.aarch64eb/vendor/memchr-2.6.4/src/vector.rs:322:54 | 322 | unsafe fn load_unaligned(data: *const u8) -> uint8x16_t { | ^^^^^^^^^^ not found in this scope error[E0412]: cannot find type `uint8x16_t` in this scope --> /tmp/pkgbuild/devel/crates-query/work.aarch64eb/vendor/memchr-2.6.4/src/vector.rs:336:49 | 336 | unsafe fn cmpeq(self, vector2: Self) -> uint8x16_t { | ^^^^^^^^^^ not found in this scope error[E0412]: cannot find type `uint8x16_t` in this scope --> /tmp/pkgbuild/devel/crates-query/work.aarch64eb/vendor/memchr-2.6.4/src/vector.rs:341:47 | 341 | unsafe fn and(self, vector2: Self) -> uint8x16_t { | ^^^^^^^^^^ not found in this scope error[E0412]: cannot find type `uint8x16_t` in this scope --> /tmp/pkgbuild/devel/crates-query/work.aarch64eb/vendor/memchr-2.6.4/src/vector.rs:346:46 | 346 | unsafe fn or(self, vector2: Self) -> uint8x16_t { | ^^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vdupq_n_u8` in this scope --> /tmp/pkgbuild/devel/crates-query/work.aarch64eb/vendor/memchr-2.6.4/src/vector.rs:311:13 | 311 | vdupq_n_u8(byte) | ^^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vld1q_u8` in this scope --> /tmp/pkgbuild/devel/crates-query/work.aarch64eb/vendor/memchr-2.6.4/src/vector.rs:323:13 | 323 | vld1q_u8(data) | ^^^^^^^^ not found in this scope error[E0425]: cannot find function `vreinterpretq_u16_u8` in this scope --> /tmp/pkgbuild/devel/crates-query/work.aarch64eb/vendor/memchr-2.6.4/src/vector.rs:328:26 | 328 | let asu16s = vreinterpretq_u16_u8(self); | ^^^^^^^^^^^^^^^^^^^^------ | | | help: try calling `vreinterpretq_u16_u8` as a method: `self.vreinterpretq_u16_u8()` error[E0425]: cannot find function `vshrn_n_u16` in this scope --> /tmp/pkgbuild/devel/crates-query/work.aarch64eb/vendor/memchr-2.6.4/src/vector.rs:329:24 | 329 | let mask = vshrn_n_u16(asu16s, 4); | ^^^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vreinterpret_u64_u8` in this scope --> /tmp/pkgbuild/devel/crates-query/work.aarch64eb/vendor/memchr-2.6.4/src/vector.rs:330:25 | 330 | let asu64 = vreinterpret_u64_u8(mask); | ^^^^^^^^^^^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vget_lane_u64` in this scope --> /tmp/pkgbuild/devel/crates-query/work.aarch64eb/vendor/memchr-2.6.4/src/vector.rs:331:28 | 331 | let scalar64 = vget_lane_u64(asu64, 0); | ^^^^^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vceqq_u8` in this scope --> /tmp/pkgbuild/devel/crates-query/work.aarch64eb/vendor/memchr-2.6.4/src/vector.rs:337:13 | 337 | vceqq_u8(self, vector2) | ^^^^^^^^--------------- | | | help: try calling `vceqq_u8` as a method: `self.vceqq_u8(vector2)` error[E0425]: cannot find function `vandq_u8` in this scope --> /tmp/pkgbuild/devel/crates-query/work.aarch64eb/vendor/memchr-2.6.4/src/vector.rs:342:13 | 342 | vandq_u8(self, vector2) | ^^^^^^^^--------------- | | | help: try calling `vandq_u8` as a method: `self.vandq_u8(vector2)` error[E0425]: cannot find function `vorrq_u8` in this scope --> /tmp/pkgbuild/devel/crates-query/work.aarch64eb/vendor/memchr-2.6.4/src/vector.rs:347:13 | 347 | vorrq_u8(self, vector2) | ^^^^^^^^--------------- | | | help: try calling `vorrq_u8` as a method: `self.vorrq_u8(vector2)` error[E0425]: cannot find function `vpmaxq_u8` in this scope --> /tmp/pkgbuild/devel/crates-query/work.aarch64eb/vendor/memchr-2.6.4/src/vector.rs:358:44 | 358 | let low = vreinterpretq_u64_u8(vpmaxq_u8(self, self)); | ^^^^^^^^^------------ | | | help: try calling `vpmaxq_u8` as a method: `self.vpmaxq_u8(self)` error[E0425]: cannot find function `vreinterpretq_u64_u8` in this scope --> /tmp/pkgbuild/devel/crates-query/work.aarch64eb/vendor/memchr-2.6.4/src/vector.rs:358:23 | 358 | let low = vreinterpretq_u64_u8(vpmaxq_u8(self, self)); | ^^^^^^^^^^^^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vgetq_lane_u64` in this scope --> /tmp/pkgbuild/devel/crates-query/work.aarch64eb/vendor/memchr-2.6.4/src/vector.rs:359:13 | 359 | vgetq_lane_u64(low, 0) != 0 | ^^^^^^^^^^^^^^ not found in this scope Some errors have detailed explanations: E0412, E0425, E0432. For more information about an error, try `rustc --explain E0412`. error: could not compile `memchr` (lib) due to 21 previous errors *** Error code 101 Stop. make[1]: stopped in /usr/pkgsrc/devel/crates-query *** Error code 1 Stop. make: stopped in /usr/pkgsrc/devel/crates-query