>>> py3-msgpack: Building community/py3-msgpack 1.0.4-r0 (using abuild 3.10.0_rc1-r2) started Thu, 27 Oct 2022 15:49: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-setuptools cython py3-pytest py3-pluggy (1/20) Installing libbz2 (1.0.8-r3) (2/20) Installing libffi (3.4.4-r0) (3/20) Installing gdbm (1.23-r0) (4/20) Installing xz-libs (5.2.7-r0) (5/20) Installing mpdecimal (2.5.1-r1) (6/20) Installing readline (8.2.0-r0) (7/20) Installing sqlite-libs (3.39.4-r0) (8/20) Installing python3 (3.10.8-r3) (9/20) Installing python3-dev (3.10.8-r3) (10/20) Installing py3-parsing (3.0.9-r0) (11/20) Installing py3-packaging (21.3-r2) (12/20) Installing py3-setuptools (65.5.0-r0) (13/20) Installing cython (0.29.32-r0) (14/20) Installing py3-attrs (22.1.0-r0) (15/20) Installing py3-iniconfig (1.1.1-r3) (16/20) Installing py3-pluggy (1.0.0-r1) (17/20) Installing py3-py (1.11.0-r0) (18/20) Installing py3-tomli (2.0.1-r1) (19/20) Installing py3-pytest (7.1.3-r1) (20/20) Installing .makedepends-py3-msgpack (20221027.155014) Executing busybox-1.35.0-r27.trigger OK: 363 MiB in 113 packages >>> py3-msgpack: Cleaning up srcdir >>> py3-msgpack: Cleaning up pkgdir >>> py3-msgpack: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/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 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 52904 100 52904 0 0 24466 0 0:00:02 0:00:02 --:--:-- 24469 100 52904 100 52904 0 0 24465 0 0:00:02 0:00:02 --:--:-- 24469 >>> py3-msgpack: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/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/v3.17/msgpack-python-1.0.4.tar.gz... running build running build_py creating build creating build/lib.linux-s390x-cpython-310 creating build/lib.linux-s390x-cpython-310/msgpack copying msgpack/__init__.py -> build/lib.linux-s390x-cpython-310/msgpack copying msgpack/exceptions.py -> build/lib.linux-s390x-cpython-310/msgpack copying msgpack/fallback.py -> build/lib.linux-s390x-cpython-310/msgpack copying msgpack/ext.py -> build/lib.linux-s390x-cpython-310/msgpack running build_ext cythonize: 'msgpack/_cmsgpack.pyx' building 'msgpack._cmsgpack' extension creating build/temp.linux-s390x-cpython-310 creating build/temp.linux-s390x-cpython-310/msgpack gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -g -O2 -Os -g -O2 -Os -g -O2 -DTHREAD_STACK_SIZE=0x200000 -Os -Os -fPIC -I. -I/usr/include/python3.10 -c msgpack/_cmsgpack.cpp -o build/temp.linux-s390x-cpython-310/msgpack/_cmsgpack.o 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 -Os build/temp.linux-s390x-cpython-310/msgpack/_cmsgpack.o -L/usr/lib -o build/lib.linux-s390x-cpython-310/msgpack/_cmsgpack.cpython-310-s390x-linux-gnu.so ============================= test session starts ============================== platform linux -- Python 3.10.8, pytest-7.1.3, 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.61s ============================== >>> py3-msgpack: Entering fakeroot... 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 creating /home/buildozer/aports/community/py3-msgpack/pkg/py3-msgpack/usr/lib/python3.10/site-packages/msgpack/__pycache__ copying build/lib.linux-s390x-cpython-310/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-s390x-cpython-310/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-s390x-cpython-310/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-s390x-cpython-310/msgpack/__init__.py -> /home/buildozer/aports/community/py3-msgpack/pkg/py3-msgpack/usr/lib/python3.10/site-packages/msgpack copying build/lib.linux-s390x-cpython-310/msgpack/_cmsgpack.cpython-310-s390x-linux-gnu.so -> /home/buildozer/aports/community/py3-msgpack/pkg/py3-msgpack/usr/lib/python3.10/site-packages/msgpack copying build/lib.linux-s390x-cpython-310/msgpack/exceptions.py -> /home/buildozer/aports/community/py3-msgpack/pkg/py3-msgpack/usr/lib/python3.10/site-packages/msgpack copying build/lib.linux-s390x-cpython-310/msgpack/fallback.py -> /home/buildozer/aports/community/py3-msgpack/pkg/py3-msgpack/usr/lib/python3.10/site-packages/msgpack copying build/lib.linux-s390x-cpython-310/msgpack/ext.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.4-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-s390x.so.1 >>> py3-msgpack*: Package size: 260.0 KB >>> py3-msgpack*: Compressing data... >>> py3-msgpack*: Create checksum... >>> py3-msgpack*: Create py3-msgpack-1.0.4-r0.apk >>> py3-msgpack: Build complete at Thu, 27 Oct 2022 15:50:45 +0000 elapsed time 0h 0m 47s >>> py3-msgpack: Cleaning up srcdir >>> py3-msgpack: Cleaning up pkgdir >>> py3-msgpack: Uninstalling dependencies... (1/20) Purging .makedepends-py3-msgpack (20221027.155014) (2/20) Purging python3-dev (3.10.8-r3) (3/20) Purging py3-setuptools (65.5.0-r0) (4/20) Purging cython (0.29.32-r0) (5/20) Purging py3-pytest (7.1.3-r1) (6/20) Purging py3-attrs (22.1.0-r0) (7/20) Purging py3-iniconfig (1.1.1-r3) (8/20) Purging py3-packaging (21.3-r2) (9/20) Purging py3-parsing (3.0.9-r0) (10/20) Purging py3-py (1.11.0-r0) (11/20) Purging py3-tomli (2.0.1-r1) (12/20) Purging py3-pluggy (1.0.0-r1) (13/20) Purging python3 (3.10.8-r3) (14/20) Purging libbz2 (1.0.8-r3) (15/20) Purging libffi (3.4.4-r0) (16/20) Purging gdbm (1.23-r0) (17/20) Purging xz-libs (5.2.7-r0) (18/20) Purging mpdecimal (2.5.1-r1) (19/20) Purging readline (8.2.0-r0) (20/20) Purging sqlite-libs (3.39.4-r0) Executing busybox-1.35.0-r27.trigger OK: 240 MiB in 93 packages >>> py3-msgpack: Updating the community/s390x repository index... >>> py3-msgpack: Signing the index...