>>> py3-cbor2: Building testing/py3-cbor2 5.4.3-r0 (using abuild 3.10.0_rc1-r2) started Wed, 09 Nov 2022 22:00: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 py3-pytest py3-pytest-cov py3-tomli (1/25) Installing libbz2 (1.0.8-r3) (2/25) Installing libffi (3.4.4-r0) (3/25) Installing gdbm (1.23-r0) (4/25) Installing xz-libs (5.2.7-r0) (5/25) Installing mpdecimal (2.5.1-r1) (6/25) Installing readline (8.2.0-r0) (7/25) Installing sqlite-libs (3.39.4-r0) (8/25) Installing python3 (3.10.8-r3) (9/25) Installing py3-parsing (3.0.9-r0) (10/25) Installing py3-packaging (21.3-r2) (11/25) Installing py3-setuptools (65.5.1-r0) (12/25) Installing py3-tomli (2.0.1-r1) (13/25) Installing py3-typing-extensions (4.4.0-r0) (14/25) Installing py3-setuptools_scm (7.0.5-r0) (15/25) Installing py3-wheel (0.38.3-r0) (16/25) Installing python3-dev (3.10.8-r3) (17/25) Installing py3-attrs (22.1.0-r0) (18/25) Installing py3-exceptiongroup (1.0.1-r0) (19/25) Installing py3-iniconfig (1.1.1-r3) (20/25) Installing py3-pluggy (1.0.0-r1) (21/25) Installing py3-py (1.11.0-r0) (22/25) Installing py3-pytest (7.2.0-r1) (23/25) Installing py3-coverage (6.5.0-r0) (24/25) Installing py3-pytest-cov (4.0.0-r0) (25/25) Installing .makedepends-py3-cbor2 (20221109.220012) Executing busybox-1.35.0-r27.trigger OK: 414 MiB in 122 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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86499 100 86499 0 0 68346 0 0:00:01 0:00:01 --:--:-- 68346 >>> 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-ppc64le-cpython-310 creating build/lib.linux-ppc64le-cpython-310/cbor2 copying cbor2/tool.py -> build/lib.linux-ppc64le-cpython-310/cbor2 copying cbor2/encoder.py -> build/lib.linux-ppc64le-cpython-310/cbor2 copying cbor2/decoder.py -> build/lib.linux-ppc64le-cpython-310/cbor2 copying cbor2/__init__.py -> build/lib.linux-ppc64le-cpython-310/cbor2 copying cbor2/types.py -> build/lib.linux-ppc64le-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-ppc64le-cpython-310 creating build/temp.linux-ppc64le-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=0x200000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/usr/include/python3.10 -c source/decoder.c -o build/temp.linux-ppc64le-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=0x200000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/usr/include/python3.10 -c source/encoder.c -o build/temp.linux-ppc64le-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=0x200000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/usr/include/python3.10 -c source/halffloat.c -o build/temp.linux-ppc64le-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=0x200000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/usr/include/python3.10 -c source/module.c -o build/temp.linux-ppc64le-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=0x200000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/usr/include/python3.10 -c source/tags.c -o build/temp.linux-ppc64le-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-ppc64le-cpython-310/source/decoder.o build/temp.linux-ppc64le-cpython-310/source/encoder.o build/temp.linux-ppc64le-cpython-310/source/halffloat.o build/temp.linux-ppc64le-cpython-310/source/module.o build/temp.linux-ppc64le-cpython-310/source/tags.o -L/usr/lib -lm -o build/lib.linux-ppc64le-cpython-310/_cbor2.cpython-310-powerpc64le-linux-gnu.so ============================= test session starts ============================== platform linux -- Python 3.10.8, pytest-7.2.0, pluggy-1.0.0 rootdir: /home/buildozer/aports/testing/py3-cbor2/src/cbor2-5.4.3, configfile: pyproject.toml, testpaths: tests plugins: cov-4.0.0 collected 610 items tests/test_decoder.py .................................................. [ 8%] ........................................................................ [ 20%] ................................... [ 25%] tests/test_encoder.py .................................................. [ 33%] ........................................................................ [ 45%] [ 45%] tests/test_types.py .................. [ 48%] tests/test_decoder.py .................................................. [ 56%] ........................................................................ [ 68%] ................................... [ 74%] tests/test_encoder.py .................................................. [ 82%] ........................................................................ [ 94%] [ 94%] tests/test_types.py .................. [ 97%] tests/test_tool.py ............... [ 99%] tests/test_types.py . [100%]/usr/lib/python3.10/site-packages/coverage/control.py:801: CoverageWarning: No data was collected. (no-data-collected) self._warn("No data was collected.", slug="no-data-collected") ---------- coverage: platform linux, python 3.10.8-final-0 ----------- Name Stmts Miss Cover Missing ------------------------------------------------- cbor2/__init__.py 16 16 0% 1-71 cbor2/decoder.py 350 350 0% 1-680 cbor2/encoder.py 322 322 0% 1-683 cbor2/tool.py 116 116 0% 2-209 cbor2/types.py 103 103 0% 1-180 ------------------------------------------------- TOTAL 907 907 0% ============================= 610 passed in 2.47s ============================== >>> 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-ppc64le-cpython-310/_cbor2.cpython-310-powerpc64le-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-ppc64le-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-ppc64le-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-ppc64le-cpython-310/cbor2/decoder.py -> /home/buildozer/aports/testing/py3-cbor2/pkg/py3-cbor2/usr/lib/python3.10/site-packages/cbor2 creating /home/buildozer/aports/testing/py3-cbor2/pkg/py3-cbor2/usr/lib/python3.10/site-packages/cbor2/__pycache__ copying build/lib.linux-ppc64le-cpython-310/cbor2/__pycache__/tool.cpython-310.pyc -> /home/buildozer/aports/testing/py3-cbor2/pkg/py3-cbor2/usr/lib/python3.10/site-packages/cbor2/__pycache__ copying build/lib.linux-ppc64le-cpython-310/cbor2/__pycache__/types.cpython-310.pyc -> /home/buildozer/aports/testing/py3-cbor2/pkg/py3-cbor2/usr/lib/python3.10/site-packages/cbor2/__pycache__ copying build/lib.linux-ppc64le-cpython-310/cbor2/__pycache__/encoder.cpython-310.pyc -> /home/buildozer/aports/testing/py3-cbor2/pkg/py3-cbor2/usr/lib/python3.10/site-packages/cbor2/__pycache__ copying build/lib.linux-ppc64le-cpython-310/cbor2/__pycache__/decoder.cpython-310.pyc -> /home/buildozer/aports/testing/py3-cbor2/pkg/py3-cbor2/usr/lib/python3.10/site-packages/cbor2/__pycache__ copying build/lib.linux-ppc64le-cpython-310/cbor2/__pycache__/__init__.cpython-310.pyc -> /home/buildozer/aports/testing/py3-cbor2/pkg/py3-cbor2/usr/lib/python3.10/site-packages/cbor2/__pycache__ copying build/lib.linux-ppc64le-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-ppc64le-cpython-310/cbor2/types.py -> /home/buildozer/aports/testing/py3-cbor2/pkg/py3-cbor2/usr/lib/python3.10/site-packages/cbor2 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-ppc64le.so.1 >>> py3-cbor2*: Package size: 324.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:00:27 +0000 elapsed time 0h 0m 16s >>> py3-cbor2: Cleaning up srcdir >>> py3-cbor2: Cleaning up pkgdir >>> py3-cbor2: Uninstalling dependencies... (1/25) Purging .makedepends-py3-cbor2 (20221109.220012) (2/25) Purging py3-setuptools_scm (7.0.5-r0) (3/25) Purging py3-setuptools (65.5.1-r0) (4/25) Purging py3-typing-extensions (4.4.0-r0) (5/25) Purging py3-wheel (0.38.3-r0) (6/25) Purging python3-dev (3.10.8-r3) (7/25) Purging py3-pytest-cov (4.0.0-r0) (8/25) Purging py3-pytest (7.2.0-r1) (9/25) Purging py3-attrs (22.1.0-r0) (10/25) Purging py3-exceptiongroup (1.0.1-r0) (11/25) Purging py3-iniconfig (1.1.1-r3) (12/25) Purging py3-packaging (21.3-r2) (13/25) Purging py3-parsing (3.0.9-r0) (14/25) Purging py3-pluggy (1.0.0-r1) (15/25) Purging py3-py (1.11.0-r0) (16/25) Purging py3-coverage (6.5.0-r0) (17/25) Purging py3-tomli (2.0.1-r1) (18/25) Purging python3 (3.10.8-r3) (19/25) Purging libbz2 (1.0.8-r3) (20/25) Purging libffi (3.4.4-r0) (21/25) Purging gdbm (1.23-r0) (22/25) Purging xz-libs (5.2.7-r0) (23/25) Purging mpdecimal (2.5.1-r1) (24/25) Purging readline (8.2.0-r0) (25/25) Purging sqlite-libs (3.39.4-r0) Executing busybox-1.35.0-r27.trigger OK: 293 MiB in 97 packages >>> py3-cbor2: Updating the testing/ppc64le repository index... >>> py3-cbor2: Signing the index...