>>> Building on exopi-6 under textproc/py-ruamel.yaml.clib BDEPENDS = [lang/python/3;devel/py-installer;devel/py-setuptools;devel/py-build;devel/py-wheel] DIST = [textproc/py-ruamel.yaml.clib:ruamel.yaml.clib-0.2.14.tar.gz] FULLPKGNAME = py3-ruamel.yaml.clib-0.2.14 RDEPENDS = [lang/python/3] (Junk lock obtained for exopi-6 at 1764985209.08) >>> Running depends in textproc/py-ruamel.yaml.clib at 1764985209.14 last junk was in mail/postgrey /usr/sbin/pkg_add -aI -Drepair py3-build-1.3.0 py3-installer-0.7.0p2 py3-wheel-0.46.1 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-wheel-0.46.1 >>> Running show-prepare-results in textproc/py-ruamel.yaml.clib at 1764985211.72 ===> textproc/py-ruamel.yaml.clib ===> Building from scratch py3-ruamel.yaml.clib-0.2.14 ===> py3-ruamel.yaml.clib-0.2.14 depends on: python->=3.13,<3.14 -> python-3.13.9 ===> py3-ruamel.yaml.clib-0.2.14 depends on: py3-build-* -> py3-build-1.3.0 ===> py3-ruamel.yaml.clib-0.2.14 depends on: py3-installer-* -> py3-installer-0.7.0p2 ===> py3-ruamel.yaml.clib-0.2.14 depends on: py3-setuptools->=79v0 -> py3-setuptools-79.0.1v0 ===> py3-ruamel.yaml.clib-0.2.14 depends on: py3-wheel-* -> py3-wheel-0.46.1 ===> Verifying specs: python3.13 pthread ===> found python3.13.0.0 pthread.28.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 Don't run junk because nojunk in x11/qt5/qtlocation (Junk lock released for exopi-6 at 1764985212.76) distfiles size=225394 >>> Running extract in textproc/py-ruamel.yaml.clib at 1764985212.80 ===> textproc/py-ruamel.yaml.clib ===> Checking files for py3-ruamel.yaml.clib-0.2.14 `/exopi-cvs/ports/distfiles/ruamel.yaml.clib-0.2.14.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for py3-ruamel.yaml.clib-0.2.14 >>> Running build in textproc/py-ruamel.yaml.clib at 1764985213.17 ===> textproc/py-ruamel.yaml.clib ===> Patching for py3-ruamel.yaml.clib-0.2.14 ===> 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-ruamel.yaml.clib-0.2.14 ===> Configuring for py3-ruamel.yaml.clib-0.2.14 ===> Building for py3-ruamel.yaml.clib-0.2.14 * Getting build dependencies for wheel... :258: DeprecationWarning: The 'wheel.bdist_wheel' module has been removed. Please update your setuptools to v70.1 or later. If you're explicitly importing 'wheel.bdist_wheel', please update your import to point to 'setuptools.command.bdist_wheel' instead. /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 :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running egg_info writing ruamel.yaml.clib.egg-info/PKG-INFO writing dependency_links to ruamel.yaml.clib.egg-info/dependency_links.txt writing top-level names to ruamel.yaml.clib.egg-info/top_level.txt reading manifest file 'ruamel.yaml.clib.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'ruamel.yaml.clib.egg-info/SOURCES.txt' exiting tmpfile {'full_package_name': 'ruamel.yaml.clib', 'version_info': (0, 2, 14), '__version__': '0.2.14', 'version_timestamp': '2025-09-22 18:47:49', 'author': 'Anthon van der Neut', 'author_email': 'a.van.der.neut@ruamel.eu', 'description': 'C version of reader, parser and emitter for ruamel.yaml derived from libyaml', 'license': 'MIT', 'entry_points': None, 'nested': True, 'binary_only': True, 'since': 2019, 'ext_modules': [{'name': '_ruamel_yaml', 'src': ['_ruamel_yaml.c', 'api.c', 'writer.c', 'dumper.c', 'loader.c', 'reader.c', 'scanner.c', 'parser.c', 'emitter.c'], 'lib': [], 'test': '\n int main(int argc, char* argv[])\n {\n /* prevent warning */\n return 0;\n }\n '}], 'classifiers': ['Programming Language :: Python :: Implementation :: CPython', 'Topic :: Software Development :: Libraries :: Python Modules'], 'keywords': 'yaml 1.2 parser c-library config', 'wheels': {'windows': 'appveyor', 'linux': 'libyaml-devel', 'macos': 'builder@macos'}, 'url_doc': 'https://yaml.dev/doc/{full_package_name}/', 'supported': [(3, 9)], 'python_requires': '>=3.9', 'tox': {'env': '*'}, 'manifest': 'include README.md LICENSE setup.py *.c *.h *.pxd *.pyx'} * Building wheel... :258: DeprecationWarning: The 'wheel.bdist_wheel' module has been removed. Please update your setuptools to v70.1 or later. If you're explicitly importing 'wheel.bdist_wheel', please update your import to point to 'setuptools.command.bdist_wheel' instead. /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 :: MIT License 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.openbsd-7.8-amd64-cpython-313/ruamel/yaml/clib copying ./__init__.py -> build/lib.openbsd-7.8-amd64-cpython-313/ruamel/yaml/clib copying ./setup.py -> build/lib.openbsd-7.8-amd64-cpython-313/ruamel/yaml/clib copying ./LICENSE -> build/lib.openbsd-7.8-amd64-cpython-313/ruamel/yaml/clib running build_ext building '_ruamel_yaml' extension creating build/temp.openbsd-7.8-amd64-cpython-313 cc -O2 -pipe -fPIC -I/usr/local/include/python3.13 -c _ruamel_yaml.c -o build/temp.openbsd-7.8-amd64-cpython-313/_ruamel_yaml.o In file included from _ruamel_yaml.c:1222: ./_ruamel_yaml.h:10:9: warning: 'PyString_CheckExact' macro redefined [-Wmacro-redefined] 10 | #define PyString_CheckExact PyBytes_CheckExact | ^ _ruamel_yaml.c:1062:11: note: previous definition is here 1062 | #define PyString_CheckExact PyUnicode_CheckExact | ^ _ruamel_yaml.c:4089:17: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 4089 | __pyx_v_value = yaml_get_version_string(); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ 2 warnings generated. cc -O2 -pipe -fPIC -I/usr/local/include/python3.13 -c api.c -o build/temp.openbsd-7.8-amd64-cpython-313/api.o cc -O2 -pipe -fPIC -I/usr/local/include/python3.13 -c dumper.c -o build/temp.openbsd-7.8-amd64-cpython-313/dumper.o cc -O2 -pipe -fPIC -I/usr/local/include/python3.13 -c emitter.c -o build/temp.openbsd-7.8-amd64-cpython-313/emitter.o cc -O2 -pipe -fPIC -I/usr/local/include/python3.13 -c loader.c -o build/temp.openbsd-7.8-amd64-cpython-313/loader.o cc -O2 -pipe -fPIC -I/usr/local/include/python3.13 -c parser.c -o build/temp.openbsd-7.8-amd64-cpython-313/parser.o cc -O2 -pipe -fPIC -I/usr/local/include/python3.13 -c reader.c -o build/temp.openbsd-7.8-amd64-cpython-313/reader.o cc -O2 -pipe -fPIC -I/usr/local/include/python3.13 -c scanner.c -o build/temp.openbsd-7.8-amd64-cpython-313/scanner.o cc -O2 -pipe -fPIC -I/usr/local/include/python3.13 -c writer.c -o build/temp.openbsd-7.8-amd64-cpython-313/writer.o cc -shared -fPIC -L/usr/local/lib/ -O2 -pipe build/temp.openbsd-7.8-amd64-cpython-313/_ruamel_yaml.o build/temp.openbsd-7.8-amd64-cpython-313/api.o build/temp.openbsd-7.8-amd64-cpython-313/dumper.o build/temp.openbsd-7.8-amd64-cpython-313/emitter.o build/temp.openbsd-7.8-amd64-cpython-313/loader.o build/temp.openbsd-7.8-amd64-cpython-313/parser.o build/temp.openbsd-7.8-amd64-cpython-313/reader.o build/temp.openbsd-7.8-amd64-cpython-313/scanner.o build/temp.openbsd-7.8-amd64-cpython-313/writer.o -L/usr/local/lib -o build/lib.openbsd-7.8-amd64-cpython-313/_ruamel_yaml.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/ruamel creating build/bdist.openbsd-7.8-amd64/wheel/ruamel/yaml creating build/bdist.openbsd-7.8-amd64/wheel/ruamel/yaml/clib copying build/lib.openbsd-7.8-amd64-cpython-313/ruamel/yaml/clib/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./ruamel/yaml/clib copying build/lib.openbsd-7.8-amd64-cpython-313/ruamel/yaml/clib/setup.py -> build/bdist.openbsd-7.8-amd64/wheel/./ruamel/yaml/clib copying build/lib.openbsd-7.8-amd64-cpython-313/ruamel/yaml/clib/LICENSE -> build/bdist.openbsd-7.8-amd64/wheel/./ruamel/yaml/clib copying build/lib.openbsd-7.8-amd64-cpython-313/_ruamel_yaml.cpython-313.so -> build/bdist.openbsd-7.8-amd64/wheel/. running install_egg_info running egg_info writing ruamel.yaml.clib.egg-info/PKG-INFO writing dependency_links to ruamel.yaml.clib.egg-info/dependency_links.txt writing top-level names to ruamel.yaml.clib.egg-info/top_level.txt reading manifest file 'ruamel.yaml.clib.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'ruamel.yaml.clib.egg-info/SOURCES.txt' Copying ruamel.yaml.clib.egg-info to build/bdist.openbsd-7.8-amd64/wheel/./ruamel.yaml.clib-0.2.14-py3.13.egg-info running install_scripts creating build/bdist.openbsd-7.8-amd64/wheel/ruamel_yaml_clib-0.2.14.dist-info/WHEEL creating '/exopi-obj/pobj/py-ruamel.yaml.clib-0.2.14/ruamel.yaml.clib-0.2.14/dist/.tmp-ofmpe_yu/ruamel_yaml_clib-0.2.14-cp313-cp313-openbsd_7_8_amd64.whl' and adding 'build/bdist.openbsd-7.8-amd64/wheel' to it adding '_ruamel_yaml.cpython-313.so' adding 'ruamel_yaml_clib-0.2.14.dist-info/licenses/LICENSE' adding 'ruamel_yaml_clib-0.2.14.dist-info/METADATA' adding 'ruamel_yaml_clib-0.2.14.dist-info/WHEEL' adding 'ruamel_yaml_clib-0.2.14.dist-info/top_level.txt' adding 'ruamel_yaml_clib-0.2.14.dist-info/RECORD' removing build/bdist.openbsd-7.8-amd64/wheel exiting tmpfile {'full_package_name': 'ruamel.yaml.clib', 'version_info': (0, 2, 14), '__version__': '0.2.14', 'version_timestamp': '2025-09-22 18:47:49', 'author': 'Anthon van der Neut', 'author_email': 'a.van.der.neut@ruamel.eu', 'description': 'C version of reader, parser and emitter for ruamel.yaml derived from libyaml', 'license': 'MIT', 'entry_points': None, 'nested': True, 'binary_only': True, 'since': 2019, 'ext_modules': [{'name': '_ruamel_yaml', 'src': ['_ruamel_yaml.c', 'api.c', 'writer.c', 'dumper.c', 'loader.c', 'reader.c', 'scanner.c', 'parser.c', 'emitter.c'], 'lib': [], 'test': '\n int main(int argc, char* argv[])\n {\n /* prevent warning */\n return 0;\n }\n '}], 'classifiers': ['Programming Language :: Python :: Implementation :: CPython', 'Topic :: Software Development :: Libraries :: Python Modules'], 'keywords': 'yaml 1.2 parser c-library config', 'wheels': {'windows': 'appveyor', 'linux': 'libyaml-devel', 'macos': 'builder@macos'}, 'url_doc': 'https://yaml.dev/doc/{full_package_name}/', 'supported': [(3, 9)], 'python_requires': '>=3.9', 'tox': {'env': '*'}, 'manifest': 'include README.md LICENSE setup.py *.c *.h *.pxd *.pyx'} Successfully built ruamel_yaml_clib-0.2.14-cp313-cp313-openbsd_7_8_amd64.whl >>> Running package in textproc/py-ruamel.yaml.clib at 1764985226.99 ===> textproc/py-ruamel.yaml.clib ===> Faking installation for py3-ruamel.yaml.clib-0.2.14 ===> Building package for py3-ruamel.yaml.clib-0.2.14 Create /exopi-cvs/ports/packages/amd64/all/py3-ruamel.yaml.clib-0.2.14.tgz Creating package py3-ruamel.yaml.clib-0.2.14 reading plist| checking dependencies| checking dependencies|lang/python/3,-main checksumming| checksumming| | 0% checksumming|*** | 5% checksumming|****** | 10% checksumming|********* | 15% checksumming|************ | 20% checksumming|*************** | 25% checksumming|****************** | 30% checksumming|********************* | 35% checksumming|************************ | 40% checksumming|*************************** | 45% checksumming|******************************* | 50% checksumming|********************************** | 55% checksumming|************************************* | 60% checksumming|**************************************** | 65% checksumming|******************************************* | 70% checksumming|********************************************** | 75% checksumming|************************************************* | 80% checksumming|**************************************************** | 85% checksumming|******************************************************* | 90% checksumming|********************************************************** | 95% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|*************************************************************** | 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-ruamel.yaml.clib-0.2.14.tgz >>> Running clean in textproc/py-ruamel.yaml.clib at 1764985229.96 ===> textproc/py-ruamel.yaml.clib ===> Cleaning for py3-ruamel.yaml.clib-0.2.14 >>> Ended at 1764985230.16 max_stuck=2.50/depends=2.58/show-prepare-results=1.10/extract=0.36/build=13.82/package=2.95/clean=0.26