>>> py3-msgpack: Building community/py3-msgpack 1.0.4-r1 (using abuild 3.10.0_rc1-r2) started Wed, 23 Nov 2022 07:26:32 +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-setuptools cython py3-pytest py3-pluggy (1/17) Installing libffi (3.4.4-r0) (2/17) Installing gdbm (1.23-r0) (3/17) Installing mpdecimal (2.5.1-r1) (4/17) Installing readline (8.2.0-r0) (5/17) Installing sqlite-libs (3.40.0-r0) (6/17) Installing python3 (3.11.0-r2) (7/17) Installing python3-dev (3.11.0-r2) (8/17) Installing py3-parsing (3.0.9-r1) (9/17) Installing py3-packaging (21.3-r3) (10/17) Installing py3-setuptools (65.6.0-r1) (11/17) Installing cython (0.29.32-r1) (12/17) Installing py3-attrs (22.1.0-r1) (13/17) Installing py3-iniconfig (1.1.1-r4) (14/17) Installing py3-pluggy (1.0.0-r2) (15/17) Installing py3-py (1.11.0-r1) (16/17) Installing py3-pytest (7.2.0-r2) (17/17) Installing .makedepends-py3-msgpack (20221123.072634) Executing busybox-1.35.0-r29.trigger OK: 521 MiB in 120 packages >>> py3-msgpack: Cleaning up srcdir >>> py3-msgpack: Cleaning up pkgdir >>> py3-msgpack: Fetching https://distfiles.alpinelinux.org/distfiles/edge/msgpack-python-1.0.4.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 52904 100 52904 0 0 302k 0 --:--:-- --:--:-- --:--:-- 303k >>> py3-msgpack: Fetching https://distfiles.alpinelinux.org/distfiles/edge/msgpack-python-1.0.4.tar.gz >>> py3-msgpack: Checking sha512sums... msgpack-python-1.0.4.tar.gz: OK >>> py3-msgpack: Unpacking /var/cache/distfiles/edge/msgpack-python-1.0.4.tar.gz... running build running build_py creating build creating build/lib.linux-i686-cpython-311 creating build/lib.linux-i686-cpython-311/msgpack copying msgpack/fallback.py -> build/lib.linux-i686-cpython-311/msgpack copying msgpack/ext.py -> build/lib.linux-i686-cpython-311/msgpack copying msgpack/__init__.py -> build/lib.linux-i686-cpython-311/msgpack copying msgpack/exceptions.py -> build/lib.linux-i686-cpython-311/msgpack running build_ext cythonize: 'msgpack/_cmsgpack.pyx' building 'msgpack._cmsgpack' extension creating build/temp.linux-i686-cpython-311 creating build/temp.linux-i686-cpython-311/msgpack gcc -DNDEBUG -g -fwrapv -O3 -Wall -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -g -O2 -DTHREAD_STACK_SIZE=0x200000 -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:14813:31: warning: comparing the result of pointer addition '(((const char*)"msgpack._cmsgpack") + 7)' and NULL [-Waddress] 14813 | 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; | ^~~~~~~~~~~ g++ -shared -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -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 ============================= test session starts ============================== platform linux -- Python 3.11.0, pytest-7.2.0, pluggy-1.0.0 rootdir: /home/buildozer/aports/community/py3-msgpack/src/msgpack-python-1.0.4 collected 118 items test/test_buffer.py ... [ 2%] test/test_case.py ............. [ 13%] test/test_except.py .... [ 16%] test/test_extension.py .... [ 20%] test/test_format.py .......... [ 28%] test/test_limits.py .......... [ 37%] test/test_memoryview.py ............ [ 47%] test/test_newspec.py ..... [ 51%] test/test_obj.py ........ [ 58%] test/test_pack.py ............... [ 71%] test/test_read_size.py ...... [ 76%] test/test_seq.py . [ 77%] test/test_sequnpack.py ........ [ 83%] test/test_stricttype.py ... [ 86%] test/test_subtype.py . [ 87%] test/test_timestamp.py .......... [ 95%] test/test_unpack.py ..... [100%] ============================= 118 passed in 0.45s ============================== >>> py3-msgpack: Entering fakeroot... running install /usr/lib/python3.11/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running build_ext running install_lib creating /home/buildozer/aports/community/py3-msgpack/pkg creating /home/buildozer/aports/community/py3-msgpack/pkg/py3-msgpack creating /home/buildozer/aports/community/py3-msgpack/pkg/py3-msgpack/usr creating /home/buildozer/aports/community/py3-msgpack/pkg/py3-msgpack/usr/lib creating /home/buildozer/aports/community/py3-msgpack/pkg/py3-msgpack/usr/lib/python3.11 creating /home/buildozer/aports/community/py3-msgpack/pkg/py3-msgpack/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-msgpack/pkg/py3-msgpack/usr/lib/python3.11/site-packages/msgpack copying build/lib.linux-i686-cpython-311/msgpack/_cmsgpack.cpython-311-i386-linux-musl.so -> /home/buildozer/aports/community/py3-msgpack/pkg/py3-msgpack/usr/lib/python3.11/site-packages/msgpack creating /home/buildozer/aports/community/py3-msgpack/pkg/py3-msgpack/usr/lib/python3.11/site-packages/msgpack/__pycache__ copying build/lib.linux-i686-cpython-311/msgpack/__pycache__/exceptions.cpython-311.pyc -> /home/buildozer/aports/community/py3-msgpack/pkg/py3-msgpack/usr/lib/python3.11/site-packages/msgpack/__pycache__ copying build/lib.linux-i686-cpython-311/msgpack/__pycache__/__init__.cpython-311.pyc -> /home/buildozer/aports/community/py3-msgpack/pkg/py3-msgpack/usr/lib/python3.11/site-packages/msgpack/__pycache__ copying build/lib.linux-i686-cpython-311/msgpack/__pycache__/ext.cpython-311.pyc -> /home/buildozer/aports/community/py3-msgpack/pkg/py3-msgpack/usr/lib/python3.11/site-packages/msgpack/__pycache__ copying build/lib.linux-i686-cpython-311/msgpack/fallback.py -> /home/buildozer/aports/community/py3-msgpack/pkg/py3-msgpack/usr/lib/python3.11/site-packages/msgpack copying build/lib.linux-i686-cpython-311/msgpack/ext.py -> /home/buildozer/aports/community/py3-msgpack/pkg/py3-msgpack/usr/lib/python3.11/site-packages/msgpack copying build/lib.linux-i686-cpython-311/msgpack/__init__.py -> /home/buildozer/aports/community/py3-msgpack/pkg/py3-msgpack/usr/lib/python3.11/site-packages/msgpack copying build/lib.linux-i686-cpython-311/msgpack/exceptions.py -> /home/buildozer/aports/community/py3-msgpack/pkg/py3-msgpack/usr/lib/python3.11/site-packages/msgpack byte-compiling /home/buildozer/aports/community/py3-msgpack/pkg/py3-msgpack/usr/lib/python3.11/site-packages/msgpack/fallback.py to fallback.cpython-311.pyc running install_egg_info running egg_info creating msgpack.egg-info writing msgpack.egg-info/PKG-INFO writing dependency_links to msgpack.egg-info/dependency_links.txt writing top-level names to msgpack.egg-info/top_level.txt writing manifest file 'msgpack.egg-info/SOURCES.txt' reading manifest file 'msgpack.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.c' under directory 'msgpack' adding license file 'COPYING' writing manifest file 'msgpack.egg-info/SOURCES.txt' Copying msgpack.egg-info to /home/buildozer/aports/community/py3-msgpack/pkg/py3-msgpack/usr/lib/python3.11/site-packages/msgpack-1.0.4-py3.11.egg-info running install_scripts >>> 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: 272.0 KB >>> py3-msgpack*: Compressing data... >>> py3-msgpack*: Create checksum... >>> py3-msgpack*: Create py3-msgpack-1.0.4-r1.apk >>> py3-msgpack: Build complete at Wed, 23 Nov 2022 07:26:43 +0000 elapsed time 0h 0m 11s >>> py3-msgpack: Cleaning up srcdir >>> py3-msgpack: Cleaning up pkgdir >>> py3-msgpack: Uninstalling dependencies... (1/17) Purging .makedepends-py3-msgpack (20221123.072634) (2/17) Purging python3-dev (3.11.0-r2) (3/17) Purging py3-setuptools (65.6.0-r1) (4/17) Purging cython (0.29.32-r1) (5/17) Purging py3-pytest (7.2.0-r2) (6/17) Purging py3-attrs (22.1.0-r1) (7/17) Purging py3-iniconfig (1.1.1-r4) (8/17) Purging py3-packaging (21.3-r3) (9/17) Purging py3-parsing (3.0.9-r1) (10/17) Purging py3-py (1.11.0-r1) (11/17) Purging py3-pluggy (1.0.0-r2) (12/17) Purging python3 (3.11.0-r2) (13/17) Purging libffi (3.4.4-r0) (14/17) Purging gdbm (1.23-r0) (15/17) Purging mpdecimal (2.5.1-r1) (16/17) Purging readline (8.2.0-r0) (17/17) Purging sqlite-libs (3.40.0-r0) Executing busybox-1.35.0-r29.trigger OK: 380 MiB in 103 packages >>> py3-msgpack: Updating the community/x86 repository index... >>> py3-msgpack: Signing the index...