>>> py3-msgpack: Building community/py3-msgpack 1.0.5-r1 (using abuild 3.11.0_rc12-r0) started Thu, 20 Apr 2023 19:45:41 +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/39) Installing libffi (3.4.4-r2) (2/39) Installing gdbm (1.23-r1) (3/39) Installing mpdecimal (2.5.1-r2) (4/39) Installing libpanelw (6.4_p20230401-r4) (5/39) Installing readline (8.2.1-r1) (6/39) Installing sqlite-libs (3.41.2-r2) (7/39) Installing python3 (3.11.3-r10) (8/39) Installing python3-pycache-pyc0 (3.11.3-r10) (9/39) Installing pyc (0.1-r0) (10/39) Installing python3-pyc (3.11.3-r10) (11/39) Installing python3-dev (3.11.3-r10) (12/39) Installing py3-installer (0.7.0-r1) (13/39) Installing py3-installer-pyc (0.7.0-r1) (14/39) Installing py3-gpep517 (13-r2) (15/39) Installing py3-gpep517-pyc (13-r2) (16/39) Installing py3-parsing (3.0.9-r2) (17/39) Installing py3-parsing-pyc (3.0.9-r2) (18/39) Installing py3-packaging (23.1-r1) (19/39) Installing py3-packaging-pyc (23.1-r1) (20/39) Installing py3-setuptools (67.7.0-r0) (21/39) Installing py3-setuptools-pyc (67.7.0-r0) (22/39) Installing cython (0.29.34-r2) (23/39) Installing cython-pyc (0.29.34-r2) (24/39) Installing py3-wheel (0.40.0-r1) (25/39) Installing py3-wheel-pyc (0.40.0-r1) (26/39) Installing py3-apipkg (2.1.0-r2) (27/39) Installing py3-apipkg-pyc (2.1.0-r2) (28/39) Installing py3-execnet (1.9.0-r2) (29/39) Installing py3-execnet-pyc (1.9.0-r2) (30/39) Installing py3-iniconfig (1.1.1-r6) (31/39) Installing py3-iniconfig-pyc (1.1.1-r6) (32/39) Installing py3-pluggy (1.0.0-r3) (33/39) Installing py3-pluggy-pyc (1.0.0-r3) (34/39) Installing py3-py (1.11.0-r2) (35/39) Installing py3-py-pyc (1.11.0-r2) (36/39) Installing py3-pytest (7.3.1-r1) (37/39) Installing py3-pytest-pyc (7.3.1-r1) (38/39) Installing py3-pytest-xdist (3.2.1-r0) (39/39) Installing .makedepends-py3-msgpack (20230420.194542) Executing busybox-1.36.0-r7.trigger OK: 493 MiB in 145 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 100 52939 100 52939 0 0 520k 0 --:--:-- --:--:-- --:--:-- 522k >>> 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-04-20 19:45:44,393 gpep517 INFO Building wheel via backend setuptools.build_meta 2023-04-20 19:45:44,494 root INFO running bdist_wheel 2023-04-20 19:45:44,500 root INFO running build 2023-04-20 19:45:44,500 root INFO running build_py 2023-04-20 19:45:44,503 root INFO creating build 2023-04-20 19:45:44,503 root INFO creating build/lib.linux-i686-cpython-311 2023-04-20 19:45:44,504 root INFO creating build/lib.linux-i686-cpython-311/msgpack 2023-04-20 19:45:44,504 root INFO copying msgpack/fallback.py -> build/lib.linux-i686-cpython-311/msgpack 2023-04-20 19:45:44,504 root INFO copying msgpack/ext.py -> build/lib.linux-i686-cpython-311/msgpack 2023-04-20 19:45:44,504 root INFO copying msgpack/__init__.py -> build/lib.linux-i686-cpython-311/msgpack 2023-04-20 19:45:44,505 root INFO copying msgpack/exceptions.py -> build/lib.linux-i686-cpython-311/msgpack 2023-04-20 19:45:44,505 root INFO running build_ext cythonize: 'msgpack/_cmsgpack.pyx' 2023-04-20 19:45:45,467 root INFO building 'msgpack._cmsgpack' extension 2023-04-20 19:45:45,468 root INFO creating build/temp.linux-i686-cpython-311 2023-04-20 19:45:45,468 root INFO creating build/temp.linux-i686-cpython-311/msgpack 2023-04-20 19:45:45,468 root INFO gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -Wformat -Werror=format-security -Werror=int-conversion -Os -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 cc1plus: warning: '-Werror=' argument '-Werror=int-conversion' is not valid for C++ 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-20 19:45:49,486 root INFO g++ -shared -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -Os -Wformat -Werror=format-security -Werror=int-conversion -Os -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 2023-04-20 19:45:49,535 wheel INFO installing to build/bdist.linux-i686/wheel 2023-04-20 19:45:49,535 root INFO running install 2023-04-20 19:45:49,549 root INFO running install_lib 2023-04-20 19:45:49,553 root INFO creating build/bdist.linux-i686 2023-04-20 19:45:49,553 root INFO creating build/bdist.linux-i686/wheel 2023-04-20 19:45:49,553 root INFO creating build/bdist.linux-i686/wheel/msgpack 2023-04-20 19:45:49,553 root INFO copying build/lib.linux-i686-cpython-311/msgpack/_cmsgpack.cpython-311-i386-linux-musl.so -> build/bdist.linux-i686/wheel/msgpack 2023-04-20 19:45:49,555 root INFO copying build/lib.linux-i686-cpython-311/msgpack/fallback.py -> build/bdist.linux-i686/wheel/msgpack 2023-04-20 19:45:49,555 root INFO copying build/lib.linux-i686-cpython-311/msgpack/ext.py -> build/bdist.linux-i686/wheel/msgpack 2023-04-20 19:45:49,556 root INFO copying build/lib.linux-i686-cpython-311/msgpack/__init__.py -> build/bdist.linux-i686/wheel/msgpack 2023-04-20 19:45:49,556 root INFO copying build/lib.linux-i686-cpython-311/msgpack/exceptions.py -> build/bdist.linux-i686/wheel/msgpack 2023-04-20 19:45:49,556 root INFO running install_egg_info 2023-04-20 19:45:49,569 root INFO running egg_info 2023-04-20 19:45:49,569 root INFO creating msgpack.egg-info 2023-04-20 19:45:49,572 root INFO writing msgpack.egg-info/PKG-INFO 2023-04-20 19:45:49,572 root INFO writing dependency_links to msgpack.egg-info/dependency_links.txt 2023-04-20 19:45:49,572 root INFO writing top-level names to msgpack.egg-info/top_level.txt 2023-04-20 19:45:49,573 root INFO writing manifest file 'msgpack.egg-info/SOURCES.txt' 2023-04-20 19:45:49,576 root INFO reading manifest file 'msgpack.egg-info/SOURCES.txt' 2023-04-20 19:45:49,577 root INFO reading manifest template 'MANIFEST.in' 2023-04-20 19:45:49,578 root WARNING warning: no files found matching '*.c' under directory 'msgpack' 2023-04-20 19:45:49,580 root INFO adding license file 'COPYING' 2023-04-20 19:45:49,582 root INFO writing manifest file 'msgpack.egg-info/SOURCES.txt' 2023-04-20 19:45:49,582 root INFO Copying msgpack.egg-info to build/bdist.linux-i686/wheel/msgpack-1.0.5-py3.11.egg-info 2023-04-20 19:45:49,583 root INFO running install_scripts 2023-04-20 19:45:49,589 wheel INFO creating build/bdist.linux-i686/wheel/msgpack-1.0.5.dist-info/WHEEL 2023-04-20 19:45:49,590 wheel INFO creating '/home/buildozer/aports/community/py3-msgpack/src/msgpack-python-1.0.5/dist/.tmp-jo4e7e4q/msgpack-1.0.5-cp311-cp311-linux_i686.whl' and adding 'build/bdist.linux-i686/wheel' to it 2023-04-20 19:45:49,590 wheel INFO adding 'msgpack/__init__.py' 2023-04-20 19:45:49,592 wheel INFO adding 'msgpack/_cmsgpack.cpython-311-i386-linux-musl.so' 2023-04-20 19:45:49,595 wheel INFO adding 'msgpack/exceptions.py' 2023-04-20 19:45:49,595 wheel INFO adding 'msgpack/ext.py' 2023-04-20 19:45:49,595 wheel INFO adding 'msgpack/fallback.py' 2023-04-20 19:45:49,596 wheel INFO adding 'msgpack-1.0.5.dist-info/COPYING' 2023-04-20 19:45:49,596 wheel INFO adding 'msgpack-1.0.5.dist-info/METADATA' 2023-04-20 19:45:49,597 wheel INFO adding 'msgpack-1.0.5.dist-info/WHEEL' 2023-04-20 19:45:49,597 wheel INFO adding 'msgpack-1.0.5.dist-info/top_level.txt' 2023-04-20 19:45:49,597 wheel INFO adding 'msgpack-1.0.5.dist-info/RECORD' 2023-04-20 19:45:49,598 wheel INFO removing build/bdist.linux-i686/wheel 2023-04-20 19:45:49,599 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.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 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-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-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.5-r1.apk >>> py3-msgpack: Build complete at Thu, 20 Apr 2023 19:45:54 +0000 elapsed time 0h 0m 13s >>> py3-msgpack: Cleaning up srcdir >>> py3-msgpack: Cleaning up pkgdir >>> py3-msgpack: Uninstalling dependencies... (1/39) Purging .makedepends-py3-msgpack (20230420.194542) (2/39) Purging python3-dev (3.11.3-r10) (3/39) Purging py3-gpep517-pyc (13-r2) (4/39) Purging py3-gpep517 (13-r2) (5/39) Purging py3-installer-pyc (0.7.0-r1) (6/39) Purging py3-installer (0.7.0-r1) (7/39) Purging py3-setuptools-pyc (67.7.0-r0) (8/39) Purging py3-setuptools (67.7.0-r0) (9/39) Purging cython-pyc (0.29.34-r2) (10/39) Purging cython (0.29.34-r2) (11/39) Purging py3-wheel-pyc (0.40.0-r1) (12/39) Purging py3-wheel (0.40.0-r1) (13/39) Purging py3-pytest-xdist (3.2.1-r0) (14/39) Purging py3-execnet-pyc (1.9.0-r2) (15/39) Purging py3-execnet (1.9.0-r2) (16/39) Purging py3-apipkg-pyc (2.1.0-r2) (17/39) Purging py3-apipkg (2.1.0-r2) (18/39) Purging py3-pytest-pyc (7.3.1-r1) (19/39) Purging py3-pytest (7.3.1-r1) (20/39) Purging py3-iniconfig-pyc (1.1.1-r6) (21/39) Purging py3-iniconfig (1.1.1-r6) (22/39) Purging py3-packaging-pyc (23.1-r1) (23/39) Purging py3-packaging (23.1-r1) (24/39) Purging py3-parsing-pyc (3.0.9-r2) (25/39) Purging py3-parsing (3.0.9-r2) (26/39) Purging py3-py-pyc (1.11.0-r2) (27/39) Purging py3-py (1.11.0-r2) (28/39) Purging py3-pluggy-pyc (1.0.0-r3) (29/39) Purging py3-pluggy (1.0.0-r3) (30/39) Purging python3-pyc (3.11.3-r10) (31/39) Purging python3-pycache-pyc0 (3.11.3-r10) (32/39) Purging pyc (0.1-r0) (33/39) Purging python3 (3.11.3-r10) (34/39) Purging gdbm (1.23-r1) (35/39) Purging libffi (3.4.4-r2) (36/39) Purging libpanelw (6.4_p20230401-r4) (37/39) Purging mpdecimal (2.5.1-r2) (38/39) Purging readline (8.2.1-r1) (39/39) Purging sqlite-libs (3.41.2-r2) Executing busybox-1.36.0-r7.trigger OK: 378 MiB in 106 packages >>> py3-msgpack: Updating the community/x86 repository index... >>> py3-msgpack: Signing the index...