>>> py3-msgpack: Building community/py3-msgpack 1.0.5-r1 (using abuild 3.11.0_rc13-r0) started Fri, 21 Apr 2023 08:22:58 +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/41) Installing libbz2 (1.0.8-r5) (2/41) Installing libffi (3.4.4-r2) (3/41) Installing gdbm (1.23-r1) (4/41) Installing xz-libs (5.4.2-r1) (5/41) Installing mpdecimal (2.5.1-r2) (6/41) Installing libpanelw (6.4_p20230401-r4) (7/41) Installing readline (8.2.1-r1) (8/41) Installing sqlite-libs (3.41.2-r2) (9/41) Installing python3 (3.11.3-r10) (10/41) Installing python3-pycache-pyc0 (3.11.3-r10) (11/41) Installing pyc (0.1-r0) (12/41) Installing python3-pyc (3.11.3-r10) (13/41) Installing python3-dev (3.11.3-r10) (14/41) Installing py3-installer (0.7.0-r1) (15/41) Installing py3-installer-pyc (0.7.0-r1) (16/41) Installing py3-gpep517 (13-r2) (17/41) Installing py3-gpep517-pyc (13-r2) (18/41) Installing py3-parsing (3.0.9-r2) (19/41) Installing py3-parsing-pyc (3.0.9-r2) (20/41) Installing py3-packaging (23.1-r1) (21/41) Installing py3-packaging-pyc (23.1-r1) (22/41) Installing py3-setuptools (67.7.0-r0) (23/41) Installing py3-setuptools-pyc (67.7.0-r0) (24/41) Installing cython (0.29.34-r2) (25/41) Installing cython-pyc (0.29.34-r2) (26/41) Installing py3-wheel (0.40.0-r1) (27/41) Installing py3-wheel-pyc (0.40.0-r1) (28/41) Installing py3-apipkg (2.1.0-r2) (29/41) Installing py3-apipkg-pyc (2.1.0-r2) (30/41) Installing py3-execnet (1.9.0-r2) (31/41) Installing py3-execnet-pyc (1.9.0-r2) (32/41) Installing py3-iniconfig (1.1.1-r6) (33/41) Installing py3-iniconfig-pyc (1.1.1-r6) (34/41) Installing py3-pluggy (1.0.0-r3) (35/41) Installing py3-pluggy-pyc (1.0.0-r3) (36/41) Installing py3-py (1.11.0-r2) (37/41) Installing py3-py-pyc (1.11.0-r2) (38/41) Installing py3-pytest (7.3.1-r1) (39/41) Installing py3-pytest-pyc (7.3.1-r1) (40/41) Installing py3-pytest-xdist (3.2.1-r0) (41/41) Installing .makedepends-py3-msgpack (20230421.082259) Executing busybox-1.36.0-r7.trigger OK: 451 MiB in 138 packages >>> py3-msgpack: Cleaning up srcdir >>> py3-msgpack: Cleaning up pkgdir >>> py3-msgpack: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/msgpack-python-1.0.5.tar.gz >>> py3-msgpack: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/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/v3.18/msgpack-python-1.0.5.tar.gz... 2023-04-21 08:23:01,764 gpep517 INFO Building wheel via backend setuptools.build_meta 2023-04-21 08:23:01,869 root INFO running bdist_wheel 2023-04-21 08:23:01,874 root INFO running build 2023-04-21 08:23:01,874 root INFO running build_py 2023-04-21 08:23:01,876 root INFO creating build 2023-04-21 08:23:01,876 root INFO creating build/lib.linux-armv8l-cpython-311 2023-04-21 08:23:01,876 root INFO creating build/lib.linux-armv8l-cpython-311/msgpack 2023-04-21 08:23:01,877 root INFO copying msgpack/__init__.py -> build/lib.linux-armv8l-cpython-311/msgpack 2023-04-21 08:23:01,877 root INFO copying msgpack/ext.py -> build/lib.linux-armv8l-cpython-311/msgpack 2023-04-21 08:23:01,877 root INFO copying msgpack/exceptions.py -> build/lib.linux-armv8l-cpython-311/msgpack 2023-04-21 08:23:01,877 root INFO copying msgpack/fallback.py -> build/lib.linux-armv8l-cpython-311/msgpack 2023-04-21 08:23:01,878 root INFO running build_ext cythonize: 'msgpack/_cmsgpack.pyx' 2023-04-21 08:23:02,703 root INFO building 'msgpack._cmsgpack' extension 2023-04-21 08:23:02,703 root INFO creating build/temp.linux-armv8l-cpython-311 2023-04-21 08:23:02,703 root INFO creating build/temp.linux-armv8l-cpython-311/msgpack 2023-04-21 08:23:02,703 root INFO gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -Wformat -Werror=format-security -Os -Wformat -Werror=format-security -fPIC -I. -I/usr/include/python3.11 -c msgpack/_cmsgpack.cpp -o build/temp.linux-armv8l-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:14844:31: warning: comparing the result of pointer addition '(((const char*)"msgpack._cmsgpack") + 7)' and NULL [-Waddress] 14844 | 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:4680:10: warning: '__pyx_v_ret' may be used uninitialized [-Wmaybe-uninitialized] 4680 | return __pyx_r; | ^~~~~~~ msgpack/_cmsgpack.cpp:2593:7: note: '__pyx_v_ret' was declared here 2593 | int __pyx_v_ret; | ^~~~~~~~~~~ 2023-04-21 08:23:06,386 root INFO g++ -shared -Wl,--as-needed,-O1,--sort-common -Os -Wformat -Werror=format-security -Os -Wformat -Werror=format-security build/temp.linux-armv8l-cpython-311/msgpack/_cmsgpack.o -L/usr/lib -o build/lib.linux-armv8l-cpython-311/msgpack/_cmsgpack.cpython-311-arm-linux-musleabihf.so 2023-04-21 08:23:06,425 wheel INFO installing to build/bdist.linux-armv8l/wheel 2023-04-21 08:23:06,425 root INFO running install 2023-04-21 08:23:06,433 root INFO running install_lib 2023-04-21 08:23:06,435 root INFO creating build/bdist.linux-armv8l 2023-04-21 08:23:06,435 root INFO creating build/bdist.linux-armv8l/wheel 2023-04-21 08:23:06,435 root INFO creating build/bdist.linux-armv8l/wheel/msgpack 2023-04-21 08:23:06,435 root INFO copying build/lib.linux-armv8l-cpython-311/msgpack/__init__.py -> build/bdist.linux-armv8l/wheel/msgpack 2023-04-21 08:23:06,436 root INFO copying build/lib.linux-armv8l-cpython-311/msgpack/ext.py -> build/bdist.linux-armv8l/wheel/msgpack 2023-04-21 08:23:06,436 root INFO copying build/lib.linux-armv8l-cpython-311/msgpack/exceptions.py -> build/bdist.linux-armv8l/wheel/msgpack 2023-04-21 08:23:06,436 root INFO copying build/lib.linux-armv8l-cpython-311/msgpack/fallback.py -> build/bdist.linux-armv8l/wheel/msgpack 2023-04-21 08:23:06,436 root INFO copying build/lib.linux-armv8l-cpython-311/msgpack/_cmsgpack.cpython-311-arm-linux-musleabihf.so -> build/bdist.linux-armv8l/wheel/msgpack 2023-04-21 08:23:06,437 root INFO running install_egg_info 2023-04-21 08:23:06,445 root INFO running egg_info 2023-04-21 08:23:06,445 root INFO creating msgpack.egg-info 2023-04-21 08:23:06,450 root INFO writing msgpack.egg-info/PKG-INFO 2023-04-21 08:23:06,450 root INFO writing dependency_links to msgpack.egg-info/dependency_links.txt 2023-04-21 08:23:06,451 root INFO writing top-level names to msgpack.egg-info/top_level.txt 2023-04-21 08:23:06,451 root INFO writing manifest file 'msgpack.egg-info/SOURCES.txt' 2023-04-21 08:23:06,453 root INFO reading manifest file 'msgpack.egg-info/SOURCES.txt' 2023-04-21 08:23:06,453 root INFO reading manifest template 'MANIFEST.in' 2023-04-21 08:23:06,454 root WARNING warning: no files found matching '*.c' under directory 'msgpack' 2023-04-21 08:23:06,455 root INFO adding license file 'COPYING' 2023-04-21 08:23:06,455 root INFO writing manifest file 'msgpack.egg-info/SOURCES.txt' 2023-04-21 08:23:06,456 root INFO Copying msgpack.egg-info to build/bdist.linux-armv8l/wheel/msgpack-1.0.5-py3.11.egg-info 2023-04-21 08:23:06,456 root INFO running install_scripts 2023-04-21 08:23:06,460 wheel INFO creating build/bdist.linux-armv8l/wheel/msgpack-1.0.5.dist-info/WHEEL 2023-04-21 08:23:06,460 wheel INFO creating '/home/buildozer/aports/community/py3-msgpack/src/msgpack-python-1.0.5/dist/.tmp-axm_oixw/msgpack-1.0.5-cp311-cp311-linux_armv8l.whl' and adding 'build/bdist.linux-armv8l/wheel' to it 2023-04-21 08:23:06,461 wheel INFO adding 'msgpack/__init__.py' 2023-04-21 08:23:06,462 wheel INFO adding 'msgpack/_cmsgpack.cpython-311-arm-linux-musleabihf.so' 2023-04-21 08:23:06,464 wheel INFO adding 'msgpack/exceptions.py' 2023-04-21 08:23:06,464 wheel INFO adding 'msgpack/ext.py' 2023-04-21 08:23:06,464 wheel INFO adding 'msgpack/fallback.py' 2023-04-21 08:23:06,464 wheel INFO adding 'msgpack-1.0.5.dist-info/COPYING' 2023-04-21 08:23:06,465 wheel INFO adding 'msgpack-1.0.5.dist-info/METADATA' 2023-04-21 08:23:06,465 wheel INFO adding 'msgpack-1.0.5.dist-info/WHEEL' 2023-04-21 08:23:06,465 wheel INFO adding 'msgpack-1.0.5.dist-info/top_level.txt' 2023-04-21 08:23:06,465 wheel INFO adding 'msgpack-1.0.5.dist-info/RECORD' 2023-04-21 08:23:06,465 wheel INFO removing build/bdist.linux-armv8l/wheel 2023-04-21 08:23:06,466 gpep517 INFO The backend produced dist/msgpack-1.0.5-cp311-cp311-linux_armv8l.whl msgpack-1.0.5-cp311-cp311-linux_armv8l.whl ============================= test session starts ============================== platform linux -- Python 3.11.3, pytest-7.3.1, pluggy-1.0.0 rootdir: /home/buildozer/aports/community/py3-msgpack/src/msgpack-python-1.0.5 plugins: xdist-3.2.1 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 / gw32 I / gw33 I / gw34 I / gw35 I / gw36 I / gw37 I / gw38 I / gw39 I / gw40 I / gw41 I / gw42 I / gw43 I / gw44 I / gw45 I / gw46 I / gw47 I / gw48 I / gw49 I / gw50 I / gw51 I / gw52 I / gw53 I / gw54 I / gw55 I / gw56 I / gw57 I / gw58 I / gw59 I / gw60 I / gw61 I / gw62 I / gw63 I / gw64 I / gw65 I / gw66 I / gw67 I / gw68 I / gw69 I / gw70 I / gw71 I / gw72 I / gw73 I / gw74 I / gw75 I / gw76 I / gw77 I / gw78 I / gw79 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] / gw32 [119] / gw33 [119] / gw34 [119] / gw35 [119] / gw36 [119] / gw37 [119] / gw38 [119] / gw39 [119] / gw40 [119] / gw41 [119] / gw42 [119] / gw43 [119] / gw44 [119] / gw45 [119] / gw46 [119] / gw47 [119] / gw48 [119] / gw49 [119] / gw50 [119] / gw51 [119] / gw52 [119] / gw53 [119] / gw54 [119] / gw55 [119] / gw56 [119] / gw57 [119] / gw58 [119] / gw59 [119] / gw60 [119] / gw61 [119] / gw62 [119] / gw63 [119] / gw64 [119] / gw65 [119] / gw66 [119] / gw67 [119] / gw68 [119] / gw69 [119] / gw70 [119] / gw71 [119] / gw72 [119] / gw73 [119] / gw74 [119] / gw75 [119] / gw76 [119] / gw77 [119] / gw78 [119] / gw79 [119] ........................................................................ [ 60%] ............................................... [100%] ============================= 119 passed in 8.25s ============================== >>> 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.5-r1.apk >>> py3-msgpack*: Tracing dependencies... python3 python3~3.11 so:libc.musl-armhf.so.1 so:libgcc_s.so.1 >>> py3-msgpack*: Package size: 196.0 KB >>> py3-msgpack*: Compressing data... >>> py3-msgpack*: Create checksum... >>> py3-msgpack*: Create py3-msgpack-1.0.5-r1.apk >>> py3-msgpack: Build complete at Fri, 21 Apr 2023 08:23:23 +0000 elapsed time 0h 0m 25s >>> py3-msgpack: Cleaning up srcdir >>> py3-msgpack: Cleaning up pkgdir >>> py3-msgpack: Uninstalling dependencies... (1/41) Purging .makedepends-py3-msgpack (20230421.082259) (2/41) Purging python3-dev (3.11.3-r10) (3/41) Purging py3-gpep517-pyc (13-r2) (4/41) Purging py3-gpep517 (13-r2) (5/41) Purging py3-installer-pyc (0.7.0-r1) (6/41) Purging py3-installer (0.7.0-r1) (7/41) Purging py3-setuptools-pyc (67.7.0-r0) (8/41) Purging py3-setuptools (67.7.0-r0) (9/41) Purging cython-pyc (0.29.34-r2) (10/41) Purging cython (0.29.34-r2) (11/41) Purging py3-wheel-pyc (0.40.0-r1) (12/41) Purging py3-wheel (0.40.0-r1) (13/41) Purging py3-pytest-xdist (3.2.1-r0) (14/41) Purging py3-execnet-pyc (1.9.0-r2) (15/41) Purging py3-execnet (1.9.0-r2) (16/41) Purging py3-apipkg-pyc (2.1.0-r2) (17/41) Purging py3-apipkg (2.1.0-r2) (18/41) Purging py3-pytest-pyc (7.3.1-r1) (19/41) Purging py3-pytest (7.3.1-r1) (20/41) Purging py3-iniconfig-pyc (1.1.1-r6) (21/41) Purging py3-iniconfig (1.1.1-r6) (22/41) Purging py3-packaging-pyc (23.1-r1) (23/41) Purging py3-packaging (23.1-r1) (24/41) Purging py3-parsing-pyc (3.0.9-r2) (25/41) Purging py3-parsing (3.0.9-r2) (26/41) Purging py3-py-pyc (1.11.0-r2) (27/41) Purging py3-py (1.11.0-r2) (28/41) Purging py3-pluggy-pyc (1.0.0-r3) (29/41) Purging py3-pluggy (1.0.0-r3) (30/41) Purging python3-pyc (3.11.3-r10) (31/41) Purging python3-pycache-pyc0 (3.11.3-r10) (32/41) Purging pyc (0.1-r0) (33/41) Purging python3 (3.11.3-r10) (34/41) Purging gdbm (1.23-r1) (35/41) Purging libbz2 (1.0.8-r5) (36/41) Purging libffi (3.4.4-r2) (37/41) Purging libpanelw (6.4_p20230401-r4) (38/41) Purging mpdecimal (2.5.1-r2) (39/41) Purging readline (8.2.1-r1) (40/41) Purging sqlite-libs (3.41.2-r2) (41/41) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r7.trigger OK: 326 MiB in 97 packages >>> py3-msgpack: Updating the community/armhf repository index... >>> py3-msgpack: Signing the index...