>>> Building on exopi-3 under www/py-requests-toolbelt BDEPENDS = [lang/python/3;devel/py-installer;devel/py-setuptools;devel/py-wheel;devel/py-build] DIST = [www/py-requests-toolbelt:requests-toolbelt-1.0.0.tar.gz] FULLPKGNAME = py3-requests-toolbelt-1.0.0p1 RDEPENDS = [www/py-requests;lang/python/3] (Junk lock obtained for exopi-3 at 1764760888.50) >>> Running depends in www/py-requests-toolbelt at 1764760888.55 last junk was in databases/arrow/cpp /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 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 >>> Running show-prepare-results in www/py-requests-toolbelt at 1764760891.00 ===> www/py-requests-toolbelt ===> Building from scratch py3-requests-toolbelt-1.0.0p1 ===> py3-requests-toolbelt-1.0.0p1 depends on: python->=3.13,<3.14 -> python-3.13.9 ===> py3-requests-toolbelt-1.0.0p1 depends on: py3-build-* -> py3-build-1.3.0 ===> py3-requests-toolbelt-1.0.0p1 depends on: py3-installer-* -> py3-installer-0.7.0p2 ===> py3-requests-toolbelt-1.0.0p1 depends on: py3-setuptools->=79v0 -> py3-setuptools-79.0.1v0 ===> py3-requests-toolbelt-1.0.0p1 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-3 at 1764760892.48) distfiles size=206888 >>> Running extract in www/py-requests-toolbelt at 1764760892.52 ===> www/py-requests-toolbelt ===> Checking files for py3-requests-toolbelt-1.0.0p1 `/exopi-cvs/ports/distfiles/requests-toolbelt-1.0.0.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for py3-requests-toolbelt-1.0.0p1 >>> Running build in www/py-requests-toolbelt at 1764760893.05 ===> www/py-requests-toolbelt ===> Patching for py3-requests-toolbelt-1.0.0p1 ===> 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-1.0.0p1 ===> Configuring for py3-requests-toolbelt-1.0.0p1 ===> Building for py3-requests-toolbelt-1.0.0p1 * Getting build dependencies for wheel... /usr/local/lib/python3.13/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: Apache Software License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() 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... /usr/local/lib/python3.13/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: Apache Software License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() 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/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/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.13/site-packages/setuptools/command/build_py.py:212: _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.8-amd64/wheel running install running install_lib creating build/bdist.openbsd-7.8-amd64/wheel creating build/bdist.openbsd-7.8-amd64/wheel/requests_toolbelt copying build/lib/requests_toolbelt/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./requests_toolbelt copying build/lib/requests_toolbelt/_compat.py -> build/bdist.openbsd-7.8-amd64/wheel/./requests_toolbelt copying build/lib/requests_toolbelt/exceptions.py -> build/bdist.openbsd-7.8-amd64/wheel/./requests_toolbelt copying build/lib/requests_toolbelt/sessions.py -> build/bdist.openbsd-7.8-amd64/wheel/./requests_toolbelt copying build/lib/requests_toolbelt/streaming_iterator.py -> build/bdist.openbsd-7.8-amd64/wheel/./requests_toolbelt creating build/bdist.openbsd-7.8-amd64/wheel/requests_toolbelt/adapters copying build/lib/requests_toolbelt/adapters/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./requests_toolbelt/adapters copying build/lib/requests_toolbelt/adapters/fingerprint.py -> build/bdist.openbsd-7.8-amd64/wheel/./requests_toolbelt/adapters copying build/lib/requests_toolbelt/adapters/host_header_ssl.py -> build/bdist.openbsd-7.8-amd64/wheel/./requests_toolbelt/adapters copying build/lib/requests_toolbelt/adapters/socket_options.py -> build/bdist.openbsd-7.8-amd64/wheel/./requests_toolbelt/adapters copying build/lib/requests_toolbelt/adapters/source.py -> build/bdist.openbsd-7.8-amd64/wheel/./requests_toolbelt/adapters copying build/lib/requests_toolbelt/adapters/ssl.py -> build/bdist.openbsd-7.8-amd64/wheel/./requests_toolbelt/adapters copying build/lib/requests_toolbelt/adapters/x509.py -> build/bdist.openbsd-7.8-amd64/wheel/./requests_toolbelt/adapters creating build/bdist.openbsd-7.8-amd64/wheel/requests_toolbelt/auth copying build/lib/requests_toolbelt/auth/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./requests_toolbelt/auth copying build/lib/requests_toolbelt/auth/_digest_auth_compat.py -> build/bdist.openbsd-7.8-amd64/wheel/./requests_toolbelt/auth copying build/lib/requests_toolbelt/auth/guess.py -> build/bdist.openbsd-7.8-amd64/wheel/./requests_toolbelt/auth copying build/lib/requests_toolbelt/auth/handler.py -> build/bdist.openbsd-7.8-amd64/wheel/./requests_toolbelt/auth copying build/lib/requests_toolbelt/auth/http_proxy_digest.py -> build/bdist.openbsd-7.8-amd64/wheel/./requests_toolbelt/auth creating build/bdist.openbsd-7.8-amd64/wheel/requests_toolbelt/downloadutils copying build/lib/requests_toolbelt/downloadutils/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./requests_toolbelt/downloadutils copying build/lib/requests_toolbelt/downloadutils/stream.py -> build/bdist.openbsd-7.8-amd64/wheel/./requests_toolbelt/downloadutils copying build/lib/requests_toolbelt/downloadutils/tee.py -> build/bdist.openbsd-7.8-amd64/wheel/./requests_toolbelt/downloadutils creating build/bdist.openbsd-7.8-amd64/wheel/requests_toolbelt/multipart copying build/lib/requests_toolbelt/multipart/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./requests_toolbelt/multipart copying build/lib/requests_toolbelt/multipart/decoder.py -> build/bdist.openbsd-7.8-amd64/wheel/./requests_toolbelt/multipart copying build/lib/requests_toolbelt/multipart/encoder.py -> build/bdist.openbsd-7.8-amd64/wheel/./requests_toolbelt/multipart creating build/bdist.openbsd-7.8-amd64/wheel/requests_toolbelt/threaded copying build/lib/requests_toolbelt/threaded/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./requests_toolbelt/threaded copying build/lib/requests_toolbelt/threaded/pool.py -> build/bdist.openbsd-7.8-amd64/wheel/./requests_toolbelt/threaded copying build/lib/requests_toolbelt/threaded/thread.py -> build/bdist.openbsd-7.8-amd64/wheel/./requests_toolbelt/threaded creating build/bdist.openbsd-7.8-amd64/wheel/requests_toolbelt/utils copying build/lib/requests_toolbelt/utils/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./requests_toolbelt/utils copying build/lib/requests_toolbelt/utils/deprecated.py -> build/bdist.openbsd-7.8-amd64/wheel/./requests_toolbelt/utils copying build/lib/requests_toolbelt/utils/dump.py -> build/bdist.openbsd-7.8-amd64/wheel/./requests_toolbelt/utils copying build/lib/requests_toolbelt/utils/formdata.py -> build/bdist.openbsd-7.8-amd64/wheel/./requests_toolbelt/utils copying build/lib/requests_toolbelt/utils/user_agent.py -> build/bdist.openbsd-7.8-amd64/wheel/./requests_toolbelt/utils creating build/bdist.openbsd-7.8-amd64/wheel/requests_toolbelt/cookies copying build/lib/requests_toolbelt/cookies/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./requests_toolbelt/cookies copying build/lib/requests_toolbelt/cookies/forgetful.py -> build/bdist.openbsd-7.8-amd64/wheel/./requests_toolbelt/cookies running install_egg_info Copying requests_toolbelt.egg-info to build/bdist.openbsd-7.8-amd64/wheel/./requests_toolbelt-1.0.0-py3.13.egg-info running install_scripts creating build/bdist.openbsd-7.8-amd64/wheel/requests_toolbelt-1.0.0.dist-info/WHEEL creating '/exopi-obj/pobj/py-requests-toolbelt-1.0.0/requests-toolbelt-1.0.0/dist/.tmp-ogplawvg/requests_toolbelt-1.0.0-py2.py3-none-any.whl' and adding 'build/bdist.openbsd-7.8-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/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-1.0.0.dist-info/licenses/AUTHORS.rst' adding 'requests_toolbelt-1.0.0.dist-info/licenses/LICENSE' adding 'requests_toolbelt-1.0.0.dist-info/METADATA' adding 'requests_toolbelt-1.0.0.dist-info/WHEEL' adding 'requests_toolbelt-1.0.0.dist-info/top_level.txt' adding 'requests_toolbelt-1.0.0.dist-info/RECORD' removing build/bdist.openbsd-7.8-amd64/wheel Successfully built requests_toolbelt-1.0.0-py2.py3-none-any.whl >>> Running package in www/py-requests-toolbelt at 1764760896.05 ===> www/py-requests-toolbelt ===> Faking installation for py3-requests-toolbelt-1.0.0p1 ===> Building package for py3-requests-toolbelt-1.0.0p1 Create /exopi-cvs/ports/packages/amd64/all/py3-requests-toolbelt-1.0.0p1.tgz Creating package py3-requests-toolbelt-1.0.0p1 reading plist| checking dependencies| checking dependencies|lang/python/3,-main checking dependencies|www/py-requests checksumming| checksumming| | 0% checksumming| | 1% checksumming|* | 2% checksumming|** | 3% checksumming|** | 4% checksumming|*** | 5% checksumming|**** | 6% checksumming|**** | 7% checksumming|***** | 8% checksumming|****** | 9% checksumming|****** | 10% checksumming|****** | 11% checksumming|******* | 11% checksumming|******* | 12% checksumming|******** | 13% checksumming|******** | 14% checksumming|********* | 14% checksumming|********* | 15% checksumming|********** | 16% checksumming|********** | 17% checksumming|*********** | 17% checksumming|*********** | 18% checksumming|*********** | 19% checksumming|************ | 20% checksumming|************* | 21% checksumming|************* | 22% checksumming|************** | 23% checksumming|*************** | 24% checksumming|*************** | 25% checksumming|**************** | 26% checksumming|***************** | 27% checksumming|***************** | 28% checksumming|***************** | 29% checksumming|****************** | 29% checksumming|****************** | 30% checksumming|******************* | 31% checksumming|******************* | 32% checksumming|******************** | 32% checksumming|******************** | 33% checksumming|********************* | 34% checksumming|********************* | 35% checksumming|********************** | 35% checksumming|********************** | 36% checksumming|********************** | 37% checksumming|*********************** | 38% 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|************************************** | 62% checksumming|*************************************** | 63% checksumming|*************************************** | 64% checksumming|*************************************** | 65% checksumming|**************************************** | 65% checksumming|**************************************** | 66% checksumming|***************************************** | 67% checksumming|***************************************** | 68% checksumming|****************************************** | 68% checksumming|****************************************** | 69% checksumming|******************************************* | 70% checksumming|******************************************* | 71% checksumming|******************************************** | 71% checksumming|******************************************** | 72% checksumming|******************************************** | 73% checksumming|********************************************* | 74% checksumming|********************************************** | 75% checksumming|********************************************** | 76% checksumming|*********************************************** | 77% checksumming|************************************************ | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 80% checksumming|************************************************** | 81% checksumming|************************************************** | 82% checksumming|************************************************** | 83% checksumming|*************************************************** | 83% checksumming|*************************************************** | 84% checksumming|**************************************************** | 85% checksumming|**************************************************** | 86% checksumming|***************************************************** | 86% checksumming|***************************************************** | 87% checksumming|****************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 89% checksumming|******************************************************* | 90% checksumming|******************************************************* | 91% checksumming|******************************************************** | 92% checksumming|********************************************************* | 93% checksumming|********************************************************* | 94% checksumming|********************************************************** | 95% checksumming|*********************************************************** | 96% checksumming|*********************************************************** | 97% checksumming|************************************************************ | 98% checksumming|*************************************************************| 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|** | 3% archiving|**** | 6% archiving|**** | 7% archiving|***** | 8% archiving|****** | 10% archiving|******* | 11% archiving|******** | 12% archiving|******** | 13% archiving|********* | 14% archiving|********** | 15% archiving|********** | 16% archiving|*********** | 17% archiving|*********** | 18% archiving|************* | 20% archiving|************** | 22% archiving|*************** | 23% archiving|**************** | 24% archiving|***************** | 26% archiving|****************** | 28% archiving|****************** | 29% archiving|******************* | 30% archiving|******************** | 31% archiving|******************** | 32% archiving|********************* | 33% archiving|********************** | 34% archiving|*********************** | 35% archiving|*********************** | 36% archiving|*********************** | 37% archiving|************************ | 37% archiving|************************* | 39% archiving|************************** | 40% archiving|****************************** | 46% archiving|********************************** | 53% archiving|*********************************** | 54% archiving|************************************ | 56% archiving|************************************* | 58% archiving|************************************** | 59% archiving|************************************** | 60% archiving|*************************************** | 60% archiving|*************************************** | 61% archiving|**************************************** | 63% archiving|***************************************** | 65% archiving|****************************************** | 66% archiving|******************************************* | 67% archiving|******************************************** | 68% archiving|******************************************** | 69% archiving|********************************************** | 73% archiving|*********************************************** | 73% archiving|*********************************************** | 74% archiving|************************************************* | 76% archiving|************************************************* | 77% archiving|************************************************** | 78% archiving|*************************************************** | 79% archiving|**************************************************** | 81% archiving|***************************************************** | 82% archiving|***************************************************** | 83% archiving|****************************************************** | 84% archiving|******************************************************* | 85% archiving|******************************************************* | 86% archiving|******************************************************* | 87% archiving|******************************************************** | 88% archiving|*********************************************************** | 92% archiving|*********************************************************** | 93% archiving|************************************************************ | 94% archiving|************************************************************* | 96% archiving|************************************************************** | 96% archiving|************************************************************** | 97% archiving|*************************************************************** | 98% archiving|*************************************************************** | 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-requests-toolbelt-1.0.0p1.tgz >>> Running clean in www/py-requests-toolbelt at 1764760898.89 ===> www/py-requests-toolbelt ===> Cleaning for py3-requests-toolbelt-1.0.0p1 >>> Ended at 1764760899.15 max_stuck=0.00/depends=2.46/show-prepare-results=1.52/extract=0.53/build=3.00/package=2.84/clean=0.30