>>> Building on exopi-1 under devel/py-aiocache BDEPENDS = [devel/py-installer;devel/py-setuptools;devel/py-wheel;lang/python/3;devel/py-build] DIST = [devel/py-aiocache:aiocache-0.12.3.tar.gz] FULLPKGNAME = py3-aiocache-0.12.3 RDEPENDS = [databases/py-redis;misc/py-aiomcache;net/py-msgpack;lang/python/3;www/py-aiohttp] (Junk lock obtained for exopi-1 at 1738575451.64) >>> Running depends in devel/py-aiocache at 1738575451.70 last junk was in sysutils/f3 /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.2.post1p0 py3-installer-0.7.0p1 py3-setuptools-75.6.0p0v0 py3-wheel-0.45.1p0 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.2.post1p0 py3-installer-0.7.0p1 py3-setuptools-75.6.0p0v0 py3-wheel-0.45.1p0 python-3.12.8p2 /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.2.post1p0 py3-installer-0.7.0p1 py3-setuptools-75.6.0p0v0 py3-wheel-0.45.1p0 >>> Running show-prepare-results in devel/py-aiocache at 1738575453.87 ===> devel/py-aiocache ===> Building from scratch py3-aiocache-0.12.3 ===> py3-aiocache-0.12.3 depends on: python->=3.12,<3.13 -> python-3.12.8p2 ===> py3-aiocache-0.12.3 depends on: py3-build-* -> py3-build-1.2.2.post1p0 ===> py3-aiocache-0.12.3 depends on: py3-installer-* -> py3-installer-0.7.0p1 ===> py3-aiocache-0.12.3 depends on: py3-setuptools-* -> py3-setuptools-75.6.0p0v0 ===> py3-aiocache-0.12.3 depends on: py3-wheel-* -> py3-wheel-0.45.1p0 py3-build-1.2.2.post1p0 py3-installer-0.7.0p1 py3-setuptools-75.6.0p0v0 py3-wheel-0.45.1p0 python-3.12.8p2 (Junk lock released for exopi-1 at 1738575455.36) distfiles size=132196 >>> Running build in devel/py-aiocache at 1738575455.40 ===> devel/py-aiocache ===> Checking files for py3-aiocache-0.12.3 `/exopi-cvs/ports/distfiles/aiocache-0.12.3.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for py3-aiocache-0.12.3 ===> Patching for py3-aiocache-0.12.3 ===> 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.3 ===> Configuring for py3-aiocache-0.12.3 ===> Building for py3-aiocache-0.12.3 * 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.12/site-packages/setuptools/_distutils/cmd.py:111: 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. By 2025-Aug-30, you need to update your project and remove deprecated calls or your builds will no longer be supported. ******************************************************************************** !! 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.12/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.12/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.6-amd64/wheel running install running install_lib creating build/bdist.openbsd-7.6-amd64/wheel creating build/bdist.openbsd-7.6-amd64/wheel/aiocache copying build/lib/aiocache/__init__.py -> build/bdist.openbsd-7.6-amd64/wheel/./aiocache copying build/lib/aiocache/base.py -> build/bdist.openbsd-7.6-amd64/wheel/./aiocache copying build/lib/aiocache/decorators.py -> build/bdist.openbsd-7.6-amd64/wheel/./aiocache copying build/lib/aiocache/exceptions.py -> build/bdist.openbsd-7.6-amd64/wheel/./aiocache copying build/lib/aiocache/factory.py -> build/bdist.openbsd-7.6-amd64/wheel/./aiocache copying build/lib/aiocache/lock.py -> build/bdist.openbsd-7.6-amd64/wheel/./aiocache copying build/lib/aiocache/plugins.py -> build/bdist.openbsd-7.6-amd64/wheel/./aiocache creating build/bdist.openbsd-7.6-amd64/wheel/aiocache/backends copying build/lib/aiocache/backends/__init__.py -> build/bdist.openbsd-7.6-amd64/wheel/./aiocache/backends copying build/lib/aiocache/backends/memcached.py -> build/bdist.openbsd-7.6-amd64/wheel/./aiocache/backends copying build/lib/aiocache/backends/memory.py -> build/bdist.openbsd-7.6-amd64/wheel/./aiocache/backends copying build/lib/aiocache/backends/redis.py -> build/bdist.openbsd-7.6-amd64/wheel/./aiocache/backends creating build/bdist.openbsd-7.6-amd64/wheel/aiocache/serializers copying build/lib/aiocache/serializers/__init__.py -> build/bdist.openbsd-7.6-amd64/wheel/./aiocache/serializers copying build/lib/aiocache/serializers/serializers.py -> build/bdist.openbsd-7.6-amd64/wheel/./aiocache/serializers running install_egg_info Copying aiocache.egg-info to build/bdist.openbsd-7.6-amd64/wheel/./aiocache-0.12.3-py3.12.egg-info running install_scripts creating build/bdist.openbsd-7.6-amd64/wheel/aiocache-0.12.3.dist-info/WHEEL creating '/exopi-obj/pobj/py-aiocache-0.12.3/aiocache-0.12.3/dist/.tmp-78ezb2bq/aiocache-0.12.3-py2.py3-none-any.whl' and adding 'build/bdist.openbsd-7.6-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/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.6-amd64/wheel Successfully built aiocache-0.12.3-py2.py3-none-any.whl >>> Running package in devel/py-aiocache at 1738575458.46 ===> devel/py-aiocache ===> Faking installation for py3-aiocache-0.12.3 ===> Building package for py3-aiocache-0.12.3 Create /exopi-cvs/ports/packages/amd64/all/py3-aiocache-0.12.3.tgz Creating package py3-aiocache-0.12.3 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|******** | 13% checksumming|********* | 14% checksumming|********** | 16% checksumming|********** | 17% checksumming|*********** | 19% checksumming|************ | 20% checksumming|************* | 22% checksumming|************** | 23% checksumming|*************** | 25% checksumming|**************** | 27% checksumming|***************** | 28% checksumming|****************** | 30% checksumming|******************* | 31% checksumming|******************** | 33% checksumming|********************* | 34% checksumming|********************** | 36% checksumming|*********************** | 38% checksumming|************************ | 39% checksumming|************************* | 41% checksumming|************************** | 42% checksumming|*************************** | 44% checksumming|**************************** | 45% checksumming|***************************** | 47% checksumming|****************************** | 48% checksumming|******************************* | 50% checksumming|******************************* | 52% checksumming|******************************** | 53% checksumming|********************************* | 55% checksumming|********************************** | 56% checksumming|*********************************** | 58% checksumming|************************************ | 59% checksumming|************************************* | 61% checksumming|************************************** | 63% checksumming|*************************************** | 64% checksumming|**************************************** | 66% checksumming|***************************************** | 67% checksumming|****************************************** | 69% checksumming|******************************************* | 70% checksumming|******************************************** | 72% checksumming|********************************************* | 73% checksumming|********************************************** | 75% checksumming|*********************************************** | 77% checksumming|************************************************ | 78% checksumming|************************************************* | 80% checksumming|************************************************** | 81% checksumming|*************************************************** | 83% checksumming|*************************************************** | 84% 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|********************* | 33% archiving|*********************** | 36% archiving|************************* | 39% archiving|*************************** | 42% archiving|***************************** | 45% archiving|****************************** | 47% archiving|******************************* | 48% archiving|********************************* | 52% archiving|*********************************** | 55% archiving|************************************ | 57% archiving|************************************** | 59% archiving|**************************************** | 63% archiving|******************************************* | 67% archiving|******************************************* | 68% archiving|********************************************* | 70% archiving|********************************************** | 72% archiving|************************************************ | 75% archiving|************************************************* | 77% 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.3.tgz >>> Running clean in devel/py-aiocache at 1738575462.55 ===> devel/py-aiocache ===> Cleaning for py3-aiocache-0.12.3 >>> Ended at 1738575462.86 max_stuck=1.42/depends=2.17/show-prepare-results=1.54/build=3.06/package=4.08/clean=0.36