===> 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 helix-23.10
warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
   Compiling libc v0.2.149
   Compiling proc-macro2 v1.0.69
   Compiling quote v1.0.29
   Compiling unicode-ident v1.0.8
   Compiling cfg-if v1.0.0
   Compiling autocfg v1.1.0
   Compiling serde v1.0.189
   Compiling memchr v2.6.3
   Compiling version_check v0.9.4
   Compiling once_cell v1.18.0
   Compiling thiserror v1.0.50
   Compiling scopeguard v1.1.0
   Compiling smallvec v1.11.1
   Compiling regex-automata v0.3.9
   Compiling ahash v0.8.5
   Compiling lock_api v0.4.9
   Compiling parking_lot_core v0.9.7
   Compiling rustix v0.38.20
   Compiling syn v2.0.38
   Compiling crc32fast v1.3.2
   Compiling num-traits v0.2.15
   Compiling bstr v1.6.0
   Compiling same-file v1.0.6
   Compiling adler v1.0.2
   Compiling parking_lot v0.12.1
   Compiling gix-trace v0.1.3
   Compiling walkdir v2.3.3
   Compiling miniz_oxide v0.7.1
   Compiling itoa v1.0.6
   Compiling prodash v26.2.2
   Compiling sha1_smol v1.0.0
   Compiling flate2 v1.0.27
   Compiling bitflags v2.4.1
   Compiling getrandom v0.2.9
   Compiling zerocopy v0.7.11
   Compiling log v0.4.20
   Compiling time-core v0.1.1
   Compiling allocator-api2 v0.2.14
   Compiling home v0.5.4
   Compiling time-macros v0.2.10
   Compiling errno v0.3.1
   Compiling num_threads v0.1.6
   Compiling fastrand v2.0.0
   Compiling winnow v0.5.17
   Compiling cc v1.0.83
   Compiling hashbrown v0.14.2
   Compiling num_cpus v1.15.0
   Compiling btoi v0.4.3
   Compiling memmap2 v0.7.1
   Compiling anyhow v1.0.75
   Compiling crossbeam-utils v0.8.16
   Compiling tempfile v3.8.0
   Compiling aho-corasick v1.0.2
   Compiling memoffset v0.9.0
   Compiling regex-syntax v0.8.2
   Compiling tree-sitter v0.20.10
   Compiling signal-hook-registry v1.4.1
   Compiling crossbeam-epoch v0.9.15
   Compiling helix-loader v0.6.0 (/pbulk/work/editors/helix/work/helix-23.10/helix-loader)
   Compiling mio v0.8.6
   Compiling time v0.3.23
   Compiling tinyvec_macros v0.1.1
   Compiling pin-project-lite v0.2.12
   Compiling tinyvec v1.6.0
   Compiling futures-core v0.3.28
   Compiling equivalent v1.0.0
error[E0282]: type annotations needed for `Box<_>`
  --> /pbulk/work/editors/helix/work/vendor/time-0.3.23/src/format_description/parse/mod.rs:83:9
   |
83 |     let items = format_items
   |         ^^^^^
...
86 |     Ok(items.into())
   |              ---- type must be known at this point
   |
help: consider giving `items` an explicit type, where the placeholders `_` are specified
   |
83 |     let items: Box<_> = format_items
   |              ++++++++

   Compiling serde_derive v1.0.189
   Compiling thiserror-impl v1.0.50
   Compiling rayon-core v1.11.0
   Compiling option-ext v0.2.0
   Compiling regex-automata v0.4.3
   Compiling either v1.8.1
   Compiling dirs-sys v0.4.1
For more information about this error, try `rustc --explain E0282`.
error: could not compile `time` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
*** Error code 101

Stop.
make[1]: stopped in /usr/pkgsrc/editors/helix
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/editors/helix