===> 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 hackernews-tui-0.13.4 Compiling proc-macro2 v1.0.69 Compiling unicode-ident v1.0.12 Compiling quote v1.0.33 Compiling autocfg v1.1.0 Compiling libc v0.2.149 Compiling syn v2.0.38 Compiling cfg-if v1.0.0 Compiling ppv-lite86 v0.2.17 Compiling siphasher v0.3.11 Compiling once_cell v1.18.0 Compiling log v0.4.20 Compiling getrandom v0.1.16 Compiling scopeguard v1.2.0 Compiling syn v1.0.109 Compiling rand_core v0.5.1 Compiling serde v1.0.189 Compiling smallvec v1.11.1 Compiling getrandom v0.2.10 Compiling serde_derive v1.0.189 Compiling rand_core v0.6.4 Compiling rand_chacha v0.2.2 Compiling rand_pcg v0.2.1 Compiling rand v0.7.3 Compiling rand_chacha v0.3.1 Compiling phf_shared v0.8.0 Compiling lock_api v0.4.11 Compiling parking_lot_core v0.9.9 Compiling crossbeam-utils v0.8.16 Compiling phf_generator v0.8.0 Compiling rand v0.8.5 Compiling phf_shared v0.10.0 Compiling num-traits v0.2.17 Compiling version_check v0.9.4 Compiling phf_generator v0.10.0 Compiling parking_lot v0.12.1 Compiling num-integer v0.1.45 Compiling string_cache_codegen v0.5.2 Compiling time-core v0.1.2 Compiling fnv v1.0.7 Compiling itoa v1.0.9 Compiling powerfmt v0.2.0 Compiling ident_case v1.0.1 Compiling stable_deref_trait v1.2.0 Compiling proc-macro-hack v0.5.20+deprecated Compiling darling_core v0.20.3 Compiling deranged v0.3.9 Compiling time-macros v0.2.15 Compiling phf_codegen v0.8.0 Compiling num-bigint v0.4.4 Compiling lazy_static v1.4.0 Compiling num_threads v0.1.6 Compiling new_debug_unreachable v1.0.4 Compiling time v0.3.30 error[E0282]: type annotations needed for `Box<_>` --> /pbulk/work/www/hackernews-tui/work/vendor/time-0.3.30/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/www/hackernews-tui *** Error code 1 Stop. make: stopped in /usr/pkgsrc/www/hackernews-tui