===> 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 tokei-13.0.0.alpha9 Compiling proc-macro2 v1.0.86 Compiling unicode-ident v1.0.12 Compiling memchr v2.7.4 Compiling libc v0.2.156 Compiling aho-corasick v1.1.3 Compiling quote v1.0.36 Compiling syn v2.0.74 Compiling regex-syntax v0.8.4 Compiling autocfg v1.3.0 Compiling thiserror v1.0.63 Compiling cfg-if v1.0.0 Compiling byteorder v1.5.0 Compiling getrandom v0.2.15 Compiling regex-automata v0.4.7 Compiling rand_core v0.6.4 Compiling zerocopy-derive v0.7.35 Compiling thiserror-impl v1.0.63 Compiling zerocopy v0.7.35 Compiling ppv-lite86 v0.2.20 Compiling siphasher v0.3.11 Compiling phf_shared v0.11.2 Compiling rand_chacha v0.3.1 Compiling rand v0.8.5 Compiling crossbeam-utils v0.8.20 Compiling phf_generator v0.11.2 Compiling regex v1.10.6 Compiling ucd-trie v0.1.6 Compiling serde v1.0.208 Compiling pest v2.7.11 Compiling parse-zoneinfo v0.3.1 Compiling phf_codegen v0.11.2 Compiling phf v0.11.2 Compiling serde_derive v1.0.208 Compiling num-traits v0.2.19 Compiling once_cell v1.19.0 Compiling serde_json v1.0.125 Compiling pest_meta v2.7.11 Compiling chrono-tz-build v0.3.0 Compiling crossbeam-epoch v0.9.18 Compiling bstr v1.10.0 Compiling same-file v1.0.6 Compiling unic-char-range v0.9.0 Compiling unic-common v0.9.0 Compiling log v0.4.22 Compiling libm v0.2.8 Compiling globset v0.4.14 Compiling unic-ucd-version v0.9.0 Compiling unic-char-property v0.9.0 Compiling walkdir v2.5.0 Compiling crossbeam-deque v0.8.5 Compiling chrono-tz v0.9.0 Compiling pest_generator v2.7.11 Compiling iana-time-zone v0.1.60 Compiling utf8parse v0.2.2 Compiling rustix v0.38.34 Compiling anstyle-parse v0.2.5 Compiling chrono v0.4.38 Compiling pest_derive v2.7.11 Compiling ignore v0.4.22 Compiling unic-ucd-segment v0.9.0 Compiling errno v0.3.9 Compiling lock_api v0.4.12 Compiling ryu v1.0.18 Compiling anstyle v1.0.8 Compiling deunicode v1.6.0 Compiling is_terminal_polyfill v1.70.1 Compiling anstyle-query v1.1.1 Compiling bitflags v2.6.0 Compiling itoa v1.0.11 Compiling colorchoice v1.0.2 Compiling parking_lot_core v0.9.10 Compiling hashbrown v0.14.5 Compiling anstream v0.6.15 Compiling globwalk v0.9.1 Compiling slug v0.1.6 Compiling humansize v2.1.3 Compiling unic-segment v0.9.0 Compiling equivalent v1.0.1 Compiling smallvec v1.13.2 Compiling either v1.13.0 Compiling rayon-core v1.12.1 Compiling percent-encoding v2.3.1 Compiling lazy_static v1.5.0 Compiling scopeguard v1.2.0 Compiling indexmap v2.4.0 Compiling terminal_size v0.3.0 Compiling json5 v0.4.1 error: proc-macro derive panicked --> /tmp/pkgbuild/devel/tokei/work/vendor/json5-0.4.1/src/de.rs:12:10 | 12 | #[derive(Parser)] | ^^^^^^ | = help: message: error parsing --> 4:40 | 4 | COMMENT = _{ "/*" ~ (!"*/" ~ ANY)* ~ "*/" | "//" ~ (!line_terminator ~ ANY)* } | ^--- | = expected `{`, `}`, `&`, `|`, `?`, `*`, or `+` error[E0432]: unresolved import `crate::de::Rule` --> /tmp/pkgbuild/devel/tokei/work/vendor/json5-0.4.1/src/error.rs:5:5 | 5 | use crate::de::Rule; | ^^^^^^^^^^^^^^^ no `Rule` in `de` error[E0412]: cannot find type `Rule` in this scope --> /tmp/pkgbuild/devel/tokei/work/vendor/json5-0.4.1/src/de.rs:27:28 | 27 | pair: Option>, | ^^^^ not found in this scope | help: you might be missing a type parameter | 26 | pub struct Deserializer<'de, Rule> { | ++++++ error[E0412]: cannot find type `Rule` in this scope --> /tmp/pkgbuild/devel/tokei/work/vendor/json5-0.4.1/src/de.rs:38:34 | 38 | fn from_pair(pair: Pair<'de, Rule>) -> Self { | ^^^^ not found in this scope | help: you might be missing a type parameter | 30 | impl<'de, Rule> Deserializer<'de> { | ++++++ error[E0412]: cannot find type `Rule` in this scope --> /tmp/pkgbuild/devel/tokei/work/vendor/json5-0.4.1/src/de.rs:251:31 | 251 | fn parse_bool(pair: &Pair<'_, Rule>) -> bool { | ^^^^ not found in this scope | help: you might be missing a type parameter | 251 | fn parse_bool(pair: &Pair<'_, Rule>) -> bool { | ++++++ error[E0412]: cannot find type `Rule` in this scope --> /tmp/pkgbuild/devel/tokei/work/vendor/json5-0.4.1/src/de.rs:259:42 | 259 | fn parse_string_component(pair: Pair<'_, Rule>) -> Result { | ^^^^ not found in this scope | help: you might be missing a type parameter | 259 | fn parse_string_component(pair: Pair<'_, Rule>) -> Result { | ++++++ error[E0412]: cannot find type `Rule` in this scope --> /tmp/pkgbuild/devel/tokei/work/vendor/json5-0.4.1/src/de.rs:330:32 | 330 | fn parse_string(pair: Pair<'_, Rule>) -> Result { | ^^^^ not found in this scope | help: you might be missing a type parameter | 330 | fn parse_string(pair: Pair<'_, Rule>) -> Result { | ++++++ error[E0412]: cannot find type `Rule` in this scope --> /tmp/pkgbuild/devel/tokei/work/vendor/json5-0.4.1/src/de.rs:337:54 | 337 | fn parse_char_escape_sequence<'a>(pair: &'a Pair<'_, Rule>) -> &'a str { | ^^^^ not found in this scope | help: you might be missing a type parameter | 337 | fn parse_char_escape_sequence<'a, Rule>(pair: &'a Pair<'_, Rule>) -> &'a str { | ++++++ error[E0412]: cannot find type `Rule` in this scope --> /tmp/pkgbuild/devel/tokei/work/vendor/json5-0.4.1/src/de.rs:349:33 | 349 | fn parse_number(pair: &Pair<'_, Rule>) -> Result { | ^^^^ not found in this scope | help: you might be missing a type parameter | 349 | fn parse_number(pair: &Pair<'_, Rule>) -> Result { | ++++++ error[E0412]: cannot find type `Rule` in this scope --> /tmp/pkgbuild/devel/tokei/work/vendor/json5-0.4.1/src/de.rs:369:34 | 369 | fn parse_integer(pair: &Pair<'_, Rule>) -> Result { | ^^^^ not found in this scope | help: you might be missing a type parameter | 369 | fn parse_integer(pair: &Pair<'_, Rule>) -> Result { | ++++++ error[E0412]: cannot find type `Rule` in this scope --> /tmp/pkgbuild/devel/tokei/work/vendor/json5-0.4.1/src/de.rs:402:31 | 402 | pairs: VecDeque>, | ^^^^ not found in this scope | help: you might be missing a type parameter | 401 | struct Seq<'de, Rule> { | ++++++ error[E0412]: cannot find type `Rule` in this scope --> /tmp/pkgbuild/devel/tokei/work/vendor/json5-0.4.1/src/de.rs:406:32 | 406 | pub fn new(pair: Pair<'de, Rule>) -> Self { | ^^^^ not found in this scope | help: you might be missing a type parameter | 405 | impl<'de, Rule> Seq<'de> { | ++++++ error[E0412]: cannot find type `Rule` in this scope --> /tmp/pkgbuild/devel/tokei/work/vendor/json5-0.4.1/src/de.rs:434:31 | 434 | pairs: VecDeque>, | ^^^^ not found in this scope | help: you might be missing a type parameter | 433 | struct Map<'de, Rule> { | ++++++ error[E0412]: cannot find type `Rule` in this scope --> /tmp/pkgbuild/devel/tokei/work/vendor/json5-0.4.1/src/de.rs:438:32 | 438 | pub fn new(pair: Pair<'de, Rule>) -> Self { | ^^^^ not found in this scope | help: you might be missing a type parameter | 437 | impl<'de, Rule> Map<'de> { | ++++++ error[E0412]: cannot find type `Rule` in this scope --> /tmp/pkgbuild/devel/tokei/work/vendor/json5-0.4.1/src/de.rs:475:21 | 475 | pair: Pair<'de, Rule>, | ^^^^ not found in this scope | help: you might be missing a type parameter | 474 | struct Enum<'de, Rule> { | ++++++ error[E0412]: cannot find type `Rule` in this scope --> /tmp/pkgbuild/devel/tokei/work/vendor/json5-0.4.1/src/de.rs:510:28 | 510 | pair: Option>, | ^^^^ not found in this scope | help: you might be missing a type parameter | 509 | struct Variant<'de, Rule> { | ++++++ error[E0599]: no function or associated item named `parse` found for struct `de::Parser` in the current scope --> /tmp/pkgbuild/devel/tokei/work/vendor/json5-0.4.1/src/de.rs:34:28 | 14 | struct Parser; | ------------- function or associated item `parse` not found for this struct ... 34 | let pair = Parser::parse(Rule::text, input)?.next().unwrap(); | ^^^^^ function or associated item not found in `de::Parser` | = 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: `pest::Parser` error[E0433]: failed to resolve: use of undeclared type `Rule` --> /tmp/pkgbuild/devel/tokei/work/vendor/json5-0.4.1/src/de.rs:34:34 | 34 | let pair = Parser::parse(Rule::text, input)?.next().unwrap(); | ^^^^ use of undeclared type `Rule` error[E0433]: failed to resolve: use of undeclared type `Rule` --> /tmp/pkgbuild/devel/tokei/work/vendor/json5-0.4.1/src/de.rs:546:17 | 546 | Rule::object => visitor.visit_map(Map::new(pair)), | ^^^^ use of undeclared type `Rule` error[E0433]: failed to resolve: use of undeclared type `Rule` --> /tmp/pkgbuild/devel/tokei/work/vendor/json5-0.4.1/src/de.rs:53:13 | 53 | Rule::null => visitor.visit_unit(), | ^^^^ use of undeclared type `Rule` error[E0433]: failed to resolve: use of undeclared type `Rule` --> /tmp/pkgbuild/devel/tokei/work/vendor/json5-0.4.1/src/de.rs:54:13 | 54 | Rule::boolean => visitor.visit_bool(parse_bool(&pair)), | ^^^^ use of undeclared type `Rule` error[E0433]: failed to resolve: use of undeclared type `Rule` --> /tmp/pkgbuild/devel/tokei/work/vendor/json5-0.4.1/src/de.rs:55:13 | 55 | Rule::string | Rule::identifier => visitor.visit_string(parse_string(pair)?), | ^^^^ use of undeclared type `Rule` error[E0433]: failed to resolve: use of undeclared type `Rule` --> /tmp/pkgbuild/devel/tokei/work/vendor/json5-0.4.1/src/de.rs:55:28 | 55 | Rule::string | Rule::identifier => visitor.visit_string(parse_string(pair)?), | ^^^^ use of undeclared type `Rule` error[E0433]: failed to resolve: use of undeclared type `Rule` --> /tmp/pkgbuild/devel/tokei/work/vendor/json5-0.4.1/src/de.rs:56:13 | 56 | Rule::number => { | ^^^^ use of undeclared type `Rule` error[E0433]: failed to resolve: use of undeclared type `Rule` --> /tmp/pkgbuild/devel/tokei/work/vendor/json5-0.4.1/src/de.rs:63:13 | 63 | Rule::array => visitor.visit_seq(Seq::new(pair)), | ^^^^ use of undeclared type `Rule` error[E0433]: failed to resolve: use of undeclared type `Rule` --> /tmp/pkgbuild/devel/tokei/work/vendor/json5-0.4.1/src/de.rs:64:13 | 64 | Rule::object => visitor.visit_map(Map::new(pair)), | ^^^^ use of undeclared type `Rule` error[E0433]: failed to resolve: use of undeclared type `Rule` --> /tmp/pkgbuild/devel/tokei/work/vendor/json5-0.4.1/src/de.rs:228:13 | 228 | Rule::null => visitor.visit_none(), | ^^^^ use of undeclared type `Rule` error[E0433]: failed to resolve: use of undeclared type `Rule` --> /tmp/pkgbuild/devel/tokei/work/vendor/json5-0.4.1/src/de.rs:265:13 | 265 | Rule::char_literal => result.push_str(component.as_str()), | ^^^^ use of undeclared type `Rule` error[E0433]: failed to resolve: use of undeclared type `Rule` --> /tmp/pkgbuild/devel/tokei/work/vendor/json5-0.4.1/src/de.rs:266:13 | 266 | Rule::char_escape_sequence => result.push_str(parse_char_escape_sequence(&component)), | ^^^^ use of undeclared type `Rule` error[E0433]: failed to resolve: use of undeclared type `Rule` --> /tmp/pkgbuild/devel/tokei/work/vendor/json5-0.4.1/src/de.rs:267:13 | 267 | Rule::nul_escape_sequence => result.push_str("\u{0000}"), | ^^^^ use of undeclared type `Rule` error[E0433]: failed to resolve: use of undeclared type `Rule` --> /tmp/pkgbuild/devel/tokei/work/vendor/json5-0.4.1/src/de.rs:268:13 | 268 | Rule::hex_escape_sequence => { | ^^^^ use of undeclared type `Rule` error[E0433]: failed to resolve: use of undeclared type `Rule` --> /tmp/pkgbuild/devel/tokei/work/vendor/json5-0.4.1/src/de.rs:275:13 | 275 | Rule::unicode_escape_sequence => { | ^^^^ use of undeclared type `Rule` error[E0433]: failed to resolve: use of undeclared type `Rule` --> /tmp/pkgbuild/devel/tokei/work/vendor/json5-0.4.1/src/de.rs:488:13 | 488 | Rule::string => { | ^^^^ use of undeclared type `Rule` error[E0433]: failed to resolve: use of undeclared type `Rule` --> /tmp/pkgbuild/devel/tokei/work/vendor/json5-0.4.1/src/de.rs:492:13 | 492 | Rule::object => { | ^^^^ use of undeclared type `Rule` error[E0433]: failed to resolve: use of undeclared type `Rule` --> /tmp/pkgbuild/devel/tokei/work/vendor/json5-0.4.1/src/de.rs:533:17 | 533 | Rule::array => visitor.visit_seq(Seq::new(pair)), | ^^^^ use of undeclared type `Rule` Some errors have detailed explanations: E0412, E0432, E0433, E0599. For more information about an error, try `rustc --explain E0412`. error: could not compile `json5` (lib) due to 35 previous errors warning: build failed, waiting for other jobs to finish... *** Error code 101 Stop. make[1]: stopped making "all" in /usr/pkgsrc/devel/tokei *** Error code 1 Stop. make: stopped making "all" in /usr/pkgsrc/devel/tokei