===> 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 defguard-gateway-1.5.1nb1 Locking 3 packages to latest compatible versions Adding defguard_version v0.0.0 (/pbulk/work/security/defguard-gateway/work/defguard-1.5.1/crates/defguard_version) Adding nftnl v0.7.0 (/pbulk/work/security/defguard-gateway/work/nftnl-rs-1a1147271f43b9d7182a114bb056a5224c35d38f/nftnl) Adding nftnl-sys v0.6.2 (/pbulk/work/security/defguard-gateway/work/nftnl-rs-1a1147271f43b9d7182a114bb056a5224c35d38f/nftnl-sys) Compiling proc-macro2 v1.0.101 Compiling unicode-ident v1.0.19 Compiling libc v0.2.175 Compiling shlex v1.3.0 Compiling find-msvc-tools v0.1.2 Compiling log v0.4.28 Compiling cfg-if v1.0.3 Compiling bytes v1.10.1 Compiling pin-project-lite v0.2.16 Compiling rustversion v1.0.22 Compiling itoa v1.0.15 Compiling stable_deref_trait v1.2.0 Compiling serde_core v1.0.225 Compiling once_cell v1.21.3 Compiling futures-core v0.3.31 Compiling anyhow v1.0.99 Compiling tracing-core v0.1.34 Compiling fnv v1.0.7 Compiling jobserver v0.1.34 Compiling memchr v2.7.5 Compiling cc v1.2.38 Compiling mio v1.0.4 Compiling socket2 v0.6.0 Compiling signal-hook-registry v1.4.6 Compiling http v1.3.1 Compiling strsim v0.11.1 Compiling litemap v0.8.0 Compiling ident_case v1.0.1 Compiling writeable v0.6.1 Compiling getrandom v0.2.16 Compiling icu_normalizer_data v2.0.0 Compiling either v1.15.0 Compiling equivalent v1.0.2 Compiling icu_properties_data v2.0.1 Compiling hashbrown v0.16.0 Compiling futures-sink v0.3.31 Compiling bitflags v2.9.4 Compiling pkg-config v0.3.32 Compiling itertools v0.14.0 Compiling http-body v1.0.1 Compiling httparse v1.10.1 Compiling serde v1.0.225 Compiling indexmap v2.11.4 Compiling vcpkg v0.2.15 Compiling slab v0.4.11 Compiling pin-utils v0.1.0 Compiling smallvec v1.15.1 Compiling subtle v2.6.1 Compiling atomic-waker v1.1.2 Compiling try-lock v0.2.5 Compiling futures-task v0.3.31 Compiling tower-service v0.3.3 Compiling futures-util v0.3.31 Compiling want v0.3.1 Compiling ring v0.17.14 Compiling aho-corasick v1.1.3 Compiling futures-channel v0.3.31 Compiling rustix v1.1.2 Compiling regex-syntax v0.8.6 Compiling untrusted v0.9.0 Compiling prettyplease v0.2.37 Compiling pulldown-cmark v0.13.0 Compiling httpdate v1.0.3 Compiling getrandom v0.3.3 Compiling libz-sys v1.1.22 Compiling regex-automata v0.4.10 Compiling libgit2-sys v0.18.2+1.9.1 Compiling vergen-lib v0.1.6 Compiling errno v0.3.14 Compiling unicase v2.8.1 Compiling crc32fast v1.5.0 Compiling sync_wrapper v1.0.2 Compiling heck v0.5.0 Compiling percent-encoding v2.3.2 Compiling tower-layer v0.3.3 Compiling utf8_iter v1.0.4 Compiling rustls v0.23.32 Compiling ryu v1.0.20 Compiling serde_json v1.0.145 Compiling semver v1.0.27 Compiling powerfmt v0.2.0 Compiling deranged v0.5.3 Compiling rustc_version v0.4.1 Compiling form_urlencoded v1.2.2 Compiling quote v1.0.40 Compiling syn v2.0.106 Compiling http-body-util v0.1.3 Compiling vergen v9.0.6 Compiling autocfg v1.5.0 Compiling adler2 v2.0.1 Compiling fastrand v2.3.0 Compiling time-core v0.1.6 Compiling num-conv v0.1.0 Compiling num_threads v0.1.7 Compiling fixedbitset v0.5.7 Compiling mime v0.3.17 Compiling utf8parse v0.2.2 Compiling anstyle-parse v0.2.7 Compiling time v0.3.44 Compiling tempfile v3.22.0 Compiling petgraph v0.7.1 Compiling memoffset v0.9.1 Compiling miniz_oxide v0.8.9 Compiling pulldown-cmark-to-cmark v21.0.0 Compiling regex v1.11.2 Compiling curve25519-dalek v4.1.3 Compiling serde_path_to_error v0.1.20 Compiling vergen-git2 v1.0.7 error[E0080]: evaluation panicked: assertion failed: cfg!(target_feature = "sse") && cfg!(target_feature = "sse2") --> /pbulk/work/security/defguard-gateway/work/vendor/ring-0.17.14/src/cpu/intel.rs:26:9 | 26 | assert!(cfg!(target_feature = "sse") && cfg!(target_feature = "sse2")); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `cpu::intel::abi_assumptions::_ASSUMES_SSE2` failed here error[E0080]: evaluation panicked: assertion failed: cfg!(target_feature = "sse") --> /pbulk/work/security/defguard-gateway/work/vendor/ring-0.17.14/src/cpu/intel.rs:159:31 | 159 | const _SSE_REQUIRED: () = assert!(cfg!(target_feature = "sse")); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `cpu::intel::cpuid_to_caps_and_set_c_flags::_SSE_REQUIRED` failed here error[E0080]: evaluation panicked: assertion failed: cfg!(target_feature = "sse2") --> /pbulk/work/security/defguard-gateway/work/vendor/ring-0.17.14/src/cpu/intel.rs:160:32 | 160 | const _SSE2_REQUIRED: () = assert!(cfg!(target_feature = "sse2")); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `cpu::intel::cpuid_to_caps_and_set_c_flags::_SSE2_REQUIRED` failed here Compiling colorchoice v1.0.4 Compiling openssl-probe v0.1.6 Compiling synstructure v0.13.2 Compiling darling_core v0.20.11 For more information about this error, try `rustc --explain E0080`. error: could not compile `ring` (lib) due to 3 previous errors warning: build failed, waiting for other jobs to finish... *** Error code 101 Stop. make[1]: stopped making "all" in /usr/pkgsrc/security/defguard-gateway *** Error code 1 Stop. make: stopped making "all" in /usr/pkgsrc/security/defguard-gateway