===> 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 feluda-1.5.1
   Compiling proc-macro2 v1.0.93
   Compiling unicode-ident v1.0.16
   Compiling libc v0.2.169
   Compiling cfg-if v1.0.0
   Compiling autocfg v1.4.0
   Compiling serde v1.0.217
   Compiling memchr v2.7.4
   Compiling smallvec v1.14.0
   Compiling log v0.4.25
   Compiling stable_deref_trait v1.2.0
   Compiling itoa v1.0.14
   Compiling rand_core v0.6.4
   Compiling siphasher v1.0.1
   Compiling rand v0.8.5
   Compiling shlex v1.3.0
   Compiling pin-project-lite v0.2.16
   Compiling phf_shared v0.11.3
   Compiling cc v1.2.14
   Compiling once_cell v1.20.3
   Compiling version_check v0.9.5
   Compiling bytes v1.10.0
   Compiling quote v1.0.38
   Compiling rustversion v1.0.19
   Compiling lock_api v0.4.12
   Compiling slab v0.4.9
   Compiling syn v2.0.98
   Compiling futures-core v0.3.31
   Compiling litemap v0.7.4
   Compiling writeable v0.5.5
   Compiling phf_generator v0.11.3
   Compiling parking_lot_core v0.9.10
   Compiling phf_codegen v0.11.3
   Compiling tracing-core v0.1.33
   Compiling scopeguard v1.2.0
   Compiling futures-sink v0.3.31
   Compiling equivalent v1.0.2
   Compiling allocator-api2 v0.2.21
   Compiling foldhash v0.1.4
   Compiling mio v1.0.3
   Compiling hashbrown v0.15.2
   Compiling socket2 v0.5.8
   Compiling pin-utils v0.1.0
   Compiling icu_locid_transform_data v1.5.0
   Compiling rustls-pki-types v1.11.0
   Compiling ryu v1.0.19
   Compiling new_debug_unreachable v1.0.6
   Compiling fnv v1.0.7
   Compiling futures-io v0.3.31
   Compiling futures-task v0.3.31
   Compiling crossbeam-utils v0.8.21
   Compiling futures-util v0.3.31
   Compiling http v1.2.0
   Compiling ring v0.17.9
   Compiling parking_lot v0.12.3
   Compiling tokio v1.43.0
   Compiling tracing v0.1.41
   Compiling getrandom v0.2.15
   Compiling httparse v1.10.0
   Compiling icu_properties_data v1.5.0
   Compiling lazy_static v1.5.0
   Compiling untrusted v0.9.0
   Compiling string_cache_codegen v0.5.3
   Compiling synstructure v0.13.1
   Compiling http-body v1.0.1
   Compiling proc-macro2-diagnostics v0.10.1
   Compiling precomputed-hash v0.1.1
   Compiling rustls v0.23.23
   Compiling write16 v1.0.0
   Compiling ident_case v1.0.1
   Compiling icu_normalizer_data v1.5.0
   Compiling signal-hook v0.3.17
   Compiling heck v0.5.0
   Compiling bitflags v2.8.0
   Compiling utf16_iter v1.0.5
   Compiling mac v0.1.1
   Compiling utf8_iter v1.0.4
   Compiling try-lock v0.2.5
   Compiling syn v1.0.109
   Compiling strsim v0.11.1
   Compiling darling_core v0.20.10
   Compiling want v0.3.1
   Compiling futf v0.1.5
   Compiling markup5ever v0.14.1
   Compiling crossbeam-epoch v0.9.18
   Compiling sharded-slab v0.1.7
   Compiling indexmap v2.7.1
   Compiling signal-hook-registry v1.4.2
   Compiling futures-channel v0.3.31
   Compiling thread_local v1.1.8
   Compiling aho-corasick v1.1.3
   Compiling unicode-width v0.1.14
   Compiling either v1.13.0
   Compiling percent-encoding v2.3.1
   Compiling zeroize v1.8.1
error[E0080]: evaluation of constant value failed
  --> /pbulk/work/devel/feluda/work/vendor/ring-0.17.9/src/cpu/intel.rs:26:9
   |
26 |         assert!(cfg!(target_feature = "sse") && cfg!(target_feature = "sse2"));
   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the evaluated program panicked at 'assertion failed: cfg!(target_feature = "sse") && cfg!(target_feature = "sse2")', /pbulk/work/devel/feluda/work/vendor/ring-0.17.9/src/cpu/intel.rs:26:9
   |
   = note: this error originates in the macro `assert` (in Nightly builds, run with -Z macro-backtrace for more info)

   Compiling utf-8 v0.7.6
   Compiling rustix v0.38.44
error[E0080]: evaluation of constant value failed
   --> /pbulk/work/devel/feluda/work/vendor/ring-0.17.9/src/cpu/intel.rs:159:31
    |
159 |     const _SSE_REQUIRED: () = assert!(cfg!(target_feature = "sse"));
    |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the evaluated program panicked at 'assertion failed: cfg!(target_feature = "sse")', /pbulk/work/devel/feluda/work/vendor/ring-0.17.9/src/cpu/intel.rs:159:31
    |
    = note: this error originates in the macro `assert` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0080]: evaluation of constant value failed
   --> /pbulk/work/devel/feluda/work/vendor/ring-0.17.9/src/cpu/intel.rs:160:32
    |
160 |     const _SSE2_REQUIRED: () = assert!(cfg!(target_feature = "sse2"));
    |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the evaluated program panicked at 'assertion failed: cfg!(target_feature = "sse2")', /pbulk/work/devel/feluda/work/vendor/ring-0.17.9/src/cpu/intel.rs:160:32
    |
    = note: this error originates in the macro `assert` (in Nightly builds, run with -Z macro-backtrace for more info)

   Compiling serde_json v1.0.138
   Compiling regex-syntax v0.8.5
   Compiling utf8parse v0.2.2
   Compiling tower-service v0.3.3
   Compiling subtle v2.6.1
   Compiling dtoa v1.0.9
   Compiling yansi v1.0.1
   Compiling dtoa-short v0.3.5
   Compiling hyper v1.6.0
   Compiling anstyle-parse v0.2.6
   Compiling tendril v0.4.3
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 in /usr/pkgsrc/devel/feluda
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/devel/feluda