>>> py3-cbor2: Building testing/py3-cbor2 5.4.3-r0 (using abuild 3.10.0_rc1-r2) started Wed, 09 Nov 2022 22:03:11 +0000 >>> py3-cbor2: Checking sanity of /home/buildozer/aports/testing/py3-cbor2/APKBUILD... >>> py3-cbor2: Analyzing dependencies... >>> py3-cbor2: Installing for build: build-base python3 py3-setuptools py3-setuptools_scm py3-wheel python3-dev (1/17) Installing libbz2 (1.0.8-r3) (2/17) Installing libffi (3.4.4-r0) (3/17) Installing gdbm (1.23-r0) (4/17) Installing xz-libs (5.2.7-r0) (5/17) Installing mpdecimal (2.5.1-r1) (6/17) Installing readline (8.2.0-r0) (7/17) Installing sqlite-libs (3.39.4-r0) (8/17) Installing python3 (3.10.8-r3) (9/17) Installing py3-parsing (3.0.9-r0) (10/17) Installing py3-packaging (21.3-r2) (11/17) Installing py3-setuptools (65.5.1-r0) (12/17) Installing py3-tomli (2.0.1-r1) (13/17) Installing py3-typing-extensions (4.4.0-r0) (14/17) Installing py3-setuptools_scm (7.0.5-r0) (15/17) Installing py3-wheel (0.38.3-r0) (16/17) Installing python3-dev (3.10.8-r3) (17/17) Installing .makedepends-py3-cbor2 (20221109.220315) Executing busybox-1.35.0-r27.trigger OK: 441 MiB in 113 packages >>> py3-cbor2: Cleaning up srcdir >>> py3-cbor2: Cleaning up pkgdir >>> py3-cbor2: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-cbor2-5.4.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-cbor2: Fetching py3-cbor2-5.4.3.tar.gz::https://files.pythonhosted.org/packages/source/c/cbor2/cbor2-5.4.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 40 86499 40 35190 0 0 52209 0 0:00:01 --:--:-- 0:00:01 52209 100 86499 100 86499 0 0 121k 0 --:--:-- --:--:-- --:--:-- 2277k >>> py3-cbor2: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-cbor2-5.4.3.tar.gz >>> py3-cbor2: Checking sha512sums... py3-cbor2-5.4.3.tar.gz: OK >>> py3-cbor2: Unpacking /var/cache/distfiles/py3-cbor2-5.4.3.tar.gz... /usr/lib/python3.10/site-packages/setuptools/config/pyprojecttoml.py:108: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*. warnings.warn(msg, _BetaConfiguration) running build running build_py creating build creating build/lib.linux-riscv64-cpython-310 creating build/lib.linux-riscv64-cpython-310/cbor2 copying cbor2/types.py -> build/lib.linux-riscv64-cpython-310/cbor2 copying cbor2/__init__.py -> build/lib.linux-riscv64-cpython-310/cbor2 copying cbor2/encoder.py -> build/lib.linux-riscv64-cpython-310/cbor2 copying cbor2/tool.py -> build/lib.linux-riscv64-cpython-310/cbor2 copying cbor2/decoder.py -> build/lib.linux-riscv64-cpython-310/cbor2 running egg_info writing cbor2.egg-info/PKG-INFO writing dependency_links to cbor2.egg-info/dependency_links.txt writing requirements to cbor2.egg-info/requires.txt writing top-level names to cbor2.egg-info/top_level.txt reading manifest file 'cbor2.egg-info/SOURCES.txt' adding license file 'LICENSE.txt' writing manifest file 'cbor2.egg-info/SOURCES.txt' running build_ext building '_cbor2' extension creating build/temp.linux-riscv64-cpython-310 creating build/temp.linux-riscv64-cpython-310/source gcc -Wno-unused-result -Wsign-compare -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=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/usr/include/python3.10 -c source/decoder.c -o build/temp.linux-riscv64-cpython-310/source/decoder.o -std=c99 -D_GNU_SOURCE source/decoder.c: In function 'decode_bytestring': source/decoder.c:605:33: warning: format '%llX' expects argument of type 'long long unsigned int', but argument 3 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] 605 | sprintf(length_hex, "%llX", length); | ~~~^ ~~~~~~ | | | | | uint64_t {aka long unsigned int} | long long unsigned int | %lX source/decoder.c: In function 'decode_string': source/decoder.c:706:33: warning: format '%llX' expects argument of type 'long long unsigned int', but argument 3 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] 706 | sprintf(length_hex, "%llX", length); | ~~~^ ~~~~~~ | | | | | uint64_t {aka long unsigned int} | long long unsigned int | %lX source/decoder.c: In function 'decode_array': source/decoder.c:863:33: warning: format '%llX' expects argument of type 'long long unsigned int', but argument 3 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] 863 | sprintf(length_hex, "%llX", length); | ~~~^ ~~~~~~ | | | | | uint64_t {aka long unsigned int} | long long unsigned int | %lX gcc -Wno-unused-result -Wsign-compare -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=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/usr/include/python3.10 -c source/encoder.c -o build/temp.linux-riscv64-cpython-310/source/encoder.o -std=c99 -D_GNU_SOURCE source/encoder.c: In function 'CBOREncoder_init': source/encoder.c:187:36: warning: initialization of 'PyObject *' {aka 'struct _object *'} from incompatible pointer type 'PyTypeObject *' {aka 'struct _typeobject *'} [-Wincompatible-pointer-types] 187 | PyObject *datetime_class = PyDateTimeAPI->DateType; | ^~~~~~~~~~~~~ In function 'encode_decimal_digits', inlined from 'CBOREncoder_encode_decimal' at source/encoder.c:1196:20: source/encoder.c:1139:24: warning: 'tmp' may be used uninitialized [-Wmaybe-uninitialized] 1139 | if (tmp && sign) { | ^ source/encoder.c: In function 'CBOREncoder_encode_decimal': source/encoder.c:1112:50: note: 'tmp' was declared here 1112 | PyObject *tuple, *digits, *exp, *sig, *ten, *tmp, *ret = NULL; | ^~~ gcc -Wno-unused-result -Wsign-compare -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=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/usr/include/python3.10 -c source/halffloat.c -o build/temp.linux-riscv64-cpython-310/source/halffloat.o -std=c99 -D_GNU_SOURCE gcc -Wno-unused-result -Wsign-compare -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=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/usr/include/python3.10 -c source/module.c -o build/temp.linux-riscv64-cpython-310/source/module.o -std=c99 -D_GNU_SOURCE gcc -Wno-unused-result -Wsign-compare -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=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/usr/include/python3.10 -c source/tags.c -o build/temp.linux-riscv64-cpython-310/source/tags.o -std=c99 -D_GNU_SOURCE gcc -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-riscv64-cpython-310/source/decoder.o build/temp.linux-riscv64-cpython-310/source/encoder.o build/temp.linux-riscv64-cpython-310/source/halffloat.o build/temp.linux-riscv64-cpython-310/source/module.o build/temp.linux-riscv64-cpython-310/source/tags.o -L/usr/lib -lm -o build/lib.linux-riscv64-cpython-310/_cbor2.cpython-310-riscv64-linux-gnu.so >>> py3-cbor2: Entering fakeroot... /usr/lib/python3.10/site-packages/setuptools/config/pyprojecttoml.py:108: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*. warnings.warn(msg, _BetaConfiguration) 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 egg_info writing cbor2.egg-info/PKG-INFO writing dependency_links to cbor2.egg-info/dependency_links.txt writing requirements to cbor2.egg-info/requires.txt writing top-level names to cbor2.egg-info/top_level.txt reading manifest file 'cbor2.egg-info/SOURCES.txt' adding license file 'LICENSE.txt' writing manifest file 'cbor2.egg-info/SOURCES.txt' running build_ext running install_lib creating /home/buildozer/aports/testing/py3-cbor2/pkg creating /home/buildozer/aports/testing/py3-cbor2/pkg/py3-cbor2 creating /home/buildozer/aports/testing/py3-cbor2/pkg/py3-cbor2/usr creating /home/buildozer/aports/testing/py3-cbor2/pkg/py3-cbor2/usr/lib creating /home/buildozer/aports/testing/py3-cbor2/pkg/py3-cbor2/usr/lib/python3.10 creating /home/buildozer/aports/testing/py3-cbor2/pkg/py3-cbor2/usr/lib/python3.10/site-packages copying build/lib.linux-riscv64-cpython-310/_cbor2.cpython-310-riscv64-linux-gnu.so -> /home/buildozer/aports/testing/py3-cbor2/pkg/py3-cbor2/usr/lib/python3.10/site-packages creating /home/buildozer/aports/testing/py3-cbor2/pkg/py3-cbor2/usr/lib/python3.10/site-packages/cbor2 copying build/lib.linux-riscv64-cpython-310/cbor2/types.py -> /home/buildozer/aports/testing/py3-cbor2/pkg/py3-cbor2/usr/lib/python3.10/site-packages/cbor2 copying build/lib.linux-riscv64-cpython-310/cbor2/__init__.py -> /home/buildozer/aports/testing/py3-cbor2/pkg/py3-cbor2/usr/lib/python3.10/site-packages/cbor2 copying build/lib.linux-riscv64-cpython-310/cbor2/encoder.py -> /home/buildozer/aports/testing/py3-cbor2/pkg/py3-cbor2/usr/lib/python3.10/site-packages/cbor2 copying build/lib.linux-riscv64-cpython-310/cbor2/tool.py -> /home/buildozer/aports/testing/py3-cbor2/pkg/py3-cbor2/usr/lib/python3.10/site-packages/cbor2 copying build/lib.linux-riscv64-cpython-310/cbor2/decoder.py -> /home/buildozer/aports/testing/py3-cbor2/pkg/py3-cbor2/usr/lib/python3.10/site-packages/cbor2 byte-compiling /home/buildozer/aports/testing/py3-cbor2/pkg/py3-cbor2/usr/lib/python3.10/site-packages/cbor2/types.py to types.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-cbor2/pkg/py3-cbor2/usr/lib/python3.10/site-packages/cbor2/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-cbor2/pkg/py3-cbor2/usr/lib/python3.10/site-packages/cbor2/encoder.py to encoder.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-cbor2/pkg/py3-cbor2/usr/lib/python3.10/site-packages/cbor2/tool.py to tool.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-cbor2/pkg/py3-cbor2/usr/lib/python3.10/site-packages/cbor2/decoder.py to decoder.cpython-310.pyc running install_egg_info Copying cbor2.egg-info to /home/buildozer/aports/testing/py3-cbor2/pkg/py3-cbor2/usr/lib/python3.10/site-packages/cbor2-5.4.3-py3.10.egg-info running install_scripts >>> py3-cbor2*: Running postcheck for py3-cbor2 >>> py3-cbor2*: Preparing package py3-cbor2... >>> py3-cbor2*: Stripping binaries >>> py3-cbor2*: Scanning shared objects >>> py3-cbor2*: Tracing dependencies... python3 so:libc.musl-riscv64.so.1 >>> py3-cbor2*: Package size: 276.0 KB >>> py3-cbor2*: Compressing data... >>> py3-cbor2*: Create checksum... >>> py3-cbor2*: Create py3-cbor2-5.4.3-r0.apk >>> py3-cbor2: Build complete at Wed, 09 Nov 2022 22:04:10 +0000 elapsed time 0h 0m 59s >>> py3-cbor2: Cleaning up srcdir >>> py3-cbor2: Cleaning up pkgdir >>> py3-cbor2: Uninstalling dependencies... (1/17) Purging .makedepends-py3-cbor2 (20221109.220315) (2/17) Purging py3-setuptools_scm (7.0.5-r0) (3/17) Purging py3-setuptools (65.5.1-r0) (4/17) Purging py3-tomli (2.0.1-r1) (5/17) Purging py3-typing-extensions (4.4.0-r0) (6/17) Purging py3-wheel (0.38.3-r0) (7/17) Purging py3-packaging (21.3-r2) (8/17) Purging py3-parsing (3.0.9-r0) (9/17) Purging python3-dev (3.10.8-r3) (10/17) Purging python3 (3.10.8-r3) (11/17) Purging libbz2 (1.0.8-r3) (12/17) Purging libffi (3.4.4-r0) (13/17) Purging gdbm (1.23-r0) (14/17) Purging xz-libs (5.2.7-r0) (15/17) Purging mpdecimal (2.5.1-r1) (16/17) Purging readline (8.2.0-r0) (17/17) Purging sqlite-libs (3.39.4-r0) Executing busybox-1.35.0-r27.trigger OK: 271 MiB in 96 packages >>> py3-cbor2: Updating the testing/riscv64 repository index... >>> py3-cbor2: Signing the index...