>>> Building on exopi-3 under devel/coccigrep BDEPENDS = [devel/py-build;devel/py-installer;lang/python/3;devel/py-wheel;devel/py-setuptools] DIST = [devel/coccigrep:coccigrep-1.21.tar.gz] FULLPKGNAME = coccigrep-1.21p0 RDEPENDS = [lang/python/3;devel/coccinelle] (Junk lock obtained for exopi-3 at 1734972272.67) >>> Running depends in devel/coccigrep at 1734972272.71 last junk was in devel/py-pretend /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.2.post1p0 py3-installer-0.7.0p1 py3-setuptools-69.5.1p0v0 py3-wheel-0.45.1p0 python-3.12.8p0 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.2.post1p0 py3-installer-0.7.0p1 py3-setuptools-69.5.1p0v0 py3-wheel-0.45.1p0 python-3.12.8p0 /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.2.post1p0 py3-installer-0.7.0p1 py3-setuptools-69.5.1p0v0 py3-wheel-0.45.1p0 python-3.12.8p0 >>> Running show-prepare-results in devel/coccigrep at 1734972274.06 ===> devel/coccigrep ===> Building from scratch coccigrep-1.21p0 ===> coccigrep-1.21p0 depends on: python->=3.12,<3.13 -> python-3.12.8p0 ===> coccigrep-1.21p0 depends on: py3-build-* -> py3-build-1.2.2.post1p0 ===> coccigrep-1.21p0 depends on: py3-installer-* -> py3-installer-0.7.0p1 ===> coccigrep-1.21p0 depends on: py3-setuptools-* -> py3-setuptools-69.5.1p0v0 ===> coccigrep-1.21p0 depends on: py3-wheel-* -> py3-wheel-0.45.1p0 py3-build-1.2.2.post1p0 py3-installer-0.7.0p1 py3-setuptools-69.5.1p0v0 py3-wheel-0.45.1p0 python-3.12.8p0 (Junk lock released for exopi-3 at 1734972274.83) distfiles size=35376 >>> Running build in devel/coccigrep at 1734972274.86 ===> devel/coccigrep ===> Checking files for coccigrep-1.21p0 `/exopi-cvs/ports/distfiles/coccigrep-1.21.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for coccigrep-1.21p0 ===> Patching for coccigrep-1.21p0 ===> 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.21p0 ===> Configuring for coccigrep-1.21p0 /usr/bin/perl /exopi-cvs/ports/infrastructure/bin/pkg_subst -DMODPY_PYCACHE=__pycache__/ -DMODPY_COMMENT= -DMODPY_ABI3SO=.abi3 -DMODPY_PYC_MAGIC_TAG=cpython-312. -DMODPY_BIN=/usr/local/bin/python3.12 -DMODPY_DISTV=1.21 -DMODPY_VERSION=3.12 -DMODPY_PY_PREFIX=py3- -DMODPY_PYOEXTENSION=opt-1.pyc -DARCH=amd64 -DBASE_PKGPATH=devel/coccigrep -DFLAVOR_EXT= -DFULLPKGNAME=coccigrep-1.21p0 -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.21p0 * 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$') 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... running bdist_wheel running build running build_py creating build creating build/lib 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.12 copying and adjusting coccigrep -> build/scripts-3.12 changing mode of build/scripts-3.12/coccigrep from 644 to 755 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/coccigrep copying build/lib/coccigrep/__init__.py -> build/bdist.openbsd-7.6-amd64/wheel/coccigrep copying build/lib/coccigrep/coccigrep.py -> build/bdist.openbsd-7.6-amd64/wheel/coccigrep creating build/bdist.openbsd-7.6-amd64/wheel/coccigrep/data copying build/lib/coccigrep/data/deref.cocci -> build/bdist.openbsd-7.6-amd64/wheel/coccigrep/data copying build/lib/coccigrep/data/func.cocci -> build/bdist.openbsd-7.6-amd64/wheel/coccigrep/data copying build/lib/coccigrep/data/named.cocci -> build/bdist.openbsd-7.6-amd64/wheel/coccigrep/data copying build/lib/coccigrep/data/set.cocci -> build/bdist.openbsd-7.6-amd64/wheel/coccigrep/data copying build/lib/coccigrep/data/test.cocci -> build/bdist.openbsd-7.6-amd64/wheel/coccigrep/data copying build/lib/coccigrep/data/used.cocci -> build/bdist.openbsd-7.6-amd64/wheel/coccigrep/data copying build/lib/coccigrep/coccigrep.cfg -> build/bdist.openbsd-7.6-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.6-amd64/wheel/coccigrep-1.21-py3.12.egg-info running install_scripts creating build/bdist.openbsd-7.6-amd64/wheel/coccigrep-1.21.data creating build/bdist.openbsd-7.6-amd64/wheel/coccigrep-1.21.data/scripts copying build/scripts-3.12/coccigrep -> build/bdist.openbsd-7.6-amd64/wheel/coccigrep-1.21.data/scripts changing mode of build/bdist.openbsd-7.6-amd64/wheel/coccigrep-1.21.data/scripts/coccigrep to 755 creating build/bdist.openbsd-7.6-amd64/wheel/coccigrep-1.21.dist-info/WHEEL creating '/exopi-obj/pobj/coccigrep-1.21/coccigrep-1.21/dist/.tmp-bm9b6c59/coccigrep-1.21-py3-none-any.whl' and adding 'build/bdist.openbsd-7.6-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/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.6-amd64/wheel Successfully built coccigrep-1.21-py3-none-any.whl >>> Running package in devel/coccigrep at 1734972276.73 ===> devel/coccigrep ===> Faking installation for coccigrep-1.21p0 /usr/local/lib/python3.12/site-packages/coccigrep/coccigrep.py:120: SyntaxWarning: invalid escape sequence '\.' /usr/local/lib/python3.12/site-packages/coccigrep/coccigrep.py:413: SyntaxWarning: invalid escape sequence '\.' /usr/local/lib/python3.12/site-packages/coccigrep/coccigrep.py:120: SyntaxWarning: invalid escape sequence '\.' /usr/local/lib/python3.12/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.21p0 Create /exopi-cvs/ports/packages/amd64/all/coccigrep-1.21p0.tgz Creating package coccigrep-1.21p0 reading plist| checking dependencies| checking dependencies|devel/coccinelle checking dependencies|lang/python/3,-main checksumming| checksumming| | 0% checksumming|** | 3% checksumming|*** | 6% checksumming|***** | 8% checksumming|******* | 11% checksumming|******** | 14% checksumming|********** | 17% checksumming|************ | 19% checksumming|************** | 22% checksumming|*************** | 25% checksumming|***************** | 28% checksumming|******************* | 31% checksumming|******************** | 33% checksumming|********************** | 36% checksumming|************************ | 39% checksumming|************************* | 42% checksumming|*************************** | 44% checksumming|***************************** | 47% checksumming|******************************* | 50% checksumming|******************************** | 53% checksumming|********************************** | 56% checksumming|************************************ | 58% checksumming|************************************* | 61% checksumming|*************************************** | 64% checksumming|***************************************** | 67% checksumming|****************************************** | 69% checksumming|******************************************** | 72% checksumming|********************************************** | 75% checksumming|*********************************************** | 78% checksumming|************************************************* | 81% checksumming|*************************************************** | 83% checksumming|***************************************************** | 86% checksumming|****************************************************** | 89% checksumming|******************************************************** | 92% checksumming|********************************************************** | 94% 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.21p0.tgz >>> Running clean in devel/coccigrep at 1734972278.92 ===> devel/coccigrep ===> Cleaning for coccigrep-1.21p0 >>> Ended at 1734972279.24 max_stuck=0.88/depends=1.36/show-prepare-results=0.80/build=1.87/package=2.17/clean=0.36