>>> py3-msgpack: Building community/py3-msgpack 1.0.5-r1 (using abuild 3.11.0_rc12-r0) started Fri, 21 Apr 2023 00:00:37 +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.000037) Executing busybox-1.36.0-r7.trigger OK: 558 MiB in 139 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 00:00:38,559 gpep517 INFO Building wheel via backend setuptools.build_meta 2023-04-21 00:00:38,630 root INFO running bdist_wheel 2023-04-21 00:00:38,633 root INFO running build 2023-04-21 00:00:38,633 root INFO running build_py 2023-04-21 00:00:38,635 root INFO creating build 2023-04-21 00:00:38,635 root INFO creating build/lib.linux-aarch64-cpython-311 2023-04-21 00:00:38,635 root INFO creating build/lib.linux-aarch64-cpython-311/msgpack 2023-04-21 00:00:38,636 root INFO copying msgpack/__init__.py -> build/lib.linux-aarch64-cpython-311/msgpack 2023-04-21 00:00:38,636 root INFO copying msgpack/ext.py -> build/lib.linux-aarch64-cpython-311/msgpack 2023-04-21 00:00:38,636 root INFO copying msgpack/exceptions.py -> build/lib.linux-aarch64-cpython-311/msgpack 2023-04-21 00:00:38,636 root INFO copying msgpack/fallback.py -> build/lib.linux-aarch64-cpython-311/msgpack 2023-04-21 00:00:38,636 root INFO running build_ext cythonize: 'msgpack/_cmsgpack.pyx' 2023-04-21 00:00:39,229 root INFO building 'msgpack._cmsgpack' extension 2023-04-21 00:00:39,229 root INFO creating build/temp.linux-aarch64-cpython-311 2023-04-21 00:00:39,229 root INFO creating build/temp.linux-aarch64-cpython-311/msgpack 2023-04-21 00:00:39,229 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-aarch64-cpython-311/msgpack/_cmsgpack.o cc1plus: warning: '-Werror=' argument '-Werror=int-conversion' is not valid for C++ 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 00:00:42,033 root INFO g++ -shared -Wl,--as-needed,-O1,--sort-common -Os -Wformat -Werror=format-security -Werror=int-conversion -Os -Wformat -Werror=format-security build/temp.linux-aarch64-cpython-311/msgpack/_cmsgpack.o -L/usr/lib -o build/lib.linux-aarch64-cpython-311/msgpack/_cmsgpack.cpython-311-aarch64-linux-musl.so 2023-04-21 00:00:42,054 wheel INFO installing to build/bdist.linux-aarch64/wheel 2023-04-21 00:00:42,054 root INFO running install 2023-04-21 00:00:42,061 root INFO running install_lib 2023-04-21 00:00:42,063 root INFO creating build/bdist.linux-aarch64 2023-04-21 00:00:42,063 root INFO creating build/bdist.linux-aarch64/wheel 2023-04-21 00:00:42,063 root INFO creating build/bdist.linux-aarch64/wheel/msgpack 2023-04-21 00:00:42,063 root INFO copying build/lib.linux-aarch64-cpython-311/msgpack/__init__.py -> build/bdist.linux-aarch64/wheel/msgpack 2023-04-21 00:00:42,063 root INFO copying build/lib.linux-aarch64-cpython-311/msgpack/ext.py -> build/bdist.linux-aarch64/wheel/msgpack 2023-04-21 00:00:42,063 root INFO copying build/lib.linux-aarch64-cpython-311/msgpack/exceptions.py -> build/bdist.linux-aarch64/wheel/msgpack 2023-04-21 00:00:42,063 root INFO copying build/lib.linux-aarch64-cpython-311/msgpack/_cmsgpack.cpython-311-aarch64-linux-musl.so -> build/bdist.linux-aarch64/wheel/msgpack 2023-04-21 00:00:42,064 root INFO copying build/lib.linux-aarch64-cpython-311/msgpack/fallback.py -> build/bdist.linux-aarch64/wheel/msgpack 2023-04-21 00:00:42,064 root INFO running install_egg_info 2023-04-21 00:00:42,070 root INFO running egg_info 2023-04-21 00:00:42,070 root INFO creating msgpack.egg-info 2023-04-21 00:00:42,071 root INFO writing msgpack.egg-info/PKG-INFO 2023-04-21 00:00:42,071 root INFO writing dependency_links to msgpack.egg-info/dependency_links.txt 2023-04-21 00:00:42,072 root INFO writing top-level names to msgpack.egg-info/top_level.txt 2023-04-21 00:00:42,072 root INFO writing manifest file 'msgpack.egg-info/SOURCES.txt' 2023-04-21 00:00:42,073 root INFO reading manifest file 'msgpack.egg-info/SOURCES.txt' 2023-04-21 00:00:42,074 root INFO reading manifest template 'MANIFEST.in' 2023-04-21 00:00:42,074 root WARNING warning: no files found matching '*.c' under directory 'msgpack' 2023-04-21 00:00:42,075 root INFO adding license file 'COPYING' 2023-04-21 00:00:42,076 root INFO writing manifest file 'msgpack.egg-info/SOURCES.txt' 2023-04-21 00:00:42,076 root INFO Copying msgpack.egg-info to build/bdist.linux-aarch64/wheel/msgpack-1.0.5-py3.11.egg-info 2023-04-21 00:00:42,076 root INFO running install_scripts 2023-04-21 00:00:42,079 wheel INFO creating build/bdist.linux-aarch64/wheel/msgpack-1.0.5.dist-info/WHEEL 2023-04-21 00:00:42,079 wheel INFO creating '/home/buildozer/aports/community/py3-msgpack/src/msgpack-python-1.0.5/dist/.tmp-qo8xjp74/msgpack-1.0.5-cp311-cp311-linux_aarch64.whl' and adding 'build/bdist.linux-aarch64/wheel' to it 2023-04-21 00:00:42,080 wheel INFO adding 'msgpack/__init__.py' 2023-04-21 00:00:42,081 wheel INFO adding 'msgpack/_cmsgpack.cpython-311-aarch64-linux-musl.so' 2023-04-21 00:00:42,081 wheel INFO adding 'msgpack/exceptions.py' 2023-04-21 00:00:42,081 wheel INFO adding 'msgpack/ext.py' 2023-04-21 00:00:42,082 wheel INFO adding 'msgpack/fallback.py' 2023-04-21 00:00:42,082 wheel INFO adding 'msgpack-1.0.5.dist-info/COPYING' 2023-04-21 00:00:42,082 wheel INFO adding 'msgpack-1.0.5.dist-info/METADATA' 2023-04-21 00:00:42,082 wheel INFO adding 'msgpack-1.0.5.dist-info/WHEEL' 2023-04-21 00:00:42,082 wheel INFO adding 'msgpack-1.0.5.dist-info/top_level.txt' 2023-04-21 00:00:42,082 wheel INFO adding 'msgpack-1.0.5.dist-info/RECORD' 2023-04-21 00:00:42,083 wheel INFO removing build/bdist.linux-aarch64/wheel 2023-04-21 00:00:42,083 gpep517 INFO The backend produced dist/msgpack-1.0.5-cp311-cp311-linux_aarch64.whl msgpack-1.0.5-cp311-cp311-linux_aarch64.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 3.70s ============================== >>> 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-aarch64.so.1 >>> py3-msgpack*: Package size: 248.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 00:00:46 +0000 elapsed time 0h 0m 9s >>> py3-msgpack: Cleaning up srcdir >>> py3-msgpack: Cleaning up pkgdir >>> py3-msgpack: Uninstalling dependencies... (1/41) Purging .makedepends-py3-msgpack (20230421.000037) (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: 408 MiB in 98 packages >>> py3-msgpack: Updating the community/aarch64 repository index... >>> py3-msgpack: Signing the index...