>>> Building on localhost under devel/coccigrep BDEPENDS = [devel/py-setuptools;lang/python/3;devel/py-installer;devel/py-build;devel/py-wheel] DIST = [devel/coccigrep:coccigrep-1.21.tar.gz] FULLPKGNAME = coccigrep-1.21p1 RDEPENDS = [lang/python/3;devel/coccinelle] (Junk lock obtained for localhost at 1775099092.97) >>> Running depends in devel/coccigrep at 1775099093.10 /usr/sbin/pkg_add -aI -Drepair py3-build-1.4.0 py3-installer-0.7.0p2 py3-setuptools-80.9.0v0 py3-wheel-0.46.3p0 python-3.13.12 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.4.0 py3-installer-0.7.0p2 py3-setuptools-80.9.0v0 py3-wheel-0.46.3p0 python-3.13.12 /usr/sbin/pkg_add -aI -Drepair py3-build-1.4.0 py3-installer-0.7.0p2 py3-setuptools-80.9.0v0 py3-wheel-0.46.3p0 python-3.13.12 >>> Running show-prepare-results in devel/coccigrep at 1775099101.08 ===> devel/coccigrep ===> Building from scratch coccigrep-1.21p1 ===> coccigrep-1.21p1 depends on: python->=3.13,<3.14 -> python-3.13.12 ===> coccigrep-1.21p1 depends on: py3-build-* -> py3-build-1.4.0 ===> coccigrep-1.21p1 depends on: py3-installer-* -> py3-installer-0.7.0p2 ===> coccigrep-1.21p1 depends on: py3-setuptools->=79v0 -> py3-setuptools-80.9.0v0 ===> coccigrep-1.21p1 depends on: py3-wheel-* -> py3-wheel-0.46.3p0 py3-build-1.4.0 py3-installer-0.7.0p2 py3-setuptools-80.9.0v0 py3-wheel-0.46.3p0 python-3.13.12 (Junk lock released for localhost at 1775099108.76) distfiles size=35376 >>> Running extract in devel/coccigrep at 1775099108.84 ===> devel/coccigrep ===> Checking files for coccigrep-1.21p1 `/usr/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 1775099110.24 ===> 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 /usr/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=armv7 -DBASE_PKGPATH=devel/coccigrep -DFLAVOR_EXT= -DFULLPKGNAME=coccigrep-1.21p1 -DHOMEPAGE=http://home.regit.org/software/coccigrep/ -DLOCALBASE=/usr/local -DLOCALSTATEDIR=/var -DMACHINE_ARCH=arm -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 /usr/obj/ports/coccigrep-1.21 /usr/obj/ports/coccigrep-1.21/coccigrep-1.21/src/coccigrep.py ===> Building for coccigrep-1.21p1 * Getting build dependencies for wheel... /usr/obj/ports/coccigrep-1.21/coccigrep-1.21/src/coccigrep.py:120: SyntaxWarning: invalid escape sequence '\.' ptype_regexp = re.compile("^[ )]*\.") /usr/obj/ports/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.9-armv7/wheel running install running install_lib creating build/bdist.openbsd-7.9-armv7/wheel creating build/bdist.openbsd-7.9-armv7/wheel/coccigrep copying build/lib/coccigrep/__init__.py -> build/bdist.openbsd-7.9-armv7/wheel/./coccigrep copying build/lib/coccigrep/coccigrep.py -> build/bdist.openbsd-7.9-armv7/wheel/./coccigrep creating build/bdist.openbsd-7.9-armv7/wheel/coccigrep/data copying build/lib/coccigrep/data/deref.cocci -> build/bdist.openbsd-7.9-armv7/wheel/./coccigrep/data copying build/lib/coccigrep/data/func.cocci -> build/bdist.openbsd-7.9-armv7/wheel/./coccigrep/data copying build/lib/coccigrep/data/named.cocci -> build/bdist.openbsd-7.9-armv7/wheel/./coccigrep/data copying build/lib/coccigrep/data/set.cocci -> build/bdist.openbsd-7.9-armv7/wheel/./coccigrep/data copying build/lib/coccigrep/data/test.cocci -> build/bdist.openbsd-7.9-armv7/wheel/./coccigrep/data copying build/lib/coccigrep/data/used.cocci -> build/bdist.openbsd-7.9-armv7/wheel/./coccigrep/data copying build/lib/coccigrep/coccigrep.cfg -> build/bdist.openbsd-7.9-armv7/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.9-armv7/wheel/./coccigrep-1.21-py3.13.egg-info running install_scripts creating build/bdist.openbsd-7.9-armv7/wheel/coccigrep-1.21.data/scripts copying build/scripts-3.13/coccigrep -> build/bdist.openbsd-7.9-armv7/wheel/coccigrep-1.21.data/scripts changing mode of build/bdist.openbsd-7.9-armv7/wheel/coccigrep-1.21.data/scripts/coccigrep to 755 creating build/bdist.openbsd-7.9-armv7/wheel/coccigrep-1.21.dist-info/WHEEL creating '/usr/obj/ports/coccigrep-1.21/coccigrep-1.21/dist/.tmp-2xwz2aj0/coccigrep-1.21-py3-none-any.whl' and adding 'build/bdist.openbsd-7.9-armv7/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.9-armv7/wheel Successfully built coccigrep-1.21-py3-none-any.whl >>> Running package in devel/coccigrep at 1775099129.06 ===> 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 '\.' /usr/obj/ports/coccigrep-1.21/bin/install -d -m 755 /usr/obj/ports/coccigrep-1.21/fake-arm/usr/local/share/doc/coccigrep /usr/obj/ports/coccigrep-1.21/bin/install -c -m 644 /usr/obj/ports/coccigrep-1.21/coccigrep-1.21/README.rst /usr/obj/ports/coccigrep-1.21/fake-arm/usr/local/share/doc/coccigrep/ /usr/obj/ports/coccigrep-1.21/bin/install -c -m 644 /usr/obj/ports/coccigrep-1.21/coccigrep-1.21/coccigrep.1 /usr/obj/ports/coccigrep-1.21/fake-arm/usr/local/man/man1/ ===> Building package for coccigrep-1.21p1 Create /usr/ports/packages/arm/all/coccigrep-1.21p1.tgz Creating package coccigrep-1.21p1 reading plist| checking dependencies|devel/coccinellelang/python/3,-main checksumming| | 0%** | 3%* | 5%** | 8%** | 11%* | 14%** | 16%** | 19%* | 22%** | 24%* | 27%** | 30%** | 32%* | 35%** | 38%** | 41%* | 43%** | 46%** | 49%* | 51%** | 54%** | 57%* | 59%** | 62%** | 65%* | 68%** | 70%** | 73%* | 76%** | 78%* | 81%** | 84%** | 86%* | 89%** | 92%** | 95%* | 97%**|100%  archiving| | 0% | 1%************* | 20%************ | 40%* | 40%*** | 46%**** | 51%********* | 65%**************** | 90% | 91%*** | 95% | 96%* | 96% | 97%**|100% /usr/ports/plist/arm/coccigrep-1.21p1 was updated @depend lang/python/3,-main:python->=3.13,<3.14:python-3.13.11p0 -> @depend lang/python/3,-main:python->=3.13,<3.14:python-3.13.12 Link to /usr/ports/packages/arm/ftp/coccigrep-1.21p1.tgz >>> Running clean in devel/coccigrep at 1775099151.89 ===> devel/coccigrep ===> Cleaning for coccigrep-1.21p1 >>> Ended at 1775099152.54 max_stuck=7.55/depends=7.82/show-prepare-results=7.97/extract=1.40/build=18.81/package=22.82/clean=0.73 >>> Building on armv7-1 under devel/coccigrep FULLPKGNAME = stub_name >>> Running build in devel/coccigrep at 1777030446.15 ===> devel/coccigrep ===> Building from scratch coccigrep-1.21p1 ===> coccigrep-1.21p1 depends on: python->=3.13,<3.14 - not found Dependency check failed ===> Exiting devel/coccigrep with an error *** Error 1 in devel/coccigrep (/usr/ports/infrastructure/mk/bsd.port.mk:2386 '/usr/obj/ports/coccigrep-1.21/.dep-lang-python-3': @unset _DE...) *** Error 2 in devel/coccigrep (/usr/ports/infrastructure/mk/bsd.port.mk:2706 'build': @lock=coccigrep-1.21p1; export _LOCKS_HELD=" coccigr...) *** Error 1 in /usr/ports (infrastructure/mk/bsd.port.subdir.mk:144 'build': @: ${echo_msg:=echo}; : ${target:=build}; for i in ; do eval...) >>> Running clean in devel/coccigrep at 1777030448.17 ===> devel/coccigrep ===> Cleaning for coccigrep-1.21p1 >>> Ended at 1777030448.81 max_stuck=0.00/build=2.03/clean=0.75 Error: job failed with 512 on armv7-1 at 1777030448