>>> py3-ruamel.yaml.clib: Building community/py3-ruamel.yaml.clib 0.2.15-r3 (using abuild 3.16.0-r0) started Sun, 29 Mar 2026 01:19:14 +0000 >>> py3-ruamel.yaml.clib: Validating /home/buildozer/aports/community/py3-ruamel.yaml.clib/APKBUILD... >>> py3-ruamel.yaml.clib: Analyzing dependencies... >>> py3-ruamel.yaml.clib: Installing for build: build-base python3 py3-setuptools python3-dev ( 1/19) Installing libbz2 (1.0.8-r6) ( 2/19) Installing libffi (3.5.2-r0) ( 3/19) Installing gdbm (1.26-r0) ( 4/19) Installing xz-libs (5.8.2-r0) ( 5/19) Installing mpdecimal (4.0.1-r0) ( 6/19) Installing libpanelw (6.6_p20251231-r0) ( 7/19) Installing sqlite-libs (3.51.2-r1) ( 8/19) Installing python3 (3.14.3-r0) ( 9/19) Installing python3-pycache-pyc0 (3.14.3-r0) (10/19) Installing pyc (3.14.3-r0) (11/19) Installing python3-pyc (3.14.3-r0) (12/19) Installing py3-parsing (3.3.2-r1) (13/19) Installing py3-parsing-pyc (3.3.2-r1) (14/19) Installing py3-packaging (26.0-r1) (15/19) Installing py3-packaging-pyc (26.0-r1) (16/19) Installing py3-setuptools (82.0.1-r1) (17/19) Installing py3-setuptools-pyc (82.0.1-r1) (18/19) Installing python3-dev (3.14.3-r0) (19/19) Installing .makedepends-py3-ruamel.yaml.clib (20260329.011922) Executing busybox-1.37.0-r31.trigger OK: 543.5 MiB in 123 packages >>> py3-ruamel.yaml.clib: Cleaning up srcdir >>> py3-ruamel.yaml.clib: Cleaning up pkgdir >>> py3-ruamel.yaml.clib: Cleaning up tmpdir >>> py3-ruamel.yaml.clib: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ruamel.yaml.clib-0.2.15.tar.xz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/edge/ruamel.yaml.clib-0.2.15.tar.xz.part' ruamel.yaml.clib-0.2 100% |********************************| 162k 0:00:00 ETA '/var/cache/distfiles/edge/ruamel.yaml.clib-0.2.15.tar.xz.part' saved /var/cache/distfiles/edge/ruamel.yaml.clib-0.2.15.tar.xz: OK >>> py3-ruamel.yaml.clib: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ruamel.yaml.clib-0.2.15.tar.xz /var/cache/distfiles/edge/ruamel.yaml.clib-0.2.15.tar.xz: OK >>> py3-ruamel.yaml.clib: Unpacking /var/cache/distfiles/edge/ruamel.yaml.clib-0.2.15.tar.xz... /usr/lib/python3.14/site-packages/setuptools/_vendor/wheel/bdist_wheel.py:4: FutureWarning: The 'wheel' package is no longer the canonical location of the 'bdist_wheel' command, and will be removed in a future release. Please update to setuptools v70.1 or later which contains an integrated version of this command. warn( /usr/lib/python3.14/site-packages/setuptools/dist.py:765: 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 build running build_py creating build/lib.linux-i686-cpython-314/ruamel/yaml/clib copying ./__init__.py -> build/lib.linux-i686-cpython-314/ruamel/yaml/clib copying ./LICENSE -> build/lib.linux-i686-cpython-314/ruamel/yaml/clib running build_ext building '_ruamel_yaml' extension creating build/temp.linux-i686-cpython-314 cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.14 -c _ruamel_yaml.c -o build/temp.linux-i686-cpython-314/_ruamel_yaml.o In file included from _ruamel_yaml.c:1222: _ruamel_yaml.h:10:9: warning: 'PyString_CheckExact' redefined 10 | #define PyString_CheckExact PyBytes_CheckExact | ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:1062:11: note: this is the location of the previous definition 1062 | #define PyString_CheckExact PyUnicode_CheckExact | ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c: In function '__pyx_pf_6ruamel_4yaml_4clib_12_ruamel_yaml_get_version_string': _ruamel_yaml.c:4089:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 4089 | __pyx_v_value = yaml_get_version_string(); | ^ cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.14 -c api.c -o build/temp.linux-i686-cpython-314/api.o cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.14 -c dumper.c -o build/temp.linux-i686-cpython-314/dumper.o cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.14 -c emitter.c -o build/temp.linux-i686-cpython-314/emitter.o cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.14 -c loader.c -o build/temp.linux-i686-cpython-314/loader.o cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.14 -c parser.c -o build/temp.linux-i686-cpython-314/parser.o cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.14 -c reader.c -o build/temp.linux-i686-cpython-314/reader.o cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.14 -c scanner.c -o build/temp.linux-i686-cpython-314/scanner.o cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.14 -c writer.c -o build/temp.linux-i686-cpython-314/writer.o cc -shared -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-i686-cpython-314/_ruamel_yaml.o build/temp.linux-i686-cpython-314/api.o build/temp.linux-i686-cpython-314/dumper.o build/temp.linux-i686-cpython-314/emitter.o build/temp.linux-i686-cpython-314/loader.o build/temp.linux-i686-cpython-314/parser.o build/temp.linux-i686-cpython-314/reader.o build/temp.linux-i686-cpython-314/scanner.o build/temp.linux-i686-cpython-314/writer.o -L/usr/lib -o build/lib.linux-i686-cpython-314/_ruamel_yaml.cpython-314-i386-linux-musl.so exiting tmpfile {'full_package_name': 'ruamel.yaml.clib', 'version_info': (0, 2, 15), '__version__': '0.2.15', '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'} >>> py3-ruamel.yaml.clib: Entering fakeroot... libfakeroot internal error: payload not recognized! /usr/lib/python3.14/site-packages/setuptools/_vendor/wheel/bdist_wheel.py:4: FutureWarning: The 'wheel' package is no longer the canonical location of the 'bdist_wheel' command, and will be removed in a future release. Please update to setuptools v70.1 or later which contains an integrated version of this command. warn( /usr/lib/python3.14/site-packages/setuptools/dist.py:765: 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 install /usr/lib/python3.14/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /home/buildozer/aports/community/py3-ruamel.yaml.clib/pkg/py3-ruamel.yaml.clib/usr/lib/python3.14/site-packages copying build/lib.linux-i686-cpython-314/_ruamel_yaml.cpython-314-i386-linux-musl.so -> /home/buildozer/aports/community/py3-ruamel.yaml.clib/pkg/py3-ruamel.yaml.clib/usr/lib/python3.14/site-packages creating /home/buildozer/aports/community/py3-ruamel.yaml.clib/pkg/py3-ruamel.yaml.clib/usr/lib/python3.14/site-packages/ruamel creating /home/buildozer/aports/community/py3-ruamel.yaml.clib/pkg/py3-ruamel.yaml.clib/usr/lib/python3.14/site-packages/ruamel/yaml creating /home/buildozer/aports/community/py3-ruamel.yaml.clib/pkg/py3-ruamel.yaml.clib/usr/lib/python3.14/site-packages/ruamel/yaml/clib copying build/lib.linux-i686-cpython-314/ruamel/yaml/clib/__init__.py -> /home/buildozer/aports/community/py3-ruamel.yaml.clib/pkg/py3-ruamel.yaml.clib/usr/lib/python3.14/site-packages/ruamel/yaml/clib copying build/lib.linux-i686-cpython-314/ruamel/yaml/clib/LICENSE -> /home/buildozer/aports/community/py3-ruamel.yaml.clib/pkg/py3-ruamel.yaml.clib/usr/lib/python3.14/site-packages/ruamel/yaml/clib running install_egg_info running egg_info creating ruamel.yaml.clib.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 writing manifest file 'ruamel.yaml.clib.egg-info/SOURCES.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 /home/buildozer/aports/community/py3-ruamel.yaml.clib/pkg/py3-ruamel.yaml.clib/usr/lib/python3.14/site-packages/ruamel.yaml.clib-0.2.15-py3.14.egg-info running install_scripts exiting tmpfile {'full_package_name': 'ruamel.yaml.clib', 'version_info': (0, 2, 15), '__version__': '0.2.15', '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'} >>> py3-ruamel.yaml.clib*: Running postcheck for py3-ruamel.yaml.clib >>> py3-ruamel.yaml.clib*: Preparing package py3-ruamel.yaml.clib... >>> py3-ruamel.yaml.clib*: Stripping binaries libfakeroot internal error: payload not recognized! >>> py3-ruamel.yaml.clib*: Scanning shared objects >>> py3-ruamel.yaml.clib*: Tracing dependencies... python3 python3~3.14 so:libc.musl-x86.so.1 >>> py3-ruamel.yaml.clib*: Package size: 287.6 KB >>> py3-ruamel.yaml.clib*: Compressing data... >>> py3-ruamel.yaml.clib*: Create checksum... >>> py3-ruamel.yaml.clib*: Create py3-ruamel.yaml.clib-0.2.15-r3.apk >>> py3-ruamel.yaml.clib: Build complete at Sun, 29 Mar 2026 01:19:56 +0000 elapsed time 0h 0m 42s >>> py3-ruamel.yaml.clib: Cleaning up srcdir >>> py3-ruamel.yaml.clib: Cleaning up pkgdir >>> py3-ruamel.yaml.clib: Cleaning up tmpdir >>> py3-ruamel.yaml.clib: Uninstalling dependencies... ( 1/19) Purging .makedepends-py3-ruamel.yaml.clib (20260329.011922) ( 2/19) Purging py3-setuptools-pyc (82.0.1-r1) ( 3/19) Purging py3-setuptools (82.0.1-r1) ( 4/19) Purging py3-packaging-pyc (26.0-r1) ( 5/19) Purging py3-packaging (26.0-r1) ( 6/19) Purging py3-parsing-pyc (3.3.2-r1) ( 7/19) Purging py3-parsing (3.3.2-r1) ( 8/19) Purging python3-dev (3.14.3-r0) ( 9/19) Purging python3-pyc (3.14.3-r0) (10/19) Purging python3-pycache-pyc0 (3.14.3-r0) (11/19) Purging pyc (3.14.3-r0) (12/19) Purging python3 (3.14.3-r0) (13/19) Purging gdbm (1.26-r0) (14/19) Purging libbz2 (1.0.8-r6) (15/19) Purging libffi (3.5.2-r0) (16/19) Purging libpanelw (6.6_p20251231-r0) (17/19) Purging mpdecimal (4.0.1-r0) (18/19) Purging sqlite-libs (3.51.2-r1) (19/19) Purging xz-libs (5.8.2-r0) Executing busybox-1.37.0-r31.trigger OK: 426.6 MiB in 104 packages >>> py3-ruamel.yaml.clib: Updating the community/x86 repository index... >>> py3-ruamel.yaml.clib: Signing the index...