>>> Building on exopi-2 under www/py-httptools BDEPENDS = [devel/py-wheel;devel/py-setuptools;lang/python/3;lang/pythran;devel/py-build;lang/cython;devel/py-installer] DIST = [www/py-httptools:httptools-0.7.1.tar.gz] FULLPKGNAME = py3-httptools-0.7.1 RDEPENDS = [lang/python/3] (Junk lock obtained for exopi-2 at 1764967154.67) >>> Running depends in www/py-httptools at 1764967154.73 last junk was in devel/atk2mm /usr/sbin/pkg_add -aI -Drepair py3-build-1.3.0 py3-cython-3.1.6v0 py3-installer-0.7.0p2 py3-setuptools-79.0.1v0 py3-wheel-0.46.1 python-3.13.9 pythran-0.15.0p6 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.3.0 py3-cython-3.1.6v0 py3-installer-0.7.0p2 py3-setuptools-79.0.1v0 py3-wheel-0.46.1 python-3.13.9 pythran-0.15.0p6 /usr/sbin/pkg_add -aI -Drepair py3-build-1.3.0 py3-cython-3.1.6v0 py3-installer-0.7.0p2 py3-setuptools-79.0.1v0 py3-wheel-0.46.1 python-3.13.9 pythran-0.15.0p6 >>> Running show-prepare-results in www/py-httptools at 1764967156.84 ===> www/py-httptools ===> Building from scratch py3-httptools-0.7.1 ===> py3-httptools-0.7.1 depends on: py3-cython-* -> py3-cython-3.1.6v0 ===> py3-httptools-0.7.1 depends on: python->=3.13,<3.14 -> python-3.13.9 ===> py3-httptools-0.7.1 depends on: py3-build-* -> py3-build-1.3.0 ===> py3-httptools-0.7.1 depends on: py3-installer-* -> py3-installer-0.7.0p2 ===> py3-httptools-0.7.1 depends on: py3-setuptools->=79v0 -> py3-setuptools-79.0.1v0 ===> py3-httptools-0.7.1 depends on: py3-wheel-* -> py3-wheel-0.46.1 ===> py3-httptools-0.7.1 depends on: pythran-* -> pythran-0.15.0p6 py3-build-1.3.0 py3-cython-3.1.6v0 py3-installer-0.7.0p2 py3-setuptools-79.0.1v0 py3-wheel-0.46.1 python-3.13.9 pythran-0.15.0p6 (Junk lock released for exopi-2 at 1764967158.11) distfiles size=258961 >>> Running extract in www/py-httptools at 1764967158.15 ===> www/py-httptools ===> Checking files for py3-httptools-0.7.1 `/exopi-cvs/ports/distfiles/httptools-0.7.1.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for py3-httptools-0.7.1 >>> Running build in www/py-httptools at 1764967158.46 ===> www/py-httptools ===> Patching for py3-httptools-0.7.1 ===> Applying OpenBSD patch patch-pyproject_toml Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: pyproject.toml |--- pyproject.toml.orig |+++ pyproject.toml -------------------------- Patching file pyproject.toml using Plan A... Hunk #1 succeeded at 1. done ===> 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-httptools-0.7.1 ===> Configuring for py3-httptools-0.7.1 ===> Building for py3-httptools-0.7.1 * Getting build dependencies for wheel... running egg_info writing httptools.egg-info/PKG-INFO writing dependency_links to httptools.egg-info/dependency_links.txt writing requirements to httptools.egg-info/requires.txt writing top-level names to httptools.egg-info/top_level.txt reading manifest file 'httptools.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'httptools.egg-info/SOURCES.txt' * Building wheel... running bdist_wheel running build running build_py creating build/lib.openbsd-7.8-amd64-cpython-313/httptools copying httptools/__init__.py -> build/lib.openbsd-7.8-amd64-cpython-313/httptools copying httptools/_version.py -> build/lib.openbsd-7.8-amd64-cpython-313/httptools creating build/lib.openbsd-7.8-amd64-cpython-313/httptools/parser copying httptools/parser/__init__.py -> build/lib.openbsd-7.8-amd64-cpython-313/httptools/parser copying httptools/parser/errors.py -> build/lib.openbsd-7.8-amd64-cpython-313/httptools/parser copying httptools/parser/protocol.py -> build/lib.openbsd-7.8-amd64-cpython-313/httptools/parser running egg_info writing httptools.egg-info/PKG-INFO writing dependency_links to httptools.egg-info/dependency_links.txt writing requirements to httptools.egg-info/requires.txt writing top-level names to httptools.egg-info/top_level.txt reading manifest file 'httptools.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'httptools.egg-info/SOURCES.txt' copying httptools/parser/cparser.pxd -> build/lib.openbsd-7.8-amd64-cpython-313/httptools/parser copying httptools/parser/parser.pyi -> build/lib.openbsd-7.8-amd64-cpython-313/httptools/parser copying httptools/parser/parser.pyx -> build/lib.openbsd-7.8-amd64-cpython-313/httptools/parser copying httptools/parser/python.pxd -> build/lib.openbsd-7.8-amd64-cpython-313/httptools/parser copying httptools/parser/url_cparser.pxd -> build/lib.openbsd-7.8-amd64-cpython-313/httptools/parser copying httptools/parser/url_parser.pyi -> build/lib.openbsd-7.8-amd64-cpython-313/httptools/parser copying httptools/parser/url_parser.pyx -> build/lib.openbsd-7.8-amd64-cpython-313/httptools/parser running build_ext building 'httptools.parser.parser' extension creating build/temp.openbsd-7.8-amd64-cpython-313/httptools/parser creating build/temp.openbsd-7.8-amd64-cpython-313/vendor/llhttp/src cc -O2 -pipe -fPIC -I/exopi-obj/pobj/py-httptools-0.7.1/httptools-0.7.1/vendor/llhttp/include -I/exopi-obj/pobj/py-httptools-0.7.1/httptools-0.7.1/vendor/llhttp/src -I/usr/local/include/python3.13 -c httptools/parser/parser.c -o build/temp.openbsd-7.8-amd64-cpython-313/httptools/parser/parser.o -O2 cc -O2 -pipe -fPIC -I/exopi-obj/pobj/py-httptools-0.7.1/httptools-0.7.1/vendor/llhttp/include -I/exopi-obj/pobj/py-httptools-0.7.1/httptools-0.7.1/vendor/llhttp/src -I/usr/local/include/python3.13 -c vendor/llhttp/src/api.c -o build/temp.openbsd-7.8-amd64-cpython-313/vendor/llhttp/src/api.o -O2 cc -O2 -pipe -fPIC -I/exopi-obj/pobj/py-httptools-0.7.1/httptools-0.7.1/vendor/llhttp/include -I/exopi-obj/pobj/py-httptools-0.7.1/httptools-0.7.1/vendor/llhttp/src -I/usr/local/include/python3.13 -c vendor/llhttp/src/http.c -o build/temp.openbsd-7.8-amd64-cpython-313/vendor/llhttp/src/http.o -O2 cc -O2 -pipe -fPIC -I/exopi-obj/pobj/py-httptools-0.7.1/httptools-0.7.1/vendor/llhttp/include -I/exopi-obj/pobj/py-httptools-0.7.1/httptools-0.7.1/vendor/llhttp/src -I/usr/local/include/python3.13 -c vendor/llhttp/src/llhttp.c -o build/temp.openbsd-7.8-amd64-cpython-313/vendor/llhttp/src/llhttp.o -O2 cc -shared -fPIC -L/usr/local/lib/ -O2 -pipe build/temp.openbsd-7.8-amd64-cpython-313/httptools/parser/parser.o build/temp.openbsd-7.8-amd64-cpython-313/vendor/llhttp/src/api.o build/temp.openbsd-7.8-amd64-cpython-313/vendor/llhttp/src/http.o build/temp.openbsd-7.8-amd64-cpython-313/vendor/llhttp/src/llhttp.o -L/usr/local/lib -o build/lib.openbsd-7.8-amd64-cpython-313/httptools/parser/parser.cpython-313.so building 'httptools.parser.url_parser' extension creating build/temp.openbsd-7.8-amd64-cpython-313/vendor/http-parser cc -O2 -pipe -fPIC -I/exopi-obj/pobj/py-httptools-0.7.1/httptools-0.7.1/vendor/http-parser -I/usr/local/include/python3.13 -c httptools/parser/url_parser.c -o build/temp.openbsd-7.8-amd64-cpython-313/httptools/parser/url_parser.o -O2 cc -O2 -pipe -fPIC -I/exopi-obj/pobj/py-httptools-0.7.1/httptools-0.7.1/vendor/http-parser -I/usr/local/include/python3.13 -c vendor/http-parser/http_parser.c -o build/temp.openbsd-7.8-amd64-cpython-313/vendor/http-parser/http_parser.o -O2 cc -shared -fPIC -L/usr/local/lib/ -O2 -pipe build/temp.openbsd-7.8-amd64-cpython-313/httptools/parser/url_parser.o build/temp.openbsd-7.8-amd64-cpython-313/vendor/http-parser/http_parser.o -L/usr/local/lib -o build/lib.openbsd-7.8-amd64-cpython-313/httptools/parser/url_parser.cpython-313.so 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/httptools copying build/lib.openbsd-7.8-amd64-cpython-313/httptools/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./httptools copying build/lib.openbsd-7.8-amd64-cpython-313/httptools/_version.py -> build/bdist.openbsd-7.8-amd64/wheel/./httptools creating build/bdist.openbsd-7.8-amd64/wheel/httptools/parser copying build/lib.openbsd-7.8-amd64-cpython-313/httptools/parser/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./httptools/parser copying build/lib.openbsd-7.8-amd64-cpython-313/httptools/parser/errors.py -> build/bdist.openbsd-7.8-amd64/wheel/./httptools/parser copying build/lib.openbsd-7.8-amd64-cpython-313/httptools/parser/protocol.py -> build/bdist.openbsd-7.8-amd64/wheel/./httptools/parser copying build/lib.openbsd-7.8-amd64-cpython-313/httptools/parser/cparser.pxd -> build/bdist.openbsd-7.8-amd64/wheel/./httptools/parser copying build/lib.openbsd-7.8-amd64-cpython-313/httptools/parser/parser.pyi -> build/bdist.openbsd-7.8-amd64/wheel/./httptools/parser copying build/lib.openbsd-7.8-amd64-cpython-313/httptools/parser/parser.pyx -> build/bdist.openbsd-7.8-amd64/wheel/./httptools/parser copying build/lib.openbsd-7.8-amd64-cpython-313/httptools/parser/python.pxd -> build/bdist.openbsd-7.8-amd64/wheel/./httptools/parser copying build/lib.openbsd-7.8-amd64-cpython-313/httptools/parser/url_cparser.pxd -> build/bdist.openbsd-7.8-amd64/wheel/./httptools/parser copying build/lib.openbsd-7.8-amd64-cpython-313/httptools/parser/url_parser.pyi -> build/bdist.openbsd-7.8-amd64/wheel/./httptools/parser copying build/lib.openbsd-7.8-amd64-cpython-313/httptools/parser/url_parser.pyx -> build/bdist.openbsd-7.8-amd64/wheel/./httptools/parser copying build/lib.openbsd-7.8-amd64-cpython-313/httptools/parser/url_parser.cpython-313.so -> build/bdist.openbsd-7.8-amd64/wheel/./httptools/parser copying build/lib.openbsd-7.8-amd64-cpython-313/httptools/parser/parser.cpython-313.so -> build/bdist.openbsd-7.8-amd64/wheel/./httptools/parser running install_egg_info Copying httptools.egg-info to build/bdist.openbsd-7.8-amd64/wheel/./httptools-0.7.1-py3.13.egg-info running install_scripts creating build/bdist.openbsd-7.8-amd64/wheel/httptools-0.7.1.dist-info/WHEEL creating '/exopi-obj/pobj/py-httptools-0.7.1/httptools-0.7.1/dist/.tmp-_tp6jzoi/httptools-0.7.1-cp313-cp313-openbsd_7_8_amd64.whl' and adding 'build/bdist.openbsd-7.8-amd64/wheel' to it adding 'httptools/__init__.py' adding 'httptools/_version.py' adding 'httptools/parser/__init__.py' adding 'httptools/parser/cparser.pxd' adding 'httptools/parser/errors.py' adding 'httptools/parser/parser.cpython-313.so' adding 'httptools/parser/parser.pyi' adding 'httptools/parser/parser.pyx' adding 'httptools/parser/protocol.py' adding 'httptools/parser/python.pxd' adding 'httptools/parser/url_cparser.pxd' adding 'httptools/parser/url_parser.cpython-313.so' adding 'httptools/parser/url_parser.pyi' adding 'httptools/parser/url_parser.pyx' adding 'httptools-0.7.1.dist-info/licenses/LICENSE' adding 'httptools-0.7.1.dist-info/METADATA' adding 'httptools-0.7.1.dist-info/WHEEL' adding 'httptools-0.7.1.dist-info/top_level.txt' adding 'httptools-0.7.1.dist-info/RECORD' removing build/bdist.openbsd-7.8-amd64/wheel Successfully built httptools-0.7.1-cp313-cp313-openbsd_7_8_amd64.whl >>> Running package in www/py-httptools at 1764967167.02 ===> www/py-httptools ===> Faking installation for py3-httptools-0.7.1 ===> Building package for py3-httptools-0.7.1 Create /exopi-cvs/ports/packages/amd64/all/py3-httptools-0.7.1.tgz Creating package py3-httptools-0.7.1 reading plist| checking dependencies| checking dependencies|lang/python/3,-main checksumming| checksumming| | 0% checksumming|* | 2% checksumming|*** | 5% checksumming|**** | 7% checksumming|****** | 9% checksumming|******* | 12% checksumming|********* | 14% checksumming|********** | 16% checksumming|*********** | 19% checksumming|************* | 21% checksumming|************** | 23% checksumming|**************** | 26% checksumming|***************** | 28% checksumming|****************** | 30% checksumming|******************** | 33% checksumming|********************* | 35% checksumming|*********************** | 37% checksumming|************************ | 40% checksumming|************************** | 42% checksumming|*************************** | 44% checksumming|**************************** | 47% checksumming|****************************** | 49% checksumming|******************************* | 51% checksumming|********************************* | 53% checksumming|********************************** | 56% checksumming|*********************************** | 58% checksumming|************************************* | 60% checksumming|************************************** | 63% checksumming|**************************************** | 65% checksumming|***************************************** | 67% checksumming|******************************************* | 70% checksumming|******************************************** | 72% checksumming|********************************************* | 74% checksumming|*********************************************** | 77% checksumming|************************************************ | 79% checksumming|************************************************** | 81% checksumming|*************************************************** | 84% checksumming|**************************************************** | 86% checksumming|****************************************************** | 88% checksumming|******************************************************* | 91% checksumming|********************************************************* | 93% checksumming|********************************************************** | 95% checksumming|************************************************************ | 98% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|* | 1% archiving|* | 2% archiving|** | 3% archiving|** | 4% archiving|*************************************** | 62% archiving|**************************************** | 62% archiving|*********************************************************** | 93% archiving|************************************************************ | 93% archiving|************************************************************* | 95% archiving|*************************************************************** | 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-httptools-0.7.1.tgz >>> Running clean in www/py-httptools at 1764967168.29 ===> www/py-httptools ===> Cleaning for py3-httptools-0.7.1 >>> Ended at 1764967168.53 max_stuck=1.84/depends=2.12/show-prepare-results=1.31/extract=0.31/build=8.55/package=1.29/clean=0.28