>>> Building on armv7-1 under security/knockpy BDEPENDS = [devel/py-installer,python3;lang/python/3;devel/py-setuptools,python3;devel/py-wheel,python3;devel/py-build,python3] DIST = [security/knockpy:knockpy-7.0.0.tar.gz] FULLPKGNAME = knockpy-7.0.0p0 RDEPENDS = [www/py-requests,python3;net/py-dnspython,python3;lang/python/3;www/py-beautifulsoup4,python3;devel/py-tqdm,python3;security/py-openssl,python3] (Junk lock obtained for armv7-1 at 1724371336.00) >>> Running depends in security/knockpy at 1724371336.10 last junk was in games/lincity-ng /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.1p1 py3-installer-0.7.0p0 py3-setuptools-68.0.0p0v0 py3-wheel-0.43.0p0 python-3.11.9p3 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.1p1 py3-installer-0.7.0p0 py3-setuptools-68.0.0p0v0 py3-wheel-0.43.0p0 python-3.11.9p3 /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.1p1 py3-installer-0.7.0p0 py3-setuptools-68.0.0p0v0 py3-wheel-0.43.0p0 python-3.11.9p3 >>> Running show-prepare-results in security/knockpy at 1724371344.90 ===> security/knockpy ===> Building from scratch knockpy-7.0.0p0 ===> knockpy-7.0.0p0 depends on: python->=3.11,<3.12 -> python-3.11.9p3 ===> knockpy-7.0.0p0 depends on: py3-build-* -> py3-build-1.2.1p1 ===> knockpy-7.0.0p0 depends on: py3-installer-* -> py3-installer-0.7.0p0 ===> knockpy-7.0.0p0 depends on: py3-setuptools-* -> py3-setuptools-68.0.0p0v0 ===> knockpy-7.0.0p0 depends on: py3-wheel-* -> py3-wheel-0.43.0p0 py3-build-1.2.1p1 py3-installer-0.7.0p0 py3-setuptools-68.0.0p0v0 py3-wheel-0.43.0p0 python-3.11.9p3 (Junk lock released for armv7-1 at 1724371349.64) distfiles size=48982 >>> Running patch in security/knockpy at 1724371349.72 ===> security/knockpy ===> Checking files for knockpy-7.0.0p0 `/usr/ports/distfiles/knockpy-7.0.0.tar.gz' is up to date. >> (SHA256) knockpy-7.0.0.tar.gz: OK ===> Extracting for knockpy-7.0.0p0 ===> Patching for knockpy-7.0.0p0 ===> Applying OpenBSD patch patch-knock_knockpy_py Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: knock/knockpy.py |--- knock/knockpy.py.orig |+++ knock/knockpy.py -------------------------- Patching file knock/knockpy.py using Plan A... Hunk #1 succeeded at 23. Hunk #2 succeeded at 432. 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++ >>> Running configure in security/knockpy at 1724371352.01 ===> security/knockpy ===> Generating configure for knockpy-7.0.0p0 ===> Configuring for knockpy-7.0.0p0 >>> Running build in security/knockpy at 1724371353.09 ===> security/knockpy ===> Building for knockpy-7.0.0p0 * Getting build dependencies for wheel... running egg_info creating knockpy.egg-info writing knockpy.egg-info/PKG-INFO writing dependency_links to knockpy.egg-info/dependency_links.txt writing entry points to knockpy.egg-info/entry_points.txt writing requirements to knockpy.egg-info/requires.txt writing top-level names to knockpy.egg-info/top_level.txt writing manifest file 'knockpy.egg-info/SOURCES.txt' reading manifest file 'knockpy.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'knockpy.egg-info/SOURCES.txt' * Building wheel... running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/knock copying knock/__init__.py -> build/lib/knock copying knock/knockpy.py -> build/lib/knock running egg_info writing knockpy.egg-info/PKG-INFO writing dependency_links to knockpy.egg-info/dependency_links.txt writing entry points to knockpy.egg-info/entry_points.txt writing requirements to knockpy.egg-info/requires.txt writing top-level names to knockpy.egg-info/top_level.txt reading manifest file 'knockpy.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'knockpy.egg-info/SOURCES.txt' /usr/local/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'knock.wordlist' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'knock.wordlist' 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 'knock.wordlist' 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 'knock.wordlist' to be distributed and are already explicitly excluding 'knock.wordlist' 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/knock/wordlist copying knock/wordlist/wordlist.txt -> build/lib/knock/wordlist installing to build/bdist.openbsd-7.5-armv7/wheel running install running install_lib creating build/bdist.openbsd-7.5-armv7 creating build/bdist.openbsd-7.5-armv7/wheel creating build/bdist.openbsd-7.5-armv7/wheel/knock copying build/lib/knock/__init__.py -> build/bdist.openbsd-7.5-armv7/wheel/knock copying build/lib/knock/knockpy.py -> build/bdist.openbsd-7.5-armv7/wheel/knock creating build/bdist.openbsd-7.5-armv7/wheel/knock/wordlist copying build/lib/knock/wordlist/wordlist.txt -> build/bdist.openbsd-7.5-armv7/wheel/knock/wordlist running install_egg_info Copying knockpy.egg-info to build/bdist.openbsd-7.5-armv7/wheel/knockpy-7.0.0-py3.11.egg-info running install_scripts creating build/bdist.openbsd-7.5-armv7/wheel/knockpy-7.0.0.dist-info/WHEEL creating '/usr/obj/ports/knockpy-7.0.0/knock-7.0.0/dist/.tmp-suvuzcob/knockpy-7.0.0-py3-none-any.whl' and adding 'build/bdist.openbsd-7.5-armv7/wheel' to it adding 'knock/__init__.py' adding 'knock/knockpy.py' adding 'knock/wordlist/wordlist.txt' adding 'knockpy-7.0.0.dist-info/LICENSE' adding 'knockpy-7.0.0.dist-info/METADATA' adding 'knockpy-7.0.0.dist-info/WHEEL' adding 'knockpy-7.0.0.dist-info/entry_points.txt' adding 'knockpy-7.0.0.dist-info/top_level.txt' adding 'knockpy-7.0.0.dist-info/RECORD' removing build/bdist.openbsd-7.5-armv7/wheel Successfully built knockpy-7.0.0-py3-none-any.whl >>> Running fake in security/knockpy at 1724371361.70 ===> security/knockpy ===> Faking installation for knockpy-7.0.0p0 >>> Running package in security/knockpy at 1724371364.33 ===> security/knockpy `/usr/obj/ports/knockpy-7.0.0/fake-arm/.fake_done' is up to date. ===> Building package for knockpy-7.0.0p0 Create /usr/ports/packages/arm/all/knockpy-7.0.0p0.tgz Creating package knockpy-7.0.0p0 reading plist| checking dependencies| checking dependencies|devel/py-tqdm,python3 checking dependencies|lang/python/3,-main checking dependencies|net/py-dnspython,python3 checking dependencies|security/py-openssl,python3 checking dependencies|www/py-beautifulsoup4,python3 checking dependencies|www/py-requests,python3 checksumming| checksumming| | 0% checksumming|** | 3% checksumming|**** | 6% checksumming|****** | 10% checksumming|******** | 13% checksumming|********** | 16% checksumming|************ | 19% checksumming|************** | 23% checksumming|**************** | 26% checksumming|****************** | 29% checksumming|******************** | 32% checksumming|********************** | 35% checksumming|************************ | 39% checksumming|************************** | 42% checksumming|**************************** | 45% checksumming|****************************** | 48% checksumming|******************************* | 52% checksumming|********************************* | 55% checksumming|*********************************** | 58% checksumming|************************************* | 61% checksumming|*************************************** | 65% checksumming|***************************************** | 68% checksumming|******************************************* | 71% checksumming|********************************************* | 74% checksumming|*********************************************** | 77% checksumming|************************************************* | 81% checksumming|*************************************************** | 84% checksumming|***************************************************** | 87% checksumming|******************************************************* | 90% checksumming|********************************************************* | 94% checksumming|*********************************************************** | 97% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|********** | 16% archiving|******************** | 32% archiving|************************** | 41% archiving|*************************************** | 61% archiving|****************************************************************|100% Link to /usr/ports/packages/arm/ftp/knockpy-7.0.0p0.tgz >>> Running clean in security/knockpy at 1724371381.19 ===> security/knockpy ===> Cleaning for knockpy-7.0.0p0 >>> Ended at 1724371381.88 max_stuck=0.00/depends=8.82/show-prepare-results=4.82/patch=2.23/configure=1.13/build=8.62/fake=2.62/package=16.85/clean=0.78 >>> Building on localhost under security/knockpy FULLPKGNAME = stub_name >>> Running patch in security/knockpy at 1725080518.50 ===> security/knockpy ===> Building from scratch knockpy-7.0.0p0 ===> knockpy-7.0.0p0 depends on: python->=3.11,<3.12 -> python-3.11.9p3 ===> knockpy-7.0.0p0 depends on: py3-build-* - not found Dependency check failed *** Error 1 in security/knockpy (/usr/ports/infrastructure/mk/bsd.port.mk:2386 '/usr/obj/ports/knockpy-7.0.0/.dep-devel-py-build,python3': @...) *** Error 2 in security/knockpy (/usr/ports/infrastructure/mk/bsd.port.mk:2704 'patch': @lock=knockpy-7.0.0p0; export _LOCKS_HELD=" knockpy...) ===> Exiting security/knockpy with an error *** Error 1 in /usr/ports (infrastructure/mk/bsd.port.subdir.mk:144 'patch': @: ${echo_msg:=echo}; : ${target:=patch}; for i in ; do eval...) >>> Running clean in security/knockpy at 1725080524.99 ===> security/knockpy ===> Cleaning for knockpy-7.0.0p0 >>> Ended at 1725080525.56 max_stuck=0.00/patch=7.51/clean=0.64 Error: job failed with 512 on localhost at 1725080525