=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/devel/py-cddl", "all", "PYTHON_VERSION_REQD=314", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for py314-cddl-0.6.4 * Building wheel... Running `maturin-3.14 pep517 build-wheel -i /opt/local/bin/python3.14 --compatibility off -j3` 📦 Including license file `LICENSE` 🍹 Building a mixed python/rust project 🐍 Found CPython 3.14 at /opt/local/bin/python3.14 🔗 Found pyo3 bindings 📡 Using build options features from pyproject.toml Compiling proc-macro2 v1.0.86 Compiling unicode-ident v1.0.12 Compiling autocfg v1.3.0 Compiling libc v0.2.172 Compiling target-lexicon v0.12.16 Compiling quote v1.0.36 Compiling syn v2.0.72 Compiling once_cell v1.19.0 Compiling pyo3-build-config v0.22.2 Compiling memchr v2.7.4 Compiling version_check v0.9.5 Compiling cfg-if v1.0.0 Compiling static_assertions v1.1.0 Compiling log v0.4.22 Compiling lexical-util v1.0.6 Compiling proc-macro-error-attr v1.0.4 Compiling syn v1.0.109 Compiling thiserror v1.0.63 Compiling proc-macro-error v1.0.4 Compiling lock_api v0.4.12 Compiling indexmap v1.9.3 Compiling parking_lot_core v0.9.10 Compiling minimal-lexical v0.2.1 Compiling serde v1.0.204 Compiling signal-hook v0.3.17 Compiling nom v7.1.3 Compiling thiserror-impl v1.0.63 Compiling serde_derive v1.0.204 Compiling pyo3-ffi v0.22.2 Compiling pyo3-macros-backend v0.22.2 Compiling signal-hook-registry v1.4.2 Compiling num-traits v0.2.19 Compiling ucd-trie v0.1.6 Compiling scopeguard v1.2.0 Compiling hashbrown v0.12.3 Compiling either v1.13.0 Compiling itoa v1.0.11 Compiling num-conv v0.1.0 Compiling rustix v0.38.44 Compiling time-core v0.1.2 Compiling termcolor v1.4.1 Compiling smallvec v1.13.2 Compiling powerfmt v0.2.0 Compiling deranged v0.3.11 Compiling time-macros v0.2.18 Compiling pest v2.7.11 Compiling abnf-core v0.5.0 Compiling lexical-parse-integer v1.0.5 Compiling lexical-write-integer v1.0.5 Compiling mio v1.0.4 Compiling half v2.4.1 Compiling errno v0.3.12 Compiling memoffset v0.9.1 Compiling num_threads v0.1.7 Compiling typed-arena v2.0.2 Compiling bitflags v2.6.0 Compiling heck v0.4.1 Compiling arrayvec v0.5.2 Compiling os_str_bytes v6.6.1 Compiling unicode-segmentation v1.11.0 Compiling serde_json v1.0.122 Compiling heck v0.5.0 Compiling ciborium-io v0.2.2 Compiling regex-syntax v0.8.5 Compiling time v0.3.36 Compiling pretty v0.11.3 Compiling ciborium-ll v0.2.2 Compiling regex-automata v0.4.7 Compiling clap_lex v0.2.4 Compiling clap_derive v3.2.25 Compiling signal-hook-mio v0.2.4 Compiling lexical-write-float v1.0.5 Compiling lexical-parse-float v1.0.5 Compiling abnf v0.12.0 Compiling pest_meta v2.7.11 Compiling parking_lot v0.12.3 Compiling itertools v0.10.5 Compiling pyo3 v0.22.2 Compiling atty v0.2.14 Compiling unicode-width v0.1.13 Compiling strsim v0.10.0 Compiling iana-time-zone v0.1.60 Compiling base64 v0.22.1 Compiling lazy_static v1.5.0 Compiling bitflags v1.3.2 Compiling ryu v1.0.18 Compiling textwrap v0.16.1 Compiling fnv v1.0.7 Compiling uriparse v0.6.4 Compiling clap v3.2.25 Compiling base64-url v3.0.0 Compiling chrono v0.4.38 Compiling abnf_to_pest v0.5.1 Compiling codespan-reporting v0.11.1 Compiling crossterm v0.28.1 Compiling pest_vm v2.7.11 Compiling lexical-core v1.0.5 Compiling regex v1.10.6 Compiling pyo3-macros v0.22.2 Compiling simplelog v0.12.2 Compiling ciborium v0.2.2 Compiling itertools v0.14.0 Compiling displaydoc v0.2.5 Compiling pycddl v0.6.4 (/tmp/work/devel/py-cddl/work/pycddl-0.6.4) Compiling data-encoding v2.6.0 Compiling base16 v0.2.1 Compiling indoc v2.0.5 Compiling hexf-parse v0.2.1 Compiling unindent v0.2.3 Compiling self_cell v1.0.4 Compiling cddl v0.9.5 warning: unexpected `cfg` condition value: `gil-refs` --> src/lib.rs:116:1 | 116 | create_exception!(pycddl, ValidationError, PyException); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: no expected values for `feature` = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate = help: try referring to `$crate::impl_exception_boilerplate` crate for guidance on how handle this unexpected cfg = help: the macro `$crate::impl_exception_boilerplate` may come from an old version of the `pyo3` crate, try updating your dependency with `cargo update -p pyo3` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default = note: this warning originates in the macro `$crate::impl_exception_boilerplate` which comes from the expansion of the macro `create_exception` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition value: `gil-refs` --> src/lib.rs:116:1 | 116 | create_exception!(pycddl, ValidationError, PyException); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: no expected values for `feature` = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate = help: try referring to `$crate::impl_exception_boilerplate` crate for guidance on how handle this unexpected cfg = help: the macro `$crate::impl_exception_boilerplate` may come from an old version of the `pyo3` crate, try updating your dependency with `cargo update -p pyo3` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `$crate::impl_exception_boilerplate` which comes from the expansion of the macro `create_exception` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition value: `gil-refs` --> src/lib.rs:116:1 | 116 | create_exception!(pycddl, ValidationError, PyException); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: no expected values for `feature` = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate = help: try referring to `$crate::pyobject_native_type_named` crate for guidance on how handle this unexpected cfg = help: the macro `$crate::pyobject_native_type_named` may come from an old version of the `pyo3` crate, try updating your dependency with `cargo update -p pyo3` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `$crate::pyobject_native_type_named` which comes from the expansion of the macro `create_exception` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition value: `gil-refs` --> src/lib.rs:116:1 | 116 | create_exception!(pycddl, ValidationError, PyException); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: no expected values for `feature` = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate = help: try referring to `$crate::pyobject_native_type_base` crate for guidance on how handle this unexpected cfg = help: the macro `$crate::pyobject_native_type_base` may come from an old version of the `pyo3` crate, try updating your dependency with `cargo update -p pyo3` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `$crate::pyobject_native_type_base` which comes from the expansion of the macro `create_exception` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition value: `gil-refs` --> src/lib.rs:116:1 | 116 | create_exception!(pycddl, ValidationError, PyException); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: no expected values for `feature` = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate = help: try referring to `$crate::pyobject_native_type_extract` crate for guidance on how handle this unexpected cfg = help: the macro `$crate::pyobject_native_type_extract` may come from an old version of the `pyo3` crate, try updating your dependency with `cargo update -p pyo3` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `$crate::pyobject_native_type_extract` which comes from the expansion of the macro `create_exception` (in Nightly builds, run with -Z macro-backtrace for more info) warning: `pycddl` (lib) generated 10 warnings (5 duplicates) Finished `release` profile [optimized] target(s) in 4m 31s 📦 Built wheel for CPython 3.14 to /tmp/work/devel/py-cddl/work/pycddl-0.6.4/target/wheels/pycddl-0.6.4-cp314-cp314-solaris_2_11_i86pc_64bit.whl /tmp/work/devel/py-cddl/work/pycddl-0.6.4/target/wheels/pycddl-0.6.4-cp314-cp314-solaris_2_11_i86pc_64bit.whl Successfully built pycddl-0.6.4-cp314-cp314-solaris_2_11_i86pc_64bit.whl