>>> Building on exopi-3 under www/py-requests-toolbelt,python3 BDEPENDS = [lang/python/3.10;devel/py-setuptools,python3;devel/py-build,python3;devel/py-wheel,python3;devel/py-installer,python3] DIST = [www/py-requests-toolbelt,python3:requests-toolbelt-0.10.1.tar.gz] FULLPKGNAME = py3-requests-toolbelt-0.10.1 RDEPENDS = [lang/python/3.10;www/py-requests,python3] (Junk lock obtained for exopi-3 at 1714753808.53) >>> Running depends in www/py-requests-toolbelt,python3 at 1714753808.58 last junk was in sysutils/direnv /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.1 py3-installer-0.7.0 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 python-3.10.14p0 /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.1 py3-installer-0.7.0 >>> Running show-prepare-results in www/py-requests-toolbelt,python3 at 1714753810.49 ===> www/py-requests-toolbelt,python3 ===> Building from scratch py3-requests-toolbelt-0.10.1 ===> py3-requests-toolbelt-0.10.1 depends on: python->=3.10,<3.11 -> python-3.10.14p0 ===> py3-requests-toolbelt-0.10.1 depends on: py3-build-* -> py3-build-1.2.1 ===> py3-requests-toolbelt-0.10.1 depends on: py3-installer-* -> py3-installer-0.7.0 ===> py3-requests-toolbelt-0.10.1 depends on: py3-setuptools-* -> py3-setuptools-68.0.0v0 ===> py3-requests-toolbelt-0.10.1 depends on: py3-wheel-* -> py3-wheel-0.43.0 py3-build-1.2.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 python-3.10.14p0 (Junk lock released for exopi-3 at 1714753811.97) distfiles size=208956 >>> Running build in www/py-requests-toolbelt,python3 at 1714753812.00 ===> www/py-requests-toolbelt,python3 ===> Checking files for py3-requests-toolbelt-0.10.1 `/exopi-cvs/ports/distfiles/requests-toolbelt-0.10.1.tar.gz' is up to date. >> (SHA256) requests-toolbelt-0.10.1.tar.gz: OK ===> Extracting for py3-requests-toolbelt-0.10.1 ===> Patching for py3-requests-toolbelt-0.10.1 ===> 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-requests-toolbelt-0.10.1 ===> Configuring for py3-requests-toolbelt-0.10.1 ===> Building for py3-requests-toolbelt-0.10.1 * Getting build dependencies for wheel... running egg_info writing requests_toolbelt.egg-info/PKG-INFO writing dependency_links to requests_toolbelt.egg-info/dependency_links.txt writing requirements to requests_toolbelt.egg-info/requires.txt writing top-level names to requests_toolbelt.egg-info/top_level.txt reading manifest file 'requests_toolbelt.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no previously-included files matching '*.py[cdo]' found anywhere in distribution warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.so' found anywhere in distribution warning: no previously-included files matching '*.pyd' found anywhere in distribution adding license file 'LICENSE' adding license file 'AUTHORS.rst' writing manifest file 'requests_toolbelt.egg-info/SOURCES.txt' * Building wheel... running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/requests_toolbelt copying requests_toolbelt/__init__.py -> build/lib/requests_toolbelt copying requests_toolbelt/_compat.py -> build/lib/requests_toolbelt copying requests_toolbelt/exceptions.py -> build/lib/requests_toolbelt copying requests_toolbelt/sessions.py -> build/lib/requests_toolbelt copying requests_toolbelt/streaming_iterator.py -> build/lib/requests_toolbelt creating build/lib/requests_toolbelt/adapters copying requests_toolbelt/adapters/__init__.py -> build/lib/requests_toolbelt/adapters copying requests_toolbelt/adapters/appengine.py -> build/lib/requests_toolbelt/adapters copying requests_toolbelt/adapters/fingerprint.py -> build/lib/requests_toolbelt/adapters copying requests_toolbelt/adapters/host_header_ssl.py -> build/lib/requests_toolbelt/adapters copying requests_toolbelt/adapters/socket_options.py -> build/lib/requests_toolbelt/adapters copying requests_toolbelt/adapters/source.py -> build/lib/requests_toolbelt/adapters copying requests_toolbelt/adapters/ssl.py -> build/lib/requests_toolbelt/adapters copying requests_toolbelt/adapters/x509.py -> build/lib/requests_toolbelt/adapters creating build/lib/requests_toolbelt/auth copying requests_toolbelt/auth/__init__.py -> build/lib/requests_toolbelt/auth copying requests_toolbelt/auth/_digest_auth_compat.py -> build/lib/requests_toolbelt/auth copying requests_toolbelt/auth/guess.py -> build/lib/requests_toolbelt/auth copying requests_toolbelt/auth/handler.py -> build/lib/requests_toolbelt/auth copying requests_toolbelt/auth/http_proxy_digest.py -> build/lib/requests_toolbelt/auth creating build/lib/requests_toolbelt/downloadutils copying requests_toolbelt/downloadutils/__init__.py -> build/lib/requests_toolbelt/downloadutils copying requests_toolbelt/downloadutils/stream.py -> build/lib/requests_toolbelt/downloadutils copying requests_toolbelt/downloadutils/tee.py -> build/lib/requests_toolbelt/downloadutils creating build/lib/requests_toolbelt/multipart copying requests_toolbelt/multipart/__init__.py -> build/lib/requests_toolbelt/multipart copying requests_toolbelt/multipart/decoder.py -> build/lib/requests_toolbelt/multipart copying requests_toolbelt/multipart/encoder.py -> build/lib/requests_toolbelt/multipart creating build/lib/requests_toolbelt/threaded copying requests_toolbelt/threaded/__init__.py -> build/lib/requests_toolbelt/threaded copying requests_toolbelt/threaded/pool.py -> build/lib/requests_toolbelt/threaded copying requests_toolbelt/threaded/thread.py -> build/lib/requests_toolbelt/threaded creating build/lib/requests_toolbelt/utils copying requests_toolbelt/utils/__init__.py -> build/lib/requests_toolbelt/utils copying requests_toolbelt/utils/deprecated.py -> build/lib/requests_toolbelt/utils copying requests_toolbelt/utils/dump.py -> build/lib/requests_toolbelt/utils copying requests_toolbelt/utils/formdata.py -> build/lib/requests_toolbelt/utils copying requests_toolbelt/utils/user_agent.py -> build/lib/requests_toolbelt/utils running egg_info writing requests_toolbelt.egg-info/PKG-INFO writing dependency_links to requests_toolbelt.egg-info/dependency_links.txt writing requirements to requests_toolbelt.egg-info/requires.txt writing top-level names to requests_toolbelt.egg-info/top_level.txt reading manifest file 'requests_toolbelt.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no previously-included files matching '*.py[cdo]' found anywhere in distribution warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.so' found anywhere in distribution warning: no previously-included files matching '*.pyd' found anywhere in distribution adding license file 'LICENSE' adding license file 'AUTHORS.rst' writing manifest file 'requests_toolbelt.egg-info/SOURCES.txt' /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'requests_toolbelt.cookies' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'requests_toolbelt.cookies' 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 'requests_toolbelt.cookies' 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 'requests_toolbelt.cookies' to be distributed and are already explicitly excluding 'requests_toolbelt.cookies' 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/requests_toolbelt/cookies copying requests_toolbelt/cookies/__init__.py -> build/lib/requests_toolbelt/cookies copying requests_toolbelt/cookies/forgetful.py -> build/lib/requests_toolbelt/cookies installing to build/bdist.openbsd-7.5-amd64/wheel running install running install_lib creating build/bdist.openbsd-7.5-amd64 creating build/bdist.openbsd-7.5-amd64/wheel creating build/bdist.openbsd-7.5-amd64/wheel/requests_toolbelt copying build/lib/requests_toolbelt/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/requests_toolbelt copying build/lib/requests_toolbelt/_compat.py -> build/bdist.openbsd-7.5-amd64/wheel/requests_toolbelt copying build/lib/requests_toolbelt/exceptions.py -> build/bdist.openbsd-7.5-amd64/wheel/requests_toolbelt copying build/lib/requests_toolbelt/sessions.py -> build/bdist.openbsd-7.5-amd64/wheel/requests_toolbelt copying build/lib/requests_toolbelt/streaming_iterator.py -> build/bdist.openbsd-7.5-amd64/wheel/requests_toolbelt creating build/bdist.openbsd-7.5-amd64/wheel/requests_toolbelt/adapters copying build/lib/requests_toolbelt/adapters/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/requests_toolbelt/adapters copying build/lib/requests_toolbelt/adapters/appengine.py -> build/bdist.openbsd-7.5-amd64/wheel/requests_toolbelt/adapters copying build/lib/requests_toolbelt/adapters/fingerprint.py -> build/bdist.openbsd-7.5-amd64/wheel/requests_toolbelt/adapters copying build/lib/requests_toolbelt/adapters/host_header_ssl.py -> build/bdist.openbsd-7.5-amd64/wheel/requests_toolbelt/adapters copying build/lib/requests_toolbelt/adapters/socket_options.py -> build/bdist.openbsd-7.5-amd64/wheel/requests_toolbelt/adapters copying build/lib/requests_toolbelt/adapters/source.py -> build/bdist.openbsd-7.5-amd64/wheel/requests_toolbelt/adapters copying build/lib/requests_toolbelt/adapters/ssl.py -> build/bdist.openbsd-7.5-amd64/wheel/requests_toolbelt/adapters copying build/lib/requests_toolbelt/adapters/x509.py -> build/bdist.openbsd-7.5-amd64/wheel/requests_toolbelt/adapters creating build/bdist.openbsd-7.5-amd64/wheel/requests_toolbelt/auth copying build/lib/requests_toolbelt/auth/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/requests_toolbelt/auth copying build/lib/requests_toolbelt/auth/_digest_auth_compat.py -> build/bdist.openbsd-7.5-amd64/wheel/requests_toolbelt/auth copying build/lib/requests_toolbelt/auth/guess.py -> build/bdist.openbsd-7.5-amd64/wheel/requests_toolbelt/auth copying build/lib/requests_toolbelt/auth/handler.py -> build/bdist.openbsd-7.5-amd64/wheel/requests_toolbelt/auth copying build/lib/requests_toolbelt/auth/http_proxy_digest.py -> build/bdist.openbsd-7.5-amd64/wheel/requests_toolbelt/auth creating build/bdist.openbsd-7.5-amd64/wheel/requests_toolbelt/downloadutils copying build/lib/requests_toolbelt/downloadutils/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/requests_toolbelt/downloadutils copying build/lib/requests_toolbelt/downloadutils/stream.py -> build/bdist.openbsd-7.5-amd64/wheel/requests_toolbelt/downloadutils copying build/lib/requests_toolbelt/downloadutils/tee.py -> build/bdist.openbsd-7.5-amd64/wheel/requests_toolbelt/downloadutils creating build/bdist.openbsd-7.5-amd64/wheel/requests_toolbelt/multipart copying build/lib/requests_toolbelt/multipart/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/requests_toolbelt/multipart copying build/lib/requests_toolbelt/multipart/decoder.py -> build/bdist.openbsd-7.5-amd64/wheel/requests_toolbelt/multipart copying build/lib/requests_toolbelt/multipart/encoder.py -> build/bdist.openbsd-7.5-amd64/wheel/requests_toolbelt/multipart creating build/bdist.openbsd-7.5-amd64/wheel/requests_toolbelt/threaded copying build/lib/requests_toolbelt/threaded/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/requests_toolbelt/threaded copying build/lib/requests_toolbelt/threaded/pool.py -> build/bdist.openbsd-7.5-amd64/wheel/requests_toolbelt/threaded copying build/lib/requests_toolbelt/threaded/thread.py -> build/bdist.openbsd-7.5-amd64/wheel/requests_toolbelt/threaded creating build/bdist.openbsd-7.5-amd64/wheel/requests_toolbelt/utils copying build/lib/requests_toolbelt/utils/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/requests_toolbelt/utils copying build/lib/requests_toolbelt/utils/deprecated.py -> build/bdist.openbsd-7.5-amd64/wheel/requests_toolbelt/utils copying build/lib/requests_toolbelt/utils/dump.py -> build/bdist.openbsd-7.5-amd64/wheel/requests_toolbelt/utils copying build/lib/requests_toolbelt/utils/formdata.py -> build/bdist.openbsd-7.5-amd64/wheel/requests_toolbelt/utils copying build/lib/requests_toolbelt/utils/user_agent.py -> build/bdist.openbsd-7.5-amd64/wheel/requests_toolbelt/utils creating build/bdist.openbsd-7.5-amd64/wheel/requests_toolbelt/cookies copying build/lib/requests_toolbelt/cookies/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/requests_toolbelt/cookies copying build/lib/requests_toolbelt/cookies/forgetful.py -> build/bdist.openbsd-7.5-amd64/wheel/requests_toolbelt/cookies running install_egg_info Copying requests_toolbelt.egg-info to build/bdist.openbsd-7.5-amd64/wheel/requests_toolbelt-0.10.1-py3.10.egg-info running install_scripts creating build/bdist.openbsd-7.5-amd64/wheel/requests_toolbelt-0.10.1.dist-info/WHEEL creating '/exopi-obj/pobj/py-requests-toolbelt-0.10.1-python3/requests-toolbelt-0.10.1/dist/.tmp-cr6m7hof/requests_toolbelt-0.10.1-py2.py3-none-any.whl' and adding 'build/bdist.openbsd-7.5-amd64/wheel' to it adding 'requests_toolbelt/__init__.py' adding 'requests_toolbelt/_compat.py' adding 'requests_toolbelt/exceptions.py' adding 'requests_toolbelt/sessions.py' adding 'requests_toolbelt/streaming_iterator.py' adding 'requests_toolbelt/adapters/__init__.py' adding 'requests_toolbelt/adapters/appengine.py' adding 'requests_toolbelt/adapters/fingerprint.py' adding 'requests_toolbelt/adapters/host_header_ssl.py' adding 'requests_toolbelt/adapters/socket_options.py' adding 'requests_toolbelt/adapters/source.py' adding 'requests_toolbelt/adapters/ssl.py' adding 'requests_toolbelt/adapters/x509.py' adding 'requests_toolbelt/auth/__init__.py' adding 'requests_toolbelt/auth/_digest_auth_compat.py' adding 'requests_toolbelt/auth/guess.py' adding 'requests_toolbelt/auth/handler.py' adding 'requests_toolbelt/auth/http_proxy_digest.py' adding 'requests_toolbelt/cookies/__init__.py' adding 'requests_toolbelt/cookies/forgetful.py' adding 'requests_toolbelt/downloadutils/__init__.py' adding 'requests_toolbelt/downloadutils/stream.py' adding 'requests_toolbelt/downloadutils/tee.py' adding 'requests_toolbelt/multipart/__init__.py' adding 'requests_toolbelt/multipart/decoder.py' adding 'requests_toolbelt/multipart/encoder.py' adding 'requests_toolbelt/threaded/__init__.py' adding 'requests_toolbelt/threaded/pool.py' adding 'requests_toolbelt/threaded/thread.py' adding 'requests_toolbelt/utils/__init__.py' adding 'requests_toolbelt/utils/deprecated.py' adding 'requests_toolbelt/utils/dump.py' adding 'requests_toolbelt/utils/formdata.py' adding 'requests_toolbelt/utils/user_agent.py' adding 'requests_toolbelt-0.10.1.dist-info/AUTHORS.rst' adding 'requests_toolbelt-0.10.1.dist-info/LICENSE' adding 'requests_toolbelt-0.10.1.dist-info/METADATA' adding 'requests_toolbelt-0.10.1.dist-info/WHEEL' adding 'requests_toolbelt-0.10.1.dist-info/top_level.txt' adding 'requests_toolbelt-0.10.1.dist-info/RECORD' removing build/bdist.openbsd-7.5-amd64/wheel Successfully built requests_toolbelt-0.10.1-py2.py3-none-any.whl >>> Running package in www/py-requests-toolbelt,python3 at 1714753815.04 ===> www/py-requests-toolbelt,python3 ===> Faking installation for py3-requests-toolbelt-0.10.1 ===> Building package for py3-requests-toolbelt-0.10.1 Create /exopi-cvs/ports/packages/amd64/all/py3-requests-toolbelt-0.10.1.tgz Creating package py3-requests-toolbelt-0.10.1 reading plist| checking dependencies| checking dependencies|lang/python/3.10,-main checking dependencies|www/py-requests,python3 checksumming| checksumming| | 0% checksumming| | 1% checksumming|* | 1% checksumming|* | 2% checksumming|** | 3% checksumming|** | 4% checksumming|*** | 4% checksumming|*** | 5% checksumming|**** | 6% checksumming|**** | 7% checksumming|***** | 7% checksumming|***** | 8% checksumming|***** | 9% checksumming|****** | 10% checksumming|******* | 11% checksumming|******* | 12% checksumming|******** | 13% checksumming|********* | 14% checksumming|********* | 15% checksumming|********* | 16% checksumming|********** | 16% checksumming|********** | 17% checksumming|*********** | 18% checksumming|*********** | 19% checksumming|************ | 19% checksumming|************ | 20% checksumming|************* | 21% checksumming|************** | 22% checksumming|************** | 23% checksumming|************** | 24% checksumming|*************** | 24% checksumming|*************** | 25% checksumming|**************** | 26% checksumming|**************** | 27% checksumming|***************** | 27% checksumming|***************** | 28% checksumming|****************** | 29% checksumming|****************** | 30% checksumming|******************* | 30% checksumming|******************* | 31% checksumming|******************* | 32% checksumming|******************** | 33% checksumming|********************* | 34% checksumming|********************* | 35% checksumming|********************** | 36% checksumming|*********************** | 37% checksumming|*********************** | 38% checksumming|*********************** | 39% checksumming|************************ | 39% checksumming|************************ | 40% checksumming|************************* | 41% checksumming|************************** | 42% checksumming|************************** | 43% checksumming|*************************** | 44% checksumming|**************************** | 45% checksumming|**************************** | 46% checksumming|**************************** | 47% checksumming|***************************** | 47% checksumming|***************************** | 48% checksumming|****************************** | 49% checksumming|****************************** | 50% checksumming|******************************* | 50% checksumming|******************************* | 51% checksumming|******************************** | 52% checksumming|******************************** | 53% checksumming|********************************* | 53% checksumming|********************************* | 54% checksumming|********************************* | 55% checksumming|********************************** | 56% checksumming|*********************************** | 57% checksumming|*********************************** | 58% checksumming|************************************ | 59% checksumming|************************************* | 60% checksumming|************************************* | 61% checksumming|************************************** | 61% checksumming|************************************** | 62% checksumming|************************************** | 63% checksumming|*************************************** | 64% checksumming|**************************************** | 65% checksumming|**************************************** | 66% checksumming|***************************************** | 67% checksumming|****************************************** | 68% checksumming|****************************************** | 69% checksumming|****************************************** | 70% checksumming|******************************************* | 70% checksumming|******************************************* | 71% checksumming|******************************************** | 72% checksumming|******************************************** | 73% checksumming|********************************************* | 73% checksumming|********************************************* | 74% checksumming|********************************************** | 75% checksumming|********************************************** | 76% checksumming|*********************************************** | 76% checksumming|*********************************************** | 77% checksumming|*********************************************** | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 80% checksumming|************************************************* | 81% checksumming|************************************************** | 81% checksumming|************************************************** | 82% checksumming|*************************************************** | 83% checksumming|*************************************************** | 84% checksumming|**************************************************** | 84% checksumming|**************************************************** | 85% checksumming|**************************************************** | 86% checksumming|***************************************************** | 87% checksumming|****************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 90% checksumming|******************************************************** | 91% checksumming|******************************************************** | 92% checksumming|******************************************************** | 93% checksumming|********************************************************* | 93% checksumming|********************************************************* | 94% checksumming|********************************************************** | 95% checksumming|********************************************************** | 96% checksumming|*********************************************************** | 96% checksumming|*********************************************************** | 97% checksumming|************************************************************ | 98% checksumming|************************************************************ | 99% checksumming|*************************************************************| 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|** | 3% archiving|*** | 5% archiving|**** | 6% archiving|**** | 7% archiving|***** | 8% archiving|****** | 9% archiving|****** | 10% archiving|******** | 12% archiving|********* | 14% archiving|********* | 15% archiving|********** | 15% archiving|********** | 16% archiving|*********** | 17% archiving|************ | 18% archiving|************ | 19% archiving|************* | 20% archiving|************** | 22% archiving|*************** | 24% archiving|**************** | 24% archiving|**************** | 25% archiving|***************** | 26% archiving|****************** | 28% archiving|******************* | 29% archiving|******************* | 30% archiving|******************** | 31% archiving|********************* | 32% archiving|********************** | 34% archiving|********************** | 35% archiving|*********************** | 36% archiving|************************ | 38% archiving|************************* | 39% archiving|**************************** | 44% archiving|******************************** | 50% archiving|********************************* | 51% archiving|********************************** | 53% archiving|*********************************** | 55% archiving|************************************ | 56% archiving|************************************ | 57% archiving|************************************* | 58% archiving|************************************** | 60% archiving|*************************************** | 61% archiving|*************************************** | 62% archiving|**************************************** | 63% archiving|***************************************** | 64% archiving|****************************************** | 65% archiving|******************************************** | 68% archiving|******************************************** | 69% archiving|********************************************** | 71% archiving|********************************************** | 72% archiving|*********************************************** | 73% archiving|************************************************ | 75% archiving|************************************************* | 76% archiving|************************************************** | 78% archiving|*************************************************** | 80% archiving|**************************************************** | 81% archiving|******************************************************* | 87% archiving|******************************************************** | 87% archiving|********************************************************* | 89% archiving|********************************************************* | 90% archiving|********************************************************** | 90% archiving|********************************************************** | 91% archiving|*********************************************************** | 92% archiving|************************************************************ | 93% archiving|************************************************************ | 94% archiving|************************************************************* | 95% archiving|************************************************************** | 97% archiving|*************************************************************** | 98% archiving|*************************************************************** | 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-requests-toolbelt-0.10.1.tgz >>> Running clean in www/py-requests-toolbelt,python3 at 1714753817.68 ===> www/py-requests-toolbelt,python3 ===> Cleaning for py3-requests-toolbelt-0.10.1 >>> Ended at 1714753818.09 max_stuck=0.00/depends=1.93/show-prepare-results=1.51/build=3.05/package=2.64/clean=0.43