>>> py3-pyliblo: Building community/py3-pyliblo 0.10.0-r4 (using abuild 3.15.0-r0) started Mon, 13 Oct 2025 01:55:07 +0000 >>> py3-pyliblo: Validating /home/udu/aports/community/py3-pyliblo/APKBUILD... >>> py3-pyliblo: Analyzing dependencies... >>> py3-pyliblo: Installing for build: build-base cython liblo-dev py3-gpep517 py3-setuptools py3-wheel python3-dev py3-pytest WARNING: opening /home/udu/packages//community: No such file or directory WARNING: opening /home/udu/packages//main: No such file or directory fetch http://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz (1/29) Upgrading python3 (3.12.11-r0 -> 3.12.12-r0) (2/29) Upgrading python3-pycache-pyc0 (3.12.11-r0 -> 3.12.12-r0) (3/29) Installing cython-pyc (3.0.12-r0) (4/29) Upgrading python3-pyc (3.12.11-r0 -> 3.12.12-r0) (5/29) Installing cython (3.0.12-r0) (6/29) Installing liblo (0.31-r1) (7/29) Installing liblo-dev (0.31-r1) (8/29) Installing py3-installer (0.7.0-r2) (9/29) Installing py3-installer-pyc (0.7.0-r2) (10/29) Installing py3-gpep517 (19-r0) (11/29) Installing py3-gpep517-pyc (19-r0) (12/29) Installing py3-parsing (3.2.3-r0) (13/29) Installing py3-parsing-pyc (3.2.3-r0) (14/29) Installing py3-packaging (25.0-r0) (15/29) Installing py3-packaging-pyc (25.0-r0) (16/29) Installing py3-setuptools (80.9.0-r0) (17/29) Installing py3-setuptools-pyc (80.9.0-r0) (18/29) Installing py3-wheel (0.46.1-r0) (19/29) Installing py3-wheel-pyc (0.46.1-r0) (20/29) Installing python3-dev (3.12.12-r0) (21/29) Installing py3-iniconfig (2.1.0-r0) (22/29) Installing py3-iniconfig-pyc (2.1.0-r0) (23/29) Installing py3-pluggy (1.5.0-r0) (24/29) Installing py3-pluggy-pyc (1.5.0-r0) (25/29) Installing py3-py (1.11.0-r4) (26/29) Installing py3-py-pyc (1.11.0-r4) (27/29) Installing py3-pytest (8.3.5-r0) (28/29) Installing py3-pytest-pyc (8.3.5-r0) (29/29) Installing .makedepends-py3-pyliblo (20251013.015508) Executing busybox-1.37.0-r19.trigger OK: 366 MiB in 115 packages >>> py3-pyliblo: Cleaning up srcdir >>> py3-pyliblo: Cleaning up pkgdir >>> py3-pyliblo: Cleaning up tmpdir >>> py3-pyliblo: Fetching https://das.nasophon.de/download/pyliblo-0.10.0.tar.gz >>> py3-pyliblo: Fetching https://das.nasophon.de/download/pyliblo-0.10.0.tar.gz >>> py3-pyliblo: Checking sha512sums... pyliblo-0.10.0.tar.gz: OK py3.11.patch: OK fix_cython.patch: OK >>> py3-pyliblo: Unpacking /var/cache/distfiles/pyliblo-0.10.0.tar.gz... >>> py3-pyliblo: py3.11.patch patching file src/liblo.pyx >>> py3-pyliblo: fix_cython.patch patching file src/liblo.pxd 2025-10-13 01:55:09,577 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ /usr/lib/python3.12/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'test_suite' warnings.warn(msg) 2025-10-13 01:55:09,592 root INFO running bdist_wheel 2025-10-13 01:55:09,597 root INFO running build 2025-10-13 01:55:09,597 root INFO running build_ext /usr/lib/python3.12/site-packages/Cython/Compiler/Main.py:381: FutureWarning: Cython directive 'language_level' not set, using '3str' for now (Py3). This has changed from earlier releases! File: /home/udu/aports/community/py3-pyliblo/src/pyliblo-0.10.0/src/liblo.pxd tree = Parsing.p_module(s, pxd, full_module_name) performance hint: src/liblo.pyx:286:5: Exception check on '_err_handler' will always require the GIL to be acquired. Possible solutions: 1. Declare '_err_handler' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions. 2. Use an 'int' return type on '_err_handler' to allow an error code to be returned. [1/1] Cythonizing src/liblo.pyx 2025-10-13 01:55:10,264 root INFO building 'liblo' extension 2025-10-13 01:55:10,264 root INFO creating build/temp.linux-x86_64-cpython-312/src 2025-10-13 01:55:10,265 root INFO cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -fPIC -I/usr/include/python3.12 -c src/liblo.c -o build/temp.linux-x86_64-cpython-312/src/liblo.o -fno-strict-aliasing -Werror-implicit-function-declaration -Wfatal-errors src/liblo.c: In function '__pyx_pf_5liblo_12ServerThread___init__': src/liblo.c:13549:3: warning: 'PyEval_InitThreads' is deprecated [-Wdeprecated-declarations] 13549 | PyEval_InitThreads(); | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.12/Python.h:95, from src/liblo.c:37: /usr/include/python3.12/ceval.h:132:37: note: declared here 132 | Py_DEPRECATED(3.9) PyAPI_FUNC(void) PyEval_InitThreads(void); | ^~~~~~~~~~~~~~~~~~ 2025-10-13 01:55:13,471 root INFO creating build/lib.linux-x86_64-cpython-312 2025-10-13 01:55:13,471 root INFO cc -shared -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt build/temp.linux-x86_64-cpython-312/src/liblo.o -L/usr/lib -llo -o build/lib.linux-x86_64-cpython-312/liblo.cpython-312-x86_64-linux-musl.so 2025-10-13 01:55:13,483 root INFO running build_scripts 2025-10-13 01:55:13,483 root INFO creating build/scripts-3.12 2025-10-13 01:55:13,483 root INFO copying and adjusting scripts/send_osc.py -> build/scripts-3.12 2025-10-13 01:55:13,483 root INFO copying and adjusting scripts/dump_osc.py -> build/scripts-3.12 2025-10-13 01:55:13,483 root INFO changing mode of build/scripts-3.12/send_osc.py from 644 to 755 2025-10-13 01:55:13,483 root INFO changing mode of build/scripts-3.12/dump_osc.py from 644 to 755 2025-10-13 01:55:13,483 root INFO renaming build/scripts-3.12/send_osc.py -> build/scripts-3.12/send_osc 2025-10-13 01:55:13,483 root INFO renaming build/scripts-3.12/dump_osc.py -> build/scripts-3.12/dump_osc 2025-10-13 01:55:13,487 root INFO installing to build/bdist.linux-x86_64/wheel 2025-10-13 01:55:13,487 root INFO running install 2025-10-13 01:55:13,492 root INFO running install_lib 2025-10-13 01:55:13,493 root INFO creating build/bdist.linux-x86_64/wheel 2025-10-13 01:55:13,493 root INFO copying build/lib.linux-x86_64-cpython-312/liblo.cpython-312-x86_64-linux-musl.so -> build/bdist.linux-x86_64/wheel/. 2025-10-13 01:55:13,493 root INFO running install_data 2025-10-13 01:55:13,495 root INFO creating build/bdist.linux-x86_64/wheel/pyliblo-0.10.0.data/data 2025-10-13 01:55:13,495 root INFO creating build/bdist.linux-x86_64/wheel/pyliblo-0.10.0.data/data/share/man/man1 2025-10-13 01:55:13,495 root INFO copying scripts/send_osc.1 -> build/bdist.linux-x86_64/wheel/pyliblo-0.10.0.data/data/share/man/man1 2025-10-13 01:55:13,495 root INFO copying scripts/dump_osc.1 -> build/bdist.linux-x86_64/wheel/pyliblo-0.10.0.data/data/share/man/man1 2025-10-13 01:55:13,495 root INFO running install_egg_info 2025-10-13 01:55:13,497 root INFO running egg_info 2025-10-13 01:55:13,498 root INFO writing pyliblo.egg-info/PKG-INFO 2025-10-13 01:55:13,502 root INFO writing dependency_links to pyliblo.egg-info/dependency_links.txt 2025-10-13 01:55:13,502 root INFO writing top-level names to pyliblo.egg-info/top_level.txt 2025-10-13 01:55:13,503 root INFO reading manifest file 'pyliblo.egg-info/SOURCES.txt' 2025-10-13 01:55:13,504 root INFO reading manifest template 'MANIFEST.in' 2025-10-13 01:55:13,504 root WARNING no previously-included directories found matching 'doc/build' 2025-10-13 01:55:13,504 root INFO adding license file 'COPYING' 2025-10-13 01:55:13,505 root INFO writing manifest file 'pyliblo.egg-info/SOURCES.txt' 2025-10-13 01:55:13,505 root INFO Copying pyliblo.egg-info to build/bdist.linux-x86_64/wheel/./pyliblo-0.10.0-py3.12.egg-info 2025-10-13 01:55:13,505 root INFO running install_scripts 2025-10-13 01:55:13,506 root INFO creating build/bdist.linux-x86_64/wheel/pyliblo-0.10.0.data/scripts 2025-10-13 01:55:13,506 root INFO copying build/scripts-3.12/send_osc -> build/bdist.linux-x86_64/wheel/pyliblo-0.10.0.data/scripts 2025-10-13 01:55:13,506 root INFO copying build/scripts-3.12/dump_osc -> build/bdist.linux-x86_64/wheel/pyliblo-0.10.0.data/scripts 2025-10-13 01:55:13,506 root INFO changing mode of build/bdist.linux-x86_64/wheel/pyliblo-0.10.0.data/scripts/send_osc to 755 2025-10-13 01:55:13,506 root INFO changing mode of build/bdist.linux-x86_64/wheel/pyliblo-0.10.0.data/scripts/dump_osc to 755 2025-10-13 01:55:13,508 root INFO creating build/bdist.linux-x86_64/wheel/pyliblo-0.10.0.dist-info/WHEEL 2025-10-13 01:55:13,509 wheel INFO creating '/home/udu/aports/community/py3-pyliblo/src/pyliblo-0.10.0/.dist/.tmp-_06_9m5l/pyliblo-0.10.0-cp312-cp312-linux_x86_64.whl' and adding 'build/bdist.linux-x86_64/wheel' to it 2025-10-13 01:55:13,509 wheel INFO adding 'liblo.cpython-312-x86_64-linux-musl.so' 2025-10-13 01:55:13,509 wheel INFO adding 'pyliblo-0.10.0.data/data/share/man/man1/dump_osc.1' 2025-10-13 01:55:13,509 wheel INFO adding 'pyliblo-0.10.0.data/data/share/man/man1/send_osc.1' 2025-10-13 01:55:13,510 wheel INFO adding 'pyliblo-0.10.0.data/scripts/dump_osc' 2025-10-13 01:55:13,510 wheel INFO adding 'pyliblo-0.10.0.data/scripts/send_osc' 2025-10-13 01:55:13,510 wheel INFO adding 'pyliblo-0.10.0.dist-info/licenses/COPYING' 2025-10-13 01:55:13,510 wheel INFO adding 'pyliblo-0.10.0.dist-info/METADATA' 2025-10-13 01:55:13,510 wheel INFO adding 'pyliblo-0.10.0.dist-info/WHEEL' 2025-10-13 01:55:13,510 wheel INFO adding 'pyliblo-0.10.0.dist-info/top_level.txt' 2025-10-13 01:55:13,510 wheel INFO adding 'pyliblo-0.10.0.dist-info/RECORD' 2025-10-13 01:55:13,510 root INFO removing build/bdist.linux-x86_64/wheel 2025-10-13 01:55:13,510 gpep517 INFO The backend produced .dist/pyliblo-0.10.0-cp312-cp312-linux_x86_64.whl pyliblo-0.10.0-cp312-cp312-linux_x86_64.whl ============================= test session starts ============================== platform linux -- Python 3.12.12, pytest-8.3.5, pluggy-1.5.0 rootdir: /home/udu/aports/community/py3-pyliblo/src/pyliblo-0.10.0 collected 27 items / 1 deselected / 26 selected test/test_liblo.py .......................... [100%] =============================== warnings summary =============================== test/test_liblo.py:60 /home/udu/aports/community/py3-pyliblo/src/pyliblo-0.10.0/test/test_liblo.py:60: SyntaxWarning: invalid escape sequence '\.' self.assertTrue(matchHost(self.server.url, 'osc\.udp://.*:1234/')) test/test_liblo.py:70 /home/udu/aports/community/py3-pyliblo/src/pyliblo-0.10.0/test/test_liblo.py:70: SyntaxWarning: invalid escape sequence '\.' self.assertTrue(matchHost(self.cb.src.url, 'osc\.udp://.*:1234/')) test/test_liblo.py:208 /home/udu/aports/community/py3-pyliblo/src/pyliblo-0.10.0/test/test_liblo.py:208: SyntaxWarning: invalid escape sequence '\.' self.assertTrue(matchHost(s.url, 'osc\.udp://.*:1234/')) test/test_liblo.py:212 /home/udu/aports/community/py3-pyliblo/src/pyliblo-0.10.0/test/test_liblo.py:212: SyntaxWarning: invalid escape sequence '\.' self.assertTrue(matchHost(s.url, 'osc\.tcp://.*:1234/')) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ================= 26 passed, 1 deselected, 4 warnings in 3.98s ================= >>> py3-pyliblo: Entering fakeroot... >>> py3-pyliblo-doc*: Running split function doc... 'usr/share/man' -> '/home/udu/aports/community/py3-pyliblo/pkg/py3-pyliblo-doc/usr/share/man' >>> py3-pyliblo-doc*: Preparing subpackage py3-pyliblo-doc... >>> py3-pyliblo-doc*: Running postcheck for py3-pyliblo-doc >>> py3-pyliblo*: Running postcheck for py3-pyliblo >>> py3-pyliblo*: Preparing package py3-pyliblo... >>> py3-pyliblo*: Stripping binaries >>> py3-pyliblo-doc*: Scanning shared objects >>> py3-pyliblo*: Scanning shared objects >>> py3-pyliblo-doc*: Tracing dependencies... >>> py3-pyliblo-doc*: Package size: 675.0 B >>> py3-pyliblo-doc*: Compressing data... >>> py3-pyliblo-doc*: Create checksum... >>> py3-pyliblo-doc*: Create py3-pyliblo-doc-0.10.0-r4.apk >>> py3-pyliblo*: Tracing dependencies... python3~3.12 so:libc.musl-x86_64.so.1 so:liblo.so.7 >>> py3-pyliblo*: Package size: 224.0 KB >>> py3-pyliblo*: Compressing data... >>> py3-pyliblo*: Create checksum... >>> py3-pyliblo*: Create py3-pyliblo-0.10.0-r4.apk >>> py3-pyliblo: Build complete at Mon, 13 Oct 2025 01:55:18 +0000 elapsed time 0h 0m 11s >>> py3-pyliblo: Cleaning up srcdir >>> py3-pyliblo: Cleaning up pkgdir >>> py3-pyliblo: Uninstalling dependencies... (1/26) Purging .makedepends-py3-pyliblo (20251013.015508) (2/26) Purging cython-pyc (3.0.12-r0) (3/26) Purging cython (3.0.12-r0) (4/26) Purging liblo-dev (0.31-r1) (5/26) Purging liblo (0.31-r1) (6/26) Purging py3-gpep517-pyc (19-r0) (7/26) Purging py3-gpep517 (19-r0) (8/26) Purging py3-installer-pyc (0.7.0-r2) (9/26) Purging py3-installer (0.7.0-r2) (10/26) Purging py3-setuptools-pyc (80.9.0-r0) (11/26) Purging py3-setuptools (80.9.0-r0) (12/26) Purging py3-wheel-pyc (0.46.1-r0) (13/26) Purging py3-wheel (0.46.1-r0) (14/26) Purging python3-dev (3.12.12-r0) (15/26) Purging py3-pytest-pyc (8.3.5-r0) (16/26) Purging py3-pytest (8.3.5-r0) (17/26) Purging py3-iniconfig-pyc (2.1.0-r0) (18/26) Purging py3-iniconfig (2.1.0-r0) (19/26) Purging py3-packaging-pyc (25.0-r0) (20/26) Purging py3-packaging (25.0-r0) (21/26) Purging py3-parsing-pyc (3.2.3-r0) (22/26) Purging py3-parsing (3.2.3-r0) (23/26) Purging py3-pluggy-pyc (1.5.0-r0) (24/26) Purging py3-pluggy (1.5.0-r0) (25/26) Purging py3-py-pyc (1.11.0-r4) (26/26) Purging py3-py (1.11.0-r4) Executing busybox-1.37.0-r19.trigger OK: 296 MiB in 89 packages >>> py3-pyliblo: Updating the community/x86_64 repository index... >>> py3-pyliblo: Signing the index...