===> 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 tetris-tui-0.2.10 warning: `/tmp/pkgbuild/games/tetris-tui/work.aarch64eb/tetris-tui-0.2.10/.cargo/config` is deprecated in favor of `config.toml` note: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml` Compiling libc v0.2.147 Compiling cfg-if v1.0.0 Compiling proc-macro2 v1.0.66 Compiling unicode-ident v1.0.11 Compiling quote v1.0.33 Compiling version_check v0.9.4 Compiling ahash v0.8.3 Compiling syn v2.0.32 Compiling autocfg v1.1.0 Compiling lock_api v0.4.10 Compiling cc v1.0.83 Compiling vcpkg v0.2.15 Compiling utf8parse v0.2.1 Compiling pkg-config v0.3.27 Compiling signal-hook v0.3.17 Compiling once_cell v1.18.0 Compiling parking_lot_core v0.9.8 Compiling smallvec v1.11.0 Compiling libsqlite3-sys v0.26.0 Compiling anstyle-parse v0.2.1 Compiling getrandom v0.2.10 Compiling signal-hook-registry v1.4.1 Compiling anstyle v1.0.3 Compiling thiserror v1.0.48 Compiling anstyle-query v1.0.0 Compiling colorchoice v1.0.0 Compiling log v0.4.20 Compiling scopeguard v1.2.0 Compiling allocator-api2 v0.2.16 Compiling hashbrown v0.14.0 error[E0412]: cannot find type `uint8x8_t` in module `neon` --> /tmp/pkgbuild/games/tetris-tui/work.aarch64eb/vendor/hashbrown-0.14.0/src/raw/neon.rs:18:31 | 18 | pub(crate) struct Group(neon::uint8x8_t); | ^^^^^^^^^ not found in `neon` error[E0425]: cannot find function `vld1_u8` in module `neon` --> /tmp/pkgbuild/games/tetris-tui/work.aarch64eb/vendor/hashbrown-0.14.0/src/raw/neon.rs:47:21 | 47 | Group(neon::vld1_u8(ptr)) | ^^^^^^^ not found in `neon` error[E0425]: cannot find function `vld1_u8` in module `neon` --> /tmp/pkgbuild/games/tetris-tui/work.aarch64eb/vendor/hashbrown-0.14.0/src/raw/neon.rs:57:21 | 57 | Group(neon::vld1_u8(ptr)) | ^^^^^^^ not found in `neon` error[E0425]: cannot find function `vst1_u8` in module `neon` --> /tmp/pkgbuild/games/tetris-tui/work.aarch64eb/vendor/hashbrown-0.14.0/src/raw/neon.rs:67:15 | 67 | neon::vst1_u8(ptr, self.0); | ^^^^^^^ not found in `neon` error[E0425]: cannot find function `vceq_u8` in module `neon` --> /tmp/pkgbuild/games/tetris-tui/work.aarch64eb/vendor/hashbrown-0.14.0/src/raw/neon.rs:75:29 | 75 | let cmp = neon::vceq_u8(self.0, neon::vdup_n_u8(byte)); | ^^^^^^^ not found in `neon` error[E0425]: cannot find function `vdup_n_u8` in module `neon` --> /tmp/pkgbuild/games/tetris-tui/work.aarch64eb/vendor/hashbrown-0.14.0/src/raw/neon.rs:75:51 | 75 | let cmp = neon::vceq_u8(self.0, neon::vdup_n_u8(byte)); | ^^^^^^^^^ not found in `neon` error[E0425]: cannot find function `vget_lane_u64` in module `neon` --> /tmp/pkgbuild/games/tetris-tui/work.aarch64eb/vendor/hashbrown-0.14.0/src/raw/neon.rs:76:27 | 76 | BitMask(neon::vget_lane_u64(neon::vreinterpret_u64_u8(cmp), 0)) | ^^^^^^^^^^^^^ not found in `neon` error[E0425]: cannot find function `vreinterpret_u64_u8` in module `neon` --> /tmp/pkgbuild/games/tetris-tui/work.aarch64eb/vendor/hashbrown-0.14.0/src/raw/neon.rs:76:47 | 76 | BitMask(neon::vget_lane_u64(neon::vreinterpret_u64_u8(cmp), 0)) | ^^^^^^^^^^^^^^^^^^^ not found in `neon` error[E0425]: cannot find function `vcltz_s8` in module `neon` --> /tmp/pkgbuild/games/tetris-tui/work.aarch64eb/vendor/hashbrown-0.14.0/src/raw/neon.rs:92:29 | 92 | let cmp = neon::vcltz_s8(neon::vreinterpret_s8_u8(self.0)); | ^^^^^^^^ not found in `neon` error[E0425]: cannot find function `vreinterpret_s8_u8` in module `neon` --> /tmp/pkgbuild/games/tetris-tui/work.aarch64eb/vendor/hashbrown-0.14.0/src/raw/neon.rs:92:44 | 92 | let cmp = neon::vcltz_s8(neon::vreinterpret_s8_u8(self.0)); | ^^^^^^^^^^^^^^^^^^ not found in `neon` error[E0425]: cannot find function `vget_lane_u64` in module `neon` --> /tmp/pkgbuild/games/tetris-tui/work.aarch64eb/vendor/hashbrown-0.14.0/src/raw/neon.rs:93:27 | 93 | BitMask(neon::vget_lane_u64(neon::vreinterpret_u64_u8(cmp), 0)) | ^^^^^^^^^^^^^ not found in `neon` error[E0425]: cannot find function `vreinterpret_u64_u8` in module `neon` --> /tmp/pkgbuild/games/tetris-tui/work.aarch64eb/vendor/hashbrown-0.14.0/src/raw/neon.rs:93:47 | 93 | BitMask(neon::vget_lane_u64(neon::vreinterpret_u64_u8(cmp), 0)) | ^^^^^^^^^^^^^^^^^^^ not found in `neon` error[E0425]: cannot find function `vcgez_s8` in module `neon` --> /tmp/pkgbuild/games/tetris-tui/work.aarch64eb/vendor/hashbrown-0.14.0/src/raw/neon.rs:101:29 | 101 | let cmp = neon::vcgez_s8(neon::vreinterpret_s8_u8(self.0)); | ^^^^^^^^ not found in `neon` error[E0425]: cannot find function `vreinterpret_s8_u8` in module `neon` --> /tmp/pkgbuild/games/tetris-tui/work.aarch64eb/vendor/hashbrown-0.14.0/src/raw/neon.rs:101:44 | 101 | let cmp = neon::vcgez_s8(neon::vreinterpret_s8_u8(self.0)); | ^^^^^^^^^^^^^^^^^^ not found in `neon` error[E0425]: cannot find function `vget_lane_u64` in module `neon` --> /tmp/pkgbuild/games/tetris-tui/work.aarch64eb/vendor/hashbrown-0.14.0/src/raw/neon.rs:102:27 | 102 | BitMask(neon::vget_lane_u64(neon::vreinterpret_u64_u8(cmp), 0)) | ^^^^^^^^^^^^^ not found in `neon` error[E0425]: cannot find function `vreinterpret_u64_u8` in module `neon` --> /tmp/pkgbuild/games/tetris-tui/work.aarch64eb/vendor/hashbrown-0.14.0/src/raw/neon.rs:102:47 | 102 | BitMask(neon::vget_lane_u64(neon::vreinterpret_u64_u8(cmp), 0)) | ^^^^^^^^^^^^^^^^^^^ not found in `neon` error[E0425]: cannot find function `vcltz_s8` in module `neon` --> /tmp/pkgbuild/games/tetris-tui/work.aarch64eb/vendor/hashbrown-0.14.0/src/raw/neon.rs:120:33 | 120 | let special = neon::vcltz_s8(neon::vreinterpret_s8_u8(self.0)); | ^^^^^^^^ not found in `neon` error[E0425]: cannot find function `vreinterpret_s8_u8` in module `neon` --> /tmp/pkgbuild/games/tetris-tui/work.aarch64eb/vendor/hashbrown-0.14.0/src/raw/neon.rs:120:48 | 120 | let special = neon::vcltz_s8(neon::vreinterpret_s8_u8(self.0)); | ^^^^^^^^^^^^^^^^^^ not found in `neon` error[E0425]: cannot find function `vorr_u8` in module `neon` --> /tmp/pkgbuild/games/tetris-tui/work.aarch64eb/vendor/hashbrown-0.14.0/src/raw/neon.rs:121:25 | 121 | Group(neon::vorr_u8(special, neon::vdup_n_u8(0x80))) | ^^^^^^^ not found in `neon` error[E0425]: cannot find function `vdup_n_u8` in module `neon` --> /tmp/pkgbuild/games/tetris-tui/work.aarch64eb/vendor/hashbrown-0.14.0/src/raw/neon.rs:121:48 | 121 | Group(neon::vorr_u8(special, neon::vdup_n_u8(0x80))) | ^^^^^^^^^ not found in `neon` Some errors have detailed explanations: E0412, E0425. For more information about an error, try `rustc --explain E0412`. error: could not compile `hashbrown` (lib) due to 20 previous errors *** Error code 101 Stop. make[1]: stopped in /usr/pkgsrc/games/tetris-tui *** Error code 1 Stop. make: stopped in /usr/pkgsrc/games/tetris-tui