>>> Building on exopi-5 under devel/py-acstore BDEPENDS = [devel/py-wheel;devel/py-installer;devel/py-setuptools;devel/py-build;lang/python/3] DIST = [devel/py-acstore:acstore-20260411.tar.gz] FULLPKGNAME = py3-acstore-20260411 RDEPENDS = [lang/python/3;textproc/py-yaml] (Junk lock obtained for exopi-5 at 1781190731.41) >>> Running depends in devel/py-acstore at 1781190731.47 last junk was in graphics/py-pyqtgraph /usr/sbin/pkg_add -aI -Drepair py3-build-1.5.0 py3-installer-1.0.1 py3-setuptools-80.9.0v0 py3-wheel-0.47.0 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.5.0 py3-installer-1.0.1 py3-setuptools-80.9.0v0 py3-wheel-0.47.0 python-3.14.5 /usr/sbin/pkg_add -aI -Drepair py3-build-1.5.0 py3-installer-1.0.1 py3-setuptools-80.9.0v0 py3-wheel-0.47.0 >>> Running show-prepare-results in devel/py-acstore at 1781190733.70 ===> devel/py-acstore ===> Building from scratch py3-acstore-20260411 ===> py3-acstore-20260411 depends on: python->=3.14 -> python-3.14.5 ===> py3-acstore-20260411 depends on: py3-build-* -> py3-build-1.5.0 ===> py3-acstore-20260411 depends on: py3-installer-* -> py3-installer-1.0.1 ===> py3-acstore-20260411 depends on: py3-setuptools->=79v0 -> py3-setuptools-80.9.0v0 ===> py3-acstore-20260411 depends on: py3-wheel-* -> py3-wheel-0.47.0 py3-build-1.5.0 py3-installer-1.0.1 py3-setuptools-80.9.0v0 py3-wheel-0.47.0 python-3.14.5 (Junk lock released for exopi-5 at 1781190734.79) distfiles size=46654 >>> Running extract in devel/py-acstore at 1781190734.85 ===> devel/py-acstore ===> Checking files for py3-acstore-20260411 `/exopi-cvs/ports/distfiles/acstore-20260411.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for py3-acstore-20260411 >>> Running build in devel/py-acstore at 1781190735.17 ===> devel/py-acstore ===> Patching for py3-acstore-20260411 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for py3-acstore-20260411 ===> Configuring for py3-acstore-20260411 ===> Building for py3-acstore-20260411 * Getting build dependencies for wheel... toml section missing PosixPath('pyproject.toml') does not contain a tool.setuptools_scm section running egg_info writing acstore.egg-info/PKG-INFO writing dependency_links to acstore.egg-info/dependency_links.txt writing requirements to acstore.egg-info/requires.txt writing top-level names to acstore.egg-info/top_level.txt reading manifest file 'acstore.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '*.pyc' warning: no previously-included files matching '*.pyc' found under directory 'acstore' adding license file 'ACKNOWLEDGEMENTS' adding license file 'AUTHORS' adding license file 'LICENSE' writing manifest file 'acstore.egg-info/SOURCES.txt' * Building wheel... toml section missing PosixPath('pyproject.toml') does not contain a tool.setuptools_scm section running bdist_wheel running build running build_py creating build/lib/acstore copying acstore/__init__.py -> build/lib/acstore copying acstore/errors.py -> build/lib/acstore copying acstore/fake_store.py -> build/lib/acstore copying acstore/interface.py -> build/lib/acstore copying acstore/profilers.py -> build/lib/acstore copying acstore/sqlite_store.py -> build/lib/acstore running egg_info writing acstore.egg-info/PKG-INFO writing dependency_links to acstore.egg-info/dependency_links.txt writing requirements to acstore.egg-info/requires.txt writing top-level names to acstore.egg-info/top_level.txt reading manifest file 'acstore.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'ACKNOWLEDGEMENTS' adding license file 'AUTHORS' adding license file 'LICENSE' writing manifest file 'acstore.egg-info/SOURCES.txt' warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '*.pyc' warning: no previously-included files matching '*.pyc' found under directory 'acstore' /usr/local/lib/python3.14/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'acstore.containers' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'acstore.containers' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'acstore.containers' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'acstore.containers' to be distributed and are already explicitly excluding 'acstore.containers' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.14/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'acstore.helpers' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'acstore.helpers' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'acstore.helpers' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'acstore.helpers' to be distributed and are already explicitly excluding 'acstore.helpers' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) creating build/lib/acstore/containers copying acstore/containers/__init__.py -> build/lib/acstore/containers copying acstore/containers/interface.py -> build/lib/acstore/containers copying acstore/containers/manager.py -> build/lib/acstore/containers creating build/lib/acstore/helpers copying acstore/helpers/__init__.py -> build/lib/acstore/helpers copying acstore/helpers/json_serializer.py -> build/lib/acstore/helpers copying acstore/helpers/schema.py -> build/lib/acstore/helpers copying acstore/helpers/yaml_definitions_file.py -> build/lib/acstore/helpers installing to build/bdist.openbsd-7.9-amd64/wheel running install running install_lib creating build/bdist.openbsd-7.9-amd64/wheel creating build/bdist.openbsd-7.9-amd64/wheel/acstore copying build/lib/acstore/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./acstore copying build/lib/acstore/errors.py -> build/bdist.openbsd-7.9-amd64/wheel/./acstore copying build/lib/acstore/fake_store.py -> build/bdist.openbsd-7.9-amd64/wheel/./acstore copying build/lib/acstore/interface.py -> build/bdist.openbsd-7.9-amd64/wheel/./acstore copying build/lib/acstore/profilers.py -> build/bdist.openbsd-7.9-amd64/wheel/./acstore copying build/lib/acstore/sqlite_store.py -> build/bdist.openbsd-7.9-amd64/wheel/./acstore creating build/bdist.openbsd-7.9-amd64/wheel/acstore/containers copying build/lib/acstore/containers/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./acstore/containers copying build/lib/acstore/containers/interface.py -> build/bdist.openbsd-7.9-amd64/wheel/./acstore/containers copying build/lib/acstore/containers/manager.py -> build/bdist.openbsd-7.9-amd64/wheel/./acstore/containers creating build/bdist.openbsd-7.9-amd64/wheel/acstore/helpers copying build/lib/acstore/helpers/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./acstore/helpers copying build/lib/acstore/helpers/json_serializer.py -> build/bdist.openbsd-7.9-amd64/wheel/./acstore/helpers copying build/lib/acstore/helpers/schema.py -> build/bdist.openbsd-7.9-amd64/wheel/./acstore/helpers copying build/lib/acstore/helpers/yaml_definitions_file.py -> build/bdist.openbsd-7.9-amd64/wheel/./acstore/helpers running install_egg_info Copying acstore.egg-info to build/bdist.openbsd-7.9-amd64/wheel/./acstore-20260411-py3.14.egg-info running install_scripts creating build/bdist.openbsd-7.9-amd64/wheel/acstore-20260411.dist-info/WHEEL creating '/exopi-obj/pobj/py-acstore-20260411/acstore-20260411/dist/.tmp-pyree1uf/acstore-20260411-py3-none-any.whl' and adding 'build/bdist.openbsd-7.9-amd64/wheel' to it adding 'acstore/__init__.py' adding 'acstore/errors.py' adding 'acstore/fake_store.py' adding 'acstore/interface.py' adding 'acstore/profilers.py' adding 'acstore/sqlite_store.py' adding 'acstore/containers/__init__.py' adding 'acstore/containers/interface.py' adding 'acstore/containers/manager.py' adding 'acstore/helpers/__init__.py' adding 'acstore/helpers/json_serializer.py' adding 'acstore/helpers/schema.py' adding 'acstore/helpers/yaml_definitions_file.py' adding 'acstore-20260411.dist-info/licenses/ACKNOWLEDGEMENTS' adding 'acstore-20260411.dist-info/licenses/AUTHORS' adding 'acstore-20260411.dist-info/licenses/LICENSE' adding 'acstore-20260411.dist-info/METADATA' adding 'acstore-20260411.dist-info/WHEEL' adding 'acstore-20260411.dist-info/top_level.txt' adding 'acstore-20260411.dist-info/RECORD' removing build/bdist.openbsd-7.9-amd64/wheel Successfully built acstore-20260411-py3-none-any.whl >>> Running package in devel/py-acstore at 1781190738.18 ===> devel/py-acstore ===> Faking installation for py3-acstore-20260411 ===> Building package for py3-acstore-20260411 Create /exopi-cvs/ports/packages/amd64/all/py3-acstore-20260411.tgz Creating package py3-acstore-20260411 reading plist| checking dependencies| checking dependencies|lang/python/3,-main checking dependencies|textproc/py-yaml checksumming| checksumming| | 0% checksumming|* | 2% checksumming|** | 3% checksumming|*** | 5% checksumming|**** | 6% checksumming|***** | 8% checksumming|****** | 10% checksumming|******* | 11% checksumming|******** | 13% checksumming|********* | 14% checksumming|********** | 16% checksumming|*********** | 17% checksumming|************ | 19% checksumming|************* | 21% checksumming|************** | 22% checksumming|*************** | 24% checksumming|*************** | 25% checksumming|**************** | 27% checksumming|***************** | 29% checksumming|****************** | 30% checksumming|******************* | 32% checksumming|******************** | 33% checksumming|********************* | 35% checksumming|********************** | 37% checksumming|*********************** | 38% checksumming|************************ | 40% checksumming|************************* | 41% checksumming|************************** | 43% checksumming|*************************** | 44% checksumming|**************************** | 46% checksumming|***************************** | 48% checksumming|****************************** | 49% checksumming|******************************* | 51% checksumming|******************************** | 52% checksumming|********************************* | 54% checksumming|********************************** | 56% checksumming|*********************************** | 57% checksumming|************************************ | 59% checksumming|************************************* | 60% checksumming|************************************** | 62% checksumming|*************************************** | 63% checksumming|**************************************** | 65% checksumming|***************************************** | 67% checksumming|****************************************** | 68% checksumming|******************************************* | 70% checksumming|******************************************** | 71% checksumming|********************************************* | 73% checksumming|********************************************** | 75% checksumming|********************************************** | 76% checksumming|*********************************************** | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 81% checksumming|************************************************** | 83% checksumming|*************************************************** | 84% checksumming|**************************************************** | 86% checksumming|***************************************************** | 87% checksumming|****************************************************** | 89% checksumming|******************************************************* | 90% checksumming|******************************************************** | 92% checksumming|********************************************************* | 94% checksumming|********************************************************** | 95% checksumming|*********************************************************** | 97% checksumming|************************************************************ | 98% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|* | 1% archiving|** | 4% archiving|**** | 7% archiving|******* | 11% archiving|********** | 15% archiving|*********** | 17% archiving|************ | 19% archiving|********************** | 35% archiving|******************************** | 50% archiving|********************************** | 53% archiving|************************************ | 56% archiving|************************************* | 57% archiving|************************************** | 59% archiving|*************************************** | 61% archiving|**************************************** | 62% archiving|***************************************** | 63% archiving|***************************************** | 65% archiving|******************************************* | 67% archiving|******************************************** | 69% archiving|********************************************* | 70% archiving|********************************************** | 71% archiving|***************************************************** | 83% archiving|***************************************************** | 84% archiving|****************************************************** | 84% archiving|******************************************************** | 88% archiving|********************************************************** | 90% archiving|********************************************************** | 91% archiving|************************************************************ | 94% archiving|************************************************************* | 95% archiving|************************************************************* | 96% archiving|*************************************************************** | 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-acstore-20260411.tgz >>> Running clean in devel/py-acstore at 1781190740.44 ===> devel/py-acstore ===> Cleaning for py3-acstore-20260411 >>> Ended at 1781190740.73 max_stuck=1.57/depends=2.24/show-prepare-results=1.14/extract=0.34/build=3.00/package=2.26/clean=0.34