>>> Building on exopi-6 under devel/coccigrep BDEPENDS = [devel/py-installer;lang/python/3;devel/py-wheel;devel/py-setuptools;devel/py-build] DIST = [devel/coccigrep:coccigrep-1.21.tar.gz] FULLPKGNAME = coccigrep-1.21p1 RDEPENDS = [devel/coccinelle;lang/python/3] (Junk lock obtained for exopi-6 at 1764447434.96) >>> Running depends in devel/coccigrep at 1764447434.99 last junk was in textproc/docbook-xsl /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 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 python-3.13.9 >>> Running show-prepare-results in devel/coccigrep at 1764447437.16 ===> devel/coccigrep ===> Building from scratch coccigrep-1.21p1 ===> coccigrep-1.21p1 depends on: python->=3.13,<3.14 -> python-3.13.9 ===> coccigrep-1.21p1 depends on: py3-build-* -> py3-build-1.3.0 ===> coccigrep-1.21p1 depends on: py3-installer-* -> py3-installer-0.7.0p2 ===> coccigrep-1.21p1 depends on: py3-setuptools->=79v0 -> py3-setuptools-79.0.1v0 ===> coccigrep-1.21p1 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-6 at 1764447438.50) Woken up textproc/py-charset-normalizer distfiles size=35376 >>> Running extract in devel/coccigrep at 1764447438.53 ===> devel/coccigrep ===> Checking files for coccigrep-1.21p1 `/exopi-cvs/ports/distfiles/coccigrep-1.21.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for coccigrep-1.21p1 >>> Running build in devel/coccigrep at 1764447438.89 ===> devel/coccigrep ===> Patching for coccigrep-1.21p1 ===> Applying OpenBSD patch patch-src_coccigrep_py Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: src/coccigrep.py |--- src/coccigrep.py.orig |+++ src/coccigrep.py -------------------------- Patching file src/coccigrep.py using Plan A... Hunk #1 succeeded at 83. 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 coccigrep-1.21p1 ===> Configuring for coccigrep-1.21p1 /usr/bin/perl /exopi-cvs/ports/infrastructure/bin/pkg_subst -DMODPY_PYCACHE=__pycache__/ -DMODPY_ABI3SO=.abi3 -DMODPY_PYC_MAGIC_TAG=cpython-313. -DMODPY_BIN=/usr/local/bin/python3.13 -DMODPY_DISTV=1.21 -DMODPY_VERSION=3.13 -DMODPY_PY_PREFIX=py3- -DMODPY_PYOEXTENSION=opt-1.pyc -DARCH=amd64 -DBASE_PKGPATH=devel/coccigrep -DFLAVOR_EXT= -DFULLPKGNAME=coccigrep-1.21p1 -DHOMEPAGE=http://home.regit.org/software/coccigrep/ -DLOCALBASE=/usr/local -DLOCALSTATEDIR=/var -DMACHINE_ARCH=amd64 -DMAINTAINER=The\ OpenBSD\ ports\ mailing-list\ \ -DPREFIX=/usr/local -DRCDIR=/etc/rc.d -DSYSCONFDIR=/etc -DTRUEPREFIX=/usr/local -DX11BASE=/usr/X11R6 -DPKGSTEM=coccigrep -i -B /exopi-obj/pobj/coccigrep-1.21 /exopi-obj/pobj/coccigrep-1.21/coccigrep-1.21/src/coccigrep.py ===> Building for coccigrep-1.21p1 * Getting build dependencies for wheel... /exopi-obj/pobj/coccigrep-1.21/coccigrep-1.21/src/coccigrep.py:120: SyntaxWarning: invalid escape sequence '\.' ptype_regexp = re.compile("^[ )]*\.") /exopi-obj/pobj/coccigrep-1.21/coccigrep-1.21/src/coccigrep.py:413: SyntaxWarning: invalid escape sequence '\.' file_filter = re.compile('^[^\.].*\.cocci$') /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 :: GNU General Public License (GPL) See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running egg_info writing coccigrep.egg-info/PKG-INFO writing dependency_links to coccigrep.egg-info/dependency_links.txt writing requirements to coccigrep.egg-info/requires.txt writing top-level names to coccigrep.egg-info/top_level.txt reading manifest file 'coccigrep.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'coccigrep.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 :: GNU General Public License (GPL) See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running bdist_wheel running build running build_py creating build/lib/coccigrep copying src/__init__.py -> build/lib/coccigrep copying src/coccigrep.py -> build/lib/coccigrep creating build/lib/coccigrep/data copying src/data/deref.cocci -> build/lib/coccigrep/data copying src/data/func.cocci -> build/lib/coccigrep/data copying src/data/named.cocci -> build/lib/coccigrep/data copying src/data/set.cocci -> build/lib/coccigrep/data copying src/data/test.cocci -> build/lib/coccigrep/data copying src/data/used.cocci -> build/lib/coccigrep/data copying src/coccigrep.cfg -> build/lib/coccigrep running build_scripts creating build/scripts-3.13 copying and adjusting coccigrep -> build/scripts-3.13 changing mode of build/scripts-3.13/coccigrep from 644 to 755 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/coccigrep copying build/lib/coccigrep/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./coccigrep copying build/lib/coccigrep/coccigrep.py -> build/bdist.openbsd-7.8-amd64/wheel/./coccigrep creating build/bdist.openbsd-7.8-amd64/wheel/coccigrep/data copying build/lib/coccigrep/data/deref.cocci -> build/bdist.openbsd-7.8-amd64/wheel/./coccigrep/data copying build/lib/coccigrep/data/func.cocci -> build/bdist.openbsd-7.8-amd64/wheel/./coccigrep/data copying build/lib/coccigrep/data/named.cocci -> build/bdist.openbsd-7.8-amd64/wheel/./coccigrep/data copying build/lib/coccigrep/data/set.cocci -> build/bdist.openbsd-7.8-amd64/wheel/./coccigrep/data copying build/lib/coccigrep/data/test.cocci -> build/bdist.openbsd-7.8-amd64/wheel/./coccigrep/data copying build/lib/coccigrep/data/used.cocci -> build/bdist.openbsd-7.8-amd64/wheel/./coccigrep/data copying build/lib/coccigrep/coccigrep.cfg -> build/bdist.openbsd-7.8-amd64/wheel/./coccigrep running install_egg_info running egg_info writing coccigrep.egg-info/PKG-INFO writing dependency_links to coccigrep.egg-info/dependency_links.txt writing requirements to coccigrep.egg-info/requires.txt writing top-level names to coccigrep.egg-info/top_level.txt reading manifest file 'coccigrep.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'coccigrep.egg-info/SOURCES.txt' Copying coccigrep.egg-info to build/bdist.openbsd-7.8-amd64/wheel/./coccigrep-1.21-py3.13.egg-info running install_scripts creating build/bdist.openbsd-7.8-amd64/wheel/coccigrep-1.21.data/scripts copying build/scripts-3.13/coccigrep -> build/bdist.openbsd-7.8-amd64/wheel/coccigrep-1.21.data/scripts changing mode of build/bdist.openbsd-7.8-amd64/wheel/coccigrep-1.21.data/scripts/coccigrep to 755 creating build/bdist.openbsd-7.8-amd64/wheel/coccigrep-1.21.dist-info/WHEEL creating '/exopi-obj/pobj/coccigrep-1.21/coccigrep-1.21/dist/.tmp-19b8qofp/coccigrep-1.21-py3-none-any.whl' and adding 'build/bdist.openbsd-7.8-amd64/wheel' to it adding 'coccigrep/__init__.py' adding 'coccigrep/coccigrep.cfg' adding 'coccigrep/coccigrep.py' adding 'coccigrep/data/deref.cocci' adding 'coccigrep/data/func.cocci' adding 'coccigrep/data/named.cocci' adding 'coccigrep/data/set.cocci' adding 'coccigrep/data/test.cocci' adding 'coccigrep/data/used.cocci' adding 'coccigrep-1.21.data/scripts/coccigrep' adding 'coccigrep-1.21.dist-info/licenses/LICENSE' adding 'coccigrep-1.21.dist-info/METADATA' adding 'coccigrep-1.21.dist-info/WHEEL' adding 'coccigrep-1.21.dist-info/top_level.txt' adding 'coccigrep-1.21.dist-info/RECORD' removing build/bdist.openbsd-7.8-amd64/wheel Successfully built coccigrep-1.21-py3-none-any.whl >>> Running package in devel/coccigrep at 1764447441.26 ===> devel/coccigrep ===> Faking installation for coccigrep-1.21p1 /usr/local/lib/python3.13/site-packages/coccigrep/coccigrep.py:120: SyntaxWarning: invalid escape sequence '\.' /usr/local/lib/python3.13/site-packages/coccigrep/coccigrep.py:413: SyntaxWarning: invalid escape sequence '\.' /usr/local/lib/python3.13/site-packages/coccigrep/coccigrep.py:120: SyntaxWarning: invalid escape sequence '\.' /usr/local/lib/python3.13/site-packages/coccigrep/coccigrep.py:413: SyntaxWarning: invalid escape sequence '\.' /exopi-obj/pobj/coccigrep-1.21/bin/install -d -m 755 /exopi-obj/pobj/coccigrep-1.21/fake-amd64/usr/local/share/doc/coccigrep /exopi-obj/pobj/coccigrep-1.21/bin/install -c -m 644 /exopi-obj/pobj/coccigrep-1.21/coccigrep-1.21/README.rst /exopi-obj/pobj/coccigrep-1.21/fake-amd64/usr/local/share/doc/coccigrep/ /exopi-obj/pobj/coccigrep-1.21/bin/install -c -m 644 /exopi-obj/pobj/coccigrep-1.21/coccigrep-1.21/coccigrep.1 /exopi-obj/pobj/coccigrep-1.21/fake-amd64/usr/local/man/man1/ ===> Building package for coccigrep-1.21p1 Create /exopi-cvs/ports/packages/amd64/all/coccigrep-1.21p1.tgz Creating package coccigrep-1.21p1 reading plist| checking dependencies| checking dependencies|devel/coccinelle checking dependencies|lang/python/3,-main checksumming| checksumming| | 0% checksumming|** | 3% checksumming|*** | 5% checksumming|***** | 8% checksumming|******* | 11% checksumming|******** | 14% checksumming|********** | 16% checksumming|************ | 19% checksumming|************* | 22% checksumming|*************** | 24% checksumming|**************** | 27% checksumming|****************** | 30% checksumming|******************** | 32% checksumming|********************* | 35% checksumming|*********************** | 38% checksumming|************************* | 41% checksumming|************************** | 43% checksumming|**************************** | 46% checksumming|****************************** | 49% checksumming|******************************* | 51% checksumming|********************************* | 54% checksumming|*********************************** | 57% checksumming|************************************ | 59% checksumming|************************************** | 62% checksumming|**************************************** | 65% checksumming|***************************************** | 68% checksumming|******************************************* | 70% checksumming|********************************************* | 73% checksumming|********************************************** | 76% checksumming|************************************************ | 78% checksumming|************************************************* | 81% checksumming|*************************************************** | 84% checksumming|***************************************************** | 86% checksumming|****************************************************** | 89% checksumming|******************************************************** | 92% checksumming|********************************************************** | 95% checksumming|*********************************************************** | 97% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|************* | 20% archiving|************************* | 40% archiving|***************************** | 45% archiving|***************************** | 46% archiving|********************************* | 51% archiving|****************************************** | 65% archiving|********************************************************** | 90% archiving|********************************************************** | 91% archiving|************************************************************* | 95% archiving|************************************************************* | 96% archiving|************************************************************** | 96% archiving|************************************************************** | 97% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/coccigrep-1.21p1.tgz >>> Running clean in devel/coccigrep at 1764447443.97 ===> devel/coccigrep ===> Cleaning for coccigrep-1.21p1 >>> Ended at 1764447444.22 max_stuck=0.58/depends=2.18/show-prepare-results=1.36/extract=0.37/build=2.36/package=2.72/clean=0.27