=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> 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 arti-1.1.3nb1 Compiling libc v0.2.140 Compiling proc-macro2 v1.0.54 Compiling unicode-ident v1.0.8 Compiling quote v1.0.26 Compiling autocfg v1.1.0 Compiling cfg-if v1.0.0 Compiling syn v1.0.109 Compiling memchr v2.5.0 Compiling version_check v0.9.4 Compiling once_cell v1.17.1 Compiling thiserror v1.0.40 Compiling log v0.4.17 Compiling pin-project-lite v0.2.9 Compiling typenum v1.16.0 Compiling generic-array v0.14.7 Compiling futures-core v0.3.28 Compiling smallvec v1.10.0 Compiling serde_derive v1.0.159 Compiling syn v2.0.11 Compiling jobserver v0.1.26 Compiling getrandom v0.2.8 Compiling slab v0.4.8 Compiling serde v1.0.159 Compiling cc v1.0.79 Compiling spin v0.5.2 Compiling futures-io v0.3.28 Compiling futures-task v0.3.28 Compiling futures-sink v0.3.28 Compiling futures-channel v0.3.28 Compiling futures-util v0.3.28 Compiling pkg-config v0.3.26 Compiling pin-utils v0.1.0 Compiling num-traits v0.2.15 Compiling const-oid v0.9.2 Compiling lazy_static v1.4.0 Compiling num-integer v0.1.45 Compiling bytes v1.4.0 Compiling subtle v2.4.1 Compiling num-bigint v0.4.3 Compiling crypto-common v0.1.6 Compiling ppv-lite86 v0.2.17 Compiling rand_core v0.6.4 Compiling getrandom v0.1.16 Compiling libm v0.2.6 Compiling itoa v1.0.6 Compiling block-buffer v0.10.4 Compiling digest v0.10.6 Compiling rand_core v0.5.1 Compiling rand_chacha v0.3.1 Compiling byteorder v1.4.3 Compiling base64ct v1.6.0 Compiling convert_case v0.4.0 Compiling regex-syntax v0.6.29 Compiling pem-rfc7468 v0.6.0 Compiling rand v0.8.5 Compiling cpufeatures v0.2.6 Compiling time-core v0.1.0 Compiling time-macros v0.2.8 Compiling digest v0.9.0 Compiling aho-corasick v0.7.20 Compiling lock_api v0.4.9 Compiling indexmap v1.9.3 Compiling num-iter v0.1.43 Compiling ident_case v1.0.1 Compiling fnv v1.0.7 Compiling heck v0.4.1 Compiling strsim v0.10.0 Compiling parking_lot_core v0.9.7 Compiling adler v1.0.2 Compiling either v1.8.1 Compiling rustversion v1.0.12 Compiling miniz_oxide v0.6.2 Compiling darling_core v0.14.4 Compiling thiserror-impl v1.0.40 Compiling zeroize_derive v1.4.1 Compiling futures-macro v0.3.28 Compiling enum-ordinalize v3.1.12 Compiling derive_more v0.99.17 Compiling time v0.3.20 Compiling zeroize v1.6.0 Compiling der v0.6.1 Compiling educe v0.4.20 Compiling regex v1.7.3 Compiling spki v0.6.0 Compiling inout v0.1.3 Compiling scopeguard v1.1.0 Compiling keccak v0.1.3 Compiling num-bigint-dig v0.8.2 Compiling bitflags v1.3.2 Compiling cipher v0.4.4 Compiling pkcs8 v0.9.0 Compiling futures-executor v0.3.28 Compiling darling_macro v0.14.4 Compiling futures v0.3.28 Compiling curve25519-dalek v3.2.0 Compiling rand_chacha v0.2.2 Compiling block-buffer v0.9.0 Compiling backtrace v0.3.67 Compiling ahash v0.7.6 Compiling tracing-core v0.1.30 Compiling gimli v0.27.2 Compiling opaque-debug v0.3.0 Compiling signature v1.6.4 Compiling hex v0.4.3 Compiling ed25519 v1.5.3 Compiling sha2 v0.9.9 Compiling darling v0.14.4 Compiling strum_macros v0.24.3 Compiling parking_lot v0.12.1 Compiling rand v0.7.3 Compiling pkcs1 v0.4.1 Compiling merlin v2.0.1 Compiling tracing-attributes v0.1.23 Compiling signature v2.0.0 Compiling object v0.30.3 Compiling addr2line v0.19.0 Compiling rustc-demangle v0.1.22 Compiling fluid-let v1.0.0 Compiling safelog v0.2.2 (/pbulk/work/net/arti/work/arti-arti-v1.1.3/crates/safelog) Compiling simple_asn1 v0.6.2 Compiling ed25519-dalek v1.0.1 Compiling strum v0.24.1 Compiling rsa v0.8.2 Compiling x25519-dalek v2.0.0-pre.1 Compiling aes v0.8.2 Compiling ctr v0.9.2 Compiling sha3 v0.10.6 Compiling sha2 v0.10.6 Compiling sha1 v0.10.5 Compiling mio v0.8.6 error[E0277]: the trait bound `[core::arch::x86::__m128i; 11]: Zeroize` is not satisfied --> /pbulk/work/net/arti/work/vendor/aes-0.8.2/src/ni.rs:195:43 | 195 | zeroize::Zeroize::zeroize(&mut self.round_keys); | ------------------------- ^^^^^^^^^^^^^^^^^^^^ the trait `Zeroize` is not implemented for `[core::arch::x86::__m128i; 11]` | | | required by a bound introduced by this call ... 330 | / define_aes_impl!( 331 | | Aes128, 332 | | Aes128Enc, 333 | | Aes128Dec, ... | 338 | | "AES-128", 339 | | ); | |_- in this macro invocation | = help: the following other types implement trait `Zeroize`: [Z; N] [MaybeUninit] [Z] = note: this error originates in the macro `define_aes_impl` (in Nightly builds, run with -Z macro-backtrace for more info) error[E0277]: the trait bound `[core::arch::x86::__m128i; 11]: Zeroize` is not satisfied --> /pbulk/work/net/arti/work/vendor/aes-0.8.2/src/ni.rs:269:43 | 269 | zeroize::Zeroize::zeroize(&mut self.round_keys); | ------------------------- ^^^^^^^^^^^^^^^^^^^^ the trait `Zeroize` is not implemented for `[core::arch::x86::__m128i; 11]` | | | required by a bound introduced by this call ... 330 | / define_aes_impl!( 331 | | Aes128, 332 | | Aes128Enc, 333 | | Aes128Dec, ... | 338 | | "AES-128", 339 | | ); | |_- in this macro invocation | = help: the following other types implement trait `Zeroize`: [Z; N] [MaybeUninit] [Z] = note: this error originates in the macro `define_aes_impl` (in Nightly builds, run with -Z macro-backtrace for more info) Compiling tokio v1.27.0 error[E0277]: the trait bound `[core::arch::x86::__m128i; 13]: Zeroize` is not satisfied --> /pbulk/work/net/arti/work/vendor/aes-0.8.2/src/ni.rs:195:43 | 195 | zeroize::Zeroize::zeroize(&mut self.round_keys); | ------------------------- ^^^^^^^^^^^^^^^^^^^^ the trait `Zeroize` is not implemented for `[core::arch::x86::__m128i; 13]` | | | required by a bound introduced by this call ... 341 | / define_aes_impl!( 342 | | Aes192, 343 | | Aes192Enc, 344 | | Aes192Dec, ... | 349 | | "AES-192", 350 | | ); | |_- in this macro invocation | = help: the following other types implement trait `Zeroize`: [Z; N] [MaybeUninit] [Z] = note: this error originates in the macro `define_aes_impl` (in Nightly builds, run with -Z macro-backtrace for more info) error[E0277]: the trait bound `[core::arch::x86::__m128i; 13]: Zeroize` is not satisfied --> /pbulk/work/net/arti/work/vendor/aes-0.8.2/src/ni.rs:269:43 | 269 | zeroize::Zeroize::zeroize(&mut self.round_keys); | ------------------------- ^^^^^^^^^^^^^^^^^^^^ the trait `Zeroize` is not implemented for `[core::arch::x86::__m128i; 13]` | | | required by a bound introduced by this call ... 341 | / define_aes_impl!( 342 | | Aes192, 343 | | Aes192Enc, 344 | | Aes192Dec, ... | 349 | | "AES-192", 350 | | ); | |_- in this macro invocation | = help: the following other types implement trait `Zeroize`: [Z; N] [MaybeUninit] [Z] = note: this error originates in the macro `define_aes_impl` (in Nightly builds, run with -Z macro-backtrace for more info) error[E0277]: the trait bound `[core::arch::x86::__m128i; 15]: Zeroize` is not satisfied --> /pbulk/work/net/arti/work/vendor/aes-0.8.2/src/ni.rs:195:43 | 195 | zeroize::Zeroize::zeroize(&mut self.round_keys); | ------------------------- ^^^^^^^^^^^^^^^^^^^^ the trait `Zeroize` is not implemented for `[core::arch::x86::__m128i; 15]` | | | required by a bound introduced by this call ... 352 | / define_aes_impl!( 353 | | Aes256, 354 | | Aes256Enc, 355 | | Aes256Dec, ... | 360 | | "AES-256", 361 | | ); | |_- in this macro invocation | = help: the following other types implement trait `Zeroize`: [Z; N] [MaybeUninit] [Z] = note: this error originates in the macro `define_aes_impl` (in Nightly builds, run with -Z macro-backtrace for more info) error[E0277]: the trait bound `[core::arch::x86::__m128i; 15]: Zeroize` is not satisfied --> /pbulk/work/net/arti/work/vendor/aes-0.8.2/src/ni.rs:269:43 | 269 | zeroize::Zeroize::zeroize(&mut self.round_keys); | ------------------------- ^^^^^^^^^^^^^^^^^^^^ the trait `Zeroize` is not implemented for `[core::arch::x86::__m128i; 15]` | | | required by a bound introduced by this call ... 352 | / define_aes_impl!( 353 | | Aes256, 354 | | Aes256Enc, 355 | | Aes256Dec, ... | 360 | | "AES-256", 361 | | ); | |_- in this macro invocation | = help: the following other types implement trait `Zeroize`: [Z; N] [MaybeUninit] [Z] = note: this error originates in the macro `define_aes_impl` (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 `aes` (lib) due to 6 previous errors warning: build failed, waiting for other jobs to finish... *** Error code 101 Stop. make[1]: stopped in /usr/pkgsrc/net/arti *** Error code 1 Stop. make: stopped in /usr/pkgsrc/net/arti