===> 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 uair-0.6.1 Compiling proc-macro2 v1.0.63 Compiling quote v1.0.29 Compiling unicode-ident v1.0.10 Compiling libc v0.2.147 Compiling autocfg v1.1.0 Compiling syn v2.0.23 Compiling serde v1.0.166 Compiling crossbeam-utils v0.8.16 Compiling cfg-if v1.0.0 Compiling futures-core v0.3.28 Compiling serde_derive v1.0.166 Compiling memchr v2.5.0 Compiling io-lifetimes v1.0.11 Compiling event-listener v2.5.3 Compiling log v0.4.19 Compiling concurrent-queue v2.2.0 Compiling polling v2.8.0 Compiling slab v0.4.8 Compiling fastrand v1.9.0 Compiling parking v2.1.0 Compiling rustix v0.37.22 Compiling pin-project-lite v0.2.10 Compiling waker-fn v1.1.0 Compiling futures-io v0.3.28 Compiling futures-lite v1.13.0 Compiling async-lock v2.7.0 Compiling errno v0.3.1 Compiling async-io v1.13.0 Compiling bitflags v1.3.2 Compiling syn v1.0.109 Compiling socket2 v0.4.9 Compiling equivalent v1.0.0 Compiling hashbrown v0.14.0 Compiling signal-hook v0.3.15 Compiling time-core v0.1.1 Compiling time-macros v0.2.9 Compiling indexmap v2.0.0 Compiling async-channel v1.8.0 Compiling toml_datetime v0.6.3 Compiling serde_spanned v0.6.3 Compiling signal-hook-registry v1.4.1 Compiling async-net v1.7.0 Compiling num_threads v0.1.6 Compiling thiserror v1.0.40 Compiling winnow v0.4.7 Compiling atomic-waker v1.1.1 Compiling argh_shared v0.1.10 Compiling itoa v1.0.8 Compiling async-task v4.4.0 Compiling time v0.3.22 error[E0282]: type annotations needed for `Box<_>` --> /pbulk/work/time/uair/work/vendor/time-0.3.22/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 | ++++++++ For more information about this error, try `rustc --explain E0282`. error: could not compile `time` (lib) due to 1 previous error *** Error code 101 Stop. make[1]: stopped in /usr/pkgsrc/time/uair *** Error code 1 Stop. make: stopped in /usr/pkgsrc/time/uair