>>> Building on exopi-1 under devel/py-aiocache BDEPENDS = [devel/py-build;devel/py-setuptools;devel/py-wheel;lang/python/3;devel/py-installer] DIST = [devel/py-aiocache:aiocache-0.12.3.tar.gz] FULLPKGNAME = py3-aiocache-0.12.3p0 RDEPENDS = [lang/python/3;misc/py-aiomcache;net/py-msgpack;www/py-aiohttp;databases/py-redis] (Junk lock obtained for exopi-1 at 1764447757.32) >>> Running depends in devel/py-aiocache at 1764447757.35 last junk was in productivity/py-x-wr-timezone /usr/sbin/pkg_add -aI -Drepair py3-build-1.3.0 py3-installer-0.7.0p2 py3-setuptools-79.0.1v0 py3-wheel-0.46.1 python-3.13.9 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.3.0 py3-installer-0.7.0p2 py3-setuptools-79.0.1v0 py3-wheel-0.46.1 python-3.13.9 /usr/sbin/pkg_add -aI -Drepair py3-build-1.3.0 py3-installer-0.7.0p2 py3-setuptools-79.0.1v0 py3-wheel-0.46.1 python-3.13.9 >>> Running show-prepare-results in devel/py-aiocache at 1764447758.91 ===> devel/py-aiocache ===> Building from scratch py3-aiocache-0.12.3p0 ===> py3-aiocache-0.12.3p0 depends on: python->=3.13,<3.14 -> python-3.13.9 ===> py3-aiocache-0.12.3p0 depends on: py3-build-* -> py3-build-1.3.0 ===> py3-aiocache-0.12.3p0 depends on: py3-installer-* -> py3-installer-0.7.0p2 ===> py3-aiocache-0.12.3p0 depends on: py3-setuptools->=79v0 -> py3-setuptools-79.0.1v0 ===> py3-aiocache-0.12.3p0 depends on: py3-wheel-* -> py3-wheel-0.46.1 py3-build-1.3.0 py3-installer-0.7.0p2 py3-setuptools-79.0.1v0 py3-wheel-0.46.1 python-3.13.9 (Junk lock released for exopi-1 at 1764447759.82) distfiles size=132196 >>> Running extract in devel/py-aiocache at 1764447759.85 ===> devel/py-aiocache ===> Checking files for py3-aiocache-0.12.3p0 `/exopi-cvs/ports/distfiles/aiocache-0.12.3.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for py3-aiocache-0.12.3p0 >>> Running build in devel/py-aiocache at 1764447760.15 ===> devel/py-aiocache ===> Patching for py3-aiocache-0.12.3p0 ===> 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-aiocache-0.12.3p0 ===> Configuring for py3-aiocache-0.12.3p0 ===> Building for py3-aiocache-0.12.3p0 * Getting build dependencies for wheel... running egg_info writing aiocache.egg-info/PKG-INFO writing dependency_links to aiocache.egg-info/dependency_links.txt writing requirements to aiocache.egg-info/requires.txt writing top-level names to aiocache.egg-info/top_level.txt reading manifest file 'aiocache.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'aiocache.egg-info/SOURCES.txt' * Building wheel... running bdist_wheel /usr/local/lib/python3.13/site-packages/setuptools/_distutils/cmd.py:135: SetuptoolsDeprecationWarning: bdist_wheel.universal is deprecated !! ******************************************************************************** With Python 2.7 end-of-life, support for building universal wheels (i.e., wheels that support both Python 2 and Python 3) is being obviated. Please discontinue using this option, or if you still need it, file an issue with pypa/setuptools describing your use case. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. ******************************************************************************** !! self.finalize_options() running build running build_py creating build/lib/aiocache copying aiocache/__init__.py -> build/lib/aiocache copying aiocache/base.py -> build/lib/aiocache copying aiocache/decorators.py -> build/lib/aiocache copying aiocache/exceptions.py -> build/lib/aiocache copying aiocache/factory.py -> build/lib/aiocache copying aiocache/lock.py -> build/lib/aiocache copying aiocache/plugins.py -> build/lib/aiocache running egg_info writing aiocache.egg-info/PKG-INFO writing dependency_links to aiocache.egg-info/dependency_links.txt writing requirements to aiocache.egg-info/requires.txt writing top-level names to aiocache.egg-info/top_level.txt reading manifest file 'aiocache.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'aiocache.egg-info/SOURCES.txt' /usr/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'aiocache.backends' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'aiocache.backends' 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 'aiocache.backends' 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 'aiocache.backends' to be distributed and are already explicitly excluding 'aiocache.backends' 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.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'aiocache.serializers' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'aiocache.serializers' 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 'aiocache.serializers' 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 'aiocache.serializers' to be distributed and are already explicitly excluding 'aiocache.serializers' 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/aiocache/backends copying aiocache/backends/__init__.py -> build/lib/aiocache/backends copying aiocache/backends/memcached.py -> build/lib/aiocache/backends copying aiocache/backends/memory.py -> build/lib/aiocache/backends copying aiocache/backends/redis.py -> build/lib/aiocache/backends creating build/lib/aiocache/serializers copying aiocache/serializers/__init__.py -> build/lib/aiocache/serializers copying aiocache/serializers/serializers.py -> build/lib/aiocache/serializers installing to build/bdist.openbsd-7.8-amd64/wheel running install running install_lib creating build/bdist.openbsd-7.8-amd64/wheel creating build/bdist.openbsd-7.8-amd64/wheel/aiocache copying build/lib/aiocache/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./aiocache copying build/lib/aiocache/base.py -> build/bdist.openbsd-7.8-amd64/wheel/./aiocache copying build/lib/aiocache/decorators.py -> build/bdist.openbsd-7.8-amd64/wheel/./aiocache copying build/lib/aiocache/exceptions.py -> build/bdist.openbsd-7.8-amd64/wheel/./aiocache copying build/lib/aiocache/factory.py -> build/bdist.openbsd-7.8-amd64/wheel/./aiocache copying build/lib/aiocache/lock.py -> build/bdist.openbsd-7.8-amd64/wheel/./aiocache copying build/lib/aiocache/plugins.py -> build/bdist.openbsd-7.8-amd64/wheel/./aiocache creating build/bdist.openbsd-7.8-amd64/wheel/aiocache/backends copying build/lib/aiocache/backends/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./aiocache/backends copying build/lib/aiocache/backends/memcached.py -> build/bdist.openbsd-7.8-amd64/wheel/./aiocache/backends copying build/lib/aiocache/backends/memory.py -> build/bdist.openbsd-7.8-amd64/wheel/./aiocache/backends copying build/lib/aiocache/backends/redis.py -> build/bdist.openbsd-7.8-amd64/wheel/./aiocache/backends creating build/bdist.openbsd-7.8-amd64/wheel/aiocache/serializers copying build/lib/aiocache/serializers/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./aiocache/serializers copying build/lib/aiocache/serializers/serializers.py -> build/bdist.openbsd-7.8-amd64/wheel/./aiocache/serializers running install_egg_info Copying aiocache.egg-info to build/bdist.openbsd-7.8-amd64/wheel/./aiocache-0.12.3-py3.13.egg-info running install_scripts creating build/bdist.openbsd-7.8-amd64/wheel/aiocache-0.12.3.dist-info/WHEEL creating '/exopi-obj/pobj/py-aiocache-0.12.3/aiocache-0.12.3/dist/.tmp-zxyfdw_x/aiocache-0.12.3-py2.py3-none-any.whl' and adding 'build/bdist.openbsd-7.8-amd64/wheel' to it adding 'aiocache/__init__.py' adding 'aiocache/base.py' adding 'aiocache/decorators.py' adding 'aiocache/exceptions.py' adding 'aiocache/factory.py' adding 'aiocache/lock.py' adding 'aiocache/plugins.py' adding 'aiocache/backends/__init__.py' adding 'aiocache/backends/memcached.py' adding 'aiocache/backends/memory.py' adding 'aiocache/backends/redis.py' adding 'aiocache/serializers/__init__.py' adding 'aiocache/serializers/serializers.py' adding 'aiocache-0.12.3.dist-info/licenses/LICENSE' adding 'aiocache-0.12.3.dist-info/METADATA' adding 'aiocache-0.12.3.dist-info/WHEEL' adding 'aiocache-0.12.3.dist-info/top_level.txt' adding 'aiocache-0.12.3.dist-info/RECORD' removing build/bdist.openbsd-7.8-amd64/wheel Successfully built aiocache-0.12.3-py2.py3-none-any.whl >>> Running package in devel/py-aiocache at 1764447762.33 ===> devel/py-aiocache ===> Faking installation for py3-aiocache-0.12.3p0 ===> Building package for py3-aiocache-0.12.3p0 Create /exopi-cvs/ports/packages/amd64/all/py3-aiocache-0.12.3p0.tgz Creating package py3-aiocache-0.12.3p0 reading plist| checking dependencies| checking dependencies|databases/py-redis checking dependencies|lang/python/3,-main checking dependencies|misc/py-aiomcache checking dependencies|net/py-msgpack checking dependencies|www/py-aiohttp checksumming| checksumming| | 0% checksumming|* | 2% checksumming|** | 3% checksumming|*** | 5% checksumming|**** | 6% checksumming|***** | 8% checksumming|****** | 9% checksumming|******* | 11% checksumming|******** | 12% checksumming|******** | 14% checksumming|********* | 15% checksumming|********** | 17% checksumming|*********** | 18% checksumming|************ | 20% checksumming|************* | 22% checksumming|************** | 23% checksumming|*************** | 25% checksumming|**************** | 26% checksumming|***************** | 28% checksumming|****************** | 29% checksumming|******************* | 31% checksumming|******************** | 32% checksumming|********************* | 34% checksumming|********************** | 35% checksumming|*********************** | 37% checksumming|*********************** | 38% checksumming|************************ | 40% checksumming|************************* | 42% checksumming|************************** | 43% checksumming|*************************** | 45% checksumming|**************************** | 46% checksumming|***************************** | 48% checksumming|****************************** | 49% checksumming|******************************* | 51% checksumming|******************************** | 52% checksumming|********************************* | 54% checksumming|********************************** | 55% checksumming|*********************************** | 57% checksumming|************************************ | 58% checksumming|************************************* | 60% checksumming|************************************** | 62% checksumming|************************************** | 63% checksumming|*************************************** | 65% checksumming|**************************************** | 66% checksumming|***************************************** | 68% checksumming|****************************************** | 69% checksumming|******************************************* | 71% checksumming|******************************************** | 72% checksumming|********************************************* | 74% checksumming|********************************************** | 75% checksumming|*********************************************** | 77% checksumming|************************************************ | 78% checksumming|************************************************* | 80% checksumming|************************************************** | 82% checksumming|*************************************************** | 83% checksumming|**************************************************** | 85% checksumming|***************************************************** | 86% checksumming|***************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 91% checksumming|******************************************************** | 92% checksumming|********************************************************* | 94% checksumming|********************************************************** | 95% checksumming|*********************************************************** | 97% checksumming|************************************************************ | 98% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|* | 1% archiving|****** | 10% archiving|************ | 19% archiving|**************** | 26% archiving|********************* | 32% archiving|********************* | 33% archiving|*********************** | 36% archiving|************************* | 39% archiving|*************************** | 42% archiving|**************************** | 44% archiving|***************************** | 46% archiving|****************************** | 48% archiving|******************************* | 48% archiving|********************************* | 51% archiving|*********************************** | 54% archiving|************************************ | 56% archiving|************************************** | 59% archiving|**************************************** | 63% archiving|******************************************* | 67% archiving|********************************************* | 70% archiving|********************************************** | 72% archiving|************************************************ | 74% archiving|************************************************ | 75% archiving|************************************************* | 76% archiving|*************************************************** | 79% archiving|**************************************************** | 82% archiving|***************************************************** | 82% archiving|****************************************************** | 84% archiving|********************************************************* | 90% archiving|************************************************************* | 95% archiving|************************************************************** | 97% archiving|*************************************************************** | 98% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-aiocache-0.12.3p0.tgz >>> Running clean in devel/py-aiocache at 1764447765.73 ===> devel/py-aiocache ===> Cleaning for py3-aiocache-0.12.3p0 >>> Ended at 1764447765.93 max_stuck=0.00/depends=1.57/show-prepare-results=0.93/extract=0.30/build=2.18/package=3.40/clean=0.23