>>> py3-cbor2: Building testing/py3-cbor2 5.4.6-r0 (using abuild 3.10.0-r0) started Mon, 12 Dec 2022 08:27:23 +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/24) Installing libbz2 (1.0.8-r4) (2/24) Installing libffi (3.4.4-r0) (3/24) Installing gdbm (1.23-r0) (4/24) Installing xz-libs (5.2.9-r0) (5/24) Installing mpdecimal (2.5.1-r1) (6/24) Installing readline (8.2.0-r0) (7/24) Installing sqlite-libs (3.40.0-r0) (8/24) Installing python3 (3.11.1-r0) (9/24) Installing py3-parsing (3.0.9-r1) (10/24) Installing py3-packaging (22.0-r0) (11/24) Installing py3-setuptools (65.6.3-r0) (12/24) Installing py3-typing-extensions (4.4.0-r1) (13/24) Installing py3-setuptools_scm (7.0.5-r3) (14/24) Installing py3-wheel (0.38.4-r1) (15/24) Installing python3-dev (3.11.1-r0) (16/24) Installing py3-attrs (22.1.0-r1) (17/24) Installing py3-iniconfig (1.1.1-r4) (18/24) Installing py3-pluggy (1.0.0-r2) (19/24) Installing py3-py (1.11.0-r1) (20/24) Installing py3-pytest (7.2.0-r2) (21/24) Installing py3-coverage (6.5.0-r1) (22/24) Installing py3-pytest-cov (4.0.0-r1) (23/24) Installing py3-tomli (2.0.1-r2) (24/24) Installing .makedepends-py3-cbor2 (20221212.082724) Executing busybox-1.35.0-r29.trigger OK: 459 MiB in 121 packages >>> py3-cbor2: Cleaning up srcdir >>> py3-cbor2: Cleaning up pkgdir >>> py3-cbor2: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-cbor2-5.4.6.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 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-cbor2: Fetching py3-cbor2-5.4.6.tar.gz::https://files.pythonhosted.org/packages/source/c/cbor2/cbor2-5.4.6.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:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 100 86909 100 86909 0 0 32617 0 0:00:02 0:00:02 --:--:-- 32617 >>> py3-cbor2: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-cbor2-5.4.6.tar.gz >>> py3-cbor2: Checking sha512sums... py3-cbor2-5.4.6.tar.gz: OK >>> py3-cbor2: Unpacking /var/cache/distfiles/py3-cbor2-5.4.6.tar.gz... /usr/lib/python3.11/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-311 creating build/lib.linux-ppc64le-cpython-311/cbor2 copying cbor2/tool.py -> build/lib.linux-ppc64le-cpython-311/cbor2 copying cbor2/encoder.py -> build/lib.linux-ppc64le-cpython-311/cbor2 copying cbor2/decoder.py -> build/lib.linux-ppc64le-cpython-311/cbor2 copying cbor2/__init__.py -> build/lib.linux-ppc64le-cpython-311/cbor2 copying cbor2/types.py -> build/lib.linux-ppc64le-cpython-311/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-311 creating build/temp.linux-ppc64le-cpython-311/source gcc -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.11 -c source/decoder.c -o build/temp.linux-ppc64le-cpython-311/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 -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.11 -c source/encoder.c -o build/temp.linux-ppc64le-cpython-311/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 -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.11 -c source/halffloat.c -o build/temp.linux-ppc64le-cpython-311/source/halffloat.o -std=c99 -D_GNU_SOURCE gcc -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.11 -c source/module.c -o build/temp.linux-ppc64le-cpython-311/source/module.o -std=c99 -D_GNU_SOURCE gcc -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.11 -c source/tags.c -o build/temp.linux-ppc64le-cpython-311/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-311/source/decoder.o build/temp.linux-ppc64le-cpython-311/source/encoder.o build/temp.linux-ppc64le-cpython-311/source/halffloat.o build/temp.linux-ppc64le-cpython-311/source/module.o build/temp.linux-ppc64le-cpython-311/source/tags.o -L/usr/lib -lm -o build/lib.linux-ppc64le-cpython-311/_cbor2.cpython-311-powerpc64le-linux-musl.so ============================= test session starts ============================== platform linux -- Python 3.11.1, pytest-7.2.0, pluggy-1.0.0 rootdir: /home/buildozer/aports/testing/py3-cbor2/src/cbor2-5.4.6, 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.11/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.11.1-final-0 ----------- Name Stmts Miss Cover Missing ------------------------------------------------- cbor2/__init__.py 16 16 0% 1-71 cbor2/decoder.py 352 352 0% 1-682 cbor2/encoder.py 322 322 0% 1-683 cbor2/tool.py 116 116 0% 2-209 cbor2/types.py 105 105 0% 1-183 ------------------------------------------------- TOTAL 911 911 0% ============================= 610 passed in 7.98s ============================== >>> py3-cbor2: Entering fakeroot... /usr/lib/python3.11/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.11/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.11 creating /home/buildozer/aports/testing/py3-cbor2/pkg/py3-cbor2/usr/lib/python3.11/site-packages copying build/lib.linux-ppc64le-cpython-311/_cbor2.cpython-311-powerpc64le-linux-musl.so -> /home/buildozer/aports/testing/py3-cbor2/pkg/py3-cbor2/usr/lib/python3.11/site-packages creating /home/buildozer/aports/testing/py3-cbor2/pkg/py3-cbor2/usr/lib/python3.11/site-packages/cbor2 copying build/lib.linux-ppc64le-cpython-311/cbor2/tool.py -> /home/buildozer/aports/testing/py3-cbor2/pkg/py3-cbor2/usr/lib/python3.11/site-packages/cbor2 copying build/lib.linux-ppc64le-cpython-311/cbor2/encoder.py -> /home/buildozer/aports/testing/py3-cbor2/pkg/py3-cbor2/usr/lib/python3.11/site-packages/cbor2 copying build/lib.linux-ppc64le-cpython-311/cbor2/decoder.py -> /home/buildozer/aports/testing/py3-cbor2/pkg/py3-cbor2/usr/lib/python3.11/site-packages/cbor2 creating /home/buildozer/aports/testing/py3-cbor2/pkg/py3-cbor2/usr/lib/python3.11/site-packages/cbor2/__pycache__ copying build/lib.linux-ppc64le-cpython-311/cbor2/__pycache__/encoder.cpython-311.pyc -> /home/buildozer/aports/testing/py3-cbor2/pkg/py3-cbor2/usr/lib/python3.11/site-packages/cbor2/__pycache__ copying build/lib.linux-ppc64le-cpython-311/cbor2/__pycache__/__init__.cpython-311.pyc -> /home/buildozer/aports/testing/py3-cbor2/pkg/py3-cbor2/usr/lib/python3.11/site-packages/cbor2/__pycache__ copying build/lib.linux-ppc64le-cpython-311/cbor2/__pycache__/decoder.cpython-311.pyc -> /home/buildozer/aports/testing/py3-cbor2/pkg/py3-cbor2/usr/lib/python3.11/site-packages/cbor2/__pycache__ copying build/lib.linux-ppc64le-cpython-311/cbor2/__pycache__/types.cpython-311.pyc -> /home/buildozer/aports/testing/py3-cbor2/pkg/py3-cbor2/usr/lib/python3.11/site-packages/cbor2/__pycache__ copying build/lib.linux-ppc64le-cpython-311/cbor2/__pycache__/tool.cpython-311.pyc -> /home/buildozer/aports/testing/py3-cbor2/pkg/py3-cbor2/usr/lib/python3.11/site-packages/cbor2/__pycache__ copying build/lib.linux-ppc64le-cpython-311/cbor2/__init__.py -> /home/buildozer/aports/testing/py3-cbor2/pkg/py3-cbor2/usr/lib/python3.11/site-packages/cbor2 copying build/lib.linux-ppc64le-cpython-311/cbor2/types.py -> /home/buildozer/aports/testing/py3-cbor2/pkg/py3-cbor2/usr/lib/python3.11/site-packages/cbor2 running install_egg_info Copying cbor2.egg-info to /home/buildozer/aports/testing/py3-cbor2/pkg/py3-cbor2/usr/lib/python3.11/site-packages/cbor2-5.4.6-py3.11.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: 356.0 KB >>> py3-cbor2*: Compressing data... >>> py3-cbor2*: Create checksum... >>> py3-cbor2*: Create py3-cbor2-5.4.6-r0.apk >>> py3-cbor2: Build complete at Mon, 12 Dec 2022 08:27:56 +0000 elapsed time 0h 0m 33s >>> py3-cbor2: Cleaning up srcdir >>> py3-cbor2: Cleaning up pkgdir >>> py3-cbor2: Uninstalling dependencies... (1/24) Purging .makedepends-py3-cbor2 (20221212.082724) (2/24) Purging py3-setuptools_scm (7.0.5-r3) (3/24) Purging py3-setuptools (65.6.3-r0) (4/24) Purging py3-typing-extensions (4.4.0-r1) (5/24) Purging py3-wheel (0.38.4-r1) (6/24) Purging python3-dev (3.11.1-r0) (7/24) Purging py3-pytest-cov (4.0.0-r1) (8/24) Purging py3-pytest (7.2.0-r2) (9/24) Purging py3-attrs (22.1.0-r1) (10/24) Purging py3-iniconfig (1.1.1-r4) (11/24) Purging py3-packaging (22.0-r0) (12/24) Purging py3-parsing (3.0.9-r1) (13/24) Purging py3-pluggy (1.0.0-r2) (14/24) Purging py3-py (1.11.0-r1) (15/24) Purging py3-coverage (6.5.0-r1) (16/24) Purging py3-tomli (2.0.1-r2) (17/24) Purging python3 (3.11.1-r0) (18/24) Purging libbz2 (1.0.8-r4) (19/24) Purging libffi (3.4.4-r0) (20/24) Purging gdbm (1.23-r0) (21/24) Purging xz-libs (5.2.9-r0) (22/24) Purging mpdecimal (2.5.1-r1) (23/24) Purging readline (8.2.0-r0) (24/24) Purging sqlite-libs (3.40.0-r0) Executing busybox-1.35.0-r29.trigger OK: 293 MiB in 97 packages >>> py3-cbor2: Updating the testing/ppc64le repository index... >>> py3-cbor2: Signing the index...