>>> py3-msgpack: Building community/py3-msgpack 1.0.3-r0 (using abuild 3.9.0-r0) started Thu, 14 Apr 2022 01:23:09 +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/27) Installing libbz2 (1.0.8-r1) (2/27) Installing libffi (3.4.2-r1) (3/27) Installing gdbm (1.23-r0) (4/27) Installing xz-libs (5.2.5-r1) (5/27) Installing mpdecimal (2.5.1-r1) (6/27) Installing readline (8.1.2-r0) (7/27) Installing sqlite-libs (3.38.0-r0) (8/27) Installing python3 (3.10.3-r0) (9/27) Installing python3-dev (3.10.3-r0) (10/27) Installing py3-appdirs (1.4.4-r3) (11/27) Installing py3-more-itertools (8.12.0-r2) (12/27) Installing py3-ordered-set (4.0.2-r3) (13/27) Installing py3-parsing (2.4.7-r3) (14/27) Installing py3-six (1.16.0-r1) (15/27) Installing py3-packaging (21.3-r0) (16/27) Installing py3-setuptools (59.4.0-r0) (17/27) Installing cython (0.29.24-r1) (18/27) Installing py3-atomicwrites (1.4.0-r2) (19/27) Installing py3-attrs (21.4.0-r0) (20/27) Installing py3-iniconfig (1.1.1-r2) (21/27) Installing py3-pluggy (0.13.1-r5) (22/27) Installing py3-py (1.10.0-r2) (23/27) Installing py3-wcwidth (0.2.5-r2) (24/27) Installing py3-toml (0.10.2-r3) (25/27) Installing py3-pygments (2.11.2-r0) (26/27) Installing py3-pytest (6.2.5-r2) (27/27) Installing .makedepends-py3-msgpack (20220414.012311) Executing busybox-1.35.0-r8.trigger OK: 363 MiB in 115 packages >>> py3-msgpack: Cleaning up srcdir >>> py3-msgpack: Cleaning up pkgdir >>> py3-msgpack: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/msgpack-python-1.0.3.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 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-msgpack: Fetching msgpack-python-1.0.3.tar.gz::https://github.com/msgpack/msgpack-python/archive/v1.0.3.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 140 100 140 0 0 712 0 --:--:-- --:--:-- --:--:-- 714 100 54074 0 54074 0 0 110k 0 --:--:-- --:--:-- --:--:-- 110k >>> py3-msgpack: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/msgpack-python-1.0.3.tar.gz >>> py3-msgpack: Checking sha512sums... msgpack-python-1.0.3.tar.gz: OK >>> py3-msgpack: Unpacking /var/cache/distfiles/v3.16/msgpack-python-1.0.3.tar.gz... /home/buildozer/aports/community/py3-msgpack/src/msgpack-python-1.0.3/setup.py:7: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils.command.sdist import sdist running build running build_py creating build creating build/lib.linux-armv8l-3.10 creating build/lib.linux-armv8l-3.10/msgpack copying msgpack/fallback.py -> build/lib.linux-armv8l-3.10/msgpack copying msgpack/__init__.py -> build/lib.linux-armv8l-3.10/msgpack copying msgpack/exceptions.py -> build/lib.linux-armv8l-3.10/msgpack copying msgpack/ext.py -> build/lib.linux-armv8l-3.10/msgpack copying msgpack/_version.py -> build/lib.linux-armv8l-3.10/msgpack running build_ext cythonize: 'msgpack/_cmsgpack.pyx' building 'msgpack._cmsgpack' extension creating build/temp.linux-armv8l-3.10 creating build/temp.linux-armv8l-3.10/msgpack gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fomit-frame-pointer -g -fomit-frame-pointer -g -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -D__LITTLE_ENDIAN__=1 -I. -I/usr/include/python3.10 -c msgpack/_cmsgpack.cpp -o build/temp.linux-armv8l-3.10/msgpack/_cmsgpack.o In file included from msgpack/_cmsgpack.cpp:641: 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) { | ~~^~~~~~~~~~~~~~~~~~ In file included from msgpack/_cmsgpack.cpp:641: 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) { | ~~^~~~~~~~~~~~~~~~ In file included from msgpack/_cmsgpack.cpp:641: 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 '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:4534:10: warning: '__pyx_v_ret' may be used uninitialized in this function [-Wmaybe-uninitialized] 4534 | return __pyx_r; | ^~~~~~~ g++ -shared -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-armv8l-3.10/msgpack/_cmsgpack.o -L/usr/lib -o build/lib.linux-armv8l-3.10/msgpack/_cmsgpack.cpython-310-arm-linux-gnueabihf.so ============================= test session starts ============================== platform linux -- Python 3.10.3, pytest-6.2.5, py-1.10.0, pluggy-0.13.1 rootdir: /home/buildozer/aports/community/py3-msgpack/src/msgpack-python-1.0.3 collected 117 items test/test_buffer.py ... [ 2%] test/test_case.py ............. [ 13%] test/test_except.py .... [ 17%] test/test_extension.py .... [ 20%] test/test_format.py .......... [ 29%] test/test_limits.py .......... [ 37%] test/test_memoryview.py ............ [ 47%] test/test_newspec.py ..... [ 52%] 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%] ============================= 117 passed in 0.48s ============================== >>> py3-msgpack: Entering fakeroot... /home/buildozer/aports/community/py3-msgpack/src/msgpack-python-1.0.3/setup.py:7: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils.command.sdist import sdist running install /usr/lib/python3.10/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.10 creating /home/buildozer/aports/community/py3-msgpack/pkg/py3-msgpack/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-msgpack/pkg/py3-msgpack/usr/lib/python3.10/site-packages/msgpack copying build/lib.linux-armv8l-3.10/msgpack/_cmsgpack.cpython-310-arm-linux-gnueabihf.so -> /home/buildozer/aports/community/py3-msgpack/pkg/py3-msgpack/usr/lib/python3.10/site-packages/msgpack creating /home/buildozer/aports/community/py3-msgpack/pkg/py3-msgpack/usr/lib/python3.10/site-packages/msgpack/__pycache__ copying build/lib.linux-armv8l-3.10/msgpack/__pycache__/exceptions.cpython-310.pyc -> /home/buildozer/aports/community/py3-msgpack/pkg/py3-msgpack/usr/lib/python3.10/site-packages/msgpack/__pycache__ copying build/lib.linux-armv8l-3.10/msgpack/__pycache__/__init__.cpython-310.pyc -> /home/buildozer/aports/community/py3-msgpack/pkg/py3-msgpack/usr/lib/python3.10/site-packages/msgpack/__pycache__ copying build/lib.linux-armv8l-3.10/msgpack/__pycache__/_version.cpython-310.pyc -> /home/buildozer/aports/community/py3-msgpack/pkg/py3-msgpack/usr/lib/python3.10/site-packages/msgpack/__pycache__ copying build/lib.linux-armv8l-3.10/msgpack/__pycache__/ext.cpython-310.pyc -> /home/buildozer/aports/community/py3-msgpack/pkg/py3-msgpack/usr/lib/python3.10/site-packages/msgpack/__pycache__ copying build/lib.linux-armv8l-3.10/msgpack/fallback.py -> /home/buildozer/aports/community/py3-msgpack/pkg/py3-msgpack/usr/lib/python3.10/site-packages/msgpack copying build/lib.linux-armv8l-3.10/msgpack/__init__.py -> /home/buildozer/aports/community/py3-msgpack/pkg/py3-msgpack/usr/lib/python3.10/site-packages/msgpack copying build/lib.linux-armv8l-3.10/msgpack/exceptions.py -> /home/buildozer/aports/community/py3-msgpack/pkg/py3-msgpack/usr/lib/python3.10/site-packages/msgpack copying build/lib.linux-armv8l-3.10/msgpack/ext.py -> /home/buildozer/aports/community/py3-msgpack/pkg/py3-msgpack/usr/lib/python3.10/site-packages/msgpack copying build/lib.linux-armv8l-3.10/msgpack/_version.py -> /home/buildozer/aports/community/py3-msgpack/pkg/py3-msgpack/usr/lib/python3.10/site-packages/msgpack byte-compiling /home/buildozer/aports/community/py3-msgpack/pkg/py3-msgpack/usr/lib/python3.10/site-packages/msgpack/fallback.py to fallback.cpython-310.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.10/site-packages/msgpack-1.0.3-py3.10.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-armv7.so.1 so:libgcc_s.so.1 >>> py3-msgpack*: Package size: 232.0 KB >>> py3-msgpack*: Compressing data... >>> py3-msgpack*: Create checksum... >>> py3-msgpack*: Create py3-msgpack-1.0.3-r0.apk >>> py3-msgpack: Build complete at Thu, 14 Apr 2022 01:23:19 +0000 elapsed time 0h 0m 10s >>> py3-msgpack: Cleaning up srcdir >>> py3-msgpack: Cleaning up pkgdir >>> py3-msgpack: Uninstalling dependencies... (1/27) Purging .makedepends-py3-msgpack (20220414.012311) (2/27) Purging python3-dev (3.10.3-r0) (3/27) Purging py3-setuptools (59.4.0-r0) (4/27) Purging py3-appdirs (1.4.4-r3) (5/27) Purging py3-ordered-set (4.0.2-r3) (6/27) Purging cython (0.29.24-r1) (7/27) Purging py3-pytest (6.2.5-r2) (8/27) Purging py3-atomicwrites (1.4.0-r2) (9/27) Purging py3-attrs (21.4.0-r0) (10/27) Purging py3-more-itertools (8.12.0-r2) (11/27) Purging py3-iniconfig (1.1.1-r2) (12/27) Purging py3-py (1.10.0-r2) (13/27) Purging py3-wcwidth (0.2.5-r2) (14/27) Purging py3-packaging (21.3-r0) (15/27) Purging py3-parsing (2.4.7-r3) (16/27) Purging py3-six (1.16.0-r1) (17/27) Purging py3-toml (0.10.2-r3) (18/27) Purging py3-pygments (2.11.2-r0) (19/27) Purging py3-pluggy (0.13.1-r5) (20/27) Purging python3 (3.10.3-r0) (21/27) Purging libbz2 (1.0.8-r1) (22/27) Purging libffi (3.4.2-r1) (23/27) Purging gdbm (1.23-r0) (24/27) Purging xz-libs (5.2.5-r1) (25/27) Purging mpdecimal (2.5.1-r1) (26/27) Purging readline (8.1.2-r0) (27/27) Purging sqlite-libs (3.38.0-r0) Executing busybox-1.35.0-r8.trigger OK: 255 MiB in 88 packages >>> py3-msgpack: Updating the community/armv7 repository index... >>> py3-msgpack: Signing the index...