>>> py3-pyliblo: Building community/py3-pyliblo 0.10.0-r0 (using abuild 3.11.0-r1) started Mon, 15 May 2023 03:16:16 +0000 >>> py3-pyliblo: Checking sanity of /home/buildozer/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 (1/38) Installing libbz2 (1.0.8-r5) (2/38) Installing libffi (3.4.4-r2) (3/38) Installing gdbm (1.23-r1) (4/38) Installing xz-libs (5.4.3-r0) (5/38) Installing mpdecimal (2.5.1-r2) (6/38) Installing libpanelw (6.4_p20230506-r0) (7/38) Installing readline (8.2.1-r1) (8/38) Installing sqlite-libs (3.41.2-r2) (9/38) Installing python3 (3.11.3-r11) (10/38) Installing python3-pycache-pyc0 (3.11.3-r11) (11/38) Installing pyc (0.1-r0) (12/38) Installing cython-pyc (0.29.34-r2) (13/38) Installing python3-pyc (3.11.3-r11) (14/38) Installing cython (0.29.34-r2) (15/38) Installing liblo (0.31-r1) (16/38) Installing liblo-dev (0.31-r1) (17/38) Installing py3-installer (0.7.0-r1) (18/38) Installing py3-installer-pyc (0.7.0-r1) (19/38) Installing py3-gpep517 (13-r2) (20/38) Installing py3-gpep517-pyc (13-r2) (21/38) Installing py3-parsing (3.0.9-r2) (22/38) Installing py3-parsing-pyc (3.0.9-r2) (23/38) Installing py3-packaging (23.1-r1) (24/38) Installing py3-packaging-pyc (23.1-r1) (25/38) Installing py3-setuptools (67.7.2-r0) (26/38) Installing py3-setuptools-pyc (67.7.2-r0) (27/38) Installing py3-wheel (0.40.0-r1) (28/38) Installing py3-wheel-pyc (0.40.0-r1) (29/38) Installing python3-dev (3.11.3-r11) (30/38) Installing py3-iniconfig (1.1.1-r6) (31/38) Installing py3-iniconfig-pyc (1.1.1-r6) (32/38) Installing py3-pluggy (1.0.0-r3) (33/38) Installing py3-pluggy-pyc (1.0.0-r3) (34/38) Installing py3-py (1.11.0-r2) (35/38) Installing py3-py-pyc (1.11.0-r2) (36/38) Installing py3-pytest (7.3.1-r1) (37/38) Installing py3-pytest-pyc (7.3.1-r1) (38/38) Installing .makedepends-py3-pyliblo (20230515.031617) Executing busybox-1.36.0-r9.trigger OK: 524 MiB in 137 packages >>> py3-pyliblo: Cleaning up srcdir >>> py3-pyliblo: Cleaning up pkgdir >>> py3-pyliblo: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/pyliblo-0.10.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 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-pyliblo: Fetching https://das.nasophon.de/download/pyliblo-0.10.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 100 29702 100 29702 0 0 340k 0 --:--:-- --:--:-- --:--:-- 341k >>> py3-pyliblo: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/pyliblo-0.10.0.tar.gz >>> py3-pyliblo: Checking sha512sums... pyliblo-0.10.0.tar.gz: OK py3.11.patch: OK >>> py3-pyliblo: Unpacking /var/cache/distfiles/v3.18/pyliblo-0.10.0.tar.gz... >>> py3-pyliblo: py3.11.patch patching file src/liblo.pyx 2023-05-15 03:16:19,861 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ 2023-05-15 03:16:19,956 root INFO running bdist_wheel 2023-05-15 03:16:19,962 root INFO running build 2023-05-15 03:16:19,962 root INFO running build_ext 2023-05-15 03:16:19,989 root INFO cythoning src/liblo.pyx to src/liblo.c /usr/lib/python3.11/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /home/buildozer/aports/community/py3-pyliblo/src/pyliblo-0.10.0/src/liblo.pxd tree = Parsing.p_module(s, pxd, full_module_name) 2023-05-15 03:16:21,326 root INFO building 'liblo' extension 2023-05-15 03:16:21,327 root INFO creating build 2023-05-15 03:16:21,327 root INFO creating build/temp.linux-x86_64-cpython-311 2023-05-15 03:16:21,327 root INFO creating build/temp.linux-x86_64-cpython-311/src 2023-05-15 03:16:21,327 root INFO gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -Wformat -Werror=format-security -Os -Wformat -Werror=format-security -fPIC -I/usr/include/python3.11 -c src/liblo.c -o build/temp.linux-x86_64-cpython-311/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:9572:3: warning: 'PyEval_InitThreads' is deprecated [-Wdeprecated-declarations] 9572 | PyEval_InitThreads(); | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.11/Python.h:95, from src/liblo.c:6: /usr/include/python3.11/ceval.h:132:37: note: declared here 132 | Py_DEPRECATED(3.9) PyAPI_FUNC(void) PyEval_InitThreads(void); | ^~~~~~~~~~~~~~~~~~ 2023-05-15 03:16:28,283 root INFO creating build/lib.linux-x86_64-cpython-311 2023-05-15 03:16:28,283 root INFO gcc -shared -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -Os -Wformat -Werror=format-security -Os -Wformat -Werror=format-security build/temp.linux-x86_64-cpython-311/src/liblo.o -L/usr/lib -llo -o build/lib.linux-x86_64-cpython-311/liblo.cpython-311-x86_64-linux-musl.so 2023-05-15 03:16:28,318 root INFO running build_scripts 2023-05-15 03:16:28,318 root INFO creating build/scripts-3.11 2023-05-15 03:16:28,318 root INFO copying and adjusting scripts/send_osc.py -> build/scripts-3.11 2023-05-15 03:16:28,319 root INFO copying and adjusting scripts/dump_osc.py -> build/scripts-3.11 2023-05-15 03:16:28,319 root INFO changing mode of build/scripts-3.11/send_osc.py from 644 to 755 2023-05-15 03:16:28,319 root INFO changing mode of build/scripts-3.11/dump_osc.py from 644 to 755 2023-05-15 03:16:28,319 root INFO renaming build/scripts-3.11/send_osc.py -> build/scripts-3.11/send_osc 2023-05-15 03:16:28,319 root INFO renaming build/scripts-3.11/dump_osc.py -> build/scripts-3.11/dump_osc 2023-05-15 03:16:28,327 wheel INFO installing to build/bdist.linux-x86_64/wheel 2023-05-15 03:16:28,327 root INFO running install 2023-05-15 03:16:28,341 root INFO running install_lib 2023-05-15 03:16:28,344 root INFO creating build/bdist.linux-x86_64 2023-05-15 03:16:28,344 root INFO creating build/bdist.linux-x86_64/wheel 2023-05-15 03:16:28,345 root INFO copying build/lib.linux-x86_64-cpython-311/liblo.cpython-311-x86_64-linux-musl.so -> build/bdist.linux-x86_64/wheel 2023-05-15 03:16:28,347 root INFO running install_data 2023-05-15 03:16:28,350 root INFO creating build/bdist.linux-x86_64/wheel/pyliblo-0.10.0.data 2023-05-15 03:16:28,350 root INFO creating build/bdist.linux-x86_64/wheel/pyliblo-0.10.0.data/data 2023-05-15 03:16:28,350 root INFO creating build/bdist.linux-x86_64/wheel/pyliblo-0.10.0.data/data/share 2023-05-15 03:16:28,351 root INFO creating build/bdist.linux-x86_64/wheel/pyliblo-0.10.0.data/data/share/man 2023-05-15 03:16:28,351 root INFO creating build/bdist.linux-x86_64/wheel/pyliblo-0.10.0.data/data/share/man/man1 2023-05-15 03:16:28,351 root INFO copying scripts/send_osc.1 -> build/bdist.linux-x86_64/wheel/pyliblo-0.10.0.data/data/share/man/man1 2023-05-15 03:16:28,351 root INFO copying scripts/dump_osc.1 -> build/bdist.linux-x86_64/wheel/pyliblo-0.10.0.data/data/share/man/man1 2023-05-15 03:16:28,352 root INFO running install_egg_info 2023-05-15 03:16:28,367 root INFO running egg_info 2023-05-15 03:16:28,369 root INFO writing pyliblo.egg-info/PKG-INFO 2023-05-15 03:16:28,370 root INFO writing dependency_links to pyliblo.egg-info/dependency_links.txt 2023-05-15 03:16:28,370 root INFO writing top-level names to pyliblo.egg-info/top_level.txt 2023-05-15 03:16:28,373 root INFO reading manifest file 'pyliblo.egg-info/SOURCES.txt' 2023-05-15 03:16:28,374 root INFO reading manifest template 'MANIFEST.in' 2023-05-15 03:16:28,377 root WARNING no previously-included directories found matching 'doc/build' 2023-05-15 03:16:28,377 root INFO adding license file 'COPYING' 2023-05-15 03:16:28,379 root INFO writing manifest file 'pyliblo.egg-info/SOURCES.txt' 2023-05-15 03:16:28,379 root INFO Copying pyliblo.egg-info to build/bdist.linux-x86_64/wheel/pyliblo-0.10.0-py3.11.egg-info 2023-05-15 03:16:28,381 root INFO running install_scripts 2023-05-15 03:16:28,381 root INFO creating build/bdist.linux-x86_64/wheel/pyliblo-0.10.0.data/scripts 2023-05-15 03:16:28,382 root INFO copying build/scripts-3.11/send_osc -> build/bdist.linux-x86_64/wheel/pyliblo-0.10.0.data/scripts 2023-05-15 03:16:28,382 root INFO copying build/scripts-3.11/dump_osc -> build/bdist.linux-x86_64/wheel/pyliblo-0.10.0.data/scripts 2023-05-15 03:16:28,382 root INFO changing mode of build/bdist.linux-x86_64/wheel/pyliblo-0.10.0.data/scripts/send_osc to 755 2023-05-15 03:16:28,383 root INFO changing mode of build/bdist.linux-x86_64/wheel/pyliblo-0.10.0.data/scripts/dump_osc to 755 2023-05-15 03:16:28,390 wheel INFO creating build/bdist.linux-x86_64/wheel/pyliblo-0.10.0.dist-info/WHEEL 2023-05-15 03:16:28,392 wheel INFO creating '/home/buildozer/aports/community/py3-pyliblo/src/pyliblo-0.10.0/dist/.tmp-j4kv2ffm/pyliblo-0.10.0-cp311-cp311-linux_x86_64.whl' and adding 'build/bdist.linux-x86_64/wheel' to it 2023-05-15 03:16:28,398 wheel INFO adding 'liblo.cpython-311-x86_64-linux-musl.so' 2023-05-15 03:16:28,405 wheel INFO adding 'pyliblo-0.10.0.data/data/share/man/man1/dump_osc.1' 2023-05-15 03:16:28,406 wheel INFO adding 'pyliblo-0.10.0.data/data/share/man/man1/send_osc.1' 2023-05-15 03:16:28,407 wheel INFO adding 'pyliblo-0.10.0.data/scripts/dump_osc' 2023-05-15 03:16:28,407 wheel INFO adding 'pyliblo-0.10.0.data/scripts/send_osc' 2023-05-15 03:16:28,409 wheel INFO adding 'pyliblo-0.10.0.dist-info/COPYING' 2023-05-15 03:16:28,410 wheel INFO adding 'pyliblo-0.10.0.dist-info/METADATA' 2023-05-15 03:16:28,411 wheel INFO adding 'pyliblo-0.10.0.dist-info/WHEEL' 2023-05-15 03:16:28,411 wheel INFO adding 'pyliblo-0.10.0.dist-info/top_level.txt' 2023-05-15 03:16:28,412 wheel INFO adding 'pyliblo-0.10.0.dist-info/RECORD' 2023-05-15 03:16:28,412 wheel INFO removing build/bdist.linux-x86_64/wheel 2023-05-15 03:16:28,416 gpep517 INFO The backend produced dist/pyliblo-0.10.0-cp311-cp311-linux_x86_64.whl pyliblo-0.10.0-cp311-cp311-linux_x86_64.whl ============================= test session starts ============================== platform linux -- Python 3.11.3, pytest-7.3.1, pluggy-1.0.0 rootdir: /home/buildozer/aports/community/py3-pyliblo/src/pyliblo-0.10.0 collected 27 items / 2 deselected / 25 selected test/test_liblo.py ......................... [100%] =============================== warnings summary =============================== test/test_liblo.py:60 /home/buildozer/aports/community/py3-pyliblo/src/pyliblo-0.10.0/test/test_liblo.py:60: DeprecationWarning: invalid escape sequence '\.' self.assertTrue(matchHost(self.server.url, 'osc\.udp://.*:1234/')) test/test_liblo.py:70 /home/buildozer/aports/community/py3-pyliblo/src/pyliblo-0.10.0/test/test_liblo.py:70: DeprecationWarning: invalid escape sequence '\.' self.assertTrue(matchHost(self.cb.src.url, 'osc\.udp://.*:1234/')) test/test_liblo.py:208 /home/buildozer/aports/community/py3-pyliblo/src/pyliblo-0.10.0/test/test_liblo.py:208: DeprecationWarning: invalid escape sequence '\.' self.assertTrue(matchHost(s.url, 'osc\.udp://.*:1234/')) test/test_liblo.py:212 /home/buildozer/aports/community/py3-pyliblo/src/pyliblo-0.10.0/test/test_liblo.py:212: DeprecationWarning: invalid escape sequence '\.' self.assertTrue(matchHost(s.url, 'osc\.tcp://.*:1234/')) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ================= 25 passed, 2 deselected, 4 warnings in 4.05s ================= >>> py3-pyliblo: Entering fakeroot... >>> py3-pyliblo-doc*: Running split function doc... >>> 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: 28.0 KB >>> py3-pyliblo-doc*: Compressing data... >>> py3-pyliblo-doc*: Create checksum... >>> py3-pyliblo-doc*: Create py3-pyliblo-doc-0.10.0-r0.apk >>> py3-pyliblo*: Tracing dependencies... python3~3.11 so:libc.musl-x86_64.so.1 so:liblo.so.7 >>> py3-pyliblo*: Package size: 216.0 KB >>> py3-pyliblo*: Compressing data... >>> py3-pyliblo*: Create checksum... >>> py3-pyliblo*: Create py3-pyliblo-0.10.0-r0.apk >>> py3-pyliblo: Build complete at Mon, 15 May 2023 03:16:34 +0000 elapsed time 0h 0m 18s >>> py3-pyliblo: Cleaning up srcdir >>> py3-pyliblo: Cleaning up pkgdir >>> py3-pyliblo: Uninstalling dependencies... (1/38) Purging .makedepends-py3-pyliblo (20230515.031617) (2/38) Purging cython-pyc (0.29.34-r2) (3/38) Purging cython (0.29.34-r2) (4/38) Purging liblo-dev (0.31-r1) (5/38) Purging liblo (0.31-r1) (6/38) Purging py3-gpep517-pyc (13-r2) (7/38) Purging py3-gpep517 (13-r2) (8/38) Purging py3-installer-pyc (0.7.0-r1) (9/38) Purging py3-installer (0.7.0-r1) (10/38) Purging py3-setuptools-pyc (67.7.2-r0) (11/38) Purging py3-setuptools (67.7.2-r0) (12/38) Purging py3-wheel-pyc (0.40.0-r1) (13/38) Purging py3-wheel (0.40.0-r1) (14/38) Purging python3-dev (3.11.3-r11) (15/38) Purging py3-pytest-pyc (7.3.1-r1) (16/38) Purging py3-pytest (7.3.1-r1) (17/38) Purging py3-iniconfig-pyc (1.1.1-r6) (18/38) Purging py3-iniconfig (1.1.1-r6) (19/38) Purging py3-packaging-pyc (23.1-r1) (20/38) Purging py3-packaging (23.1-r1) (21/38) Purging py3-parsing-pyc (3.0.9-r2) (22/38) Purging py3-parsing (3.0.9-r2) (23/38) Purging py3-pluggy-pyc (1.0.0-r3) (24/38) Purging py3-pluggy (1.0.0-r3) (25/38) Purging py3-py-pyc (1.11.0-r2) (26/38) Purging py3-py (1.11.0-r2) (27/38) Purging python3-pyc (3.11.3-r11) (28/38) Purging python3-pycache-pyc0 (3.11.3-r11) (29/38) Purging pyc (0.1-r0) (30/38) Purging python3 (3.11.3-r11) (31/38) Purging gdbm (1.23-r1) (32/38) Purging libbz2 (1.0.8-r5) (33/38) Purging libffi (3.4.4-r2) (34/38) Purging libpanelw (6.4_p20230506-r0) (35/38) Purging mpdecimal (2.5.1-r2) (36/38) Purging readline (8.2.1-r1) (37/38) Purging sqlite-libs (3.41.2-r2) (38/38) Purging xz-libs (5.4.3-r0) Executing busybox-1.36.0-r9.trigger OK: 392 MiB in 99 packages >>> py3-pyliblo: Updating the community/x86_64 repository index... >>> py3-pyliblo: Signing the index...