===> 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 sshs-4.7.2 Compiling proc-macro2 v1.0.93 Compiling unicode-ident v1.0.15 Compiling libc v0.2.169 Compiling fnv v1.0.7 Compiling ident_case v1.0.1 Compiling thiserror v2.0.11 Compiling strsim v0.11.1 Compiling quote v1.0.38 Compiling syn v2.0.96 Compiling cfg-if v1.0.0 Compiling rustversion v1.0.19 Compiling autocfg v1.4.0 Compiling lock_api v0.4.12 Compiling signal-hook v0.3.17 Compiling parking_lot_core v0.9.10 Compiling log v0.4.25 Compiling heck v0.5.0 Compiling signal-hook-registry v1.4.2 Compiling memchr v2.7.4 Compiling rustix v0.38.44 Compiling either v1.13.0 Compiling ucd-trie v0.1.7 Compiling smallvec v1.13.2 Compiling ryu v1.0.18 Compiling itoa v1.0.14 Compiling scopeguard v1.2.0 Compiling mio v1.0.3 Compiling darling_core v0.20.10 Compiling errno v0.3.10 Compiling serde v1.0.219 Compiling foldhash v0.1.4 Compiling allocator-api2 v0.2.21 Compiling utf8parse v0.2.2 Compiling paste v1.0.15 Compiling equivalent v1.0.1 Compiling bitflags v2.8.0 Compiling once_cell v1.20.2 Compiling thiserror-impl v2.0.11 Compiling serde_derive v1.0.219 Compiling darling_macro v0.20.10 Compiling darling v0.20.10 Compiling derive_builder_core v0.20.2 Compiling pest v2.7.15 Compiling strum_macros v0.26.4 Compiling pest_meta v2.7.15 Compiling hashbrown v0.15.2 Compiling anstyle-parse v0.2.6 Compiling signal-hook-mio v0.2.4 Compiling parking_lot v0.12.3 Compiling itertools v0.13.0 Compiling castaway v0.2.3 Compiling colorchoice v1.0.3 Compiling anstyle v1.0.10 Compiling indoc v2.0.5 Compiling unicode-width v0.1.14 Compiling anstyle-query v1.1.2 Compiling is_terminal_polyfill v1.70.1 Compiling unicode-segmentation v1.12.0 Compiling serde_json v1.0.137 Compiling option-ext v0.2.0 Compiling static_assertions v1.1.0 Compiling compact_str v0.8.1 Compiling dirs-sys v0.4.1 Compiling unicode-truncate v1.1.0 Compiling anstream v0.6.18 Compiling instability v0.3.7 Compiling crossterm v0.28.1 Compiling lru v0.12.5 Compiling strum v0.26.3 Compiling pest_generator v2.7.15 Compiling derive_builder_macro v0.20.2 Compiling anyhow v1.0.98 Compiling cassowary v0.3.0 Compiling clap_lex v0.7.4 Compiling regex-syntax v0.8.5 Compiling unicode-width v0.2.0 Compiling num-modular v0.6.1 Compiling thread_local v1.1.8 Compiling regex-automata v0.4.9 Compiling num-order v1.2.0 Compiling ratatui v0.29.0 Compiling clap_builder v4.5.37 Compiling derive_builder v0.20.2 Compiling pest_derive v2.7.15 Compiling dirs v5.0.1 Compiling clap_derive v4.5.32 Compiling shellexpand v3.1.1 Compiling handlebars v6.3.2 error: proc-macro derive panicked --> /tmp/pkgbuild/security/sshs/work/vendor/handlebars-6.3.2/src/grammar.rs:3:10 | 3 | #[derive(Parser)] | ^^^^^^ | = help: message: error parsing --> 28:1 | 28 | } | ^--- | = expected EOI, rule, or //! error[E0432]: unresolved import `crate::grammar::Rule` --> /tmp/pkgbuild/security/sshs/work/vendor/handlebars-6.3.2/src/context.rs:9:5 | 9 | use crate::grammar::Rule; | ^^^^^^^^^^^^^^^^^^^^ no `Rule` in `grammar` error[E0432]: unresolved import `crate::grammar::Rule` --> /tmp/pkgbuild/security/sshs/work/vendor/handlebars-6.3.2/src/json/path.rs:7:40 | 7 | use crate::grammar::{HandlebarsParser, Rule}; | ^^^^ no `Rule` in `grammar` error[E0432]: unresolved import `crate::grammar::Rule` --> /tmp/pkgbuild/security/sshs/work/vendor/handlebars-6.3.2/src/template.rs:11:40 | 11 | use crate::grammar::{HandlebarsParser, Rule}; | ^^^^ no `Rule` in `grammar` error[E0599]: no function or associated item named `parse` found for struct `HandlebarsParser` in the current scope --> /tmp/pkgbuild/security/sshs/work/vendor/handlebars-6.3.2/src/json/path.rs:37:27 | 37 | HandlebarsParser::parse(Rule::path, raw) | ^^^^^ function or associated item not found in `HandlebarsParser` | ::: /tmp/pkgbuild/security/sshs/work/vendor/handlebars-6.3.2/src/grammar.rs:5:1 | 5 | pub struct HandlebarsParser; | --------------------------- function or associated item `parse` not found for this struct | = help: items from traits can only be used if the trait is implemented and in scope = note: the following trait defines an item `parse`, perhaps you need to implement it: candidate #1: `Parser` error[E0599]: no function or associated item named `parse` found for struct `HandlebarsParser` in the current scope --> /tmp/pkgbuild/security/sshs/work/vendor/handlebars-6.3.2/src/template.rs:323:40 | 323 | let parser = HandlebarsParser::parse(Rule::parameter, s) | ^^^^^ function or associated item not found in `HandlebarsParser` | ::: /tmp/pkgbuild/security/sshs/work/vendor/handlebars-6.3.2/src/grammar.rs:5:1 | 5 | pub struct HandlebarsParser; | --------------------------- function or associated item `parse` not found for this struct | = help: items from traits can only be used if the trait is implemented and in scope = note: the following trait defines an item `parse`, perhaps you need to implement it: candidate #1: `Parser` error[E0599]: no function or associated item named `parse` found for struct `HandlebarsParser` in the current scope --> /tmp/pkgbuild/security/sshs/work/vendor/handlebars-6.3.2/src/template.rs:673:46 | 673 | let parser_queue = HandlebarsParser::parse(Rule::handlebars, source).map_err(|e| { | ^^^^^ function or associated item not found in `HandlebarsParser` | ::: /tmp/pkgbuild/security/sshs/work/vendor/handlebars-6.3.2/src/grammar.rs:5:1 | 5 | pub struct HandlebarsParser; | --------------------------- function or associated item `parse` not found for this struct | = help: items from traits can only be used if the trait is implemented and in scope = note: the following trait defines an item `parse`, perhaps you need to implement it: candidate #1: `Parser` Some errors have detailed explanations: E0432, E0599. For more information about an error, try `rustc --explain E0432`. error: could not compile `handlebars` (lib) due to 7 previous errors warning: build failed, waiting for other jobs to finish... *** Error code 101 Stop. make[1]: stopped making "all" in /usr/pkgsrc/security/sshs *** Error code 1 Stop. make: stopped making "all" in /usr/pkgsrc/security/sshs