>>> py3-pyliblo: Building community/py3-pyliblo 0.10.0-r2 (using abuild 3.11.21-r0) started Sat, 19 Aug 2023 06:39:33 +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 (1/28) Installing libbz2 (1.0.8-r6) (2/28) Installing gdbm (1.23-r1) (3/28) Installing mpdecimal (2.5.1-r2) (4/28) Installing libpanelw (6.4_p20230722-r0) (5/28) Installing readline (8.2.1-r2) (6/28) Installing sqlite-libs (3.42.0-r2) (7/28) Installing python3 (3.11.4-r4) (8/28) Installing python3-pycache-pyc0 (3.11.4-r4) (9/28) Installing pyc (0.1-r0) (10/28) Installing cython-pyc (0.29.36-r0) (11/28) Installing python3-pyc (3.11.4-r4) (12/28) Installing cython (0.29.36-r0) (13/28) Installing liblo (0.31-r1) (14/28) Installing liblo-dev (0.31-r1) (15/28) Installing py3-installer (0.7.0-r1) (16/28) Installing py3-installer-pyc (0.7.0-r1) (17/28) Installing py3-gpep517 (13-r4) (18/28) Installing py3-gpep517-pyc (13-r4) (19/28) Installing py3-parsing (3.1.1-r0) (20/28) Installing py3-parsing-pyc (3.1.1-r0) (21/28) Installing py3-packaging (23.1-r3) (22/28) Installing py3-packaging-pyc (23.1-r3) (23/28) Installing py3-setuptools (68.0.0-r2) (24/28) Installing py3-setuptools-pyc (68.0.0-r2) (25/28) Installing py3-wheel (0.41.0-r2) (26/28) Installing py3-wheel-pyc (0.41.0-r2) (27/28) Installing python3-dev (3.11.4-r4) (28/28) Installing .makedepends-py3-pyliblo (20230819.063937) Executing busybox-1.36.1-r6.trigger OK: 1133 MiB in 136 packages >>> py3-pyliblo: Cleaning up srcdir >>> py3-pyliblo: Cleaning up pkgdir >>> py3-pyliblo: Cleaning up tmpdir >>> py3-pyliblo: Fetching https://distfiles.alpinelinux.org/distfiles/edge/pyliblo-0.10.0.tar.gz >>> py3-pyliblo: Fetching https://distfiles.alpinelinux.org/distfiles/edge/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/pyliblo-0.10.0.tar.gz... >>> py3-pyliblo: py3.11.patch patching file src/liblo.pyx 2023-08-19 06:39:43,571 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ 2023-08-19 06:39:43,921 root INFO running bdist_wheel 2023-08-19 06:39:43,939 root INFO running build 2023-08-19 06:39:43,940 root INFO running build_ext 2023-08-19 06:39:44,035 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-08-19 06:39:50,147 root INFO building 'liblo' extension 2023-08-19 06:39:50,148 root INFO creating build 2023-08-19 06:39:50,148 root INFO creating build/temp.linux-riscv64-cpython-311 2023-08-19 06:39:50,149 root INFO creating build/temp.linux-riscv64-cpython-311/src 2023-08-19 06:39:50,150 root INFO gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.11 -c src/liblo.c -o build/temp.linux-riscv64-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:9578:3: warning: 'PyEval_InitThreads' is deprecated [-Wdeprecated-declarations] 9578 | 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-08-19 06:40:16,350 root INFO creating build/lib.linux-riscv64-cpython-311 2023-08-19 06:40:16,351 root INFO gcc -shared -Wl,--as-needed,-O1,--sort-common -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-riscv64-cpython-311/src/liblo.o -L/usr/lib -llo -o build/lib.linux-riscv64-cpython-311/liblo.cpython-311-riscv64-linux-musl.so 2023-08-19 06:40:16,925 root INFO running build_scripts 2023-08-19 06:40:16,925 root INFO creating build/scripts-3.11 2023-08-19 06:40:16,926 root INFO copying and adjusting scripts/send_osc.py -> build/scripts-3.11 2023-08-19 06:40:16,928 root INFO copying and adjusting scripts/dump_osc.py -> build/scripts-3.11 2023-08-19 06:40:16,928 root INFO changing mode of build/scripts-3.11/send_osc.py from 644 to 755 2023-08-19 06:40:16,929 root INFO changing mode of build/scripts-3.11/dump_osc.py from 644 to 755 2023-08-19 06:40:16,930 root INFO renaming build/scripts-3.11/send_osc.py -> build/scripts-3.11/send_osc 2023-08-19 06:40:16,930 root INFO renaming build/scripts-3.11/dump_osc.py -> build/scripts-3.11/dump_osc 2023-08-19 06:40:16,955 wheel INFO installing to build/bdist.linux-riscv64/wheel 2023-08-19 06:40:16,956 root INFO running install 2023-08-19 06:40:17,019 root INFO running install_lib 2023-08-19 06:40:17,029 root INFO creating build/bdist.linux-riscv64 2023-08-19 06:40:17,029 root INFO creating build/bdist.linux-riscv64/wheel 2023-08-19 06:40:17,030 root INFO copying build/lib.linux-riscv64-cpython-311/liblo.cpython-311-riscv64-linux-musl.so -> build/bdist.linux-riscv64/wheel 2023-08-19 06:40:17,034 root INFO running install_data 2023-08-19 06:40:17,042 root INFO creating build/bdist.linux-riscv64/wheel/pyliblo-0.10.0.data 2023-08-19 06:40:17,043 root INFO creating build/bdist.linux-riscv64/wheel/pyliblo-0.10.0.data/data 2023-08-19 06:40:17,043 root INFO creating build/bdist.linux-riscv64/wheel/pyliblo-0.10.0.data/data/share 2023-08-19 06:40:17,044 root INFO creating build/bdist.linux-riscv64/wheel/pyliblo-0.10.0.data/data/share/man 2023-08-19 06:40:17,044 root INFO creating build/bdist.linux-riscv64/wheel/pyliblo-0.10.0.data/data/share/man/man1 2023-08-19 06:40:17,045 root INFO copying scripts/send_osc.1 -> build/bdist.linux-riscv64/wheel/pyliblo-0.10.0.data/data/share/man/man1 2023-08-19 06:40:17,045 root INFO copying scripts/dump_osc.1 -> build/bdist.linux-riscv64/wheel/pyliblo-0.10.0.data/data/share/man/man1 2023-08-19 06:40:17,046 root INFO running install_egg_info 2023-08-19 06:40:17,088 root INFO running egg_info 2023-08-19 06:40:17,095 root INFO writing pyliblo.egg-info/PKG-INFO 2023-08-19 06:40:17,096 root INFO writing dependency_links to pyliblo.egg-info/dependency_links.txt 2023-08-19 06:40:17,098 root INFO writing top-level names to pyliblo.egg-info/top_level.txt 2023-08-19 06:40:17,107 root INFO reading manifest file 'pyliblo.egg-info/SOURCES.txt' 2023-08-19 06:40:17,109 root INFO reading manifest template 'MANIFEST.in' 2023-08-19 06:40:17,115 root WARNING no previously-included directories found matching 'doc/build' 2023-08-19 06:40:17,116 root INFO adding license file 'COPYING' 2023-08-19 06:40:17,121 root INFO writing manifest file 'pyliblo.egg-info/SOURCES.txt' 2023-08-19 06:40:17,121 root INFO Copying pyliblo.egg-info to build/bdist.linux-riscv64/wheel/pyliblo-0.10.0-py3.11.egg-info 2023-08-19 06:40:17,125 root INFO running install_scripts 2023-08-19 06:40:17,126 root INFO creating build/bdist.linux-riscv64/wheel/pyliblo-0.10.0.data/scripts 2023-08-19 06:40:17,127 root INFO copying build/scripts-3.11/dump_osc -> build/bdist.linux-riscv64/wheel/pyliblo-0.10.0.data/scripts 2023-08-19 06:40:17,127 root INFO copying build/scripts-3.11/send_osc -> build/bdist.linux-riscv64/wheel/pyliblo-0.10.0.data/scripts 2023-08-19 06:40:17,128 root INFO changing mode of build/bdist.linux-riscv64/wheel/pyliblo-0.10.0.data/scripts/dump_osc to 755 2023-08-19 06:40:17,128 root INFO changing mode of build/bdist.linux-riscv64/wheel/pyliblo-0.10.0.data/scripts/send_osc to 755 2023-08-19 06:40:17,156 wheel INFO creating build/bdist.linux-riscv64/wheel/pyliblo-0.10.0.dist-info/WHEEL 2023-08-19 06:40:17,160 wheel INFO creating '/home/buildozer/aports/community/py3-pyliblo/src/pyliblo-0.10.0/.dist/.tmp-ui73ikam/pyliblo-0.10.0-cp311-cp311-linux_riscv64.whl' and adding 'build/bdist.linux-riscv64/wheel' to it 2023-08-19 06:40:17,164 wheel INFO adding 'liblo.cpython-311-riscv64-linux-musl.so' 2023-08-19 06:40:17,179 wheel INFO adding 'pyliblo-0.10.0.data/data/share/man/man1/dump_osc.1' 2023-08-19 06:40:17,180 wheel INFO adding 'pyliblo-0.10.0.data/data/share/man/man1/send_osc.1' 2023-08-19 06:40:17,181 wheel INFO adding 'pyliblo-0.10.0.data/scripts/dump_osc' 2023-08-19 06:40:17,182 wheel INFO adding 'pyliblo-0.10.0.data/scripts/send_osc' 2023-08-19 06:40:17,184 wheel INFO adding 'pyliblo-0.10.0.dist-info/COPYING' 2023-08-19 06:40:17,185 wheel INFO adding 'pyliblo-0.10.0.dist-info/METADATA' 2023-08-19 06:40:17,186 wheel INFO adding 'pyliblo-0.10.0.dist-info/WHEEL' 2023-08-19 06:40:17,186 wheel INFO adding 'pyliblo-0.10.0.dist-info/top_level.txt' 2023-08-19 06:40:17,189 wheel INFO adding 'pyliblo-0.10.0.dist-info/RECORD' 2023-08-19 06:40:17,190 wheel INFO removing build/bdist.linux-riscv64/wheel 2023-08-19 06:40:17,193 gpep517 INFO The backend produced .dist/pyliblo-0.10.0-cp311-cp311-linux_riscv64.whl pyliblo-0.10.0-cp311-cp311-linux_riscv64.whl >>> 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-r2.apk >>> py3-pyliblo*: Tracing dependencies... python3~3.11 so:libc.musl-riscv64.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-r2.apk >>> py3-pyliblo: Build complete at Sat, 19 Aug 2023 06:40:22 +0000 elapsed time 0h 0m 49s >>> py3-pyliblo: Cleaning up srcdir >>> py3-pyliblo: Cleaning up pkgdir >>> py3-pyliblo: Uninstalling dependencies... (1/28) Purging .makedepends-py3-pyliblo (20230819.063937) (2/28) Purging cython-pyc (0.29.36-r0) (3/28) Purging cython (0.29.36-r0) (4/28) Purging liblo-dev (0.31-r1) (5/28) Purging liblo (0.31-r1) (6/28) Purging py3-gpep517-pyc (13-r4) (7/28) Purging py3-gpep517 (13-r4) (8/28) Purging py3-installer-pyc (0.7.0-r1) (9/28) Purging py3-installer (0.7.0-r1) (10/28) Purging py3-setuptools-pyc (68.0.0-r2) (11/28) Purging py3-setuptools (68.0.0-r2) (12/28) Purging py3-wheel-pyc (0.41.0-r2) (13/28) Purging py3-wheel (0.41.0-r2) (14/28) Purging py3-packaging-pyc (23.1-r3) (15/28) Purging py3-packaging (23.1-r3) (16/28) Purging py3-parsing-pyc (3.1.1-r0) (17/28) Purging py3-parsing (3.1.1-r0) (18/28) Purging python3-dev (3.11.4-r4) (19/28) Purging python3-pyc (3.11.4-r4) (20/28) Purging python3-pycache-pyc0 (3.11.4-r4) (21/28) Purging pyc (0.1-r0) (22/28) Purging python3 (3.11.4-r4) (23/28) Purging gdbm (1.23-r1) (24/28) Purging libbz2 (1.0.8-r6) (25/28) Purging libpanelw (6.4_p20230722-r0) (26/28) Purging mpdecimal (2.5.1-r2) (27/28) Purging readline (8.2.1-r2) (28/28) Purging sqlite-libs (3.42.0-r2) Executing busybox-1.36.1-r6.trigger OK: 919 MiB in 108 packages >>> py3-pyliblo: Updating the community/riscv64 repository index... >>> py3-pyliblo: Signing the index...