===> 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 unicode-ident v1.0.10 Compiling quote v1.0.29 Compiling libc v0.2.147 Compiling autocfg v1.1.0 Compiling serde v1.0.166 Compiling futures-core v0.3.28 Compiling cfg-if v1.0.0 Compiling crossbeam-utils v0.8.16 Compiling memchr v2.5.0 Compiling event-listener v2.5.3 Compiling log v0.4.19 Compiling io-lifetimes v1.0.11 Compiling slab v0.4.8 Compiling polling v2.8.0 Compiling concurrent-queue v2.2.0 Compiling parking v2.1.0 Compiling syn v2.0.23 Compiling fastrand v1.9.0 Compiling futures-io v0.3.28 Compiling waker-fn v1.1.0 Compiling pin-project-lite v0.2.10 Compiling rustix v0.37.22 Compiling errno v0.3.1 Compiling futures-lite v1.13.0 Compiling async-lock v2.7.0 Compiling async-io v1.13.0 Compiling syn v1.0.109 Compiling bitflags v1.3.2 Compiling socket2 v0.4.9 Compiling hashbrown v0.14.0 Compiling signal-hook v0.3.15 Compiling equivalent v1.0.0 Compiling time-core v0.1.1 Compiling signal-hook-registry v1.4.1 Compiling time-macros v0.2.9 Compiling async-channel v1.8.0 Compiling async-net v1.7.0 Compiling indexmap v2.0.0 Compiling async-task v4.4.0 Compiling atomic-waker v1.1.1 Compiling num_threads v0.1.6 Compiling argh_shared v0.1.10 Compiling thiserror v1.0.40 Compiling winnow v0.4.7 Compiling itoa v1.0.8 Compiling blocking v1.3.1 Compiling serde_derive v1.0.166 Compiling thiserror-impl v1.0.40 Compiling humantime v2.1.0 Compiling time v0.3.22 Compiling termcolor v1.1.3 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 | ++++++++ Compiling signal-hook-async-std v0.2.2 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/time/uair *** Error code 1 Stop. make: stopped in /usr/pkgsrc/time/uair