>>> py3-tldextract: Building community/py3-tldextract 3.2.0-r0 (using abuild 3.9.0-r0) started Mon, 21 Feb 2022 19:18:53 +0000 >>> py3-tldextract: Checking sanity of /home/buildozer/aports/community/py3-tldextract/APKBUILD... >>> py3-tldextract: Analyzing dependencies... >>> py3-tldextract: Installing for build: build-base python3 py3-idna py3-requests py3-requests-file py3-filelock py3-setuptools py3-pytest py3-pytest-mock py3-responses (1/33) Installing libffi (3.4.2-r1) (2/33) Installing gdbm (1.23-r0) (3/33) Installing mpdecimal (2.5.1-r1) (4/33) Installing readline (8.1.1-r0) (5/33) Installing sqlite-libs (3.37.2-r0) (6/33) Installing python3 (3.10.2-r0) (7/33) Installing py3-idna (3.3-r2) (8/33) Installing py3-certifi (2021.10.8-r0) (9/33) Installing py3-charset-normalizer (2.0.10-r0) (10/33) Installing py3-urllib3 (1.26.8-r0) (11/33) Installing py3-requests (2.27.1-r0) (12/33) Installing py3-requests-file (1.5.1-r2) (13/33) Installing py3-filelock (3.4.2-r0) (14/33) Installing py3-ordered-set (4.0.2-r3) (15/33) Installing py3-appdirs (1.4.4-r3) (16/33) Installing py3-parsing (2.4.7-r3) (17/33) Installing py3-six (1.16.0-r1) (18/33) Installing py3-packaging (21.3-r0) (19/33) Installing py3-setuptools (52.0.0-r5) (20/33) Installing py3-atomicwrites (1.4.0-r2) (21/33) Installing py3-attrs (21.2.0-r1) (22/33) Installing py3-more-itertools (8.12.0-r1) (23/33) Installing py3-iniconfig (1.1.1-r2) (24/33) Installing py3-pluggy (0.13.1-r5) (25/33) Installing py3-py (1.10.0-r2) (26/33) Installing py3-wcwidth (0.2.5-r2) (27/33) Installing py3-toml (0.10.2-r3) (28/33) Installing py3-pytest (6.2.5-r1) (29/33) Installing py3-pbr (5.8.1-r0) (30/33) Installing py3-mock (4.0.3-r2) (31/33) Installing py3-pytest-mock (3.5.1-r2) (32/33) Installing py3-responses (0.14.0-r1) (33/33) Installing .makedepends-py3-tldextract (20220221.191854) Executing busybox-1.35.0-r2.trigger OK: 359 MiB in 131 packages >>> py3-tldextract: Cleaning up srcdir >>> py3-tldextract: Cleaning up pkgdir >>> py3-tldextract: Fetching https://distfiles.alpinelinux.org/distfiles/edge/tldextract-3.2.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 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-tldextract: Fetching tldextract-3.2.0.tar.gz::https://github.com/john-kurkowski/tldextract/archive/3.2.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 100 142 100 142 0 0 287 0 --:--:-- --:--:-- --:--:-- 288 91 99k 91 93697 0 0 69086 0 0:00:01 0:00:01 --:--:-- 69086 100 99k 100 99k 0 0 75289 0 0:00:01 0:00:01 --:--:-- 8232k >>> py3-tldextract: Fetching https://distfiles.alpinelinux.org/distfiles/edge/tldextract-3.2.0.tar.gz >>> py3-tldextract: Checking sha512sums... tldextract-3.2.0.tar.gz: OK >>> py3-tldextract: Unpacking /var/cache/distfiles/edge/tldextract-3.2.0.tar.gz... running build running build_py creating build creating build/lib creating build/lib/tldextract copying tldextract/remote.py -> build/lib/tldextract copying tldextract/__main__.py -> build/lib/tldextract copying tldextract/__init__.py -> build/lib/tldextract copying tldextract/cache.py -> build/lib/tldextract copying tldextract/tldextract.py -> build/lib/tldextract copying tldextract/cli.py -> build/lib/tldextract copying tldextract/suffix_list.py -> build/lib/tldextract copying tldextract/_version.py -> build/lib/tldextract running egg_info creating tldextract.egg-info writing tldextract.egg-info/PKG-INFO writing dependency_links to tldextract.egg-info/dependency_links.txt writing entry points to tldextract.egg-info/entry_points.txt writing requirements to tldextract.egg-info/requires.txt writing top-level names to tldextract.egg-info/top_level.txt writing manifest file 'tldextract.egg-info/SOURCES.txt' reading manifest file 'tldextract.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'tldextract.egg-info/SOURCES.txt' copying tldextract/.tld_set_snapshot -> build/lib/tldextract copying tldextract/py.typed -> build/lib/tldextract ============================= test session starts ============================== platform linux -- Python 3.10.2, pytest-6.2.5, py-1.10.0, pluggy-0.13.1 rootdir: /home/buildozer/aports/community/py3-tldextract/src/tldextract-3.2.0, configfile: pytest.ini plugins: mock-3.5.1 collected 49 items tests/custom_suffix_test.py ..... [ 10%] tests/integration_test.py . [ 12%] tests/main_test.py ................................ [ 77%] tests/test_cache.py ... [ 83%] tests/test_parallel.py .. [ 87%] tldextract/tldextract.py ...... [100%] ============================== 49 passed in 4.13s ============================== >>> py3-tldextract: Entering fakeroot... running install running build running build_py running egg_info writing tldextract.egg-info/PKG-INFO writing dependency_links to tldextract.egg-info/dependency_links.txt writing entry points to tldextract.egg-info/entry_points.txt writing requirements to tldextract.egg-info/requires.txt writing top-level names to tldextract.egg-info/top_level.txt reading manifest file 'tldextract.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'tldextract.egg-info/SOURCES.txt' running install_lib creating /home/buildozer/aports/community/py3-tldextract/pkg creating /home/buildozer/aports/community/py3-tldextract/pkg/py3-tldextract creating /home/buildozer/aports/community/py3-tldextract/pkg/py3-tldextract/usr creating /home/buildozer/aports/community/py3-tldextract/pkg/py3-tldextract/usr/lib creating /home/buildozer/aports/community/py3-tldextract/pkg/py3-tldextract/usr/lib/python3.10 creating /home/buildozer/aports/community/py3-tldextract/pkg/py3-tldextract/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-tldextract/pkg/py3-tldextract/usr/lib/python3.10/site-packages/tldextract copying build/lib/tldextract/remote.py -> /home/buildozer/aports/community/py3-tldextract/pkg/py3-tldextract/usr/lib/python3.10/site-packages/tldextract copying build/lib/tldextract/py.typed -> /home/buildozer/aports/community/py3-tldextract/pkg/py3-tldextract/usr/lib/python3.10/site-packages/tldextract copying build/lib/tldextract/__main__.py -> /home/buildozer/aports/community/py3-tldextract/pkg/py3-tldextract/usr/lib/python3.10/site-packages/tldextract copying build/lib/tldextract/__init__.py -> /home/buildozer/aports/community/py3-tldextract/pkg/py3-tldextract/usr/lib/python3.10/site-packages/tldextract copying build/lib/tldextract/cache.py -> /home/buildozer/aports/community/py3-tldextract/pkg/py3-tldextract/usr/lib/python3.10/site-packages/tldextract copying build/lib/tldextract/.tld_set_snapshot -> /home/buildozer/aports/community/py3-tldextract/pkg/py3-tldextract/usr/lib/python3.10/site-packages/tldextract copying build/lib/tldextract/tldextract.py -> /home/buildozer/aports/community/py3-tldextract/pkg/py3-tldextract/usr/lib/python3.10/site-packages/tldextract copying build/lib/tldextract/cli.py -> /home/buildozer/aports/community/py3-tldextract/pkg/py3-tldextract/usr/lib/python3.10/site-packages/tldextract copying build/lib/tldextract/suffix_list.py -> /home/buildozer/aports/community/py3-tldextract/pkg/py3-tldextract/usr/lib/python3.10/site-packages/tldextract copying build/lib/tldextract/_version.py -> /home/buildozer/aports/community/py3-tldextract/pkg/py3-tldextract/usr/lib/python3.10/site-packages/tldextract byte-compiling /home/buildozer/aports/community/py3-tldextract/pkg/py3-tldextract/usr/lib/python3.10/site-packages/tldextract/remote.py to remote.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tldextract/pkg/py3-tldextract/usr/lib/python3.10/site-packages/tldextract/__main__.py to __main__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tldextract/pkg/py3-tldextract/usr/lib/python3.10/site-packages/tldextract/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tldextract/pkg/py3-tldextract/usr/lib/python3.10/site-packages/tldextract/cache.py to cache.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tldextract/pkg/py3-tldextract/usr/lib/python3.10/site-packages/tldextract/tldextract.py to tldextract.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tldextract/pkg/py3-tldextract/usr/lib/python3.10/site-packages/tldextract/cli.py to cli.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tldextract/pkg/py3-tldextract/usr/lib/python3.10/site-packages/tldextract/suffix_list.py to suffix_list.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tldextract/pkg/py3-tldextract/usr/lib/python3.10/site-packages/tldextract/_version.py to _version.cpython-310.pyc running install_egg_info Copying tldextract.egg-info to /home/buildozer/aports/community/py3-tldextract/pkg/py3-tldextract/usr/lib/python3.10/site-packages/tldextract-3.2.0-py3.10.egg-info running install_scripts Installing tldextract script to /home/buildozer/aports/community/py3-tldextract/pkg/py3-tldextract/usr/bin >>> py3-tldextract*: Running postcheck for py3-tldextract >>> py3-tldextract*: Preparing package py3-tldextract... >>> py3-tldextract*: Tracing dependencies... >>> py3-tldextract*: Package size: 384.0 KB >>> py3-tldextract*: Compressing data... >>> py3-tldextract*: Create checksum... >>> py3-tldextract*: Create py3-tldextract-3.2.0-r0.apk >>> py3-tldextract: Build complete at Mon, 21 Feb 2022 19:19:03 +0000 elapsed time 0h 0m 10s >>> py3-tldextract: Cleaning up srcdir >>> py3-tldextract: Cleaning up pkgdir >>> py3-tldextract: Uninstalling dependencies... (1/33) Purging .makedepends-py3-tldextract (20220221.191854) (2/33) Purging py3-requests-file (1.5.1-r2) (3/33) Purging py3-filelock (3.4.2-r0) (4/33) Purging py3-setuptools (52.0.0-r5) (5/33) Purging py3-ordered-set (4.0.2-r3) (6/33) Purging py3-appdirs (1.4.4-r3) (7/33) Purging py3-pytest-mock (3.5.1-r2) (8/33) Purging py3-mock (4.0.3-r2) (9/33) Purging py3-pbr (5.8.1-r0) (10/33) Purging py3-pytest (6.2.5-r1) (11/33) Purging py3-atomicwrites (1.4.0-r2) (12/33) Purging py3-attrs (21.2.0-r1) (13/33) Purging py3-more-itertools (8.12.0-r1) (14/33) Purging py3-iniconfig (1.1.1-r2) (15/33) Purging py3-pluggy (0.13.1-r5) (16/33) Purging py3-py (1.10.0-r2) (17/33) Purging py3-wcwidth (0.2.5-r2) (18/33) Purging py3-packaging (21.3-r0) (19/33) Purging py3-parsing (2.4.7-r3) (20/33) Purging py3-toml (0.10.2-r3) (21/33) Purging py3-responses (0.14.0-r1) (22/33) Purging py3-requests (2.27.1-r0) (23/33) Purging py3-certifi (2021.10.8-r0) (24/33) Purging py3-charset-normalizer (2.0.10-r0) (25/33) Purging py3-idna (3.3-r2) (26/33) Purging py3-urllib3 (1.26.8-r0) (27/33) Purging py3-six (1.16.0-r1) (28/33) Purging python3 (3.10.2-r0) (29/33) Purging libffi (3.4.2-r1) (30/33) Purging gdbm (1.23-r0) (31/33) Purging mpdecimal (2.5.1-r1) (32/33) Purging readline (8.1.1-r0) (33/33) Purging sqlite-libs (3.37.2-r0) Executing busybox-1.35.0-r2.trigger OK: 300 MiB in 98 packages >>> py3-tldextract: Updating the community/armhf repository index... >>> py3-tldextract: Signing the index...