>>> py3-msgpack: Building community/py3-msgpack 1.0.8-r0 (using abuild 3.12.0-r4) started Fri, 08 Mar 2024 00:13:28 +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 (1/28) Installing libbz2 (1.0.8-r6) (2/28) Installing libffi (3.4.6-r0) (3/28) Installing gdbm (1.23-r1) (4/28) Installing xz-libs (5.4.6-r0) (5/28) Installing mpdecimal (4.0.0-r0) (6/28) Installing libpanelw (6.4_p20231125-r0) (7/28) Installing readline (8.2.10-r0) (8/28) Installing sqlite-libs (3.45.1-r0) (9/28) Installing python3 (3.11.8-r0) (10/28) Installing python3-pycache-pyc0 (3.11.8-r0) (11/28) Installing pyc (3.11.8-r0) (12/28) Installing python3-pyc (3.11.8-r0) (13/28) Installing python3-dev (3.11.8-r0) (14/28) Installing py3-installer (0.7.0-r1) (15/28) Installing py3-installer-pyc (0.7.0-r1) (16/28) Installing py3-gpep517 (15-r1) (17/28) Installing py3-gpep517-pyc (15-r1) (18/28) Installing py3-parsing (3.1.1-r0) (19/28) Installing py3-parsing-pyc (3.1.1-r0) (20/28) Installing py3-packaging (23.2-r0) (21/28) Installing py3-packaging-pyc (23.2-r0) (22/28) Installing py3-setuptools (69.1.1-r0) (23/28) Installing py3-setuptools-pyc (69.1.1-r0) (24/28) Installing cython (0.29.37-r0) (25/28) Installing cython-pyc (0.29.37-r0) (26/28) Installing py3-wheel (0.42.0-r0) (27/28) Installing py3-wheel-pyc (0.42.0-r0) (28/28) Installing .makedepends-py3-msgpack (20240308.001334) Executing busybox-1.36.1-r20.trigger OK: 454 MiB in 129 packages >>> py3-msgpack: Cleaning up srcdir >>> py3-msgpack: Cleaning up pkgdir >>> py3-msgpack: Cleaning up tmpdir >>> py3-msgpack: Fetching https://distfiles.alpinelinux.org/distfiles/edge/msgpack-python-1.0.8.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.8.tar.gz::https://github.com/msgpack/msgpack-python/archive/v1.0.8.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 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 53081 100 53081 0 0 59098 0 --:--:-- --:--:-- --:--:-- 332k >>> py3-msgpack: Fetching https://distfiles.alpinelinux.org/distfiles/edge/msgpack-python-1.0.8.tar.gz >>> py3-msgpack: Checking sha512sums... msgpack-python-1.0.8.tar.gz: OK >>> py3-msgpack: Unpacking /var/cache/distfiles/msgpack-python-1.0.8.tar.gz... 2024-03-08 00:13:42,535 gpep517 INFO Building wheel via backend setuptools.build_meta 2024-03-08 00:13:43,443 root INFO running bdist_wheel 2024-03-08 00:13:43,474 root INFO running build 2024-03-08 00:13:43,474 root INFO running build_py 2024-03-08 00:13:43,483 root INFO creating build 2024-03-08 00:13:43,484 root INFO creating build/lib.linux-riscv64-cpython-311 2024-03-08 00:13:43,484 root INFO creating build/lib.linux-riscv64-cpython-311/msgpack 2024-03-08 00:13:43,485 root INFO copying msgpack/ext.py -> build/lib.linux-riscv64-cpython-311/msgpack 2024-03-08 00:13:43,487 root INFO copying msgpack/fallback.py -> build/lib.linux-riscv64-cpython-311/msgpack 2024-03-08 00:13:43,488 root INFO copying msgpack/__init__.py -> build/lib.linux-riscv64-cpython-311/msgpack 2024-03-08 00:13:43,489 root INFO copying msgpack/exceptions.py -> build/lib.linux-riscv64-cpython-311/msgpack 2024-03-08 00:13:43,492 root INFO running build_ext cythonize: 'msgpack/_cmsgpack.pyx' 2024-03-08 00:13:49,903 root INFO building 'msgpack._cmsgpack' extension 2024-03-08 00:13:49,904 root INFO creating build/temp.linux-riscv64-cpython-311 2024-03-08 00:13:49,905 root INFO creating build/temp.linux-riscv64-cpython-311/msgpack 2024-03-08 00:13:49,906 root INFO gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I. -I/usr/include/python3.11 -c msgpack/_cmsgpack.cpp -o build/temp.linux-riscv64-cpython-311/msgpack/_cmsgpack.o msgpack/_cmsgpack.cpp: In function 'PyObject* __Pyx_Import(PyObject*, PyObject*, int)': msgpack/_cmsgpack.cpp:14835:31: warning: comparing the result of pointer addition '(((const char*)"msgpack._cmsgpack") + 7)' and NULL [-Waddress] 14835 | 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:4686:10: warning: '__pyx_v_ret' may be used uninitialized [-Wmaybe-uninitialized] 4686 | return __pyx_r; | ^~~~~~~ msgpack/_cmsgpack.cpp:2599:7: note: '__pyx_v_ret' was declared here 2599 | int __pyx_v_ret; | ^~~~~~~~~~~ 2024-03-08 00:14:13,524 root INFO g++ -shared -Wl,--as-needed,-O1,--sort-common -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-riscv64-cpython-311/msgpack/_cmsgpack.o -L/usr/lib -o build/lib.linux-riscv64-cpython-311/msgpack/_cmsgpack.cpython-311-riscv64-linux-musl.so 2024-03-08 00:14:13,955 wheel INFO installing to build/bdist.linux-riscv64/wheel 2024-03-08 00:14:13,956 root INFO running install 2024-03-08 00:14:14,031 root INFO running install_lib 2024-03-08 00:14:14,039 root INFO creating build/bdist.linux-riscv64 2024-03-08 00:14:14,039 root INFO creating build/bdist.linux-riscv64/wheel 2024-03-08 00:14:14,040 root INFO creating build/bdist.linux-riscv64/wheel/msgpack 2024-03-08 00:14:14,040 root INFO copying build/lib.linux-riscv64-cpython-311/msgpack/ext.py -> build/bdist.linux-riscv64/wheel/msgpack 2024-03-08 00:14:14,042 root INFO copying build/lib.linux-riscv64-cpython-311/msgpack/fallback.py -> build/bdist.linux-riscv64/wheel/msgpack 2024-03-08 00:14:14,043 root INFO copying build/lib.linux-riscv64-cpython-311/msgpack/__init__.py -> build/bdist.linux-riscv64/wheel/msgpack 2024-03-08 00:14:14,044 root INFO copying build/lib.linux-riscv64-cpython-311/msgpack/exceptions.py -> build/bdist.linux-riscv64/wheel/msgpack 2024-03-08 00:14:14,044 root INFO copying build/lib.linux-riscv64-cpython-311/msgpack/_cmsgpack.cpython-311-riscv64-linux-musl.so -> build/bdist.linux-riscv64/wheel/msgpack 2024-03-08 00:14:14,046 root INFO running install_egg_info 2024-03-08 00:14:14,054 root INFO running egg_info 2024-03-08 00:14:14,054 root INFO creating msgpack.egg-info 2024-03-08 00:14:14,062 root INFO writing msgpack.egg-info/PKG-INFO 2024-03-08 00:14:14,065 root INFO writing dependency_links to msgpack.egg-info/dependency_links.txt 2024-03-08 00:14:14,067 root INFO writing top-level names to msgpack.egg-info/top_level.txt 2024-03-08 00:14:14,067 root INFO writing manifest file 'msgpack.egg-info/SOURCES.txt' 2024-03-08 00:14:14,080 root INFO reading manifest file 'msgpack.egg-info/SOURCES.txt' 2024-03-08 00:14:14,082 root INFO reading manifest template 'MANIFEST.in' 2024-03-08 00:14:14,088 root WARNING warning: no files found matching '*.c' under directory 'msgpack' 2024-03-08 00:14:14,095 root INFO adding license file 'COPYING' 2024-03-08 00:14:14,101 root INFO writing manifest file 'msgpack.egg-info/SOURCES.txt' 2024-03-08 00:14:14,102 root INFO Copying msgpack.egg-info to build/bdist.linux-riscv64/wheel/msgpack-1.0.8-py3.11.egg-info 2024-03-08 00:14:14,106 root INFO running install_scripts 2024-03-08 00:14:14,142 wheel INFO creating build/bdist.linux-riscv64/wheel/msgpack-1.0.8.dist-info/WHEEL 2024-03-08 00:14:14,145 wheel INFO creating '/home/buildozer/aports/community/py3-msgpack/src/msgpack-python-1.0.8/.dist/.tmp-4zldshka/msgpack-1.0.8-cp311-cp311-linux_riscv64.whl' and adding 'build/bdist.linux-riscv64/wheel' to it 2024-03-08 00:14:14,149 wheel INFO adding 'msgpack/__init__.py' 2024-03-08 00:14:14,155 wheel INFO adding 'msgpack/_cmsgpack.cpython-311-riscv64-linux-musl.so' 2024-03-08 00:14:14,162 wheel INFO adding 'msgpack/exceptions.py' 2024-03-08 00:14:14,164 wheel INFO adding 'msgpack/ext.py' 2024-03-08 00:14:14,165 wheel INFO adding 'msgpack/fallback.py' 2024-03-08 00:14:14,167 wheel INFO adding 'msgpack-1.0.8.dist-info/COPYING' 2024-03-08 00:14:14,168 wheel INFO adding 'msgpack-1.0.8.dist-info/METADATA' 2024-03-08 00:14:14,169 wheel INFO adding 'msgpack-1.0.8.dist-info/WHEEL' 2024-03-08 00:14:14,170 wheel INFO adding 'msgpack-1.0.8.dist-info/top_level.txt' 2024-03-08 00:14:14,172 wheel INFO adding 'msgpack-1.0.8.dist-info/RECORD' 2024-03-08 00:14:14,173 wheel INFO removing build/bdist.linux-riscv64/wheel 2024-03-08 00:14:14,176 gpep517 INFO The backend produced .dist/msgpack-1.0.8-cp311-cp311-linux_riscv64.whl msgpack-1.0.8-cp311-cp311-linux_riscv64.whl >>> 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.8-r0.apk >>> py3-msgpack*: Tracing dependencies... python3 python3~3.11 so:libc.musl-riscv64.so.1 >>> py3-msgpack*: Package size: 200.0 KB >>> py3-msgpack*: Compressing data... >>> py3-msgpack*: Create checksum... >>> py3-msgpack*: Create py3-msgpack-1.0.8-r0.apk >>> py3-msgpack: Build complete at Fri, 08 Mar 2024 00:14:19 +0000 elapsed time 0h 0m 51s >>> py3-msgpack: Cleaning up srcdir >>> py3-msgpack: Cleaning up pkgdir >>> py3-msgpack: Uninstalling dependencies... (1/28) Purging .makedepends-py3-msgpack (20240308.001334) (2/28) Purging python3-dev (3.11.8-r0) (3/28) Purging py3-gpep517-pyc (15-r1) (4/28) Purging py3-gpep517 (15-r1) (5/28) Purging py3-installer-pyc (0.7.0-r1) (6/28) Purging py3-installer (0.7.0-r1) (7/28) Purging py3-setuptools-pyc (69.1.1-r0) (8/28) Purging py3-setuptools (69.1.1-r0) (9/28) Purging cython-pyc (0.29.37-r0) (10/28) Purging cython (0.29.37-r0) (11/28) Purging py3-wheel-pyc (0.42.0-r0) (12/28) Purging py3-wheel (0.42.0-r0) (13/28) Purging py3-packaging-pyc (23.2-r0) (14/28) Purging py3-packaging (23.2-r0) (15/28) Purging py3-parsing-pyc (3.1.1-r0) (16/28) Purging py3-parsing (3.1.1-r0) (17/28) Purging python3-pyc (3.11.8-r0) (18/28) Purging python3-pycache-pyc0 (3.11.8-r0) (19/28) Purging pyc (3.11.8-r0) (20/28) Purging python3 (3.11.8-r0) (21/28) Purging gdbm (1.23-r1) (22/28) Purging libbz2 (1.0.8-r6) (23/28) Purging libffi (3.4.6-r0) (24/28) Purging libpanelw (6.4_p20231125-r0) (25/28) Purging mpdecimal (4.0.0-r0) (26/28) Purging readline (8.2.10-r0) (27/28) Purging sqlite-libs (3.45.1-r0) (28/28) Purging xz-libs (5.4.6-r0) Executing busybox-1.36.1-r20.trigger OK: 228 MiB in 101 packages >>> py3-msgpack: Updating the community/riscv64 repository index... >>> py3-msgpack: Signing the index...