>>> py3-pyphen: Building community/py3-pyphen 0.11.0-r0 (using abuild 3.9.0_rc2-r1) started Sat, 23 Oct 2021 08:15:10 +0000 >>> py3-pyphen: Checking sanity of /home/buildozer/aports/community/py3-pyphen/APKBUILD... >>> py3-pyphen: Analyzing dependencies... >>> py3-pyphen: Installing for build: build-base python3 py3-pip py3-pytest py3-pytest-cov py3-pytest-isort py3-pytest-flake8 (1/50) Installing libffi (3.4.2-r1) (2/50) Installing gdbm (1.20-r2) (3/50) Installing mpdecimal (2.5.1-r1) (4/50) Installing readline (8.1.1-r0) (5/50) Installing sqlite-libs (3.36.0-r0) (6/50) Installing python3 (3.9.7-r3) (7/50) Installing py3-appdirs (1.4.4-r2) (8/50) Installing py3-chardet (4.0.0-r2) (9/50) Installing py3-idna (3.3-r0) (10/50) Installing py3-urllib3 (1.26.7-r0) (11/50) Installing py3-certifi (2020.12.5-r1) (12/50) Installing py3-requests (2.26.0-r0) (13/50) Installing py3-msgpack (1.0.2-r1) (14/50) Installing py3-lockfile (0.12.2-r4) (15/50) Installing py3-cachecontrol (0.12.6-r1) (16/50) Installing py3-colorama (0.4.4-r1) (17/50) Installing py3-contextlib2 (21.6.0-r1) (18/50) Installing py3-distlib (0.3.3-r0) (19/50) Installing py3-distro (1.6.0-r0) (20/50) Installing py3-six (1.16.0-r0) (21/50) Installing py3-webencodings (0.5.1-r4) (22/50) Installing py3-html5lib (1.1-r1) (23/50) Installing py3-parsing (2.4.7-r2) (24/50) Installing py3-packaging (20.9-r1) (25/50) Installing py3-tomli (1.2.1-r0) (26/50) Installing py3-pep517 (0.12.0-r0) (27/50) Installing py3-progress (1.6-r0) (28/50) Installing py3-retrying (1.3.3-r2) (29/50) Installing py3-ordered-set (4.0.2-r2) (30/50) Installing py3-setuptools (52.0.0-r4) (31/50) Installing py3-toml (0.10.2-r2) (32/50) Installing py3-pip (20.3.4-r1) (33/50) Installing py3-atomicwrites (1.4.0-r1) (34/50) Installing py3-attrs (20.3.0-r1) (35/50) Installing py3-more-itertools (8.10.0-r0) (36/50) Installing py3-iniconfig (1.1.1-r1) (37/50) Installing py3-pluggy (0.13.1-r4) (38/50) Installing py3-py (1.10.0-r1) (39/50) Installing py3-wcwidth (0.2.5-r1) (40/50) Installing py3-pytest (6.2.5-r0) (41/50) Installing py3-coverage (5.5-r0) (42/50) Installing py3-pytest-cov (2.12.1-r0) (43/50) Installing py3-isort (4.3.21.2-r3) (44/50) Installing py3-pytest-isort (1.3.0-r1) (45/50) Installing py3-pyflakes (2.3.1-r0) (46/50) Installing py3-pycodestyle (2.7.0-r0) (47/50) Installing py3-mccabe (0.6.1-r6) (48/50) Installing py3-flake8 (3.9.2-r0) (49/50) Installing py3-pytest-flake8 (1.0.7-r1) (50/50) Installing .makedepends-py3-pyphen (20211023.081510) Executing busybox-1.34.1-r1.trigger OK: 398 MiB in 150 packages >>> py3-pyphen: Cleaning up srcdir >>> py3-pyphen: Cleaning up pkgdir >>> py3-pyphen: Fetching https://distfiles.alpinelinux.org/distfiles/Pyphen-0.11.0.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 curl: (22) The requested URL returned error: 404 >>> py3-pyphen: Fetching Pyphen-0.11.0.tar.gz::https://github.com/Kozea/Pyphen/archive/0.11.0.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 120 100 120 0 0 562 0 --:--:-- --:--:-- --:--:-- 563 100 1921k 0 1921k 0 0 2730k 0 --:--:-- --:--:-- --:--:-- 2730k >>> py3-pyphen: Fetching https://distfiles.alpinelinux.org/distfiles/Pyphen-0.11.0.tar.gz >>> py3-pyphen: Checking sha512sums... Pyphen-0.11.0.tar.gz: OK >>> py3-pyphen: Unpacking /var/cache/distfiles/Pyphen-0.11.0.tar.gz... ============================= test session starts ============================== platform linux -- Python 3.9.7, pytest-6.2.5, py-1.10.0, pluggy-0.13.1 rootdir: /home/buildozer/aports/community/py3-pyphen/src/Pyphen-0.11.0, configfile: pyproject.toml plugins: cov-2.12.1, isort-1.3.0, flake8-1.0.7 collected 19 items pyphen/__init__.py .. [ 10%] tests/__init__.py .. [ 21%] tests/test_pyphen.py ............... [100%] =============================== warnings summary =============================== ../../../../../../../usr/lib/python3.9/site-packages/packaging/version.py:127: 344 warnings /usr/lib/python3.9/site-packages/packaging/version.py:127: DeprecationWarning: Creating a LegacyVersion has been deprecated and will be removed in the next major release warnings.warn( -- Docs: https://docs.pytest.org/en/stable/warnings.html ----------- coverage: platform linux, python 3.9.7-final-0 ----------- Name Stmts Miss Branch BrPart Cover -------------------------------------------------------- pyphen/__init__.py 132 3 68 3 97% tests/__init__.py 0 0 0 0 100% tests/test_pyphen.py 58 0 2 0 100% -------------------------------------------------------- TOTAL 190 3 70 3 98% ====================== 19 passed, 344 warnings in 27.98s ======================= >>> py3-pyphen: Entering fakeroot... Processing /home/buildozer/aports/community/py3-pyphen/src/Pyphen-0.11.0 Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Installing backend dependencies: started Installing backend dependencies: finished with status 'done' Preparing wheel metadata: started Preparing wheel metadata: finished with status 'done' Building wheels for collected packages: pyphen Building wheel for pyphen (PEP 517): started Building wheel for pyphen (PEP 517): finished with status 'done' Created wheel for pyphen: filename=pyphen-0.11.0-py3-none-any.whl size=1952709 sha256=c399a986cd3b79b950c312db7c84321921065fb61d43fc3b80c2c1c4575468f4 Stored in directory: /home/buildozer/.cache/pip/wheels/13/ac/b6/9ac302f2edee348736e7177e36ad571b4d0f3399b0a0650ffc Successfully built pyphen Installing collected packages: pyphen Successfully installed pyphen-0.11.0 >>> py3-pyphen*: Running postcheck for py3-pyphen >>> py3-pyphen*: Preparing package py3-pyphen... >>> py3-pyphen*: Tracing dependencies... >>> py3-pyphen*: Package size: 5.8 MB >>> py3-pyphen*: Compressing data... >>> py3-pyphen*: Create checksum... >>> py3-pyphen*: Create py3-pyphen-0.11.0-r0.apk >>> py3-pyphen: Build complete at Sat, 23 Oct 2021 08:15:46 +0000 elapsed time 0h 0m 36s >>> py3-pyphen: Cleaning up srcdir >>> py3-pyphen: Cleaning up pkgdir >>> py3-pyphen: Uninstalling dependencies... (1/50) Purging .makedepends-py3-pyphen (20211023.081510) (2/50) Purging py3-pip (20.3.4-r1) (3/50) Purging py3-cachecontrol (0.12.6-r1) (4/50) Purging py3-lockfile (0.12.2-r4) (5/50) Purging py3-colorama (0.4.4-r1) (6/50) Purging py3-contextlib2 (21.6.0-r1) (7/50) Purging py3-distlib (0.3.3-r0) (8/50) Purging py3-distro (1.6.0-r0) (9/50) Purging py3-html5lib (1.1-r1) (10/50) Purging py3-msgpack (1.0.2-r1) (11/50) Purging py3-pep517 (0.12.0-r0) (12/50) Purging py3-tomli (1.2.1-r0) (13/50) Purging py3-progress (1.6-r0) (14/50) Purging py3-requests (2.26.0-r0) (15/50) Purging py3-chardet (4.0.0-r2) (16/50) Purging py3-idna (3.3-r0) (17/50) Purging py3-urllib3 (1.26.7-r0) (18/50) Purging py3-certifi (2020.12.5-r1) (19/50) Purging py3-retrying (1.3.3-r2) (20/50) Purging py3-setuptools (52.0.0-r4) (21/50) Purging py3-ordered-set (4.0.2-r2) (22/50) Purging py3-appdirs (1.4.4-r2) (23/50) Purging py3-webencodings (0.5.1-r4) (24/50) Purging py3-pytest-cov (2.12.1-r0) (25/50) Purging py3-coverage (5.5-r0) (26/50) Purging py3-pytest-isort (1.3.0-r1) (27/50) Purging py3-isort (4.3.21.2-r3) (28/50) Purging py3-pytest-flake8 (1.0.7-r1) (29/50) Purging py3-pytest (6.2.5-r0) (30/50) Purging py3-atomicwrites (1.4.0-r1) (31/50) Purging py3-attrs (20.3.0-r1) (32/50) Purging py3-more-itertools (8.10.0-r0) (33/50) Purging py3-iniconfig (1.1.1-r1) (34/50) Purging py3-pluggy (0.13.1-r4) (35/50) Purging py3-py (1.10.0-r1) (36/50) Purging py3-wcwidth (0.2.5-r1) (37/50) Purging py3-packaging (20.9-r1) (38/50) Purging py3-parsing (2.4.7-r2) (39/50) Purging py3-six (1.16.0-r0) (40/50) Purging py3-toml (0.10.2-r2) (41/50) Purging py3-flake8 (3.9.2-r0) (42/50) Purging py3-pyflakes (2.3.1-r0) (43/50) Purging py3-pycodestyle (2.7.0-r0) (44/50) Purging python3 (3.9.7-r3) (45/50) Purging py3-mccabe (0.6.1-r6) (46/50) Purging libffi (3.4.2-r1) (47/50) Purging gdbm (1.20-r2) (48/50) Purging mpdecimal (2.5.1-r1) (49/50) Purging readline (8.1.1-r0) (50/50) Purging sqlite-libs (3.36.0-r0) Executing busybox-1.34.1-r1.trigger OK: 321 MiB in 100 packages >>> py3-pyphen: Updating the community/x86 repository index... >>> py3-pyphen: Signing the index...