===> 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 szyszka-3.0.0nb15 Compiling proc-macro2 v1.0.58 Compiling unicode-ident v1.0.8 Compiling quote v1.0.27 Compiling autocfg v1.1.0 Compiling serde v1.0.163 Compiling hashbrown v0.12.3 Compiling winnow v0.4.6 Compiling smallvec v1.10.0 Compiling target-lexicon v0.12.7 Compiling heck v0.4.1 Compiling pkg-config v0.3.27 Compiling version-compare v0.1.1 Compiling indexmap v1.9.3 Compiling libc v0.2.144 Compiling version_check v0.9.4 Compiling thiserror v1.0.40 Compiling typenum v1.16.0 Compiling syn v1.0.109 Compiling syn v2.0.16 Compiling cfg-expr v0.15.1 Compiling generic-array v0.14.7 Compiling cfg-if v1.0.0 Compiling proc-macro-error-attr v1.0.4 Compiling memchr v2.5.0 Compiling proc-macro-error v1.0.4 Compiling once_cell v1.17.1 Compiling futures-core v0.3.28 Compiling slab v0.4.8 Compiling anyhow v1.0.71 Compiling futures-task v0.3.28 Compiling futures-util v0.3.28 Compiling pin-utils v0.1.0 Compiling pin-project-lite v0.2.9 Compiling futures-channel v0.3.28 Compiling lock_api v0.4.9 Compiling memoffset v0.8.0 Compiling crossbeam-utils v0.8.15 Compiling parking_lot_core v0.9.7 Compiling scopeguard v1.1.0 Compiling bitflags v1.3.2 Compiling log v0.4.17 Compiling block-buffer v0.10.4 Compiling crypto-common v0.1.6 Compiling digest v0.10.7 Compiling same-file v1.0.6 Compiling cpufeatures v0.2.7 Compiling crossbeam-epoch v0.9.14 Compiling gio v0.17.9 Compiling sha2 v0.10.6 Compiling walkdir v2.3.3 Compiling semver v1.0.17 Compiling rust-embed-utils v7.5.0 Compiling futures-io v0.3.28 Compiling rustc-hash v1.1.0 Compiling type-map v0.4.0 Compiling crossbeam-deque v0.8.3 Compiling rustc_version v0.4.0 Compiling crossbeam-channel v0.5.8 Compiling num-traits v0.2.15 Compiling self_cell v0.10.2 Compiling rayon-core v1.11.0 Compiling crossbeam-queue v0.3.8 Compiling field-offset v0.3.5 Compiling aho-corasick v1.0.1 Compiling num_cpus v1.15.0 Compiling num-integer v0.1.45 Compiling regex-syntax v0.7.2 Compiling libm v0.2.7 Compiling serde_derive v1.0.163 Compiling thiserror-impl v1.0.40 Compiling displaydoc v0.2.4 Compiling futures-macro v0.3.28 Compiling rust-embed-impl v6.5.0 Compiling tinystr v0.7.1 Compiling fluent-syntax v0.11.0 Compiling unic-langid-impl v0.9.1 Compiling rust-embed v6.6.1 Compiling unic-langid v0.9.1 Compiling fluent-langneg v0.13.0 Compiling intl-memoizer v0.5.1 Compiling intl_pluralrules v7.0.2 Compiling regex v1.8.2 Compiling fluent-bundle v0.15.2 Compiling parking_lot v0.12.1 Compiling is-docker v0.2.0 Compiling serde_json v1.0.96 Compiling either v1.8.1 Compiling futures-executor v0.3.28 Compiling arc-swap v1.6.0 Compiling lazy_static v1.4.0 Compiling locale_config v0.3.0 Compiling rayon v1.7.0 Compiling is-wsl v0.4.0 Compiling crossbeam v0.8.2 Compiling fluent v0.16.0 Compiling dashmap v5.4.0 Compiling dirs-sys-next v0.1.2 Compiling time v0.1.45 Compiling pathdiff v0.2.1 Compiling iana-time-zone v0.1.56 Compiling deunicode v1.3.3 Compiling strsim v0.10.0 Compiling toml_datetime v0.6.2 Compiling serde_spanned v0.6.2 Compiling toml v0.5.11 Compiling toml_edit v0.19.10 Compiling ryu v1.0.13 Compiling itoa v1.0.6 Compiling slugmin v1.0.2 Compiling chrono v0.4.24 Compiling open v4.1.0 Compiling directories-next v2.0.0 Compiling find-crate v0.6.3 Compiling jwalk v0.8.1 Compiling humansize v2.1.3 error[E0463]: can't find crate for `intl_memoizer` --> /pbulk/work/sysutils/szyszka/work/vendor/fluent-bundle-0.15.2/src/bundle.rs:15:5 | 15 | use intl_memoizer::IntlLangMemoizer; | ^^^^^^^^^^^^^ can't find crate error[E0463]: can't find crate for `unic_langid` --> /pbulk/work/sysutils/szyszka/work/vendor/fluent-bundle-0.15.2/src/bundle.rs:16:5 | 16 | use unic_langid::LanguageIdentifier; | ^^^^^^^^^^^ can't find crate error[E0463]: can't find crate for `intl_memoizer` --> /pbulk/work/sysutils/szyszka/work/vendor/fluent-bundle-0.15.2/src/concurrent.rs:1:5 | 1 | use intl_memoizer::{concurrent::IntlLangMemoizer, Memoizable}; | ^^^^^^^^^^^^^ can't find crate error[E0463]: can't find crate for `unic_langid` --> /pbulk/work/sysutils/szyszka/work/vendor/fluent-bundle-0.15.2/src/concurrent.rs:3:5 | 3 | use unic_langid::LanguageIdentifier; | ^^^^^^^^^^^ can't find crate error[E0463]: can't find crate for `intl_memoizer` --> /pbulk/work/sysutils/szyszka/work/vendor/fluent-bundle-0.15.2/src/memoizer.rs:2:5 | 2 | use intl_memoizer::Memoizable; | ^^^^^^^^^^^^^ can't find crate error[E0463]: can't find crate for `unic_langid` --> /pbulk/work/sysutils/szyszka/work/vendor/fluent-bundle-0.15.2/src/memoizer.rs:3:5 | 3 | use unic_langid::LanguageIdentifier; | ^^^^^^^^^^^ can't find crate error[E0463]: can't find crate for `fluent_langneg` --> /pbulk/work/sysutils/szyszka/work/vendor/fluent-bundle-0.15.2/src/types/plural.rs:1:5 | 1 | use fluent_langneg::{negotiate_languages, NegotiationStrategy}; | ^^^^^^^^^^^^^^ can't find crate error[E0463]: can't find crate for `intl_memoizer` --> /pbulk/work/sysutils/szyszka/work/vendor/fluent-bundle-0.15.2/src/types/plural.rs:2:5 | 2 | use intl_memoizer::Memoizable; | ^^^^^^^^^^^^^ can't find crate error[E0463]: can't find crate for `intl_pluralrules` --> /pbulk/work/sysutils/szyszka/work/vendor/fluent-bundle-0.15.2/src/types/plural.rs:3:5 | 3 | use intl_pluralrules::{PluralRuleType, PluralRules as IntlPluralRules}; | ^^^^^^^^^^^^^^^^ can't find crate error[E0463]: can't find crate for `unic_langid` --> /pbulk/work/sysutils/szyszka/work/vendor/fluent-bundle-0.15.2/src/types/plural.rs:4:5 | 4 | use unic_langid::LanguageIdentifier; | ^^^^^^^^^^^ can't find crate error[E0463]: can't find crate for `intl_pluralrules` --> /pbulk/work/sysutils/szyszka/work/vendor/fluent-bundle-0.15.2/src/types/number.rs:6:5 | 6 | use intl_pluralrules::operands::PluralOperands; | ^^^^^^^^^^^^^^^^ can't find crate error[E0463]: can't find crate for `intl_pluralrules` --> /pbulk/work/sysutils/szyszka/work/vendor/fluent-bundle-0.15.2/src/types/mod.rs:25:5 | 25 | use intl_pluralrules::{PluralCategory, PluralRuleType}; | ^^^^^^^^^^^^^^^^ can't find crate error[E0463]: can't find crate for `intl_memoizer` --> /pbulk/work/sysutils/szyszka/work/vendor/fluent-bundle-0.15.2/src/bundle.rs:602:12 | 602 | I: intl_memoizer::Memoizable + Send + Sync + 'static, | ^^^^^^^^^^^^^ can't find crate error[E0463]: can't find crate for `intl_memoizer` --> /pbulk/work/sysutils/szyszka/work/vendor/fluent-bundle-0.15.2/src/types/mod.rs:33:33 | 33 | fn as_string(&self, intls: &intl_memoizer::IntlLangMemoizer) -> Cow<'static, str>; | ^^^^^^^^^^^^^ can't find crate error[E0463]: can't find crate for `intl_memoizer` --> /pbulk/work/sysutils/szyszka/work/vendor/fluent-bundle-0.15.2/src/types/mod.rs:36:17 | 36 | intls: &intl_memoizer::concurrent::IntlLangMemoizer, | ^^^^^^^^^^^^^ can't find crate error[E0463]: can't find crate for `intl_memoizer` --> /pbulk/work/sysutils/szyszka/work/vendor/fluent-bundle-0.15.2/src/lib.rs:122:52 | 122 | pub type FluentBundle = bundle::FluentBundle; | ^^^^^^^^^^^^^ can't find crate error[E0220]: associated type `Args` not found for `I` --> /pbulk/work/sysutils/szyszka/work/vendor/fluent-bundle-0.15.2/src/memoizer.rs:10:57 | 10 | fn with_try_get_threadsafe(&self, args: I::Args, cb: U) -> Result | ^^^^ associated type `Args` not found error[E0220]: associated type `Error` not found for `I` --> /pbulk/work/sysutils/szyszka/work/vendor/fluent-bundle-0.15.2/src/memoizer.rs:10:86 | 10 | fn with_try_get_threadsafe(&self, args: I::Args, cb: U) -> Result | ^^^^^ associated type `Error` not found error[E0220]: associated type `Args` not found for `I` --> /pbulk/work/sysutils/szyszka/work/vendor/fluent-bundle-0.15.2/src/bundle.rs:599:57 | 599 | fn with_try_get_threadsafe(&self, args: I::Args, cb: U) -> Result | ^^^^ associated type `Args` not found error[E0220]: associated type `Error` not found for `I` --> /pbulk/work/sysutils/szyszka/work/vendor/fluent-bundle-0.15.2/src/bundle.rs:599:86 | 599 | fn with_try_get_threadsafe(&self, args: I::Args, cb: U) -> Result | ^^^^^ associated type `Error` not found error[E0220]: associated type `Args` not found for `I` --> /pbulk/work/sysutils/szyszka/work/vendor/fluent-bundle-0.15.2/src/concurrent.rs:46:57 | 46 | fn with_try_get_threadsafe(&self, args: I::Args, cb: U) -> Result | ^^^^ associated type `Args` not found error[E0220]: associated type `Error` not found for `I` --> /pbulk/work/sysutils/szyszka/work/vendor/fluent-bundle-0.15.2/src/concurrent.rs:46:86 | 46 | fn with_try_get_threadsafe(&self, args: I::Args, cb: U) -> Result | ^^^^^ associated type `Error` not found Some errors have detailed explanations: E0220, E0463. For more information about an error, try `rustc --explain E0220`. error: could not compile `fluent-bundle` (lib) due to 22 previous errors warning: build failed, waiting for other jobs to finish... *** Error code 101 Stop. make[1]: stopped in /usr/pkgsrc/sysutils/szyszka *** Error code 1 Stop. make: stopped in /usr/pkgsrc/sysutils/szyszka