>>> toot: Building community/toot 0.36.0-r1 (using abuild 3.11.0_rc13-r0) started Wed, 26 Apr 2023 00:02:23 +0000 >>> toot: Checking sanity of /home/buildozer/aports/community/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/43) Installing libffi (3.4.4-r2) (2/43) Installing gdbm (1.23-r1) (3/43) Installing mpdecimal (2.5.1-r2) (4/43) Installing libpanelw (6.4_p20230401-r6) (5/43) Installing readline (8.2.1-r1) (6/43) Installing sqlite-libs (3.41.2-r2) (7/43) Installing python3 (3.11.3-r10) (8/43) Installing python3-pycache-pyc0 (3.11.3-r10) (9/43) Installing pyc (0.1-r0) (10/43) Installing python3-pyc (3.11.3-r10) (11/43) Installing py3-parsing (3.0.9-r2) (12/43) Installing py3-parsing-pyc (3.0.9-r2) (13/43) Installing py3-packaging (23.1-r1) (14/43) Installing py3-packaging-pyc (23.1-r1) (15/43) Installing py3-setuptools (67.7.2-r0) (16/43) Installing py3-setuptools-pyc (67.7.2-r0) (17/43) Installing py3-certifi (2022.12.7-r2) (18/43) Installing py3-certifi-pyc (2022.12.7-r2) (19/43) Installing py3-charset-normalizer (3.1.0-r1) (20/43) Installing py3-charset-normalizer-pyc (3.1.0-r1) (21/43) Installing py3-idna (3.4-r4) (22/43) Installing py3-idna-pyc (3.4-r4) (23/43) Installing py3-urllib3 (1.26.15-r1) (24/43) Installing py3-urllib3-pyc (1.26.15-r1) (25/43) Installing py3-requests (2.28.2-r1) (26/43) Installing py3-requests-pyc (2.28.2-r1) (27/43) Installing py3-soupsieve (2.4-r0) (28/43) Installing py3-beautifulsoup4 (4.12.2-r1) (29/43) Installing py3-beautifulsoup4-pyc (4.12.2-r1) (30/43) Installing py3-wcwidth (0.2.6-r2) (31/43) Installing py3-wcwidth-pyc (0.2.6-r2) (32/43) Installing py3-urwid (2.1.2-r4) (33/43) Installing py3-urwid-pyc (2.1.2-r4) (34/43) Installing python3-dev (3.11.3-r10) (35/43) Installing py3-iniconfig (1.1.1-r6) (36/43) Installing py3-iniconfig-pyc (1.1.1-r6) (37/43) Installing py3-pluggy (1.0.0-r3) (38/43) Installing py3-pluggy-pyc (1.0.0-r3) (39/43) Installing py3-py (1.11.0-r2) (40/43) Installing py3-py-pyc (1.11.0-r2) (41/43) Installing py3-pytest (7.3.1-r1) (42/43) Installing py3-pytest-pyc (7.3.1-r1) (43/43) Installing .makedepends-toot (20230426.000224) Executing busybox-1.36.0-r8.trigger OK: 586 MiB in 146 packages >>> toot: Cleaning up srcdir >>> toot: Cleaning up pkgdir >>> toot: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/toot-0.36.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 60 346k 60 207k 0 0 180k 0 0:00:01 0:00:01 --:--:-- 180k 100 346k 100 346k 0 0 297k 0 0:00:01 0:00:01 --:--:-- 296k >>> toot: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/toot-0.36.0.tar.gz >>> toot: Checking sha512sums... toot-0.36.0.tar.gz: OK >>> toot: Unpacking /var/cache/distfiles/v3.18/toot-0.36.0.tar.gz... running build running build_py creating build creating build/lib creating build/lib/toot copying toot/console.py -> build/lib/toot copying toot/config.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/wcstring.py -> build/lib/toot copying toot/logging.py -> build/lib/toot copying toot/auth.py -> build/lib/toot copying toot/http.py -> build/lib/toot copying toot/__init__.py -> build/lib/toot copying toot/api.py -> build/lib/toot creating build/lib/toot/tui copying toot/tui/app.py -> build/lib/toot/tui copying toot/tui/timeline.py -> build/lib/toot/tui copying toot/tui/constants.py -> build/lib/toot/tui copying toot/tui/scroll.py -> build/lib/toot/tui copying toot/tui/widgets.py -> 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/poll.py -> build/lib/toot/tui copying toot/tui/entities.py -> build/lib/toot/tui copying toot/tui/compose.py -> build/lib/toot/tui copying toot/tui/__init__.py -> build/lib/toot/tui creating build/lib/toot/utils copying toot/utils/language.py -> build/lib/toot/utils copying toot/utils/__init__.py -> build/lib/toot/utils ============================= test session starts ============================== platform linux -- Python 3.11.3, pytest-7.3.1, pluggy-1.0.0 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /home/buildozer/aports/community/toot/src/toot-0.36.0 collecting ... collected 47 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 [ 6%] tests/test_auth.py::test_register_app PASSED [ 8%] tests/test_auth.py::test_create_app_from_config PASSED [ 10%] tests/test_auth.py::test_create_app_registered PASSED [ 12%] tests/test_auth.py::test_create_user PASSED [ 14%] tests/test_config.py::test_extract_active_user_app PASSED [ 17%] tests/test_config.py::test_extract_active_when_no_active_user PASSED [ 19%] tests/test_config.py::test_save_app PASSED [ 21%] tests/test_config.py::test_delete_app PASSED [ 23%] tests/test_config.py::test_get_config_file_path PASSED [ 25%] tests/test_console.py::test_print_usage PASSED [ 27%] tests/test_console.py::test_post_defaults PASSED [ 29%] tests/test_console.py::test_post_with_options PASSED [ 31%] tests/test_console.py::test_post_invalid_visibility PASSED [ 34%] tests/test_console.py::test_post_invalid_media PASSED [ 36%] tests/test_console.py::test_delete PASSED [ 38%] tests/test_console.py::test_timeline PASSED [ 40%] tests/test_console.py::test_timeline_with_re PASSED [ 42%] tests/test_console.py::test_thread PASSED [ 44%] tests/test_console.py::test_reblogged_by PASSED [ 46%] tests/test_console.py::test_upload PASSED [ 48%] tests/test_console.py::test_search PASSED [ 51%] tests/test_console.py::test_follow PASSED [ 53%] tests/test_console.py::test_follow_case_insensitive PASSED [ 55%] tests/test_console.py::test_follow_not_found PASSED [ 57%] tests/test_console.py::test_unfollow PASSED [ 59%] tests/test_console.py::test_unfollow_not_found PASSED [ 61%] tests/test_console.py::test_whoami PASSED [ 63%] tests/test_console.py::test_notifications PASSED [ 65%] tests/test_console.py::test_notifications_empty PASSED [ 68%] tests/test_console.py::test_notifications_clear PASSED [ 70%] tests/test_console.py::test_logout PASSED [ 72%] tests/test_console.py::test_activate PASSED [ 74%] tests/test_output.py::test_colorize PASSED [ 76%] tests/test_output.py::test_strip_tags PASSED [ 78%] tests/test_utils.py::test_pad PASSED [ 80%] tests/test_utils.py::test_trunc PASSED [ 82%] tests/test_utils.py::test_fit_text PASSED [ 85%] tests/test_utils.py::test_wc_wrap_plain_text PASSED [ 87%] tests/test_utils.py::test_wc_wrap_plain_text_wrap_on_any_whitespace PASSED [ 89%] tests/test_utils.py::test_wc_wrap_text_with_wide_chars PASSED [ 91%] tests/test_utils.py::test_wc_wrap_hard_wrap PASSED [ 93%] tests/test_utils.py::test_wc_wrap_indented PASSED [ 95%] tests/test_utils.py::test_duration PASSED [ 97%] tests/test_version.py::test_version PASSED [100%] =============================== warnings summary =============================== ../../../../../../../usr/lib/python3.11/site-packages/pkg_resources/__init__.py:121 /usr/lib/python3.11/site-packages/pkg_resources/__init__.py:121: DeprecationWarning: pkg_resources is deprecated as an API warnings.warn("pkg_resources is deprecated as an API", DeprecationWarning) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ======================== 47 passed, 1 warning in 0.70s ========================= >>> toot: Entering fakeroot... 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/community/toot/pkg creating /home/buildozer/aports/community/toot/pkg/toot creating /home/buildozer/aports/community/toot/pkg/toot/usr creating /home/buildozer/aports/community/toot/pkg/toot/usr/lib creating /home/buildozer/aports/community/toot/pkg/toot/usr/lib/python3.11 creating /home/buildozer/aports/community/toot/pkg/toot/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/toot/pkg/toot/usr/lib/python3.11/site-packages/toot copying build/lib/toot/console.py -> /home/buildozer/aports/community/toot/pkg/toot/usr/lib/python3.11/site-packages/toot copying build/lib/toot/config.py -> /home/buildozer/aports/community/toot/pkg/toot/usr/lib/python3.11/site-packages/toot copying build/lib/toot/output.py -> /home/buildozer/aports/community/toot/pkg/toot/usr/lib/python3.11/site-packages/toot copying build/lib/toot/commands.py -> /home/buildozer/aports/community/toot/pkg/toot/usr/lib/python3.11/site-packages/toot copying build/lib/toot/exceptions.py -> /home/buildozer/aports/community/toot/pkg/toot/usr/lib/python3.11/site-packages/toot creating /home/buildozer/aports/community/toot/pkg/toot/usr/lib/python3.11/site-packages/toot/tui copying build/lib/toot/tui/app.py -> /home/buildozer/aports/community/toot/pkg/toot/usr/lib/python3.11/site-packages/toot/tui copying build/lib/toot/tui/timeline.py -> /home/buildozer/aports/community/toot/pkg/toot/usr/lib/python3.11/site-packages/toot/tui copying build/lib/toot/tui/constants.py -> /home/buildozer/aports/community/toot/pkg/toot/usr/lib/python3.11/site-packages/toot/tui copying build/lib/toot/tui/scroll.py -> /home/buildozer/aports/community/toot/pkg/toot/usr/lib/python3.11/site-packages/toot/tui copying build/lib/toot/tui/widgets.py -> /home/buildozer/aports/community/toot/pkg/toot/usr/lib/python3.11/site-packages/toot/tui copying build/lib/toot/tui/overlays.py -> /home/buildozer/aports/community/toot/pkg/toot/usr/lib/python3.11/site-packages/toot/tui copying build/lib/toot/tui/utils.py -> /home/buildozer/aports/community/toot/pkg/toot/usr/lib/python3.11/site-packages/toot/tui copying build/lib/toot/tui/poll.py -> /home/buildozer/aports/community/toot/pkg/toot/usr/lib/python3.11/site-packages/toot/tui copying build/lib/toot/tui/entities.py -> /home/buildozer/aports/community/toot/pkg/toot/usr/lib/python3.11/site-packages/toot/tui copying build/lib/toot/tui/compose.py -> /home/buildozer/aports/community/toot/pkg/toot/usr/lib/python3.11/site-packages/toot/tui copying build/lib/toot/tui/__init__.py -> /home/buildozer/aports/community/toot/pkg/toot/usr/lib/python3.11/site-packages/toot/tui copying build/lib/toot/wcstring.py -> /home/buildozer/aports/community/toot/pkg/toot/usr/lib/python3.11/site-packages/toot copying build/lib/toot/logging.py -> /home/buildozer/aports/community/toot/pkg/toot/usr/lib/python3.11/site-packages/toot copying build/lib/toot/auth.py -> /home/buildozer/aports/community/toot/pkg/toot/usr/lib/python3.11/site-packages/toot copying build/lib/toot/http.py -> /home/buildozer/aports/community/toot/pkg/toot/usr/lib/python3.11/site-packages/toot copying build/lib/toot/__init__.py -> /home/buildozer/aports/community/toot/pkg/toot/usr/lib/python3.11/site-packages/toot copying build/lib/toot/api.py -> /home/buildozer/aports/community/toot/pkg/toot/usr/lib/python3.11/site-packages/toot creating /home/buildozer/aports/community/toot/pkg/toot/usr/lib/python3.11/site-packages/toot/utils copying build/lib/toot/utils/language.py -> /home/buildozer/aports/community/toot/pkg/toot/usr/lib/python3.11/site-packages/toot/utils copying build/lib/toot/utils/__init__.py -> /home/buildozer/aports/community/toot/pkg/toot/usr/lib/python3.11/site-packages/toot/utils byte-compiling /home/buildozer/aports/community/toot/pkg/toot/usr/lib/python3.11/site-packages/toot/console.py to console.cpython-311.pyc byte-compiling /home/buildozer/aports/community/toot/pkg/toot/usr/lib/python3.11/site-packages/toot/config.py to config.cpython-311.pyc byte-compiling /home/buildozer/aports/community/toot/pkg/toot/usr/lib/python3.11/site-packages/toot/output.py to output.cpython-311.pyc byte-compiling /home/buildozer/aports/community/toot/pkg/toot/usr/lib/python3.11/site-packages/toot/commands.py to commands.cpython-311.pyc byte-compiling /home/buildozer/aports/community/toot/pkg/toot/usr/lib/python3.11/site-packages/toot/exceptions.py to exceptions.cpython-311.pyc byte-compiling /home/buildozer/aports/community/toot/pkg/toot/usr/lib/python3.11/site-packages/toot/tui/app.py to app.cpython-311.pyc byte-compiling /home/buildozer/aports/community/toot/pkg/toot/usr/lib/python3.11/site-packages/toot/tui/timeline.py to timeline.cpython-311.pyc byte-compiling /home/buildozer/aports/community/toot/pkg/toot/usr/lib/python3.11/site-packages/toot/tui/constants.py to constants.cpython-311.pyc byte-compiling /home/buildozer/aports/community/toot/pkg/toot/usr/lib/python3.11/site-packages/toot/tui/scroll.py to scroll.cpython-311.pyc byte-compiling /home/buildozer/aports/community/toot/pkg/toot/usr/lib/python3.11/site-packages/toot/tui/widgets.py to widgets.cpython-311.pyc byte-compiling /home/buildozer/aports/community/toot/pkg/toot/usr/lib/python3.11/site-packages/toot/tui/overlays.py to overlays.cpython-311.pyc byte-compiling /home/buildozer/aports/community/toot/pkg/toot/usr/lib/python3.11/site-packages/toot/tui/utils.py to utils.cpython-311.pyc byte-compiling /home/buildozer/aports/community/toot/pkg/toot/usr/lib/python3.11/site-packages/toot/tui/poll.py to poll.cpython-311.pyc byte-compiling /home/buildozer/aports/community/toot/pkg/toot/usr/lib/python3.11/site-packages/toot/tui/entities.py to entities.cpython-311.pyc byte-compiling /home/buildozer/aports/community/toot/pkg/toot/usr/lib/python3.11/site-packages/toot/tui/compose.py to compose.cpython-311.pyc byte-compiling /home/buildozer/aports/community/toot/pkg/toot/usr/lib/python3.11/site-packages/toot/tui/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/toot/pkg/toot/usr/lib/python3.11/site-packages/toot/wcstring.py to wcstring.cpython-311.pyc byte-compiling /home/buildozer/aports/community/toot/pkg/toot/usr/lib/python3.11/site-packages/toot/logging.py to logging.cpython-311.pyc byte-compiling /home/buildozer/aports/community/toot/pkg/toot/usr/lib/python3.11/site-packages/toot/auth.py to auth.cpython-311.pyc byte-compiling /home/buildozer/aports/community/toot/pkg/toot/usr/lib/python3.11/site-packages/toot/http.py to http.cpython-311.pyc byte-compiling /home/buildozer/aports/community/toot/pkg/toot/usr/lib/python3.11/site-packages/toot/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/toot/pkg/toot/usr/lib/python3.11/site-packages/toot/api.py to api.cpython-311.pyc byte-compiling /home/buildozer/aports/community/toot/pkg/toot/usr/lib/python3.11/site-packages/toot/utils/language.py to language.cpython-311.pyc byte-compiling /home/buildozer/aports/community/toot/pkg/toot/usr/lib/python3.11/site-packages/toot/utils/__init__.py to __init__.cpython-311.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' adding license file 'LICENSE' writing manifest file 'toot.egg-info/SOURCES.txt' Copying toot.egg-info to /home/buildozer/aports/community/toot/pkg/toot/usr/lib/python3.11/site-packages/toot-0.36.0-py3.11.egg-info running install_scripts Installing toot script to /home/buildozer/aports/community/toot/pkg/toot/usr/bin >>> toot-pyc*: Running split function pyc... '/home/buildozer/aports/community/toot/pkg/toot/usr/lib/python3.11/site-packages/toot/tui/__pycache__' -> '/home/buildozer/aports/community/toot/pkg/toot-pyc/usr/lib/python3.11/site-packages/toot/tui/__pycache__' '/home/buildozer/aports/community/toot/pkg/toot/usr/lib/python3.11/site-packages/toot/__pycache__' -> '/home/buildozer/aports/community/toot/pkg/toot-pyc/usr/lib/python3.11/site-packages/toot/__pycache__' '/home/buildozer/aports/community/toot/pkg/toot/usr/lib/python3.11/site-packages/toot/utils/__pycache__' -> '/home/buildozer/aports/community/toot/pkg/toot-pyc/usr/lib/python3.11/site-packages/toot/utils/__pycache__' >>> toot-pyc*: Preparing subpackage toot-pyc... >>> toot-pyc*: Running postcheck for toot-pyc >>> toot*: Running postcheck for toot >>> toot*: Preparing package toot... >>> toot-pyc*: Tracing dependencies... python3 py3-setuptools py3-requests py3-beautifulsoup4 py3-wcwidth py3-urwid python3~3.11 >>> toot-pyc*: Package size: 380.0 KB >>> toot-pyc*: Compressing data... >>> toot-pyc*: Create checksum... >>> toot-pyc*: Create toot-pyc-0.36.0-r1.apk >>> toot*: Tracing dependencies... python3 py3-setuptools py3-requests py3-beautifulsoup4 py3-wcwidth py3-urwid python3~3.11 >>> toot*: Package size: 296.0 KB >>> toot*: Compressing data... >>> toot*: Create checksum... >>> toot*: Create toot-0.36.0-r1.apk >>> toot: Build complete at Wed, 26 Apr 2023 00:02:28 +0000 elapsed time 0h 0m 5s >>> toot: Cleaning up srcdir >>> toot: Cleaning up pkgdir >>> toot: Uninstalling dependencies... (1/43) Purging .makedepends-toot (20230426.000224) (2/43) Purging py3-setuptools-pyc (67.7.2-r0) (3/43) Purging py3-setuptools (67.7.2-r0) (4/43) Purging py3-requests-pyc (2.28.2-r1) (5/43) Purging py3-requests (2.28.2-r1) (6/43) Purging py3-certifi-pyc (2022.12.7-r2) (7/43) Purging py3-certifi (2022.12.7-r2) (8/43) Purging py3-charset-normalizer-pyc (3.1.0-r1) (9/43) Purging py3-charset-normalizer (3.1.0-r1) (10/43) Purging py3-idna-pyc (3.4-r4) (11/43) Purging py3-idna (3.4-r4) (12/43) Purging py3-urllib3-pyc (1.26.15-r1) (13/43) Purging py3-urllib3 (1.26.15-r1) (14/43) Purging py3-beautifulsoup4-pyc (4.12.2-r1) (15/43) Purging py3-beautifulsoup4 (4.12.2-r1) (16/43) Purging py3-soupsieve (2.4-r0) (17/43) Purging py3-wcwidth-pyc (0.2.6-r2) (18/43) Purging py3-wcwidth (0.2.6-r2) (19/43) Purging py3-urwid-pyc (2.1.2-r4) (20/43) Purging py3-urwid (2.1.2-r4) (21/43) Purging python3-dev (3.11.3-r10) (22/43) Purging py3-pytest-pyc (7.3.1-r1) (23/43) Purging py3-pytest (7.3.1-r1) (24/43) Purging py3-iniconfig-pyc (1.1.1-r6) (25/43) Purging py3-iniconfig (1.1.1-r6) (26/43) Purging py3-packaging-pyc (23.1-r1) (27/43) Purging py3-packaging (23.1-r1) (28/43) Purging py3-parsing-pyc (3.0.9-r2) (29/43) Purging py3-parsing (3.0.9-r2) (30/43) Purging py3-pluggy-pyc (1.0.0-r3) (31/43) Purging py3-pluggy (1.0.0-r3) (32/43) Purging py3-py-pyc (1.11.0-r2) (33/43) Purging py3-py (1.11.0-r2) (34/43) Purging python3-pyc (3.11.3-r10) (35/43) Purging python3-pycache-pyc0 (3.11.3-r10) (36/43) Purging pyc (0.1-r0) (37/43) Purging python3 (3.11.3-r10) (38/43) Purging gdbm (1.23-r1) (39/43) Purging libffi (3.4.4-r2) (40/43) Purging libpanelw (6.4_p20230401-r6) (41/43) Purging mpdecimal (2.5.1-r2) (42/43) Purging readline (8.2.1-r1) (43/43) Purging sqlite-libs (3.41.2-r2) Executing busybox-1.36.0-r8.trigger OK: 443 MiB in 103 packages >>> toot: Updating the community/ppc64le repository index... >>> toot: Signing the index...