>>> py3-msgpack: Building community/py3-msgpack 1.0.8-r0 (using abuild 3.12.0-r4) started Sat, 09 Mar 2024 06:49:15 +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/40) Installing libffi (3.4.6-r0) (2/40) Installing gdbm (1.23-r1) (3/40) Installing mpdecimal (4.0.0-r0) (4/40) Installing libpanelw (6.4_p20231125-r0) (5/40) Installing readline (8.2.10-r0) (6/40) Installing sqlite-libs (3.45.1-r0) (7/40) Installing python3 (3.11.8-r0) (8/40) Installing python3-pycache-pyc0 (3.11.8-r0) (9/40) Installing pyc (3.11.8-r0) (10/40) Installing python3-pyc (3.11.8-r0) (11/40) Installing python3-dev (3.11.8-r0) (12/40) Installing py3-installer (0.7.0-r1) (13/40) Installing py3-installer-pyc (0.7.0-r1) (14/40) Installing py3-gpep517 (15-r1) (15/40) Installing py3-gpep517-pyc (15-r1) (16/40) Installing py3-parsing (3.1.1-r0) (17/40) Installing py3-parsing-pyc (3.1.1-r0) (18/40) Installing py3-packaging (23.2-r0) (19/40) Installing py3-packaging-pyc (23.2-r0) (20/40) Installing py3-setuptools (69.1.1-r0) (21/40) Installing py3-setuptools-pyc (69.1.1-r0) (22/40) Installing cython (0.29.37-r0) (23/40) Installing cython-pyc (0.29.37-r0) (24/40) Installing py3-wheel (0.42.0-r0) (25/40) Installing py3-wheel-pyc (0.42.0-r0) (26/40) Installing py3-apipkg (2.1.0-r2) (27/40) Installing py3-apipkg-pyc (2.1.0-r2) (28/40) Installing py3-execnet (1.9.0-r2) (29/40) Installing py3-execnet-pyc (1.9.0-r2) (30/40) Installing py3-iniconfig (1.1.1-r8) (31/40) Installing py3-iniconfig-pyc (1.1.1-r8) (32/40) Installing py3-pluggy (1.3.0-r0) (33/40) Installing py3-pluggy-pyc (1.3.0-r0) (34/40) Installing py3-py (1.11.0-r2) (35/40) Installing py3-py-pyc (1.11.0-r2) (36/40) Installing py3-pytest (8.0.2-r0) (37/40) Installing py3-pytest-pyc (8.0.2-r0) (38/40) Installing py3-pytest-xdist (3.5.0-r0) (39/40) Installing py3-pytest-xdist-pyc (3.5.0-r0) (40/40) Installing .makedepends-py3-msgpack (20240309.064916) Executing busybox-1.36.1-r20.trigger OK: 495 MiB in 152 packages >>> py3-msgpack: Cleaning up srcdir >>> py3-msgpack: Cleaning up pkgdir >>> py3-msgpack: Cleaning up tmpdir >>> py3-msgpack: Fetching https://distfiles.alpinelinux.org/distfiles/edge/msgpack-python-1.0.8.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 53081 100 53081 0 0 227k 0 --:--:-- --:--:-- --:--:-- 228k >>> py3-msgpack: Fetching https://distfiles.alpinelinux.org/distfiles/edge/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/edge/msgpack-python-1.0.8.tar.gz... 2024-03-09 06:49:19,156 gpep517 INFO Building wheel via backend setuptools.build_meta 2024-03-09 06:49:19,398 root INFO running bdist_wheel 2024-03-09 06:49:19,408 root INFO running build 2024-03-09 06:49:19,408 root INFO running build_py 2024-03-09 06:49:19,411 root INFO creating build 2024-03-09 06:49:19,412 root INFO creating build/lib.linux-i686-cpython-311 2024-03-09 06:49:19,412 root INFO creating build/lib.linux-i686-cpython-311/msgpack 2024-03-09 06:49:19,412 root INFO copying msgpack/fallback.py -> build/lib.linux-i686-cpython-311/msgpack 2024-03-09 06:49:19,413 root INFO copying msgpack/ext.py -> build/lib.linux-i686-cpython-311/msgpack 2024-03-09 06:49:19,413 root INFO copying msgpack/__init__.py -> build/lib.linux-i686-cpython-311/msgpack 2024-03-09 06:49:19,413 root INFO copying msgpack/exceptions.py -> build/lib.linux-i686-cpython-311/msgpack 2024-03-09 06:49:19,414 root INFO running build_ext cythonize: 'msgpack/_cmsgpack.pyx' 2024-03-09 06:49:20,615 root INFO building 'msgpack._cmsgpack' extension 2024-03-09 06:49:20,615 root INFO creating build/temp.linux-i686-cpython-311 2024-03-09 06:49:20,615 root INFO creating build/temp.linux-i686-cpython-311/msgpack 2024-03-09 06:49:20,616 root INFO gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I. -I/usr/include/python3.11 -c msgpack/_cmsgpack.cpp -o build/temp.linux-i686-cpython-311/msgpack/_cmsgpack.o In file included from msgpack/_cmsgpack.cpp:773: msgpack/unpack.h: In function 'int unpack_callback_array(unpack_user*, unsigned int, PyObject**)': msgpack/unpack.h:141:11: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'Py_ssize_t' {aka 'int'} [-Wsign-compare] 141 | if (n > u->max_array_len) { | ~~^~~~~~~~~~~~~~~~~~ msgpack/unpack.h: In function 'int unpack_callback_map(unpack_user*, unsigned int, PyObject**)': msgpack/unpack.h:176:11: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'Py_ssize_t' {aka 'int'} [-Wsign-compare] 176 | if (n > u->max_map_len) { | ~~^~~~~~~~~~~~~~~~ msgpack/unpack.h: In function 'int unpack_callback_raw(unpack_user*, const char*, const char*, unsigned int, PyObject**)': msgpack/unpack.h:234:11: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'Py_ssize_t' {aka 'int'} [-Wsign-compare] 234 | if (l > u->max_str_len) { | ~~^~~~~~~~~~~~~~~~ msgpack/unpack.h: In function 'int unpack_callback_bin(unpack_user*, const char*, const char*, unsigned int, PyObject**)': msgpack/unpack.h:254:11: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'Py_ssize_t' {aka 'int'} [-Wsign-compare] 254 | if (l > u->max_bin_len) { | ~~^~~~~~~~~~~~~~~~ msgpack/unpack.h: In function 'int unpack_callback_ext(unpack_user*, const char*, const char*, unsigned int, PyObject**)': msgpack/unpack.h:308:18: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'Py_ssize_t' {aka 'int'} [-Wsign-compare] 308 | if (length-1 > u->max_ext_len) { | ~~~~~~~~~^~~~~~~~~~~~~~~~ msgpack/_cmsgpack.cpp: In function 'PyObject* __Pyx_Import(PyObject*, PyObject*, int)': msgpack/_cmsgpack.cpp:14835:31: warning: comparing the result of pointer addition '(((const char*)"msgpack._cmsgpack") + 7)' and NULL [-Waddress] 14835 | if ((1) && (strchr(__Pyx_MODULE_NAME, '.'))) { | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ 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:4686:10: warning: '__pyx_v_ret' may be used uninitialized [-Wmaybe-uninitialized] 4686 | return __pyx_r; | ^~~~~~~ msgpack/_cmsgpack.cpp:2599:7: note: '__pyx_v_ret' was declared here 2599 | int __pyx_v_ret; | ^~~~~~~~~~~ 2024-03-09 06:49:24,858 root INFO g++ -shared -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-i686-cpython-311/msgpack/_cmsgpack.o -L/usr/lib -o build/lib.linux-i686-cpython-311/msgpack/_cmsgpack.cpython-311-i386-linux-musl.so 2024-03-09 06:49:24,900 wheel INFO installing to build/bdist.linux-i686/wheel 2024-03-09 06:49:24,900 root INFO running install 2024-03-09 06:49:24,925 root INFO running install_lib 2024-03-09 06:49:24,930 root INFO creating build/bdist.linux-i686 2024-03-09 06:49:24,930 root INFO creating build/bdist.linux-i686/wheel 2024-03-09 06:49:24,931 root INFO creating build/bdist.linux-i686/wheel/msgpack 2024-03-09 06:49:24,931 root INFO copying build/lib.linux-i686-cpython-311/msgpack/_cmsgpack.cpython-311-i386-linux-musl.so -> build/bdist.linux-i686/wheel/msgpack 2024-03-09 06:49:24,934 root INFO copying build/lib.linux-i686-cpython-311/msgpack/fallback.py -> build/bdist.linux-i686/wheel/msgpack 2024-03-09 06:49:24,935 root INFO copying build/lib.linux-i686-cpython-311/msgpack/ext.py -> build/bdist.linux-i686/wheel/msgpack 2024-03-09 06:49:24,936 root INFO copying build/lib.linux-i686-cpython-311/msgpack/__init__.py -> build/bdist.linux-i686/wheel/msgpack 2024-03-09 06:49:24,937 root INFO copying build/lib.linux-i686-cpython-311/msgpack/exceptions.py -> build/bdist.linux-i686/wheel/msgpack 2024-03-09 06:49:24,937 root INFO running install_egg_info 2024-03-09 06:49:24,942 root INFO running egg_info 2024-03-09 06:49:24,942 root INFO creating msgpack.egg-info 2024-03-09 06:49:24,946 root INFO writing msgpack.egg-info/PKG-INFO 2024-03-09 06:49:24,946 root INFO writing dependency_links to msgpack.egg-info/dependency_links.txt 2024-03-09 06:49:24,947 root INFO writing top-level names to msgpack.egg-info/top_level.txt 2024-03-09 06:49:24,947 root INFO writing manifest file 'msgpack.egg-info/SOURCES.txt' 2024-03-09 06:49:24,950 root INFO reading manifest file 'msgpack.egg-info/SOURCES.txt' 2024-03-09 06:49:24,950 root INFO reading manifest template 'MANIFEST.in' 2024-03-09 06:49:24,951 root WARNING warning: no files found matching '*.c' under directory 'msgpack' 2024-03-09 06:49:24,953 root INFO adding license file 'COPYING' 2024-03-09 06:49:24,954 root INFO writing manifest file 'msgpack.egg-info/SOURCES.txt' 2024-03-09 06:49:24,954 root INFO Copying msgpack.egg-info to build/bdist.linux-i686/wheel/msgpack-1.0.8-py3.11.egg-info 2024-03-09 06:49:24,955 root INFO running install_scripts 2024-03-09 06:49:24,960 wheel INFO creating build/bdist.linux-i686/wheel/msgpack-1.0.8.dist-info/WHEEL 2024-03-09 06:49:24,960 wheel INFO creating '/home/buildozer/aports/community/py3-msgpack/src/msgpack-python-1.0.8/.dist/.tmp-q75zxmme/msgpack-1.0.8-cp311-cp311-linux_i686.whl' and adding 'build/bdist.linux-i686/wheel' to it 2024-03-09 06:49:24,961 wheel INFO adding 'msgpack/__init__.py' 2024-03-09 06:49:24,962 wheel INFO adding 'msgpack/_cmsgpack.cpython-311-i386-linux-musl.so' 2024-03-09 06:49:24,964 wheel INFO adding 'msgpack/exceptions.py' 2024-03-09 06:49:24,964 wheel INFO adding 'msgpack/ext.py' 2024-03-09 06:49:24,965 wheel INFO adding 'msgpack/fallback.py' 2024-03-09 06:49:24,965 wheel INFO adding 'msgpack-1.0.8.dist-info/COPYING' 2024-03-09 06:49:24,966 wheel INFO adding 'msgpack-1.0.8.dist-info/METADATA' 2024-03-09 06:49:24,966 wheel INFO adding 'msgpack-1.0.8.dist-info/WHEEL' 2024-03-09 06:49:24,966 wheel INFO adding 'msgpack-1.0.8.dist-info/top_level.txt' 2024-03-09 06:49:24,966 wheel INFO adding 'msgpack-1.0.8.dist-info/RECORD' 2024-03-09 06:49:24,966 wheel INFO removing build/bdist.linux-i686/wheel 2024-03-09 06:49:24,967 gpep517 INFO The backend produced .dist/msgpack-1.0.8-cp311-cp311-linux_i686.whl msgpack-1.0.8-cp311-cp311-linux_i686.whl ============================= test session starts ============================== platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.3.0 rootdir: /home/buildozer/aports/community/py3-msgpack/src/msgpack-python-1.0.8 plugins: xdist-3.5.0 created: 32/32 workers 32 workers [119 items] ........................................................................ [ 60%] ............................................... [100%] ============================= 119 passed in 3.16s ============================== >>> py3-msgpack: Entering fakeroot... >>> py3-msgpack-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-msgpack/pkg/py3-msgpack/usr/lib/python3.11/site-packages/msgpack/__pycache__' -> '/home/buildozer/aports/community/py3-msgpack/pkg/py3-msgpack-pyc/usr/lib/python3.11/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.11 >>> py3-msgpack-pyc*: Package size: 96.0 KB >>> py3-msgpack-pyc*: Compressing data... >>> py3-msgpack-pyc*: Create checksum... >>> py3-msgpack-pyc*: Create py3-msgpack-pyc-1.0.8-r0.apk >>> py3-msgpack*: Tracing dependencies... python3 python3~3.11 so:libc.musl-x86.so.1 so:libgcc_s.so.1 >>> py3-msgpack*: Package size: 200.0 KB >>> py3-msgpack*: Compressing data... >>> py3-msgpack*: Create checksum... >>> py3-msgpack*: Create py3-msgpack-1.0.8-r0.apk >>> py3-msgpack: Build complete at Sat, 09 Mar 2024 06:49:29 +0000 elapsed time 0h 0m 14s >>> py3-msgpack: Cleaning up srcdir >>> py3-msgpack: Cleaning up pkgdir >>> py3-msgpack: Uninstalling dependencies... (1/40) Purging .makedepends-py3-msgpack (20240309.064916) (2/40) Purging python3-dev (3.11.8-r0) (3/40) Purging py3-gpep517-pyc (15-r1) (4/40) Purging py3-gpep517 (15-r1) (5/40) Purging py3-installer-pyc (0.7.0-r1) (6/40) Purging py3-installer (0.7.0-r1) (7/40) Purging py3-setuptools-pyc (69.1.1-r0) (8/40) Purging py3-setuptools (69.1.1-r0) (9/40) Purging cython-pyc (0.29.37-r0) (10/40) Purging cython (0.29.37-r0) (11/40) Purging py3-wheel-pyc (0.42.0-r0) (12/40) Purging py3-wheel (0.42.0-r0) (13/40) Purging py3-pytest-xdist-pyc (3.5.0-r0) (14/40) Purging py3-pytest-xdist (3.5.0-r0) (15/40) Purging py3-execnet-pyc (1.9.0-r2) (16/40) Purging py3-execnet (1.9.0-r2) (17/40) Purging py3-apipkg-pyc (2.1.0-r2) (18/40) Purging py3-apipkg (2.1.0-r2) (19/40) Purging py3-pytest-pyc (8.0.2-r0) (20/40) Purging py3-pytest (8.0.2-r0) (21/40) Purging py3-iniconfig-pyc (1.1.1-r8) (22/40) Purging py3-iniconfig (1.1.1-r8) (23/40) Purging py3-packaging-pyc (23.2-r0) (24/40) Purging py3-packaging (23.2-r0) (25/40) Purging py3-parsing-pyc (3.1.1-r0) (26/40) Purging py3-parsing (3.1.1-r0) (27/40) Purging py3-py-pyc (1.11.0-r2) (28/40) Purging py3-py (1.11.0-r2) (29/40) Purging py3-pluggy-pyc (1.3.0-r0) (30/40) Purging py3-pluggy (1.3.0-r0) (31/40) Purging python3-pyc (3.11.8-r0) (32/40) Purging python3-pycache-pyc0 (3.11.8-r0) (33/40) Purging pyc (3.11.8-r0) (34/40) Purging python3 (3.11.8-r0) (35/40) Purging gdbm (1.23-r1) (36/40) Purging libffi (3.4.6-r0) (37/40) Purging libpanelw (6.4_p20231125-r0) (38/40) Purging mpdecimal (4.0.0-r0) (39/40) Purging readline (8.2.10-r0) (40/40) Purging sqlite-libs (3.45.1-r0) Executing busybox-1.36.1-r20.trigger OK: 380 MiB in 112 packages >>> py3-msgpack: Updating the community/x86 repository index... >>> py3-msgpack: Signing the index...