>>> py3-msgpack: Building community/py3-msgpack 1.0.5-r0 (using abuild 3.10.0-r0) started Thu, 09 Mar 2023 10:42:21 +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/24) Installing libffi (3.4.4-r0) (2/24) Installing gdbm (1.23-r0) (3/24) Installing mpdecimal (2.5.1-r1) (4/24) Installing libpanelw (6.4_p20230225-r0) (5/24) Installing readline (8.2.1-r0) (6/24) Installing sqlite-libs (3.41.0-r1) (7/24) Installing python3 (3.11.2-r0) (8/24) Installing python3-dev (3.11.2-r0) (9/24) Installing py3-installer (0.6.0-r0) (10/24) Installing py3-gpep517 (13-r0) (11/24) Installing py3-parsing (3.0.9-r1) (12/24) Installing py3-packaging (23.0-r1) (13/24) Installing py3-setuptools (67.6.0-r0) (14/24) Installing cython (0.29.33-r0) (15/24) Installing py3-wheel (0.38.4-r1) (16/24) Installing py3-apipkg (2.1.0-r1) (17/24) Installing py3-execnet (1.9.0-r1) (18/24) Installing py3-attrs (22.2.0-r0) (19/24) Installing py3-iniconfig (1.1.1-r5) (20/24) Installing py3-pluggy (1.0.0-r2) (21/24) Installing py3-py (1.11.0-r1) (22/24) Installing py3-pytest (7.2.2-r0) (23/24) Installing py3-pytest-xdist (3.2.0-r0) (24/24) Installing .makedepends-py3-msgpack (20230309.104222) Executing busybox-1.36.0-r5.trigger OK: 517 MiB in 127 packages >>> py3-msgpack: Cleaning up srcdir >>> py3-msgpack: Cleaning up pkgdir >>> py3-msgpack: Fetching https://distfiles.alpinelinux.org/distfiles/edge/msgpack-python-1.0.5.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-msgpack: Fetching msgpack-python-1.0.5.tar.gz::https://github.com/msgpack/msgpack-python/archive/v1.0.5.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 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 52939 100 52939 0 0 105k 0 --:--:-- --:--:-- --:--:-- 105k >>> py3-msgpack: Fetching https://distfiles.alpinelinux.org/distfiles/edge/msgpack-python-1.0.5.tar.gz >>> py3-msgpack: Checking sha512sums... msgpack-python-1.0.5.tar.gz: OK >>> py3-msgpack: Unpacking /var/cache/distfiles/edge/msgpack-python-1.0.5.tar.gz... 2023-03-09 10:42:25,154 gpep517 INFO Building wheel via backend setuptools.build_meta 2023-03-09 10:42:25,335 root INFO running bdist_wheel 2023-03-09 10:42:25,343 root INFO running build 2023-03-09 10:42:25,343 root INFO running build_py 2023-03-09 10:42:25,348 root INFO creating build 2023-03-09 10:42:25,348 root INFO creating build/lib.linux-i686-cpython-311 2023-03-09 10:42:25,348 root INFO creating build/lib.linux-i686-cpython-311/msgpack 2023-03-09 10:42:25,348 root INFO copying msgpack/fallback.py -> build/lib.linux-i686-cpython-311/msgpack 2023-03-09 10:42:25,349 root INFO copying msgpack/ext.py -> build/lib.linux-i686-cpython-311/msgpack 2023-03-09 10:42:25,349 root INFO copying msgpack/__init__.py -> build/lib.linux-i686-cpython-311/msgpack 2023-03-09 10:42:25,350 root INFO copying msgpack/exceptions.py -> build/lib.linux-i686-cpython-311/msgpack 2023-03-09 10:42:25,350 root INFO running build_ext cythonize: 'msgpack/_cmsgpack.pyx' 2023-03-09 10:42:26,379 root INFO building 'msgpack._cmsgpack' extension 2023-03-09 10:42:26,379 root INFO creating build/temp.linux-i686-cpython-311 2023-03-09 10:42:26,379 root INFO creating build/temp.linux-i686-cpython-311/msgpack 2023-03-09 10:42:26,380 root INFO gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fomit-frame-pointer -Os -fomit-frame-pointer -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:767: 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:14811:31: warning: comparing the result of pointer addition '(((const char*)"msgpack._cmsgpack") + 7)' and NULL [-Waddress] 14811 | 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:4672:10: warning: '__pyx_v_ret' may be used uninitialized [-Wmaybe-uninitialized] 4672 | return __pyx_r; | ^~~~~~~ msgpack/_cmsgpack.cpp:2585:7: note: '__pyx_v_ret' was declared here 2585 | int __pyx_v_ret; | ^~~~~~~~~~~ 2023-03-09 10:42:30,420 root INFO g++ -shared -Wl,--as-needed,-O1,--sort-common -Os -fomit-frame-pointer -Os -fomit-frame-pointer 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 2023-03-09 10:42:30,462 wheel INFO installing to build/bdist.linux-i686/wheel 2023-03-09 10:42:30,462 root INFO running install 2023-03-09 10:42:30,474 root INFO running install_lib 2023-03-09 10:42:30,476 root INFO creating build/bdist.linux-i686 2023-03-09 10:42:30,477 root INFO creating build/bdist.linux-i686/wheel 2023-03-09 10:42:30,477 root INFO creating build/bdist.linux-i686/wheel/msgpack 2023-03-09 10:42:30,477 root INFO copying build/lib.linux-i686-cpython-311/msgpack/_cmsgpack.cpython-311-i386-linux-musl.so -> build/bdist.linux-i686/wheel/msgpack 2023-03-09 10:42:30,478 root INFO copying build/lib.linux-i686-cpython-311/msgpack/fallback.py -> build/bdist.linux-i686/wheel/msgpack 2023-03-09 10:42:30,479 root INFO copying build/lib.linux-i686-cpython-311/msgpack/ext.py -> build/bdist.linux-i686/wheel/msgpack 2023-03-09 10:42:30,479 root INFO copying build/lib.linux-i686-cpython-311/msgpack/__init__.py -> build/bdist.linux-i686/wheel/msgpack 2023-03-09 10:42:30,479 root INFO copying build/lib.linux-i686-cpython-311/msgpack/exceptions.py -> build/bdist.linux-i686/wheel/msgpack 2023-03-09 10:42:30,480 root INFO running install_egg_info 2023-03-09 10:42:30,488 root INFO running egg_info 2023-03-09 10:42:30,488 root INFO creating msgpack.egg-info 2023-03-09 10:42:30,490 root INFO writing msgpack.egg-info/PKG-INFO 2023-03-09 10:42:30,491 root INFO writing dependency_links to msgpack.egg-info/dependency_links.txt 2023-03-09 10:42:30,491 root INFO writing top-level names to msgpack.egg-info/top_level.txt 2023-03-09 10:42:30,491 root INFO writing manifest file 'msgpack.egg-info/SOURCES.txt' 2023-03-09 10:42:30,494 root INFO reading manifest file 'msgpack.egg-info/SOURCES.txt' 2023-03-09 10:42:30,495 root INFO reading manifest template 'MANIFEST.in' 2023-03-09 10:42:30,496 root WARNING warning: no files found matching '*.c' under directory 'msgpack' 2023-03-09 10:42:30,497 root INFO adding license file 'COPYING' 2023-03-09 10:42:30,499 root INFO writing manifest file 'msgpack.egg-info/SOURCES.txt' 2023-03-09 10:42:30,499 root INFO Copying msgpack.egg-info to build/bdist.linux-i686/wheel/msgpack-1.0.5-py3.11.egg-info 2023-03-09 10:42:30,500 root INFO running install_scripts 2023-03-09 10:42:30,504 wheel INFO creating build/bdist.linux-i686/wheel/msgpack-1.0.5.dist-info/WHEEL 2023-03-09 10:42:30,505 wheel INFO creating '/home/buildozer/aports/community/py3-msgpack/src/msgpack-python-1.0.5/dist/.tmp-ku09oez3/msgpack-1.0.5-cp311-cp311-linux_i686.whl' and adding 'build/bdist.linux-i686/wheel' to it 2023-03-09 10:42:30,505 wheel INFO adding 'msgpack/__init__.py' 2023-03-09 10:42:30,506 wheel INFO adding 'msgpack/_cmsgpack.cpython-311-i386-linux-musl.so' 2023-03-09 10:42:30,508 wheel INFO adding 'msgpack/exceptions.py' 2023-03-09 10:42:30,508 wheel INFO adding 'msgpack/ext.py' 2023-03-09 10:42:30,509 wheel INFO adding 'msgpack/fallback.py' 2023-03-09 10:42:30,509 wheel INFO adding 'msgpack-1.0.5.dist-info/COPYING' 2023-03-09 10:42:30,510 wheel INFO adding 'msgpack-1.0.5.dist-info/METADATA' 2023-03-09 10:42:30,510 wheel INFO adding 'msgpack-1.0.5.dist-info/WHEEL' 2023-03-09 10:42:30,510 wheel INFO adding 'msgpack-1.0.5.dist-info/top_level.txt' 2023-03-09 10:42:30,510 wheel INFO adding 'msgpack-1.0.5.dist-info/RECORD' 2023-03-09 10:42:30,511 wheel INFO removing build/bdist.linux-i686/wheel 2023-03-09 10:42:30,511 gpep517 INFO The backend produced dist/msgpack-1.0.5-cp311-cp311-linux_i686.whl msgpack-1.0.5-cp311-cp311-linux_i686.whl ============================= test session starts ============================== platform linux -- Python 3.11.2, pytest-7.2.2, pluggy-1.0.0 rootdir: /home/buildozer/aports/community/py3-msgpack/src/msgpack-python-1.0.5 plugins: xdist-3.2.0 gw0 I / gw1 I / gw2 I / gw3 I / gw4 I / gw5 I / gw6 I / gw7 I / gw8 I / gw9 I / gw10 I / gw11 I / gw12 I / gw13 I / gw14 I / gw15 I / gw16 I / gw17 I / gw18 I / gw19 I / gw20 I / gw21 I / gw22 I / gw23 I / gw24 I / gw25 I / gw26 I / gw27 I / gw28 I / gw29 I / gw30 I / gw31 I gw0 [119] / gw1 [119] / gw2 [119] / gw3 [119] / gw4 [119] / gw5 [119] / gw6 [119] / gw7 [119] / gw8 [119] / gw9 [119] / gw10 [119] / gw11 [119] / gw12 [119] / gw13 [119] / gw14 [119] / gw15 [119] / gw16 [119] / gw17 [119] / gw18 [119] / gw19 [119] / gw20 [119] / gw21 [119] / gw22 [119] / gw23 [119] / gw24 [119] / gw25 [119] / gw26 [119] / gw27 [119] / gw28 [119] / gw29 [119] / gw30 [119] / gw31 [119] ........................................................................ [ 60%] ............................................... [100%] ============================= 119 passed in 3.19s ============================== >>> py3-msgpack: Entering fakeroot... >>> py3-msgpack*: Running postcheck for py3-msgpack >>> py3-msgpack*: Preparing package py3-msgpack... >>> py3-msgpack*: Stripping binaries >>> py3-msgpack*: Scanning shared objects >>> py3-msgpack*: Tracing dependencies... python3 so:libc.musl-x86.so.1 so:libgcc_s.so.1 >>> py3-msgpack*: Package size: 276.0 KB >>> py3-msgpack*: Compressing data... >>> py3-msgpack*: Create checksum... >>> py3-msgpack*: Create py3-msgpack-1.0.5-r0.apk >>> py3-msgpack: Build complete at Thu, 09 Mar 2023 10:42:35 +0000 elapsed time 0h 0m 14s >>> py3-msgpack: Cleaning up srcdir >>> py3-msgpack: Cleaning up pkgdir >>> py3-msgpack: Uninstalling dependencies... (1/24) Purging .makedepends-py3-msgpack (20230309.104222) (2/24) Purging python3-dev (3.11.2-r0) (3/24) Purging py3-gpep517 (13-r0) (4/24) Purging py3-installer (0.6.0-r0) (5/24) Purging py3-setuptools (67.6.0-r0) (6/24) Purging cython (0.29.33-r0) (7/24) Purging py3-wheel (0.38.4-r1) (8/24) Purging py3-pytest-xdist (3.2.0-r0) (9/24) Purging py3-execnet (1.9.0-r1) (10/24) Purging py3-apipkg (2.1.0-r1) (11/24) Purging py3-pytest (7.2.2-r0) (12/24) Purging py3-attrs (22.2.0-r0) (13/24) Purging py3-iniconfig (1.1.1-r5) (14/24) Purging py3-packaging (23.0-r1) (15/24) Purging py3-parsing (3.0.9-r1) (16/24) Purging py3-py (1.11.0-r1) (17/24) Purging py3-pluggy (1.0.0-r2) (18/24) Purging python3 (3.11.2-r0) (19/24) Purging libffi (3.4.4-r0) (20/24) Purging gdbm (1.23-r0) (21/24) Purging mpdecimal (2.5.1-r1) (22/24) Purging libpanelw (6.4_p20230225-r0) (23/24) Purging readline (8.2.1-r0) (24/24) Purging sqlite-libs (3.41.0-r1) Executing busybox-1.36.0-r5.trigger OK: 379 MiB in 103 packages >>> py3-msgpack: Updating the community/x86 repository index... >>> py3-msgpack: Signing the index...