>>> toot: Building testing/toot 0.28.0-r0 (using abuild 3.8.0_rc4-r0) started Sun, 29 Aug 2021 17:23:31 +0000 >>> toot: Checking sanity of /home/buildozer/aports/testing/toot/APKBUILD... >>> toot: Analyzing dependencies... >>> toot: Installing for build: build-base python3 py3-setuptools py3-requests py3-beautifulsoup4 py3-wcwidth py3-urwid python3-dev py3-pytest (1/31) Installing libffi (3.3-r2) (2/31) Installing gdbm (1.20-r2) (3/31) Installing mpdecimal (2.5.1-r1) (4/31) Installing readline (8.1.1-r0) (5/31) Installing sqlite-libs (3.36.0-r0) (6/31) Installing python3 (3.9.6-r0) (7/31) Installing py3-ordered-set (4.0.2-r2) (8/31) Installing py3-appdirs (1.4.4-r2) (9/31) Installing py3-parsing (2.4.7-r2) (10/31) Installing py3-six (1.15.0-r1) (11/31) Installing py3-packaging (20.9-r1) (12/31) Installing py3-setuptools (52.0.0-r4) (13/31) Installing py3-chardet (4.0.0-r2) (14/31) Installing py3-idna (3.2-r0) (15/31) Installing py3-urllib3 (1.26.6-r0) (16/31) Installing py3-certifi (2020.12.5-r1) (17/31) Installing py3-requests (2.25.1-r4) (18/31) Installing py3-soupsieve (2.2.1-r2) (19/31) Installing py3-beautifulsoup4 (4.9.3-r1) (20/31) Installing py3-wcwidth (0.2.5-r1) (21/31) Installing py3-urwid (2.1.2-r1) (22/31) Installing python3-dev (3.9.6-r0) (23/31) Installing py3-atomicwrites (1.4.0-r1) (24/31) Installing py3-attrs (20.3.0-r1) (25/31) Installing py3-more-itertools (8.8.0-r0) (26/31) Installing py3-iniconfig (1.1.1-r1) (27/31) Installing py3-pluggy (0.13.1-r4) (28/31) Installing py3-py (1.10.0-r1) (29/31) Installing py3-toml (0.10.2-r2) (30/31) Installing py3-pytest (6.2.4-r0) (31/31) Installing .makedepends-toot (20210829.172332) Executing busybox-1.34.0-r0.trigger OK: 411 MiB in 131 packages >>> toot: Cleaning up srcdir >>> toot: Cleaning up pkgdir >>> toot: Fetching https://distfiles.alpinelinux.org/distfiles/toot-0.28.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 341 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> toot: Fetching https://files.pythonhosted.org/packages/source/t/toot/toot-0.28.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38078 100 38078 0 0 482k 0 --:--:-- --:--:-- --:--:-- 482k >>> toot: Fetching https://distfiles.alpinelinux.org/distfiles/toot-0.28.0.tar.gz >>> toot: Checking sha512sums... toot-0.28.0.tar.gz: OK 01-skip-version-test.patch: OK >>> toot: Unpacking /var/cache/distfiles/toot-0.28.0.tar.gz... >>> toot: 01-skip-version-test.patch patching file tests/test_version.py running build running build_py creating build creating build/lib creating build/lib/toot copying toot/logging.py -> build/lib/toot copying toot/console.py -> build/lib/toot copying toot/utils.py -> build/lib/toot copying toot/api.py -> build/lib/toot copying toot/wcstring.py -> build/lib/toot copying toot/__init__.py -> build/lib/toot copying toot/http.py -> build/lib/toot copying toot/output.py -> build/lib/toot copying toot/commands.py -> build/lib/toot copying toot/exceptions.py -> build/lib/toot copying toot/auth.py -> build/lib/toot copying toot/config.py -> build/lib/toot creating build/lib/toot/tui copying toot/tui/overlays.py -> build/lib/toot/tui copying toot/tui/utils.py -> build/lib/toot/tui copying toot/tui/__init__.py -> build/lib/toot/tui copying toot/tui/timeline.py -> build/lib/toot/tui copying toot/tui/entities.py -> build/lib/toot/tui copying toot/tui/widgets.py -> build/lib/toot/tui copying toot/tui/compose.py -> build/lib/toot/tui copying toot/tui/constants.py -> build/lib/toot/tui copying toot/tui/app.py -> build/lib/toot/tui ============================= test session starts ============================== platform linux -- Python 3.9.6, pytest-6.2.4, py-1.10.0, pluggy-0.13.1 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /home/buildozer/aports/testing/toot/src/toot-0.28.0 collecting ... collected 42 items tests/test_api.py::test_create_app PASSED [ 2%] tests/test_api.py::test_login PASSED [ 4%] tests/test_api.py::test_login_failed PASSED [ 7%] tests/test_auth.py::test_register_app PASSED [ 9%] tests/test_auth.py::test_create_app_from_config PASSED [ 11%] tests/test_auth.py::test_create_app_registered PASSED [ 14%] tests/test_auth.py::test_create_user PASSED [ 16%] tests/test_config.py::test_extract_active_user_app PASSED [ 19%] tests/test_config.py::test_extract_active_when_no_active_user PASSED [ 21%] tests/test_config.py::test_save_app PASSED [ 23%] tests/test_config.py::test_delete_app PASSED [ 26%] tests/test_config.py::test_get_config_file_path PASSED [ 28%] tests/test_console.py::test_print_usage PASSED [ 30%] tests/test_console.py::test_post_defaults PASSED [ 33%] tests/test_console.py::test_post_with_options PASSED [ 35%] tests/test_console.py::test_post_invalid_visibility PASSED [ 38%] tests/test_console.py::test_post_invalid_media PASSED [ 40%] tests/test_console.py::test_delete PASSED [ 42%] tests/test_console.py::test_timeline PASSED [ 45%] tests/test_console.py::test_timeline_with_re PASSED [ 47%] tests/test_console.py::test_thread PASSED [ 50%] tests/test_console.py::test_reblogged_by PASSED [ 52%] tests/test_console.py::test_upload PASSED [ 54%] tests/test_console.py::test_search PASSED [ 57%] tests/test_console.py::test_follow PASSED [ 59%] tests/test_console.py::test_follow_not_found PASSED [ 61%] tests/test_console.py::test_unfollow PASSED [ 64%] tests/test_console.py::test_unfollow_not_found PASSED [ 66%] tests/test_console.py::test_whoami PASSED [ 69%] tests/test_console.py::test_notifications PASSED [ 71%] tests/test_console.py::test_notifications_empty PASSED [ 73%] tests/test_console.py::test_notifications_clear PASSED [ 76%] tests/test_console.py::test_logout PASSED [ 78%] tests/test_console.py::test_activate PASSED [ 80%] tests/test_utils.py::test_pad PASSED [ 83%] tests/test_utils.py::test_trunc PASSED [ 85%] tests/test_utils.py::test_fit_text PASSED [ 88%] tests/test_utils.py::test_wc_wrap_plain_text PASSED [ 90%] tests/test_utils.py::test_wc_wrap_plain_text_wrap_on_any_whitespace PASSED [ 92%] tests/test_utils.py::test_wc_wrap_text_with_wide_chars PASSED [ 95%] tests/test_utils.py::test_wc_wrap_hard_wrap PASSED [ 97%] tests/test_utils.py::test_wc_wrap_indented PASSED [100%] ============================== 42 passed in 0.81s ============================== >>> toot: Entering fakeroot... running install running build running build_py running install_lib creating /home/buildozer/aports/testing/toot/pkg creating /home/buildozer/aports/testing/toot/pkg/toot creating /home/buildozer/aports/testing/toot/pkg/toot/usr creating /home/buildozer/aports/testing/toot/pkg/toot/usr/lib creating /home/buildozer/aports/testing/toot/pkg/toot/usr/lib/python3.9 creating /home/buildozer/aports/testing/toot/pkg/toot/usr/lib/python3.9/site-packages creating /home/buildozer/aports/testing/toot/pkg/toot/usr/lib/python3.9/site-packages/toot copying build/lib/toot/logging.py -> /home/buildozer/aports/testing/toot/pkg/toot/usr/lib/python3.9/site-packages/toot copying build/lib/toot/console.py -> /home/buildozer/aports/testing/toot/pkg/toot/usr/lib/python3.9/site-packages/toot copying build/lib/toot/utils.py -> /home/buildozer/aports/testing/toot/pkg/toot/usr/lib/python3.9/site-packages/toot copying build/lib/toot/api.py -> /home/buildozer/aports/testing/toot/pkg/toot/usr/lib/python3.9/site-packages/toot copying build/lib/toot/wcstring.py -> /home/buildozer/aports/testing/toot/pkg/toot/usr/lib/python3.9/site-packages/toot copying build/lib/toot/__init__.py -> /home/buildozer/aports/testing/toot/pkg/toot/usr/lib/python3.9/site-packages/toot creating /home/buildozer/aports/testing/toot/pkg/toot/usr/lib/python3.9/site-packages/toot/tui copying build/lib/toot/tui/overlays.py -> /home/buildozer/aports/testing/toot/pkg/toot/usr/lib/python3.9/site-packages/toot/tui copying build/lib/toot/tui/utils.py -> /home/buildozer/aports/testing/toot/pkg/toot/usr/lib/python3.9/site-packages/toot/tui copying build/lib/toot/tui/__init__.py -> /home/buildozer/aports/testing/toot/pkg/toot/usr/lib/python3.9/site-packages/toot/tui copying build/lib/toot/tui/timeline.py -> /home/buildozer/aports/testing/toot/pkg/toot/usr/lib/python3.9/site-packages/toot/tui copying build/lib/toot/tui/entities.py -> /home/buildozer/aports/testing/toot/pkg/toot/usr/lib/python3.9/site-packages/toot/tui copying build/lib/toot/tui/widgets.py -> /home/buildozer/aports/testing/toot/pkg/toot/usr/lib/python3.9/site-packages/toot/tui copying build/lib/toot/tui/compose.py -> /home/buildozer/aports/testing/toot/pkg/toot/usr/lib/python3.9/site-packages/toot/tui copying build/lib/toot/tui/constants.py -> /home/buildozer/aports/testing/toot/pkg/toot/usr/lib/python3.9/site-packages/toot/tui copying build/lib/toot/tui/app.py -> /home/buildozer/aports/testing/toot/pkg/toot/usr/lib/python3.9/site-packages/toot/tui copying build/lib/toot/http.py -> /home/buildozer/aports/testing/toot/pkg/toot/usr/lib/python3.9/site-packages/toot copying build/lib/toot/output.py -> /home/buildozer/aports/testing/toot/pkg/toot/usr/lib/python3.9/site-packages/toot copying build/lib/toot/commands.py -> /home/buildozer/aports/testing/toot/pkg/toot/usr/lib/python3.9/site-packages/toot copying build/lib/toot/exceptions.py -> /home/buildozer/aports/testing/toot/pkg/toot/usr/lib/python3.9/site-packages/toot copying build/lib/toot/auth.py -> /home/buildozer/aports/testing/toot/pkg/toot/usr/lib/python3.9/site-packages/toot copying build/lib/toot/config.py -> /home/buildozer/aports/testing/toot/pkg/toot/usr/lib/python3.9/site-packages/toot byte-compiling /home/buildozer/aports/testing/toot/pkg/toot/usr/lib/python3.9/site-packages/toot/logging.py to logging.cpython-39.pyc byte-compiling /home/buildozer/aports/testing/toot/pkg/toot/usr/lib/python3.9/site-packages/toot/console.py to console.cpython-39.pyc byte-compiling /home/buildozer/aports/testing/toot/pkg/toot/usr/lib/python3.9/site-packages/toot/utils.py to utils.cpython-39.pyc byte-compiling /home/buildozer/aports/testing/toot/pkg/toot/usr/lib/python3.9/site-packages/toot/api.py to api.cpython-39.pyc byte-compiling /home/buildozer/aports/testing/toot/pkg/toot/usr/lib/python3.9/site-packages/toot/wcstring.py to wcstring.cpython-39.pyc byte-compiling /home/buildozer/aports/testing/toot/pkg/toot/usr/lib/python3.9/site-packages/toot/__init__.py to __init__.cpython-39.pyc byte-compiling /home/buildozer/aports/testing/toot/pkg/toot/usr/lib/python3.9/site-packages/toot/tui/overlays.py to overlays.cpython-39.pyc byte-compiling /home/buildozer/aports/testing/toot/pkg/toot/usr/lib/python3.9/site-packages/toot/tui/utils.py to utils.cpython-39.pyc byte-compiling /home/buildozer/aports/testing/toot/pkg/toot/usr/lib/python3.9/site-packages/toot/tui/__init__.py to __init__.cpython-39.pyc byte-compiling /home/buildozer/aports/testing/toot/pkg/toot/usr/lib/python3.9/site-packages/toot/tui/timeline.py to timeline.cpython-39.pyc byte-compiling /home/buildozer/aports/testing/toot/pkg/toot/usr/lib/python3.9/site-packages/toot/tui/entities.py to entities.cpython-39.pyc byte-compiling /home/buildozer/aports/testing/toot/pkg/toot/usr/lib/python3.9/site-packages/toot/tui/widgets.py to widgets.cpython-39.pyc byte-compiling /home/buildozer/aports/testing/toot/pkg/toot/usr/lib/python3.9/site-packages/toot/tui/compose.py to compose.cpython-39.pyc byte-compiling /home/buildozer/aports/testing/toot/pkg/toot/usr/lib/python3.9/site-packages/toot/tui/constants.py to constants.cpython-39.pyc byte-compiling /home/buildozer/aports/testing/toot/pkg/toot/usr/lib/python3.9/site-packages/toot/tui/app.py to app.cpython-39.pyc byte-compiling /home/buildozer/aports/testing/toot/pkg/toot/usr/lib/python3.9/site-packages/toot/http.py to http.cpython-39.pyc byte-compiling /home/buildozer/aports/testing/toot/pkg/toot/usr/lib/python3.9/site-packages/toot/output.py to output.cpython-39.pyc byte-compiling /home/buildozer/aports/testing/toot/pkg/toot/usr/lib/python3.9/site-packages/toot/commands.py to commands.cpython-39.pyc byte-compiling /home/buildozer/aports/testing/toot/pkg/toot/usr/lib/python3.9/site-packages/toot/exceptions.py to exceptions.cpython-39.pyc byte-compiling /home/buildozer/aports/testing/toot/pkg/toot/usr/lib/python3.9/site-packages/toot/auth.py to auth.cpython-39.pyc byte-compiling /home/buildozer/aports/testing/toot/pkg/toot/usr/lib/python3.9/site-packages/toot/config.py to config.cpython-39.pyc running install_egg_info running egg_info writing toot.egg-info/PKG-INFO writing dependency_links to toot.egg-info/dependency_links.txt writing entry points to toot.egg-info/entry_points.txt writing requirements to toot.egg-info/requires.txt writing top-level names to toot.egg-info/top_level.txt reading manifest file 'toot.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'toot.egg-info/SOURCES.txt' Copying toot.egg-info to /home/buildozer/aports/testing/toot/pkg/toot/usr/lib/python3.9/site-packages/toot-0.28.0-py3.9.egg-info running install_scripts Installing toot script to /home/buildozer/aports/testing/toot/pkg/toot/usr/bin >>> toot*: Running postcheck for toot >>> toot*: Preparing package toot... >>> toot*: Tracing dependencies... >>> toot*: Package size: 380.0 KB >>> toot*: Compressing data... >>> toot*: Create checksum... >>> toot*: Create toot-0.28.0-r0.apk >>> toot: Build complete at Sun, 29 Aug 2021 17:23:36 +0000 elapsed time 0h 0m 5s >>> toot: Cleaning up srcdir >>> toot: Cleaning up pkgdir >>> toot: Uninstalling dependencies... (1/31) Purging .makedepends-toot (20210829.172332) (2/31) Purging py3-setuptools (52.0.0-r4) (3/31) Purging py3-ordered-set (4.0.2-r2) (4/31) Purging py3-appdirs (1.4.4-r2) (5/31) Purging py3-requests (2.25.1-r4) (6/31) Purging py3-chardet (4.0.0-r2) (7/31) Purging py3-idna (3.2-r0) (8/31) Purging py3-urllib3 (1.26.6-r0) (9/31) Purging py3-certifi (2020.12.5-r1) (10/31) Purging py3-beautifulsoup4 (4.9.3-r1) (11/31) Purging py3-soupsieve (2.2.1-r2) (12/31) Purging py3-urwid (2.1.2-r1) (13/31) Purging python3-dev (3.9.6-r0) (14/31) Purging py3-pytest (6.2.4-r0) (15/31) Purging py3-atomicwrites (1.4.0-r1) (16/31) Purging py3-attrs (20.3.0-r1) (17/31) Purging py3-more-itertools (8.8.0-r0) (18/31) Purging py3-iniconfig (1.1.1-r1) (19/31) Purging py3-pluggy (0.13.1-r4) (20/31) Purging py3-py (1.10.0-r1) (21/31) Purging py3-wcwidth (0.2.5-r1) (22/31) Purging py3-packaging (20.9-r1) (23/31) Purging py3-parsing (2.4.7-r2) (24/31) Purging py3-six (1.15.0-r1) (25/31) Purging py3-toml (0.10.2-r2) (26/31) Purging python3 (3.9.6-r0) (27/31) Purging libffi (3.3-r2) (28/31) Purging gdbm (1.20-r2) (29/31) Purging mpdecimal (2.5.1-r1) (30/31) Purging readline (8.1.1-r0) (31/31) Purging sqlite-libs (3.36.0-r0) Executing busybox-1.34.0-r0.trigger OK: 317 MiB in 100 packages >>> toot: Updating the testing/x86 repository index... >>> toot: Signing the index...