===> 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 py313-pydantic-core-2.46.4 * Building wheel... Running `maturin-3.13 pep517 build-wheel -i /usr/pkg/bin/python3.13 --compatibility off -j3` 🍹 Building a mixed python/rust project 🐍 Found CPython 3.13 at /usr/pkg/bin/python3.13 🔗 Found pyo3 bindings 📡 Using build options bindings from pyproject.toml Compiling proc-macro2 v1.0.86 Compiling quote v1.0.44 Compiling unicode-ident v1.0.12 Compiling target-lexicon v0.13.4 Compiling python3-dll-a v0.2.14 Compiling stable_deref_trait v1.2.0 Compiling litemap v0.7.3 Compiling writeable v0.5.5 Compiling syn v2.0.82 Compiling pyo3-build-config v0.28.3 Compiling heck v0.5.0 Compiling libc v0.2.185 Compiling autocfg v1.3.0 Compiling num-traits v0.2.19 Compiling icu_locid_transform_data v1.5.0 Compiling smallvec v1.15.1 Compiling version_check v0.9.5 Compiling pyo3-ffi v0.28.3 Compiling pyo3-macros-backend v0.28.3 Compiling icu_properties_data v1.5.0 Compiling static_assertions v1.1.0 Compiling lexical-util v1.0.6 Compiling memchr v2.7.4 Compiling serde_core v1.0.228 Compiling zerocopy v0.8.25 Compiling synstructure v0.13.1 Compiling getrandom v0.3.3 Compiling write16 v1.0.0 Compiling utf8_iter v1.0.4 Compiling icu_normalizer_data v1.5.0 Compiling radium v0.7.0 Compiling utf16_iter v1.0.5 Compiling lexical-parse-integer v1.0.5 Compiling num-integer v0.1.46 Compiling pyo3 v0.28.3 Compiling ahash v0.8.12 Compiling tap v1.0.1 Compiling cfg-if v1.0.0 Compiling zmij v1.0.6 Compiling once_cell v1.21.3 Compiling wyz v0.5.1 Compiling num-bigint v0.4.6 Compiling zerofrom-derive v0.1.4 Compiling zerofrom v0.1.4 Compiling yoke-derive v0.7.4 Compiling zerovec-derive v0.10.3 Compiling displaydoc v0.2.5 Compiling yoke v0.7.4 Compiling icu_provider_macros v1.5.0 Compiling pyo3-macros v0.28.3 Compiling zerovec v0.10.4 Compiling strum_macros v0.27.2 Compiling lexical-parse-float v1.0.5 Compiling tinystr v0.7.6 Compiling icu_locid v1.5.0 Compiling icu_collections v1.5.0 Compiling icu_provider v1.5.0 Compiling icu_locid_transform v1.5.0 Compiling icu_properties v1.5.1 Compiling aho-corasick v1.1.3 Compiling jiter v0.14.0 Compiling equivalent v1.0.2 Compiling icu_normalizer v1.5.0 Compiling serde_json v1.0.149 Compiling serde v1.0.228 Compiling idna_adapter v1.2.0 Compiling foldhash v0.2.0 Compiling funty v2.0.0 Compiling percent-encoding v2.3.2 Compiling allocator-api2 v0.2.21 Compiling regex-syntax v0.8.5 Compiling hashbrown v0.16.1 Compiling bitvec v1.0.1 Compiling form_urlencoded v1.2.2 Compiling idna v1.1.0 Compiling regex-automata v0.4.13 Compiling strum v0.27.2 Compiling serde_derive v1.0.228 Compiling pydantic-core v2.46.4 (/tmp/pkgbuild/devel/py-pydantic-core/work/pydantic_core-2.46.4) Compiling itoa v1.0.11 Compiling enum_dispatch v0.3.13 Compiling regex v1.12.3 Compiling speedate v0.17.0 Compiling url v2.5.8 Compiling lru v0.16.3 Compiling uuid v1.23.0 Compiling base64 v0.22.1 Compiling hex v0.4.3 warning: type `LookupPath` is more private than the item `KeywordArgs::get_item` --> src/input/input_abstract.rs:227:5 | 227 | fn get_item(&self, key: &LookupPath) -> ValResult>>; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `KeywordArgs::get_item` is reachable at visibility `pub` | note: but type `LookupPath` is only usable at visibility `pub(crate)` --> src/lookup_key.rs:52:1 | 52 | pub(crate) struct LookupPath { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ = note: `#[warn(private_interfaces)]` on by default warning: type `LookupPath` is more private than the item `ValidatedDict::get_item` --> src/input/input_abstract.rs:247:5 | 247 | fn get_item(&self, key: &LookupPath) -> ValResult>>; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `ValidatedDict::get_item` is reachable at visibility `pub` | note: but type `LookupPath` is only usable at visibility `pub(crate)` --> src/lookup_key.rs:52:1 | 52 | pub(crate) struct LookupPath { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: type `LookupPath` is more private than the item `>::get_item` --> src/input/input_abstract.rs:289:5 | 289 | fn get_item<'k>(&self, _key: &LookupPath) -> ValResult>> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `>::get_item` is reachable at visibility `pub` | note: but type `LookupPath` is only usable at visibility `pub(crate)` --> src/lookup_key.rs:52:1 | 52 | pub(crate) struct LookupPath { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: type `LookupPath` is more private than the item `>::get_item` --> src/input/input_abstract.rs:375:5 | 375 | fn get_item<'k>(&self, _key: &LookupPath) -> ValResult>> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `>::get_item` is reachable at visibility `pub` | note: but type `LookupPath` is only usable at visibility `pub(crate)` --> src/lookup_key.rs:52:1 | 52 | pub(crate) struct LookupPath { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: type `LookupPath` is more private than the item `input_json:: for &Arc, JsonValue<'data>)>>>::get_item` --> src/input/input_json.rs:574:5 | 574 | fn get_item(&self, key: &LookupPath) -> ValResult>> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `input_json:: for &Arc, JsonValue<'data>)>>>::get_item` is reachable at visibility `pub` | note: but type `LookupPath` is only usable at visibility `pub(crate)` --> src/lookup_key.rs:52:1 | 52 | pub(crate) struct LookupPath { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: type `LookupPath` is more private than the item `input_json:: for Arc, JsonValue<'data>)>>>::get_item` --> src/input/input_json.rs:684:5 | 684 | fn get_item<'k>(&self, key: &LookupPath) -> ValResult>> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `input_json:: for Arc, JsonValue<'data>)>>>::get_item` is reachable at visibility `pub` | note: but type `LookupPath` is only usable at visibility `pub(crate)` --> src/lookup_key.rs:52:1 | 52 | pub(crate) struct LookupPath { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: type `LookupPath` is more private than the item ` as KeywordArgs<'py>>::get_item` --> src/input/input_python.rs:831:5 | 831 | fn get_item<'k>(&self, key: &LookupPath) -> ValResult>> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method ` as KeywordArgs<'py>>::get_item` is reachable at visibility `pub` | note: but type `LookupPath` is only usable at visibility `pub(crate)` --> src/lookup_key.rs:52:1 | 52 | pub(crate) struct LookupPath { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: type `LookupPath` is more private than the item ` as ValidatedDict<'py>>::get_item` --> src/input/input_python.rs:858:5 | 858 | fn get_item(&self, key: &LookupPath) -> ValResult>> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method ` as ValidatedDict<'py>>::get_item` is reachable at visibility `pub` | note: but type `LookupPath` is only usable at visibility `pub(crate)` --> src/lookup_key.rs:52:1 | 52 | pub(crate) struct LookupPath { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: type `LookupPath` is more private than the item ` as KeywordArgs<'py>>::get_item` --> src/input/input_string.rs:298:5 | 298 | fn get_item(&self, key: &LookupPath) -> ValResult>> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method ` as KeywordArgs<'py>>::get_item` is reachable at visibility `pub` | note: but type `LookupPath` is only usable at visibility `pub(crate)` --> src/lookup_key.rs:52:1 | 52 | pub(crate) struct LookupPath { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: type `LookupPath` is more private than the item ` as ValidatedDict<'py>>::get_item` --> src/input/input_string.rs:319:5 | 319 | fn get_item(&self, key: &LookupPath) -> ValResult>> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method ` as ValidatedDict<'py>>::get_item` is reachable at visibility `pub` | note: but type `LookupPath` is only usable at visibility `pub(crate)` --> src/lookup_key.rs:52:1 | 52 | pub(crate) struct LookupPath { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: `pydantic-core` (lib) generated 10 warnings Finished `release` profile [optimized] target(s) in 9m 53s 📦 Built wheel for CPython 3.13 to /tmp/pkgbuild/devel/py-pydantic-core/work/pydantic_core-2.46.4/target/wheels/pydantic_core-2.46.4-cp313-cp313-netbsd_11_0_arm64.whl /tmp/pkgbuild/devel/py-pydantic-core/work/pydantic_core-2.46.4/target/wheels/pydantic_core-2.46.4-cp313-cp313-netbsd_11_0_arm64.whl Successfully built pydantic_core-2.46.4-cp313-cp313-netbsd_11_0_arm64.whl