>>> py3-cbor2: Building testing/py3-cbor2 5.4.6-r1 (using abuild 3.11.0_rc13-r0) started Sat, 22 Apr 2023 11:32:39 +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/38) Installing libbz2 (1.0.8-r5) (2/38) Installing libffi (3.4.4-r2) (3/38) Installing gdbm (1.23-r1) (4/38) Installing xz-libs (5.4.2-r1) (5/38) Installing mpdecimal (2.5.1-r2) (6/38) Installing libpanelw (6.4_p20230401-r5) (7/38) Installing readline (8.2.1-r1) (8/38) Installing sqlite-libs (3.41.2-r2) (9/38) Installing python3 (3.11.3-r10) (10/38) Installing python3-pycache-pyc0 (3.11.3-r10) (11/38) Installing pyc (0.1-r0) (12/38) Installing python3-pyc (3.11.3-r10) (13/38) Installing py3-parsing (3.0.9-r2) (14/38) Installing py3-parsing-pyc (3.0.9-r2) (15/38) Installing py3-packaging (23.1-r1) (16/38) Installing py3-packaging-pyc (23.1-r1) (17/38) Installing py3-setuptools (67.7.1-r0) (18/38) Installing py3-setuptools-pyc (67.7.1-r0) (19/38) Installing py3-typing-extensions (4.5.0-r1) (20/38) Installing py3-typing-extensions-pyc (4.5.0-r1) (21/38) Installing py3-setuptools_scm (7.1.0-r0) (22/38) Installing py3-wheel (0.40.0-r1) (23/38) Installing py3-wheel-pyc (0.40.0-r1) (24/38) Installing python3-dev (3.11.3-r10) (25/38) Installing py3-iniconfig (1.1.1-r6) (26/38) Installing py3-iniconfig-pyc (1.1.1-r6) (27/38) Installing py3-pluggy (1.0.0-r3) (28/38) Installing py3-pluggy-pyc (1.0.0-r3) (29/38) Installing py3-py (1.11.0-r2) (30/38) Installing py3-py-pyc (1.11.0-r2) (31/38) Installing py3-pytest (7.3.1-r1) (32/38) Installing py3-pytest-pyc (7.3.1-r1) (33/38) Installing py3-coverage (6.5.0-r4) (34/38) Installing py3-coverage-pyc (6.5.0-r4) (35/38) Installing py3-pytest-cov (4.0.0-r1) (36/38) Installing py3-tomli (2.0.1-r3) (37/38) Installing py3-tomli-pyc (2.0.1-r3) (38/38) Installing .makedepends-py3-cbor2 (20230422.113239) Executing busybox-1.36.0-r7.trigger OK: 440 MiB in 137 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 100 86909 100 86909 0 0 279k 0 --:--:-- --:--:-- --:--:-- 280k >>> 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/edge/py3-cbor2-5.4.6.tar.gz... /usr/lib/python3.11/site-packages/setuptools/__init__.py:84: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) /usr/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*. config = read_configuration(filepath, True, ignore_option_errors, dist) running build running build_py creating build creating build/lib.linux-armv8l-cpython-311 creating build/lib.linux-armv8l-cpython-311/cbor2 copying cbor2/__init__.py -> build/lib.linux-armv8l-cpython-311/cbor2 copying cbor2/types.py -> build/lib.linux-armv8l-cpython-311/cbor2 copying cbor2/decoder.py -> build/lib.linux-armv8l-cpython-311/cbor2 copying cbor2/encoder.py -> build/lib.linux-armv8l-cpython-311/cbor2 copying cbor2/tool.py -> build/lib.linux-armv8l-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-armv8l-cpython-311 creating build/temp.linux-armv8l-cpython-311/source gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -Wformat -Werror=format-security -Os -Wformat -Werror=format-security -fPIC -I/usr/include/python3.11 -c source/decoder.c -o build/temp.linux-armv8l-cpython-311/source/decoder.o -std=c99 -D_GNU_SOURCE gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -Wformat -Werror=format-security -Os -Wformat -Werror=format-security -fPIC -I/usr/include/python3.11 -c source/encoder.c -o build/temp.linux-armv8l-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 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -Wformat -Werror=format-security -Os -Wformat -Werror=format-security -fPIC -I/usr/include/python3.11 -c source/halffloat.c -o build/temp.linux-armv8l-cpython-311/source/halffloat.o -std=c99 -D_GNU_SOURCE gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -Wformat -Werror=format-security -Os -Wformat -Werror=format-security -fPIC -I/usr/include/python3.11 -c source/module.c -o build/temp.linux-armv8l-cpython-311/source/module.o -std=c99 -D_GNU_SOURCE gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -Wformat -Werror=format-security -Os -Wformat -Werror=format-security -fPIC -I/usr/include/python3.11 -c source/tags.c -o build/temp.linux-armv8l-cpython-311/source/tags.o -std=c99 -D_GNU_SOURCE gcc -shared -Wl,--as-needed,-O1,--sort-common -Os -Wformat -Werror=format-security -Os -Wformat -Werror=format-security build/temp.linux-armv8l-cpython-311/source/decoder.o build/temp.linux-armv8l-cpython-311/source/encoder.o build/temp.linux-armv8l-cpython-311/source/halffloat.o build/temp.linux-armv8l-cpython-311/source/module.o build/temp.linux-armv8l-cpython-311/source/tags.o -L/usr/lib -lm -o build/lib.linux-armv8l-cpython-311/_cbor2.cpython-311-arm-linux-musleabihf.so ============================= test session starts ============================== platform linux -- Python 3.11.3, pytest-7.3.1, 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.3-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 1.48s ============================== >>> py3-cbor2: Entering fakeroot... /usr/lib/python3.11/site-packages/setuptools/__init__.py:84: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) /usr/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*. config = read_configuration(filepath, True, ignore_option_errors, dist) running install /usr/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer, pypa/build or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() 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 creating /home/buildozer/aports/testing/py3-cbor2/pkg/py3-cbor2/usr/lib/python3.11/site-packages/cbor2 copying build/lib.linux-armv8l-cpython-311/cbor2/__init__.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-armv8l-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-armv8l-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-armv8l-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-armv8l-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-armv8l-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-armv8l-cpython-311/cbor2/types.py -> /home/buildozer/aports/testing/py3-cbor2/pkg/py3-cbor2/usr/lib/python3.11/site-packages/cbor2 copying build/lib.linux-armv8l-cpython-311/cbor2/decoder.py -> /home/buildozer/aports/testing/py3-cbor2/pkg/py3-cbor2/usr/lib/python3.11/site-packages/cbor2 copying build/lib.linux-armv8l-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-armv8l-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-armv8l-cpython-311/_cbor2.cpython-311-arm-linux-musleabihf.so -> /home/buildozer/aports/testing/py3-cbor2/pkg/py3-cbor2/usr/lib/python3.11/site-packages running install_egg_info 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' 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-pyc*: Running split function pyc... '/home/buildozer/aports/testing/py3-cbor2/pkg/py3-cbor2/usr/lib/python3.11/site-packages/cbor2/__pycache__' -> '/home/buildozer/aports/testing/py3-cbor2/pkg/py3-cbor2-pyc/usr/lib/python3.11/site-packages/cbor2/__pycache__' >>> py3-cbor2-pyc*: Preparing subpackage py3-cbor2-pyc... >>> py3-cbor2-pyc*: Running postcheck for py3-cbor2-pyc >>> py3-cbor2*: Running postcheck for py3-cbor2 >>> py3-cbor2*: Preparing package py3-cbor2... >>> py3-cbor2*: Stripping binaries >>> py3-cbor2-pyc*: Scanning shared objects >>> py3-cbor2*: Scanning shared objects >>> py3-cbor2-pyc*: Tracing dependencies... python3 python3~3.11 >>> py3-cbor2-pyc*: Package size: 124.0 KB >>> py3-cbor2-pyc*: Compressing data... >>> py3-cbor2-pyc*: Create checksum... >>> py3-cbor2-pyc*: Create py3-cbor2-pyc-5.4.6-r1.apk >>> py3-cbor2*: Tracing dependencies... python3 python3~3.11 so:libc.musl-armhf.so.1 >>> py3-cbor2*: Package size: 208.0 KB >>> py3-cbor2*: Compressing data... >>> py3-cbor2*: Create checksum... >>> py3-cbor2*: Create py3-cbor2-5.4.6-r1.apk >>> py3-cbor2: Build complete at Sat, 22 Apr 2023 11:32:48 +0000 elapsed time 0h 0m 9s >>> py3-cbor2: Cleaning up srcdir >>> py3-cbor2: Cleaning up pkgdir >>> py3-cbor2: Uninstalling dependencies... (1/38) Purging .makedepends-py3-cbor2 (20230422.113239) (2/38) Purging py3-setuptools_scm (7.1.0-r0) (3/38) Purging py3-setuptools-pyc (67.7.1-r0) (4/38) Purging py3-setuptools (67.7.1-r0) (5/38) Purging py3-typing-extensions-pyc (4.5.0-r1) (6/38) Purging py3-typing-extensions (4.5.0-r1) (7/38) Purging py3-wheel-pyc (0.40.0-r1) (8/38) Purging py3-wheel (0.40.0-r1) (9/38) Purging python3-dev (3.11.3-r10) (10/38) Purging py3-pytest-cov (4.0.0-r1) (11/38) Purging py3-pytest-pyc (7.3.1-r1) (12/38) Purging py3-pytest (7.3.1-r1) (13/38) Purging py3-iniconfig-pyc (1.1.1-r6) (14/38) Purging py3-iniconfig (1.1.1-r6) (15/38) Purging py3-packaging-pyc (23.1-r1) (16/38) Purging py3-packaging (23.1-r1) (17/38) Purging py3-parsing-pyc (3.0.9-r2) (18/38) Purging py3-parsing (3.0.9-r2) (19/38) Purging py3-pluggy-pyc (1.0.0-r3) (20/38) Purging py3-pluggy (1.0.0-r3) (21/38) Purging py3-py-pyc (1.11.0-r2) (22/38) Purging py3-py (1.11.0-r2) (23/38) Purging py3-coverage-pyc (6.5.0-r4) (24/38) Purging py3-coverage (6.5.0-r4) (25/38) Purging py3-tomli-pyc (2.0.1-r3) (26/38) Purging py3-tomli (2.0.1-r3) (27/38) Purging python3-pyc (3.11.3-r10) (28/38) Purging python3-pycache-pyc0 (3.11.3-r10) (29/38) Purging pyc (0.1-r0) (30/38) Purging python3 (3.11.3-r10) (31/38) Purging gdbm (1.23-r1) (32/38) Purging libbz2 (1.0.8-r5) (33/38) Purging libffi (3.4.4-r2) (34/38) Purging libpanelw (6.4_p20230401-r5) (35/38) Purging mpdecimal (2.5.1-r2) (36/38) Purging readline (8.2.1-r1) (37/38) Purging sqlite-libs (3.41.2-r2) (38/38) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r7.trigger OK: 326 MiB in 99 packages >>> py3-cbor2: Updating the testing/armhf repository index... >>> py3-cbor2: Signing the index...