>>> py3-pytaglib: Building testing/py3-pytaglib 3.0.0-r0 (using abuild 3.14.1-r6) started Sun, 26 Jan 2025 20:08:10 +0000 >>> py3-pytaglib: Validating /home/buildozer/aports/testing/py3-pytaglib/APKBUILD... >>> py3-pytaglib: Analyzing dependencies... >>> py3-pytaglib: Installing for build: build-base python3 cython py3-setuptools python3-dev taglib-dev (1/24) Installing libbz2 (1.0.8-r6) (2/24) Installing libffi (3.4.6-r0) (3/24) Installing gdbm (1.24-r0) (4/24) Installing xz-libs (5.6.3-r0) (5/24) Installing mpdecimal (4.0.0-r0) (6/24) Installing libpanelw (6.5_p20250118-r0) (7/24) Installing sqlite-libs (3.48.0-r0) (8/24) Installing python3 (3.12.8-r1) (9/24) Installing python3-pycache-pyc0 (3.12.8-r1) (10/24) Installing pyc (3.12.8-r1) (11/24) Installing python3-pyc (3.12.8-r1) (12/24) Installing cython (3.0.11-r0) (13/24) Installing cython-pyc (3.0.11-r0) (14/24) Installing py3-parsing (3.2.0-r0) (15/24) Installing py3-parsing-pyc (3.2.0-r0) (16/24) Installing py3-packaging (24.2-r0) (17/24) Installing py3-packaging-pyc (24.2-r0) (18/24) Installing py3-setuptools (70.3.0-r0) (19/24) Installing py3-setuptools-pyc (70.3.0-r0) (20/24) Installing python3-dev (3.12.8-r1) (21/24) Installing libtag (2.0.2-r0) (22/24) Installing libtag_c (2.0.2-r0) (23/24) Installing taglib-dev (2.0.2-r0) (24/24) Installing .makedepends-py3-pytaglib (20250126.200812) Executing busybox-1.37.0-r13.trigger OK: 543 MiB in 126 packages >>> py3-pytaglib: Cleaning up srcdir >>> py3-pytaglib: Cleaning up pkgdir >>> py3-pytaglib: Cleaning up tmpdir >>> py3-pytaglib: Fetching https://distfiles.alpinelinux.org/distfiles/edge/pytaglib-3.0.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-pytaglib: Fetching https://files.pythonhosted.org/packages/source/p/pytaglib/pytaglib-3.0.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 488k 100 488k 0 0 3278k 0 --:--:-- --:--:-- --:--:-- 3278k >>> py3-pytaglib: Fetching https://distfiles.alpinelinux.org/distfiles/edge/pytaglib-3.0.0.tar.gz >>> py3-pytaglib: Checking sha512sums... pytaglib-3.0.0.tar.gz: OK fix-tests.patch: OK >>> py3-pytaglib: Unpacking /var/cache/distfiles/pytaglib-3.0.0.tar.gz... >>> py3-pytaglib: fix-tests.patch patching file tests/conftest.py warning: src/ctypes.pxd:75:4: The 'IF' statement is deprecated and will be removed in a future Cython version. Consider using runtime conditions or C macros instead. See https://github.com/cython/cython/issues/4310 warning: src/ctypes.pxd:93:4: The 'IF' statement is deprecated and will be removed in a future Cython version. Consider using runtime conditions or C macros instead. See https://github.com/cython/cython/issues/4310 warning: src/ctypes.pxd:92:5: Only extern functions can throw C++ exceptions. [1/1] Cythonizing src/taglib.pyx running build running build_py creating build creating build/lib.linux-loongarch64-cpython-312 copying src/pyprinttags.py -> build/lib.linux-loongarch64-cpython-312 running egg_info writing src/pytaglib.egg-info/PKG-INFO writing dependency_links to src/pytaglib.egg-info/dependency_links.txt writing entry points to src/pytaglib.egg-info/entry_points.txt writing requirements to src/pytaglib.egg-info/requires.txt writing top-level names to src/pytaglib.egg-info/top_level.txt reading manifest file 'src/pytaglib.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.txt' writing manifest file 'src/pytaglib.egg-info/SOURCES.txt' running build_ext building 'taglib' extension creating build/temp.linux-loongarch64-cpython-312 creating build/temp.linux-loongarch64-cpython-312/src gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/home/buildozer/aports/testing/py3-pytaglib/src/pytaglib-3.0.0/lib/taglib-cpp/include -I/usr/include/python3.12 -c src/taglib.cpp -o build/temp.linux-loongarch64-cpython-312/src/taglib.o -std=c++17 g++ -shared -Wl,--as-needed,-O1,--sort-common -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-loongarch64-cpython-312/src/taglib.o -L/home/buildozer/aports/testing/py3-pytaglib/src/pytaglib-3.0.0/lib/taglib-cpp/lib -L/home/buildozer/aports/testing/py3-pytaglib/src/pytaglib-3.0.0/lib/taglib-cpp/lib64 -L/usr/lib -ltag -o build/lib.linux-loongarch64-cpython-312/taglib.cpython-312-loongarch64-linux-musl.so -std=c++17 >>> py3-pytaglib: Entering fakeroot... warning: src/ctypes.pxd:75:4: The 'IF' statement is deprecated and will be removed in a future Cython version. Consider using runtime conditions or C macros instead. See https://github.com/cython/cython/issues/4310 warning: src/ctypes.pxd:93:4: The 'IF' statement is deprecated and will be removed in a future Cython version. Consider using runtime conditions or C macros instead. See https://github.com/cython/cython/issues/4310 warning: src/ctypes.pxd:92:5: Only extern functions can throw C++ exceptions. [1/1] Cythonizing src/taglib.pyx running install /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: 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/testing/py3-pytaglib/pkg creating /home/buildozer/aports/testing/py3-pytaglib/pkg/py3-pytaglib creating /home/buildozer/aports/testing/py3-pytaglib/pkg/py3-pytaglib/usr creating /home/buildozer/aports/testing/py3-pytaglib/pkg/py3-pytaglib/usr/lib creating /home/buildozer/aports/testing/py3-pytaglib/pkg/py3-pytaglib/usr/lib/python3.12 creating /home/buildozer/aports/testing/py3-pytaglib/pkg/py3-pytaglib/usr/lib/python3.12/site-packages copying build/lib.linux-loongarch64-cpython-312/pyprinttags.py -> /home/buildozer/aports/testing/py3-pytaglib/pkg/py3-pytaglib/usr/lib/python3.12/site-packages copying build/lib.linux-loongarch64-cpython-312/taglib.cpython-312-loongarch64-linux-musl.so -> /home/buildozer/aports/testing/py3-pytaglib/pkg/py3-pytaglib/usr/lib/python3.12/site-packages byte-compiling /home/buildozer/aports/testing/py3-pytaglib/pkg/py3-pytaglib/usr/lib/python3.12/site-packages/pyprinttags.py to pyprinttags.cpython-312.pyc running install_egg_info running egg_info writing src/pytaglib.egg-info/PKG-INFO writing dependency_links to src/pytaglib.egg-info/dependency_links.txt writing entry points to src/pytaglib.egg-info/entry_points.txt writing requirements to src/pytaglib.egg-info/requires.txt writing top-level names to src/pytaglib.egg-info/top_level.txt reading manifest file 'src/pytaglib.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.txt' writing manifest file 'src/pytaglib.egg-info/SOURCES.txt' Copying src/pytaglib.egg-info to /home/buildozer/aports/testing/py3-pytaglib/pkg/py3-pytaglib/usr/lib/python3.12/site-packages/pytaglib-3.0.0-py3.12.egg-info running install_scripts Installing pyprinttags script to /home/buildozer/aports/testing/py3-pytaglib/pkg/py3-pytaglib/usr/bin >>> py3-pytaglib-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/__pycache__' -> '/home/buildozer/aports/testing/py3-pytaglib/pkg/py3-pytaglib-pyc/usr/lib/python3.12/site-packages/__pycache__' >>> py3-pytaglib-pyc*: Preparing subpackage py3-pytaglib-pyc... >>> py3-pytaglib-pyc*: Running postcheck for py3-pytaglib-pyc >>> py3-pytaglib*: Running postcheck for py3-pytaglib >>> py3-pytaglib*: Preparing package py3-pytaglib... >>> py3-pytaglib*: Stripping binaries >>> py3-pytaglib-pyc*: Scanning shared objects >>> py3-pytaglib*: Scanning shared objects >>> py3-pytaglib-pyc*: Tracing dependencies... python3 python3~3.12 >>> py3-pytaglib-pyc*: Package size: 1.9 KB >>> py3-pytaglib-pyc*: Compressing data... >>> py3-pytaglib-pyc*: Create checksum... >>> py3-pytaglib-pyc*: Create py3-pytaglib-pyc-3.0.0-r0.apk >>> py3-pytaglib*: Tracing dependencies... python3 python3~3.12 so:libc.musl-loongarch64.so.1 so:libgcc_s.so.1 so:libstdc++.so.6 so:libtag.so.2 >>> py3-pytaglib*: Package size: 109.5 KB >>> py3-pytaglib*: Compressing data... >>> py3-pytaglib*: Create checksum... >>> py3-pytaglib*: Create py3-pytaglib-3.0.0-r0.apk >>> py3-pytaglib: Build complete at Sun, 26 Jan 2025 20:08:24 +0000 elapsed time 0h 0m 14s >>> py3-pytaglib: Cleaning up srcdir >>> py3-pytaglib: Cleaning up pkgdir >>> py3-pytaglib: Uninstalling dependencies... (1/24) Purging .makedepends-py3-pytaglib (20250126.200812) (2/24) Purging cython-pyc (3.0.11-r0) (3/24) Purging cython (3.0.11-r0) (4/24) Purging py3-setuptools-pyc (70.3.0-r0) (5/24) Purging py3-setuptools (70.3.0-r0) (6/24) Purging py3-packaging-pyc (24.2-r0) (7/24) Purging py3-packaging (24.2-r0) (8/24) Purging py3-parsing-pyc (3.2.0-r0) (9/24) Purging py3-parsing (3.2.0-r0) (10/24) Purging python3-dev (3.12.8-r1) (11/24) Purging python3-pyc (3.12.8-r1) (12/24) Purging python3-pycache-pyc0 (3.12.8-r1) (13/24) Purging pyc (3.12.8-r1) (14/24) Purging python3 (3.12.8-r1) (15/24) Purging taglib-dev (2.0.2-r0) (16/24) Purging libtag_c (2.0.2-r0) (17/24) Purging gdbm (1.24-r0) (18/24) Purging libbz2 (1.0.8-r6) (19/24) Purging libffi (3.4.6-r0) (20/24) Purging libpanelw (6.5_p20250118-r0) (21/24) Purging libtag (2.0.2-r0) (22/24) Purging mpdecimal (4.0.0-r0) (23/24) Purging sqlite-libs (3.48.0-r0) (24/24) Purging xz-libs (5.6.3-r0) Executing busybox-1.37.0-r13.trigger OK: 246 MiB in 102 packages >>> py3-pytaglib: Updating the testing/loongarch64 repository index... >>> py3-pytaglib: Signing the index...