===> 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 stitchy-0.1.9 Compiling proc-macro2 v1.0.93 Compiling unicode-ident v1.0.16 Compiling simd-adler32 v0.3.7 Compiling adler2 v2.0.0 Compiling autocfg v1.4.0 Compiling cfg-if v1.0.0 Compiling crc32fast v1.4.2 Compiling miniz_oxide v0.8.4 Compiling serde v1.0.217 Compiling num-traits v0.2.19 Compiling fdeflate v0.3.7 Compiling flate2 v1.0.35 Compiling quote v1.0.38 Compiling libc v0.2.169 Compiling syn v2.0.98 Compiling weezl v0.1.8 Compiling clap_lex v0.7.4 Compiling bitflags v1.3.2 Compiling heck v0.5.0 Compiling quick-error v2.0.1 Compiling anstyle v1.0.10 Compiling serde_json v1.0.138 Compiling color_quant v1.1.0 Compiling zune-core v0.4.12 Compiling byteorder-lite v0.1.0 Compiling zune-jpeg v0.4.14 Compiling gif v0.13.1 error[E0412]: cannot find type `int32x4x2_t` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/idct/neon.rs:59:22 | 59 | unsafe fn pack_16(a: int32x4x2_t) -> int16x8_t { | ^^^^^^^^^^^ not found in this scope error[E0412]: cannot find type `int16x8_t` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/idct/neon.rs:59:38 | 59 | unsafe fn pack_16(a: int32x4x2_t) -> int16x8_t { | ^^^^^^^^^ not found in this scope error[E0412]: cannot find type `int32x4x2_t` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/idct/neon.rs:65:33 | 65 | unsafe fn condense_bottom_16(a: int32x4x2_t, b: int32x4x2_t) -> int16x8x2_t { | ^^^^^^^^^^^ not found in this scope error[E0412]: cannot find type `int32x4x2_t` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/idct/neon.rs:65:49 | 65 | unsafe fn condense_bottom_16(a: int32x4x2_t, b: int32x4x2_t) -> int16x8x2_t { | ^^^^^^^^^^^ not found in this scope error[E0412]: cannot find type `int16x8x2_t` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/idct/neon.rs:65:65 | 65 | unsafe fn condense_bottom_16(a: int32x4x2_t, b: int32x4x2_t) -> int16x8x2_t { | ^^^^^^^^^^^ not found in this scope error[E0412]: cannot find type `int16x8_t` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/idct/neon.rs:260:27 | 260 | unsafe fn clamp_neon(reg: int16x8_t) -> int16x8_t { | ^^^^^^^^^ not found in this scope error[E0412]: cannot find type `int16x8_t` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/idct/neon.rs:260:41 | 260 | unsafe fn clamp_neon(reg: int16x8_t) -> int16x8_t { | ^^^^^^^^^ not found in this scope error[E0412]: cannot find type `int16x8x2_t` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/idct/neon.rs:271:30 | 271 | unsafe fn clamp256_neon(reg: int16x8x2_t) -> int16x8x2_t { | ^^^^^^^^^^^ not found in this scope error[E0412]: cannot find type `int16x8x2_t` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/idct/neon.rs:271:46 | 271 | unsafe fn clamp256_neon(reg: int16x8x2_t) -> int16x8x2_t { | ^^^^^^^^^^^ not found in this scope error[E0412]: cannot find type `int32x4x2_t` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/unsafe_utils_neon.rs:18:20 | 18 | pub type VecType = int32x4x2_t; | ^^^^^^^^^^^ not found in this scope error[E0412]: cannot find type `int32x4_t` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/unsafe_utils_neon.rs:39:47 | 39 | pub fn map2(self, other: Self, f: impl Fn(int32x4_t, int32x4_t) -> int32x4_t) -> Self { | ^^^^^^^^^ not found in this scope error[E0412]: cannot find type `int32x4_t` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/unsafe_utils_neon.rs:39:58 | 39 | pub fn map2(self, other: Self, f: impl Fn(int32x4_t, int32x4_t) -> int32x4_t) -> Self { | ^^^^^^^^^ not found in this scope error[E0412]: cannot find type `int32x4_t` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/unsafe_utils_neon.rs:39:72 | 39 | pub fn map2(self, other: Self, f: impl Fn(int32x4_t, int32x4_t) -> int32x4_t) -> Self { | ^^^^^^^^^ not found in this scope error[E0412]: cannot find type `int32x4_t` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/unsafe_utils_neon.rs:191:14 | 191 | v0: &mut int32x4_t, v1: &mut int32x4_t, v2: &mut int32x4_t, v3: &mut int32x4_t | ^^^^^^^^^ not found in this scope error[E0412]: cannot find type `int32x4_t` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/unsafe_utils_neon.rs:191:34 | 191 | v0: &mut int32x4_t, v1: &mut int32x4_t, v2: &mut int32x4_t, v3: &mut int32x4_t | ^^^^^^^^^ not found in this scope error[E0412]: cannot find type `int32x4_t` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/unsafe_utils_neon.rs:191:54 | 191 | v0: &mut int32x4_t, v1: &mut int32x4_t, v2: &mut int32x4_t, v3: &mut int32x4_t | ^^^^^^^^^ not found in this scope error[E0412]: cannot find type `int32x4_t` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/unsafe_utils_neon.rs:191:74 | 191 | v0: &mut int32x4_t, v1: &mut int32x4_t, v2: &mut int32x4_t, v3: &mut int32x4_t | ^^^^^^^^^ not found in this scope Compiling image-webp v0.2.1 error[E0425]: cannot find function `vqmovn_s32` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/idct/neon.rs:60:18 | 60 | vcombine_s16(vqmovn_s32(a.0), vqmovn_s32(a.1)) | ^^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vqmovn_s32` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/idct/neon.rs:60:35 | 60 | vcombine_s16(vqmovn_s32(a.0), vqmovn_s32(a.1)) | ^^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vcombine_s16` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/idct/neon.rs:60:5 | 60 | vcombine_s16(vqmovn_s32(a.0), vqmovn_s32(a.1)) | ^^^^^^^^^^^^ not found in this scope error[E0425]: cannot find function `int16x8x2_t` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/idct/neon.rs:66:5 | 66 | int16x8x2_t(pack_16(a), pack_16(b)) | ^^^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vdupq_n_s16` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/idct/neon.rs:118:26 | 118 | let idct_value = vdupq_n_s16(clamped_16); | ^^^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vst1q_s16` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/idct/neon.rs:123:17 | 123 | vst1q_s16( | ^^^^^^^^^ not found in this scope ... 134 | store!(pos, idct_value); | ----------------------- in this macro invocation | = note: this error originates in the macro `store` (in Nightly builds, run with -Z macro-backtrace for more info) error[E0425]: cannot find function `vst1q_s16` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/idct/neon.rs:123:17 | 123 | vst1q_s16( | ^^^^^^^^^ not found in this scope ... 135 | store!(pos, idct_value); | ----------------------- in this macro invocation | = note: this error originates in the macro `store` (in Nightly builds, run with -Z macro-backtrace for more info) error[E0425]: cannot find function `vst1q_s16` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/idct/neon.rs:123:17 | 123 | vst1q_s16( | ^^^^^^^^^ not found in this scope ... 136 | store!(pos, idct_value); | ----------------------- in this macro invocation | = note: this error originates in the macro `store` (in Nightly builds, run with -Z macro-backtrace for more info) error[E0425]: cannot find function `vst1q_s16` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/idct/neon.rs:123:17 | 123 | vst1q_s16( | ^^^^^^^^^ not found in this scope ... 137 | store!(pos, idct_value); | ----------------------- in this macro invocation | = note: this error originates in the macro `store` (in Nightly builds, run with -Z macro-backtrace for more info) error[E0425]: cannot find function `vst1q_s16` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/idct/neon.rs:123:17 | 123 | vst1q_s16( | ^^^^^^^^^ not found in this scope ... 139 | store!(pos, idct_value); | ----------------------- in this macro invocation | = note: this error originates in the macro `store` (in Nightly builds, run with -Z macro-backtrace for more info) error[E0425]: cannot find function `vst1q_s16` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/idct/neon.rs:123:17 | 123 | vst1q_s16( | ^^^^^^^^^ not found in this scope ... 140 | store!(pos, idct_value); | ----------------------- in this macro invocation | = note: this error originates in the macro `store` (in Nightly builds, run with -Z macro-backtrace for more info) error[E0425]: cannot find function `vst1q_s16` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/idct/neon.rs:123:17 | 123 | vst1q_s16( | ^^^^^^^^^ not found in this scope ... 141 | store!(pos, idct_value); | ----------------------- in this macro invocation | = note: this error originates in the macro `store` (in Nightly builds, run with -Z macro-backtrace for more info) error[E0425]: cannot find function `vst1q_s16` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/idct/neon.rs:123:17 | 123 | vst1q_s16( | ^^^^^^^^^ not found in this scope ... 142 | store!(pos, idct_value); | ----------------------- in this macro invocation | = note: this error originates in the macro `store` (in Nightly builds, run with -Z macro-backtrace for more info) error[E0425]: cannot find function `vst1q_s16` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/idct/neon.rs:230:13 | 230 | vst1q_s16( | ^^^^^^^^^ not found in this scope ... 252 | permute_store!((row0.mm256), (row1.mm256), pos, out_vector); | ----------------------------------------------------------- in this macro invocation | = note: this error originates in the macro `permute_store` (in Nightly builds, run with -Z macro-backtrace for more info) error[E0425]: cannot find function `vst1q_s16` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/idct/neon.rs:240:13 | 240 | vst1q_s16( | ^^^^^^^^^ not found in this scope ... 252 | permute_store!((row0.mm256), (row1.mm256), pos, out_vector); | ----------------------------------------------------------- in this macro invocation | = note: this error originates in the macro `permute_store` (in Nightly builds, run with -Z macro-backtrace for more info) error[E0425]: cannot find function `vst1q_s16` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/idct/neon.rs:230:13 | 230 | vst1q_s16( | ^^^^^^^^^ not found in this scope ... 253 | permute_store!((row2.mm256), (row3.mm256), pos, out_vector); | ----------------------------------------------------------- in this macro invocation | = note: this error originates in the macro `permute_store` (in Nightly builds, run with -Z macro-backtrace for more info) error[E0425]: cannot find function `vst1q_s16` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/idct/neon.rs:240:13 | 240 | vst1q_s16( | ^^^^^^^^^ not found in this scope ... 253 | permute_store!((row2.mm256), (row3.mm256), pos, out_vector); | ----------------------------------------------------------- in this macro invocation | = note: this error originates in the macro `permute_store` (in Nightly builds, run with -Z macro-backtrace for more info) error[E0425]: cannot find function `vst1q_s16` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/idct/neon.rs:230:13 | 230 | vst1q_s16( | ^^^^^^^^^ not found in this scope ... 254 | permute_store!((row4.mm256), (row5.mm256), pos, out_vector); | ----------------------------------------------------------- in this macro invocation | = note: this error originates in the macro `permute_store` (in Nightly builds, run with -Z macro-backtrace for more info) error[E0425]: cannot find function `vst1q_s16` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/idct/neon.rs:240:13 | 240 | vst1q_s16( | ^^^^^^^^^ not found in this scope ... 254 | permute_store!((row4.mm256), (row5.mm256), pos, out_vector); | ----------------------------------------------------------- in this macro invocation | = note: this error originates in the macro `permute_store` (in Nightly builds, run with -Z macro-backtrace for more info) error[E0425]: cannot find function `vst1q_s16` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/idct/neon.rs:230:13 | 230 | vst1q_s16( | ^^^^^^^^^ not found in this scope ... 255 | permute_store!((row6.mm256), (row7.mm256), pos, out_vector); | ----------------------------------------------------------- in this macro invocation | = note: this error originates in the macro `permute_store` (in Nightly builds, run with -Z macro-backtrace for more info) error[E0425]: cannot find function `vst1q_s16` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/idct/neon.rs:240:13 | 240 | vst1q_s16( | ^^^^^^^^^ not found in this scope ... 255 | permute_store!((row6.mm256), (row7.mm256), pos, out_vector); | ----------------------------------------------------------- in this macro invocation | = note: this error originates in the macro `permute_store` (in Nightly builds, run with -Z macro-backtrace for more info) error[E0425]: cannot find function `vdupq_n_s16` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/idct/neon.rs:261:17 | 261 | let min_s = vdupq_n_s16(0); | ^^^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vdupq_n_s16` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/idct/neon.rs:262:17 | 262 | let max_s = vdupq_n_s16(255); | ^^^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vmaxq_s16` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/idct/neon.rs:264:17 | 264 | let max_v = vmaxq_s16(reg, min_s); //max(a,0) | ^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vminq_s16` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/idct/neon.rs:265:17 | 265 | let min_v = vminq_s16(max_v, max_s); //min(max(a,0),255) | ^^^^^^^^^ not found in this scope error[E0425]: cannot find function `int16x8x2_t` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/idct/neon.rs:272:5 | 272 | int16x8x2_t(clamp_neon(reg.0), clamp_neon(reg.1)) | ^^^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vld1q_s32_x2` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/unsafe_utils_neon.rs:21:5 | 21 | vld1q_s32_x2(src as *const _) | ^^^^^^^^^^^^ not found in this scope error[E0057]: this function takes 1 argument but 2 arguments were supplied --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/unsafe_utils_neon.rs:40:18 | 40 | let m0 = f(self.mm256.0, other.mm256.0); | ^ ------------- unexpected argument #2 | note: type parameter defined here --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/unsafe_utils_neon.rs:39:39 | 39 | pub fn map2(self, other: Self, f: impl Fn(int32x4_t, int32x4_t) -> int32x4_t) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the extra argument | 40 - let m0 = f(self.mm256.0, other.mm256.0); 40 + let m0 = f(self.mm256.0); | error[E0057]: this function takes 1 argument but 2 arguments were supplied --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/unsafe_utils_neon.rs:41:18 | 41 | let m1 = f(self.mm256.1, other.mm256.1); | ^ ------------- unexpected argument #2 | note: type parameter defined here --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/unsafe_utils_neon.rs:39:39 | 39 | pub fn map2(self, other: Self, f: impl Fn(int32x4_t, int32x4_t) -> int32x4_t) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the extra argument | 41 - let m1 = f(self.mm256.1, other.mm256.1); 41 + let m1 = f(self.mm256.1); | error[E0425]: cannot find function `int32x4x2_t` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/unsafe_utils_neon.rs:44:20 | 44 | mm256: int32x4x2_t(m0, m1) | ^^^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vorrq_s32` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/unsafe_utils_neon.rs:51:24 | 51 | let both = vorrq_s32(self.mm256.0, self.mm256.1); | ^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vreinterpretq_u32_s32` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/unsafe_utils_neon.rs:52:33 | 52 | let both_unsigned = vreinterpretq_u32_s32(both); | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vmaxvq_u32` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/unsafe_utils_neon.rs:53:18 | 53 | 0 == vmaxvq_u32(both_unsigned) | ^^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vreinterpretq_u32_s32` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/unsafe_utils_neon.rs:61:61 | 61 | let m0 = vreinterpretq_s32_u32(vshlq_n_u32::(vreinterpretq_u32_s32(self.mm256.0))); | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vshlq_n_u32` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/unsafe_utils_neon.rs:61:44 | 61 | let m0 = vreinterpretq_s32_u32(vshlq_n_u32::(vreinterpretq_u32_s32(self.mm256.0))); | ^^^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vreinterpretq_s32_u32` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/unsafe_utils_neon.rs:61:22 | 61 | let m0 = vreinterpretq_s32_u32(vshlq_n_u32::(vreinterpretq_u32_s32(self.mm256.0))); | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vreinterpretq_u32_s32` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/unsafe_utils_neon.rs:62:61 | 62 | let m1 = vreinterpretq_s32_u32(vshlq_n_u32::(vreinterpretq_u32_s32(self.mm256.1))); | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vshlq_n_u32` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/unsafe_utils_neon.rs:62:44 | 62 | let m1 = vreinterpretq_s32_u32(vshlq_n_u32::(vreinterpretq_u32_s32(self.mm256.1))); | ^^^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vreinterpretq_s32_u32` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/unsafe_utils_neon.rs:62:22 | 62 | let m1 = vreinterpretq_s32_u32(vshlq_n_u32::(vreinterpretq_u32_s32(self.mm256.1))); | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope error[E0425]: cannot find function `int32x4x2_t` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/unsafe_utils_neon.rs:65:24 | 65 | mm256: int32x4x2_t(m0, m1) | ^^^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vshrq_n_s32` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/unsafe_utils_neon.rs:73:22 | 73 | let i0 = vshrq_n_s32::(self.mm256.0); | ^^^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vshrq_n_s32` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/unsafe_utils_neon.rs:74:22 | 74 | let i1 = vshrq_n_s32::(self.mm256.1); | ^^^^^^^^^^^ not found in this scope error[E0425]: cannot find function `int32x4x2_t` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/unsafe_utils_neon.rs:77:24 | 77 | mm256: int32x4x2_t(i0, i1) | ^^^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vaddq_s32` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/unsafe_utils_neon.rs:92:40 | 92 | unsafe { self.map2(rhs, |a, b| vaddq_s32(a, b)) } | ^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vsubq_s32` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/unsafe_utils_neon.rs:105:40 | 105 | unsafe { self.map2(rhs, |a, b| vsubq_s32(a, b)) } | ^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vmulq_s32` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/unsafe_utils_neon.rs:129:40 | 129 | unsafe { self.map2(rhs, |a, b| vmulq_s32(a, b)) } | ^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vorrq_s32` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/unsafe_utils_neon.rs:153:40 | 153 | unsafe { self.map2(rhs, |a, b| vorrq_s32(a, b)) } | ^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vdupq_n_s32` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/unsafe_utils_neon.rs:172:23 | 172 | let dup = vdupq_n_s32(val); | ^^^^^^^^^^^ not found in this scope error[E0425]: cannot find function `int32x4x2_t` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/unsafe_utils_neon.rs:175:24 | 175 | mm256: int32x4x2_t(dup, dup) | ^^^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vreinterpretq_s64_s32` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/unsafe_utils_neon.rs:195:13 | 195 | vreinterpretq_s64_s32(*v0), | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vreinterpretq_s64_s32` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/unsafe_utils_neon.rs:196:13 | 196 | vreinterpretq_s64_s32(*v2) | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vtrn1q_s64` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/unsafe_utils_neon.rs:194:31 | 194 | vreinterpretq_s32_s64(vtrn1q_s64( | ^^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vreinterpretq_s32_s64` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/unsafe_utils_neon.rs:194:9 | 194 | vreinterpretq_s32_s64(vtrn1q_s64( | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vreinterpretq_s64_s32` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/unsafe_utils_neon.rs:199:13 | 199 | vreinterpretq_s64_s32(*v1), | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vreinterpretq_s64_s32` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/unsafe_utils_neon.rs:200:13 | 200 | vreinterpretq_s64_s32(*v3) | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vtrn1q_s64` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/unsafe_utils_neon.rs:198:31 | 198 | vreinterpretq_s32_s64(vtrn1q_s64( | ^^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vreinterpretq_s32_s64` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/unsafe_utils_neon.rs:198:9 | 198 | vreinterpretq_s32_s64(vtrn1q_s64( | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vtrnq_s32` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/unsafe_utils_neon.rs:193:14 | 193 | let w0 = vtrnq_s32( | ^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vreinterpretq_s64_s32` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/unsafe_utils_neon.rs:205:13 | 205 | vreinterpretq_s64_s32(*v0), | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vreinterpretq_s64_s32` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/unsafe_utils_neon.rs:206:13 | 206 | vreinterpretq_s64_s32(*v2) | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vtrn2q_s64` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/unsafe_utils_neon.rs:204:31 | 204 | vreinterpretq_s32_s64(vtrn2q_s64( | ^^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vreinterpretq_s32_s64` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/unsafe_utils_neon.rs:204:9 | 204 | vreinterpretq_s32_s64(vtrn2q_s64( | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vreinterpretq_s64_s32` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/unsafe_utils_neon.rs:209:13 | 209 | vreinterpretq_s64_s32(*v1), | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vreinterpretq_s64_s32` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/unsafe_utils_neon.rs:210:13 | 210 | vreinterpretq_s64_s32(*v3) | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vtrn2q_s64` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/unsafe_utils_neon.rs:208:31 | 208 | vreinterpretq_s32_s64(vtrn2q_s64( | ^^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vreinterpretq_s32_s64` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/unsafe_utils_neon.rs:208:9 | 208 | vreinterpretq_s32_s64(vtrn2q_s64( | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope error[E0425]: cannot find function `vtrnq_s32` in this scope --> /tmp/pkgbuild/graphics/stitchy/work.aarch64eb/vendor/zune-jpeg-0.4.14/src/unsafe_utils_neon.rs:203:14 | 203 | let w1 = vtrnq_s32( | ^^^^^^^^^ not found in this scope Some errors have detailed explanations: E0057, E0412, E0425. For more information about an error, try `rustc --explain E0057`. error: could not compile `zune-jpeg` (lib) due to 84 previous errors warning: build failed, waiting for other jobs to finish... *** Error code 101 Stop. make[1]: stopped in /usr/pkgsrc/graphics/stitchy *** Error code 1 Stop. make: stopped in /usr/pkgsrc/graphics/stitchy