>>> Building on exopi-3 under devel/py-aiocache,python3 BDEPENDS = [devel/py-wheel,python3;devel/py-setuptools,python3;devel/py-installer,python3;devel/py-build,python3;lang/python/3] DIST = [devel/py-aiocache,python3:aiocache-0.12.2.tar.gz] FULLPKGNAME = py3-aiocache-0.12.2 RDEPENDS = [lang/python/3;databases/py-redis,python3;net/py-msgpack,python3;www/py-aiohttp,python3;misc/py-aiomcache,python3] (Junk lock obtained for exopi-3 at 1731871279.01) >>> Running depends in devel/py-aiocache,python3 at 1731871279.06 last junk was in textproc/py-sphinx_guzzle_theme,python3 /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.2.post1 py3-installer-0.7.0p0 py3-setuptools-69.5.1v0 py3-wheel-0.45.0 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.2.post1 py3-installer-0.7.0p0 py3-setuptools-69.5.1v0 py3-wheel-0.45.0 python-3.11.10p1 /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.2.post1 py3-installer-0.7.0p0 py3-setuptools-69.5.1v0 py3-wheel-0.45.0 >>> Running show-prepare-results in devel/py-aiocache,python3 at 1731871281.10 ===> devel/py-aiocache,python3 ===> Building from scratch py3-aiocache-0.12.2 ===> py3-aiocache-0.12.2 depends on: python->=3.11,<3.12 -> python-3.11.10p1 ===> py3-aiocache-0.12.2 depends on: py3-build-* -> py3-build-1.2.2.post1 ===> py3-aiocache-0.12.2 depends on: py3-installer-* -> py3-installer-0.7.0p0 ===> py3-aiocache-0.12.2 depends on: py3-setuptools-* -> py3-setuptools-69.5.1v0 ===> py3-aiocache-0.12.2 depends on: py3-wheel-* -> py3-wheel-0.45.0 py3-build-1.2.2.post1 py3-installer-0.7.0p0 py3-setuptools-69.5.1v0 py3-wheel-0.45.0 python-3.11.10p1 (Junk lock released for exopi-3 at 1731871283.02) distfiles size=131851 >>> Running build in devel/py-aiocache,python3 at 1731871283.14 ===> devel/py-aiocache,python3 ===> Checking files for py3-aiocache-0.12.2 `/exopi-cvs/ports/distfiles/aiocache-0.12.2.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for py3-aiocache-0.12.2 ===> Patching for py3-aiocache-0.12.2 ===> 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.2 ===> Configuring for py3-aiocache-0.12.2 ===> Building for py3-aiocache-0.12.2 * 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.11/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.11/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.11.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-python3/aiocache-0.12.2/dist/.tmp-8i2ela_8/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,python3 at 1731871286.26 ===> devel/py-aiocache,python3 ===> Faking installation for py3-aiocache-0.12.2 ===> Building package for py3-aiocache-0.12.2 Create /exopi-cvs/ports/packages/amd64/all/py3-aiocache-0.12.2.tgz Creating package py3-aiocache-0.12.2 reading plist| checking dependencies| checking dependencies|databases/py-redis,python3 checking dependencies|lang/python/3,-main checking dependencies|misc/py-aiomcache,python3 checking dependencies|net/py-msgpack,python3 checking dependencies|www/py-aiohttp,python3 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|******* | 10% archiving|************ | 19% archiving|***************** | 26% archiving|********************* | 33% archiving|************************ | 37% archiving|************************** | 40% archiving|*************************** | 43% archiving|***************************** | 46% archiving|****************************** | 47% archiving|******************************* | 49% archiving|********************************* | 52% archiving|************************************ | 55% archiving|************************************* | 58% archiving|************************************** | 60% archiving|***************************************** | 64% archiving|******************************************** | 68% archiving|******************************************** | 69% archiving|********************************************** | 71% archiving|*********************************************** | 74% archiving|************************************************ | 74% archiving|************************************************* | 77% archiving|************************************************** | 79% archiving|*************************************************** | 80% archiving|***************************************************** | 82% archiving|******************************************************** | 88% archiving|************************************************************ | 93% archiving|************************************************************* | 96% archiving|************************************************************** | 97% archiving|*************************************************************** | 98% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-aiocache-0.12.2.tgz >>> Running clean in devel/py-aiocache,python3 at 1731871290.84 ===> devel/py-aiocache,python3 ===> Cleaning for py3-aiocache-0.12.2 >>> Ended at 1731871291.36 max_stuck=1.16/depends=2.05/show-prepare-results=1.95/build=3.16/package=4.62/clean=0.55