>>> Building on exopi-2 under devel/py-aiocache BDEPENDS = [devel/py-wheel;devel/py-setuptools;devel/py-installer;devel/py-build;lang/python/3] DIST = [devel/py-aiocache:aiocache-0.12.2.tar.gz] FULLPKGNAME = py3-aiocache-0.12.2p0 RDEPENDS = [databases/py-redis;lang/python/3;www/py-aiohttp;misc/py-aiomcache;net/py-msgpack] (Junk lock obtained for exopi-2 at 1734973176.77) >>> Running depends in devel/py-aiocache at 1734973176.81 last junk was in devel/glib2,bootstrap /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.2.post1p0 py3-installer-0.7.0p1 py3-setuptools-69.5.1p0v0 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-69.5.1p0v0 py3-wheel-0.45.1p0 python-3.12.8p0 /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.2.post1p0 py3-installer-0.7.0p1 py3-setuptools-69.5.1p0v0 py3-wheel-0.45.1p0 >>> Running show-prepare-results in devel/py-aiocache at 1734973178.30 ===> devel/py-aiocache ===> Building from scratch py3-aiocache-0.12.2p0 ===> py3-aiocache-0.12.2p0 depends on: python->=3.12,<3.13 -> python-3.12.8p0 ===> py3-aiocache-0.12.2p0 depends on: py3-build-* -> py3-build-1.2.2.post1p0 ===> py3-aiocache-0.12.2p0 depends on: py3-installer-* -> py3-installer-0.7.0p1 ===> py3-aiocache-0.12.2p0 depends on: py3-setuptools-* -> py3-setuptools-69.5.1p0v0 ===> py3-aiocache-0.12.2p0 depends on: py3-wheel-* -> py3-wheel-0.45.1p0 py3-build-1.2.2.post1p0 py3-installer-0.7.0p1 py3-setuptools-69.5.1p0v0 py3-wheel-0.45.1p0 python-3.12.8p0 (Junk lock released for exopi-2 at 1734973179.23) distfiles size=131851 >>> Running build in devel/py-aiocache at 1734973179.25 ===> devel/py-aiocache ===> Checking files for py3-aiocache-0.12.2p0 `/exopi-cvs/ports/distfiles/aiocache-0.12.2.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for py3-aiocache-0.12.2p0 ===> Patching for py3-aiocache-0.12.2p0 ===> 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.2p0 ===> Configuring for py3-aiocache-0.12.2p0 ===> Building for py3-aiocache-0.12.2p0 * 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 running build running build_py creating build creating build/lib 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:207: _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:207: _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 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.2-py3.12.egg-info running install_scripts creating build/bdist.openbsd-7.6-amd64/wheel/aiocache-0.12.2.dist-info/WHEEL creating '/exopi-obj/pobj/py-aiocache-0.12.2/aiocache-0.12.2/dist/.tmp-7bidgiw4/aiocache-0.12.2-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.2.dist-info/LICENSE' adding 'aiocache-0.12.2.dist-info/METADATA' adding 'aiocache-0.12.2.dist-info/WHEEL' adding 'aiocache-0.12.2.dist-info/top_level.txt' adding 'aiocache-0.12.2.dist-info/RECORD' removing build/bdist.openbsd-7.6-amd64/wheel Successfully built aiocache-0.12.2-py2.py3-none-any.whl >>> Running package in devel/py-aiocache at 1734973181.76 ===> devel/py-aiocache ===> Faking installation for py3-aiocache-0.12.2p0 ===> Building package for py3-aiocache-0.12.2p0 Create /exopi-cvs/ports/packages/amd64/all/py3-aiocache-0.12.2p0.tgz Creating package py3-aiocache-0.12.2p0 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|************************* | 40% archiving|*************************** | 42% archiving|***************************** | 45% archiving|****************************** | 47% archiving|******************************* | 48% archiving|******************************* | 49% archiving|********************************* | 52% archiving|*********************************** | 55% archiving|************************************* | 57% archiving|************************************** | 59% archiving|**************************************** | 63% archiving|******************************************* | 67% archiving|******************************************* | 68% archiving|********************************************* | 70% archiving|********************************************** | 72% archiving|*********************************************** | 73% archiving|************************************************ | 75% archiving|************************************************ | 76% archiving|************************************************* | 76% archiving|************************************************** | 78% archiving|************************************************** | 79% archiving|**************************************************** | 81% archiving|******************************************************** | 87% archiving|*********************************************************** | 93% archiving|************************************************************* | 95% archiving|************************************************************** | 97% archiving|*************************************************************** | 98% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-aiocache-0.12.2p0.tgz >>> Running clean in devel/py-aiocache at 1734973184.85 ===> devel/py-aiocache ===> Cleaning for py3-aiocache-0.12.2p0 >>> Ended at 1734973185.10 max_stuck=1.39/depends=1.49/show-prepare-results=0.96/build=2.51/package=3.05/clean=0.30