>>> py3-msgpack: Building community/py3-msgpack 1.0.8-r1 (using abuild 3.13.0-r3) started Fri, 26 Apr 2024 02:58:11 +0000 >>> py3-msgpack: Checking sanity of /home/buildozer/aports/community/py3-msgpack/APKBUILD... >>> py3-msgpack: Analyzing dependencies... >>> py3-msgpack: Installing for build: build-base python3 python3-dev py3-gpep517 py3-setuptools cython py3-wheel py3-pytest-xdist py3-pluggy (1/42) Installing libbz2 (1.0.8-r6) (2/42) Installing libffi (3.4.6-r0) (3/42) Installing gdbm (1.23-r1) (4/42) Installing xz-libs (5.6.1-r3) (5/42) Installing mpdecimal (4.0.0-r0) (6/42) Installing libpanelw (6.4_p20240330-r0) (7/42) Installing readline (8.2.10-r0) (8/42) Installing sqlite-libs (3.45.3-r0) (9/42) Installing python3 (3.12.3-r1) (10/42) Installing python3-pycache-pyc0 (3.12.3-r1) (11/42) Installing pyc (3.12.3-r1) (12/42) Installing python3-pyc (3.12.3-r1) (13/42) Installing python3-dev (3.12.3-r1) (14/42) Installing py3-installer (0.7.0-r2) (15/42) Installing py3-installer-pyc (0.7.0-r2) (16/42) Installing py3-gpep517 (15-r2) (17/42) Installing py3-gpep517-pyc (15-r2) (18/42) Installing py3-parsing (3.1.2-r1) (19/42) Installing py3-parsing-pyc (3.1.2-r1) (20/42) Installing py3-packaging (24.0-r1) (21/42) Installing py3-packaging-pyc (24.0-r1) (22/42) Installing py3-setuptools (69.5.1-r0) (23/42) Installing py3-setuptools-pyc (69.5.1-r0) (24/42) Installing cython (3.0.10-r0) (25/42) Installing cython-pyc (3.0.10-r0) (26/42) Installing py3-wheel (0.42.0-r1) (27/42) Installing py3-wheel-pyc (0.42.0-r1) (28/42) Installing py3-apipkg (2.1.0-r3) (29/42) Installing py3-apipkg-pyc (2.1.0-r3) (30/42) Installing py3-execnet (1.9.0-r3) (31/42) Installing py3-execnet-pyc (1.9.0-r3) (32/42) Installing py3-iniconfig (2.0.0-r1) (33/42) Installing py3-iniconfig-pyc (2.0.0-r1) (34/42) Installing py3-pluggy (1.4.0-r1) (35/42) Installing py3-pluggy-pyc (1.4.0-r1) (36/42) Installing py3-py (1.11.0-r3) (37/42) Installing py3-py-pyc (1.11.0-r3) (38/42) Installing py3-pytest (8.1.1-r1) (39/42) Installing py3-pytest-pyc (8.1.1-r1) (40/42) Installing py3-pytest-xdist (3.5.0-r1) (41/42) Installing py3-pytest-xdist-pyc (3.5.0-r1) (42/42) Installing .makedepends-py3-msgpack (20240426.025816) Executing busybox-1.36.1-r25.trigger OK: 512 MiB in 143 packages >>> py3-msgpack: Cleaning up srcdir >>> py3-msgpack: Cleaning up pkgdir >>> py3-msgpack: Cleaning up tmpdir >>> py3-msgpack: Fetching https://distfiles.alpinelinux.org/distfiles/v3.20/msgpack-python-1.0.8.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/msgpack-python-1.0.8.tar.gz.part' msgpack-python-1.0.8 61% |******************* | 32524 0:00:00 ETA msgpack-python-1.0.8 100% |********************************| 53081 0:00:00 ETA '/var/cache/distfiles/msgpack-python-1.0.8.tar.gz.part' saved >>> py3-msgpack: Fetching https://distfiles.alpinelinux.org/distfiles/v3.20/msgpack-python-1.0.8.tar.gz >>> py3-msgpack: Checking sha512sums... msgpack-python-1.0.8.tar.gz: OK >>> py3-msgpack: Unpacking /var/cache/distfiles/msgpack-python-1.0.8.tar.gz... 2024-04-26 02:58:22,938 gpep517 INFO Building wheel via backend setuptools.build_meta 2024-04-26 02:58:23,619 root INFO running bdist_wheel 2024-04-26 02:58:23,651 root INFO running build 2024-04-26 02:58:23,652 root INFO running build_py 2024-04-26 02:58:23,660 root INFO creating build 2024-04-26 02:58:23,661 root INFO creating build/lib.linux-riscv64-cpython-312 2024-04-26 02:58:23,661 root INFO creating build/lib.linux-riscv64-cpython-312/msgpack 2024-04-26 02:58:23,662 root INFO copying msgpack/__init__.py -> build/lib.linux-riscv64-cpython-312/msgpack 2024-04-26 02:58:23,663 root INFO copying msgpack/exceptions.py -> build/lib.linux-riscv64-cpython-312/msgpack 2024-04-26 02:58:23,664 root INFO copying msgpack/fallback.py -> build/lib.linux-riscv64-cpython-312/msgpack 2024-04-26 02:58:23,666 root INFO copying msgpack/ext.py -> build/lib.linux-riscv64-cpython-312/msgpack 2024-04-26 02:58:23,668 root INFO running build_ext cythonize: 'msgpack/_cmsgpack.pyx' warning: msgpack/_unpacker.pyx:114:30: Assigning to 'char *' from 'const char *' discards const qualifier 2024-04-26 02:58:28,536 root INFO building 'msgpack._cmsgpack' extension 2024-04-26 02:58:28,537 root INFO creating build/temp.linux-riscv64-cpython-312 2024-04-26 02:58:28,537 root INFO creating build/temp.linux-riscv64-cpython-312/msgpack 2024-04-26 02:58:28,538 root INFO gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I. -I/usr/include/python3.12 -c msgpack/_cmsgpack.cpp -o build/temp.linux-riscv64-cpython-312/msgpack/_cmsgpack.o msgpack/_cmsgpack.cpp: In function 'PyObject* __Pyx_Import(PyObject*, PyObject*, int)': msgpack/_cmsgpack.cpp:21058:48: warning: comparing the result of pointer addition '(((const char*)"msgpack._cmsgpack") + 7)' and NULL [-Waddress] 21058 | if (strchr(__Pyx_MODULE_NAME, '.') != NULL) { | ^ msgpack/_cmsgpack.cpp: In function 'int __pyx_f_7msgpack_9_cmsgpack_6Packer__pack(__pyx_obj_7msgpack_9_cmsgpack_Packer*, PyObject*, __pyx_opt_args_7msgpack_9_cmsgpack_6Packer__pack*)': msgpack/_cmsgpack.cpp:9265:10: warning: '__pyx_v_ret' may be used uninitialized [-Wmaybe-uninitialized] 9265 | return __pyx_r; | ^~~~~~~ msgpack/_cmsgpack.cpp:7162:7: note: '__pyx_v_ret' was declared here 7162 | int __pyx_v_ret; | ^~~~~~~~~~~ 2024-04-26 02:58:58,531 root INFO g++ -shared -Wl,--as-needed,-O1,--sort-common -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-riscv64-cpython-312/msgpack/_cmsgpack.o -L/usr/lib -o build/lib.linux-riscv64-cpython-312/msgpack/_cmsgpack.cpython-312-riscv64-linux-musl.so 2024-04-26 02:58:59,004 wheel INFO installing to build/bdist.linux-riscv64/wheel 2024-04-26 02:58:59,004 root INFO running install 2024-04-26 02:58:59,046 root INFO running install_lib 2024-04-26 02:58:59,054 root INFO creating build/bdist.linux-riscv64 2024-04-26 02:58:59,055 root INFO creating build/bdist.linux-riscv64/wheel 2024-04-26 02:58:59,056 root INFO creating build/bdist.linux-riscv64/wheel/msgpack 2024-04-26 02:58:59,056 root INFO copying build/lib.linux-riscv64-cpython-312/msgpack/_cmsgpack.cpython-312-riscv64-linux-musl.so -> build/bdist.linux-riscv64/wheel/msgpack 2024-04-26 02:58:59,063 root INFO copying build/lib.linux-riscv64-cpython-312/msgpack/__init__.py -> build/bdist.linux-riscv64/wheel/msgpack 2024-04-26 02:58:59,064 root INFO copying build/lib.linux-riscv64-cpython-312/msgpack/exceptions.py -> build/bdist.linux-riscv64/wheel/msgpack 2024-04-26 02:58:59,065 root INFO copying build/lib.linux-riscv64-cpython-312/msgpack/fallback.py -> build/bdist.linux-riscv64/wheel/msgpack 2024-04-26 02:58:59,066 root INFO copying build/lib.linux-riscv64-cpython-312/msgpack/ext.py -> build/bdist.linux-riscv64/wheel/msgpack 2024-04-26 02:58:59,067 root INFO running install_egg_info 2024-04-26 02:58:59,075 root INFO running egg_info 2024-04-26 02:58:59,076 root INFO creating msgpack.egg-info 2024-04-26 02:58:59,084 root INFO writing msgpack.egg-info/PKG-INFO 2024-04-26 02:58:59,086 root INFO writing dependency_links to msgpack.egg-info/dependency_links.txt 2024-04-26 02:58:59,087 root INFO writing top-level names to msgpack.egg-info/top_level.txt 2024-04-26 02:58:59,088 root INFO writing manifest file 'msgpack.egg-info/SOURCES.txt' 2024-04-26 02:58:59,100 root INFO reading manifest file 'msgpack.egg-info/SOURCES.txt' 2024-04-26 02:58:59,101 root INFO reading manifest template 'MANIFEST.in' 2024-04-26 02:58:59,105 root WARNING warning: no files found matching '*.c' under directory 'msgpack' 2024-04-26 02:58:59,110 root INFO adding license file 'COPYING' 2024-04-26 02:58:59,114 root INFO writing manifest file 'msgpack.egg-info/SOURCES.txt' 2024-04-26 02:58:59,115 root INFO Copying msgpack.egg-info to build/bdist.linux-riscv64/wheel/msgpack-1.0.8-py3.12.egg-info 2024-04-26 02:58:59,118 root INFO running install_scripts 2024-04-26 02:58:59,133 wheel INFO creating build/bdist.linux-riscv64/wheel/msgpack-1.0.8.dist-info/WHEEL 2024-04-26 02:58:59,135 wheel INFO creating '/home/buildozer/aports/community/py3-msgpack/src/msgpack-python-1.0.8/.dist/.tmp-dp6dn3i9/msgpack-1.0.8-cp312-cp312-linux_riscv64.whl' and adding 'build/bdist.linux-riscv64/wheel' to it 2024-04-26 02:58:59,137 wheel INFO adding 'msgpack/__init__.py' 2024-04-26 02:58:59,143 wheel INFO adding 'msgpack/_cmsgpack.cpython-312-riscv64-linux-musl.so' 2024-04-26 02:58:59,156 wheel INFO adding 'msgpack/exceptions.py' 2024-04-26 02:58:59,157 wheel INFO adding 'msgpack/ext.py' 2024-04-26 02:58:59,158 wheel INFO adding 'msgpack/fallback.py' 2024-04-26 02:58:59,160 wheel INFO adding 'msgpack-1.0.8.dist-info/COPYING' 2024-04-26 02:58:59,161 wheel INFO adding 'msgpack-1.0.8.dist-info/METADATA' 2024-04-26 02:58:59,162 wheel INFO adding 'msgpack-1.0.8.dist-info/WHEEL' 2024-04-26 02:58:59,163 wheel INFO adding 'msgpack-1.0.8.dist-info/top_level.txt' 2024-04-26 02:58:59,164 wheel INFO adding 'msgpack-1.0.8.dist-info/RECORD' 2024-04-26 02:58:59,164 wheel INFO removing build/bdist.linux-riscv64/wheel 2024-04-26 02:58:59,168 gpep517 INFO The backend produced .dist/msgpack-1.0.8-cp312-cp312-linux_riscv64.whl msgpack-1.0.8-cp312-cp312-linux_riscv64.whl ============================= test session starts ============================== platform linux -- Python 3.12.3, pytest-8.1.1, pluggy-1.4.0 rootdir: /home/buildozer/aports/community/py3-msgpack/src/msgpack-python-1.0.8 configfile: pyproject.toml plugins: xdist-3.5.0 created: 64/64 workers 64 workers [119 items] ........................................................................ [ 60%] ............................................... [100%] ============================= 119 passed in 15.05s ============================= >>> py3-msgpack: Entering fakeroot... >>> py3-msgpack-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-msgpack/pkg/py3-msgpack/usr/lib/python3.12/site-packages/msgpack/__pycache__' -> '/home/buildozer/aports/community/py3-msgpack/pkg/py3-msgpack-pyc/usr/lib/python3.12/site-packages/msgpack/__pycache__' >>> py3-msgpack-pyc*: Preparing subpackage py3-msgpack-pyc... >>> py3-msgpack-pyc*: Running postcheck for py3-msgpack-pyc >>> py3-msgpack*: Running postcheck for py3-msgpack >>> py3-msgpack*: Preparing package py3-msgpack... >>> py3-msgpack*: Stripping binaries >>> py3-msgpack-pyc*: Scanning shared objects >>> py3-msgpack*: Scanning shared objects >>> py3-msgpack-pyc*: Tracing dependencies... python3 python3~3.12 >>> py3-msgpack-pyc*: Package size: 88.0 KB >>> py3-msgpack-pyc*: Compressing data... >>> py3-msgpack-pyc*: Create checksum... >>> py3-msgpack-pyc*: Create py3-msgpack-pyc-1.0.8-r1.apk >>> py3-msgpack*: Tracing dependencies... python3 python3~3.12 so:libc.musl-riscv64.so.1 >>> py3-msgpack*: Package size: 224.0 KB >>> py3-msgpack*: Compressing data... >>> py3-msgpack*: Create checksum... >>> py3-msgpack*: Create py3-msgpack-1.0.8-r1.apk >>> py3-msgpack: Build complete at Fri, 26 Apr 2024 02:59:18 +0000 elapsed time 0h 1m 7s >>> py3-msgpack: Cleaning up srcdir >>> py3-msgpack: Cleaning up pkgdir >>> py3-msgpack: Uninstalling dependencies... (1/42) Purging .makedepends-py3-msgpack (20240426.025816) (2/42) Purging python3-dev (3.12.3-r1) (3/42) Purging py3-gpep517-pyc (15-r2) (4/42) Purging py3-gpep517 (15-r2) (5/42) Purging py3-installer-pyc (0.7.0-r2) (6/42) Purging py3-installer (0.7.0-r2) (7/42) Purging py3-setuptools-pyc (69.5.1-r0) (8/42) Purging py3-setuptools (69.5.1-r0) (9/42) Purging cython-pyc (3.0.10-r0) (10/42) Purging cython (3.0.10-r0) (11/42) Purging py3-wheel-pyc (0.42.0-r1) (12/42) Purging py3-wheel (0.42.0-r1) (13/42) Purging py3-pytest-xdist-pyc (3.5.0-r1) (14/42) Purging py3-pytest-xdist (3.5.0-r1) (15/42) Purging py3-execnet-pyc (1.9.0-r3) (16/42) Purging py3-execnet (1.9.0-r3) (17/42) Purging py3-apipkg-pyc (2.1.0-r3) (18/42) Purging py3-apipkg (2.1.0-r3) (19/42) Purging py3-pytest-pyc (8.1.1-r1) (20/42) Purging py3-pytest (8.1.1-r1) (21/42) Purging py3-iniconfig-pyc (2.0.0-r1) (22/42) Purging py3-iniconfig (2.0.0-r1) (23/42) Purging py3-packaging-pyc (24.0-r1) (24/42) Purging py3-packaging (24.0-r1) (25/42) Purging py3-parsing-pyc (3.1.2-r1) (26/42) Purging py3-parsing (3.1.2-r1) (27/42) Purging py3-py-pyc (1.11.0-r3) (28/42) Purging py3-py (1.11.0-r3) (29/42) Purging py3-pluggy-pyc (1.4.0-r1) (30/42) Purging py3-pluggy (1.4.0-r1) (31/42) Purging python3-pyc (3.12.3-r1) (32/42) Purging python3-pycache-pyc0 (3.12.3-r1) (33/42) Purging pyc (3.12.3-r1) (34/42) Purging python3 (3.12.3-r1) (35/42) Purging gdbm (1.23-r1) (36/42) Purging libbz2 (1.0.8-r6) (37/42) Purging libffi (3.4.6-r0) (38/42) Purging libpanelw (6.4_p20240330-r0) (39/42) Purging mpdecimal (4.0.0-r0) (40/42) Purging readline (8.2.10-r0) (41/42) Purging sqlite-libs (3.45.3-r0) (42/42) Purging xz-libs (5.6.1-r3) Executing busybox-1.36.1-r25.trigger OK: 228 MiB in 101 packages >>> py3-msgpack: Updating the community/riscv64 repository index... >>> py3-msgpack: Signing the index...