>>> py3-ruamel.yaml.clib: Building community/py3-ruamel.yaml.clib 0.2.8-r2 (using abuild 3.15.0_rc3-r1) started Wed, 23 Apr 2025 15:50:30 +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.4.8-r0) (3/19) Installing gdbm (1.24-r0) (4/19) Installing xz-libs (5.8.1-r0) (5/19) Installing mpdecimal (4.0.0-r0) (6/19) Installing libpanelw (6.5_p20250412-r0) (7/19) Installing sqlite-libs (3.49.1-r0) (8/19) Installing python3 (3.12.10-r0) (9/19) Installing python3-pycache-pyc0 (3.12.10-r0) (10/19) Installing pyc (3.12.10-r0) (11/19) Installing python3-pyc (3.12.10-r0) (12/19) Installing py3-parsing (3.2.0-r0) (13/19) Installing py3-parsing-pyc (3.2.0-r0) (14/19) Installing py3-packaging (24.2-r0) (15/19) Installing py3-packaging-pyc (24.2-r0) (16/19) Installing py3-setuptools (77.0.3-r0) (17/19) Installing py3-setuptools-pyc (77.0.3-r0) (18/19) Installing python3-dev (3.12.10-r0) (19/19) Installing .makedepends-py3-ruamel.yaml.clib (20250423.155049) Executing busybox-1.37.0-r16.trigger OK: 471 MiB in 121 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/v3.22/ruamel.yaml.clib-0.2.8.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> py3-ruamel.yaml.clib: Fetching https://files.pythonhosted.org/packages/source/r/ruamel.yaml.clib/ruamel.yaml.clib-0.2.8.tar.gz Connecting to files.pythonhosted.org (151.101.0.223:443) Connecting to files.pythonhosted.org (151.101.64.223:443) saving to '/var/cache/distfiles/v3.22/ruamel.yaml.clib-0.2.8.tar.gz.part' ruamel.yaml.clib-0.2 100% |********************************| 208k 0:00:00 ETA '/var/cache/distfiles/v3.22/ruamel.yaml.clib-0.2.8.tar.gz.part' saved >>> py3-ruamel.yaml.clib: Fetching https://distfiles.alpinelinux.org/distfiles/v3.22/ruamel.yaml.clib-0.2.8.tar.gz >>> py3-ruamel.yaml.clib: Checking sha512sums... ruamel.yaml.clib-0.2.8.tar.gz: OK pointer-types.patch: OK >>> py3-ruamel.yaml.clib: Unpacking /var/cache/distfiles/v3.22/ruamel.yaml.clib-0.2.8.tar.gz... >>> py3-ruamel.yaml.clib: pointer-types.patch patching file _ruamel_yaml.c patching file _ruamel_yaml.c /home/buildozer/aports/community/py3-ruamel.yaml.clib/src/ruamel.yaml.clib-0.2.8/setup.py:79: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead from ast import Str, Num, Bytes, NameConstant # NOQA /home/buildozer/aports/community/py3-ruamel.yaml.clib/src/ruamel.yaml.clib-0.2.8/setup.py:79: DeprecationWarning: ast.Num is deprecated and will be removed in Python 3.14; use ast.Constant instead from ast import Str, Num, Bytes, NameConstant # NOQA /home/buildozer/aports/community/py3-ruamel.yaml.clib/src/ruamel.yaml.clib-0.2.8/setup.py:79: DeprecationWarning: ast.Bytes is deprecated and will be removed in Python 3.14; use ast.Constant instead from ast import Str, Num, Bytes, NameConstant # NOQA /home/buildozer/aports/community/py3-ruamel.yaml.clib/src/ruamel.yaml.clib-0.2.8/setup.py:79: DeprecationWarning: ast.NameConstant is deprecated and will be removed in Python 3.14; use ast.Constant instead from ast import Str, Num, Bytes, NameConstant # NOQA /home/buildozer/aports/community/py3-ruamel.yaml.clib/src/ruamel.yaml.clib-0.2.8/setup.py:101: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead if isinstance(node, Str): /home/buildozer/aports/community/py3-ruamel.yaml.clib/src/ruamel.yaml.clib-0.2.8/setup.py:105: DeprecationWarning: ast.Bytes is deprecated and will be removed in Python 3.14; use ast.Constant instead elif isinstance(node, Bytes): /home/buildozer/aports/community/py3-ruamel.yaml.clib/src/ruamel.yaml.clib-0.2.8/setup.py:107: DeprecationWarning: ast.Num is deprecated and will be removed in Python 3.14; use ast.Constant instead elif isinstance(node, Num): /home/buildozer/aports/community/py3-ruamel.yaml.clib/src/ruamel.yaml.clib-0.2.8/setup.py:117: DeprecationWarning: ast.NameConstant is deprecated and will be removed in Python 3.14; use ast.Constant instead elif isinstance(node, NameConstant): /home/buildozer/aports/community/py3-ruamel.yaml.clib/src/ruamel.yaml.clib-0.2.8/setup.py:104: DeprecationWarning: Attribute s is deprecated and will be removed in Python 3.14; use value instead return node.s /home/buildozer/aports/community/py3-ruamel.yaml.clib/src/ruamel.yaml.clib-0.2.8/setup.py:108: DeprecationWarning: Attribute n is deprecated and will be removed in Python 3.14; use value instead return node.n /usr/lib/python3.12/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'test_suite' warnings.warn(msg) /usr/lib/python3.12/site-packages/setuptools/dist.py:760: 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-312/ruamel/yaml/clib copying ./__init__.py -> build/lib.linux-i686-cpython-312/ruamel/yaml/clib copying ./LICENSE -> build/lib.linux-i686-cpython-312/ruamel/yaml/clib running build_ext building '_ruamel_yaml' extension creating build/temp.linux-i686-cpython-312 cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.12 -c _ruamel_yaml.c -o build/temp.linux-i686-cpython-312/_ruamel_yaml.o In file included from _ruamel_yaml.c:1149: _ruamel_yaml.h:10:9: warning: "PyString_CheckExact" redefined 10 | #define PyString_CheckExact PyBytes_CheckExact | ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:998:11: note: this is the location of the previous definition 998 | #define PyString_CheckExact PyUnicode_CheckExact | ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c: In function '__pyx_pf_6ruamel_4yaml_4clib_12_ruamel_yaml_get_version_string': _ruamel_yaml.c:4156:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 4156 | __pyx_v_value = yaml_get_version_string(); | ^ cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.12 -c api.c -o build/temp.linux-i686-cpython-312/api.o cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.12 -c dumper.c -o build/temp.linux-i686-cpython-312/dumper.o cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.12 -c emitter.c -o build/temp.linux-i686-cpython-312/emitter.o cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.12 -c loader.c -o build/temp.linux-i686-cpython-312/loader.o cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.12 -c parser.c -o build/temp.linux-i686-cpython-312/parser.o cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.12 -c reader.c -o build/temp.linux-i686-cpython-312/reader.o cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.12 -c scanner.c -o build/temp.linux-i686-cpython-312/scanner.o cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.12 -c writer.c -o build/temp.linux-i686-cpython-312/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-312/_ruamel_yaml.o build/temp.linux-i686-cpython-312/api.o build/temp.linux-i686-cpython-312/dumper.o build/temp.linux-i686-cpython-312/emitter.o build/temp.linux-i686-cpython-312/loader.o build/temp.linux-i686-cpython-312/parser.o build/temp.linux-i686-cpython-312/reader.o build/temp.linux-i686-cpython-312/scanner.o build/temp.linux-i686-cpython-312/writer.o -L/usr/lib -o build/lib.linux-i686-cpython-312/_ruamel_yaml.cpython-312-i386-linux-musl.so >>> py3-ruamel.yaml.clib: Entering fakeroot... /home/buildozer/aports/community/py3-ruamel.yaml.clib/src/ruamel.yaml.clib-0.2.8/setup.py:79: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead from ast import Str, Num, Bytes, NameConstant # NOQA /home/buildozer/aports/community/py3-ruamel.yaml.clib/src/ruamel.yaml.clib-0.2.8/setup.py:79: DeprecationWarning: ast.Num is deprecated and will be removed in Python 3.14; use ast.Constant instead from ast import Str, Num, Bytes, NameConstant # NOQA /home/buildozer/aports/community/py3-ruamel.yaml.clib/src/ruamel.yaml.clib-0.2.8/setup.py:79: DeprecationWarning: ast.Bytes is deprecated and will be removed in Python 3.14; use ast.Constant instead from ast import Str, Num, Bytes, NameConstant # NOQA /home/buildozer/aports/community/py3-ruamel.yaml.clib/src/ruamel.yaml.clib-0.2.8/setup.py:79: DeprecationWarning: ast.NameConstant is deprecated and will be removed in Python 3.14; use ast.Constant instead from ast import Str, Num, Bytes, NameConstant # NOQA /home/buildozer/aports/community/py3-ruamel.yaml.clib/src/ruamel.yaml.clib-0.2.8/setup.py:101: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead if isinstance(node, Str): /home/buildozer/aports/community/py3-ruamel.yaml.clib/src/ruamel.yaml.clib-0.2.8/setup.py:105: DeprecationWarning: ast.Bytes is deprecated and will be removed in Python 3.14; use ast.Constant instead elif isinstance(node, Bytes): /home/buildozer/aports/community/py3-ruamel.yaml.clib/src/ruamel.yaml.clib-0.2.8/setup.py:107: DeprecationWarning: ast.Num is deprecated and will be removed in Python 3.14; use ast.Constant instead elif isinstance(node, Num): /home/buildozer/aports/community/py3-ruamel.yaml.clib/src/ruamel.yaml.clib-0.2.8/setup.py:117: DeprecationWarning: ast.NameConstant is deprecated and will be removed in Python 3.14; use ast.Constant instead elif isinstance(node, NameConstant): /home/buildozer/aports/community/py3-ruamel.yaml.clib/src/ruamel.yaml.clib-0.2.8/setup.py:104: DeprecationWarning: Attribute s is deprecated and will be removed in Python 3.14; use value instead return node.s /home/buildozer/aports/community/py3-ruamel.yaml.clib/src/ruamel.yaml.clib-0.2.8/setup.py:108: DeprecationWarning: Attribute n is deprecated and will be removed in Python 3.14; use value instead return node.n /usr/lib/python3.12/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'test_suite' warnings.warn(msg) /usr/lib/python3.12/site-packages/setuptools/dist.py:760: 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.12/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. 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.12/site-packages creating /home/buildozer/aports/community/py3-ruamel.yaml.clib/pkg/py3-ruamel.yaml.clib/usr/lib/python3.12/site-packages/ruamel creating /home/buildozer/aports/community/py3-ruamel.yaml.clib/pkg/py3-ruamel.yaml.clib/usr/lib/python3.12/site-packages/ruamel/yaml creating /home/buildozer/aports/community/py3-ruamel.yaml.clib/pkg/py3-ruamel.yaml.clib/usr/lib/python3.12/site-packages/ruamel/yaml/clib copying build/lib.linux-i686-cpython-312/ruamel/yaml/clib/__init__.py -> /home/buildozer/aports/community/py3-ruamel.yaml.clib/pkg/py3-ruamel.yaml.clib/usr/lib/python3.12/site-packages/ruamel/yaml/clib copying build/lib.linux-i686-cpython-312/ruamel/yaml/clib/LICENSE -> /home/buildozer/aports/community/py3-ruamel.yaml.clib/pkg/py3-ruamel.yaml.clib/usr/lib/python3.12/site-packages/ruamel/yaml/clib copying build/lib.linux-i686-cpython-312/_ruamel_yaml.cpython-312-i386-linux-musl.so -> /home/buildozer/aports/community/py3-ruamel.yaml.clib/pkg/py3-ruamel.yaml.clib/usr/lib/python3.12/site-packages 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 /home/buildozer/aports/community/py3-ruamel.yaml.clib/pkg/py3-ruamel.yaml.clib/usr/lib/python3.12/site-packages/ruamel.yaml.clib-0.2.8-py3.12.egg-info running install_scripts >>> 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 >>> py3-ruamel.yaml.clib*: Scanning shared objects >>> py3-ruamel.yaml.clib*: Tracing dependencies... python3 python3~3.12 so:libc.musl-x86.so.1 >>> py3-ruamel.yaml.clib*: Package size: 282.5 KB >>> py3-ruamel.yaml.clib*: Compressing data... >>> py3-ruamel.yaml.clib*: Create checksum... >>> py3-ruamel.yaml.clib*: Create py3-ruamel.yaml.clib-0.2.8-r2.apk >>> py3-ruamel.yaml.clib: Build complete at Wed, 23 Apr 2025 15:51:07 +0000 elapsed time 0h 0m 37s >>> py3-ruamel.yaml.clib: Cleaning up srcdir >>> py3-ruamel.yaml.clib: Cleaning up pkgdir >>> py3-ruamel.yaml.clib: Uninstalling dependencies... (1/19) Purging .makedepends-py3-ruamel.yaml.clib (20250423.155049) (2/19) Purging py3-setuptools-pyc (77.0.3-r0) (3/19) Purging py3-setuptools (77.0.3-r0) (4/19) Purging py3-packaging-pyc (24.2-r0) (5/19) Purging py3-packaging (24.2-r0) (6/19) Purging py3-parsing-pyc (3.2.0-r0) (7/19) Purging py3-parsing (3.2.0-r0) (8/19) Purging python3-dev (3.12.10-r0) (9/19) Purging python3-pyc (3.12.10-r0) (10/19) Purging python3-pycache-pyc0 (3.12.10-r0) (11/19) Purging pyc (3.12.10-r0) (12/19) Purging python3 (3.12.10-r0) (13/19) Purging gdbm (1.24-r0) (14/19) Purging libbz2 (1.0.8-r6) (15/19) Purging libffi (3.4.8-r0) (16/19) Purging libpanelw (6.5_p20250412-r0) (17/19) Purging mpdecimal (4.0.0-r0) (18/19) Purging sqlite-libs (3.49.1-r0) (19/19) Purging xz-libs (5.8.1-r0) Executing busybox-1.37.0-r16.trigger OK: 400 MiB in 102 packages >>> py3-ruamel.yaml.clib: Updating the community/x86 repository index... >>> py3-ruamel.yaml.clib: Signing the index...