>>> py3-mastodon.py: Building testing/py3-mastodon.py 1.5.1-r1 (using abuild 3.10.0_rc1-r2) started Thu, 24 Nov 2022 18:53:23 +0000 >>> py3-mastodon.py: Checking sanity of /home/buildozer/aports/testing/py3-mastodon.py/APKBUILD... >>> py3-mastodon.py: Analyzing dependencies... >>> py3-mastodon.py: Installing for build: build-base python3 py3-requests py3-dateutil py3-six py3-tz py3-magic py3-decorator py3-http-ece py3-cryptography py3-blurhash py3-setuptools python3-dev py3-pytest py3-pytest-runner py3-pytest-cov py3-vcrpy py3-pytest-vcr py3-pytest-mock py3-requests-mock (1/47) Installing libbz2 (1.0.8-r4) (2/47) Installing libffi (3.4.4-r0) (3/47) Installing gdbm (1.23-r0) (4/47) Installing xz-libs (5.2.8-r0) (5/47) Installing mpdecimal (2.5.1-r1) (6/47) Installing readline (8.2.0-r0) (7/47) Installing sqlite-libs (3.40.0-r0) (8/47) Installing python3 (3.11.0-r2) (9/47) Installing py3-certifi (2022.9.24-r1) (10/47) Installing py3-charset-normalizer (3.0.1-r1) (11/47) Installing py3-idna (3.4-r3) (12/47) Installing py3-urllib3 (1.26.12-r1) (13/47) Installing py3-requests (2.28.1-r2) (14/47) Installing py3-six (1.16.0-r4) (15/47) Installing py3-dateutil (2.8.2-r2) (16/47) Installing py3-tz (2022.6-r1) (17/47) Installing py3-magic (0.4.24-r2) (18/47) Installing py3-decorator (5.1.1-r2) (19/47) Installing py3-cparser (2.21-r1) (20/47) Installing py3-cffi (1.15.1-r1) (21/47) Installing py3-cryptography (38.0.3-r1) (22/47) Installing py3-http-ece (1.1.0-r1) (23/47) Installing py3-blurhash (1.1.4-r1) (24/47) Installing py3-parsing (3.0.9-r1) (25/47) Installing py3-packaging (21.3-r3) (26/47) Installing py3-setuptools (65.6.3-r0) (27/47) Installing python3-dev (3.11.0-r2) (28/47) Installing py3-attrs (22.1.0-r1) (29/47) Installing py3-iniconfig (1.1.1-r4) (30/47) Installing py3-pluggy (1.0.0-r2) (31/47) Installing py3-py (1.11.0-r1) (32/47) Installing py3-pytest (7.2.0-r2) (33/47) Installing py3-pytest-runner (6.0.0-r1) (34/47) Installing py3-coverage (6.5.0-r1) (35/47) Installing py3-pytest-cov (4.0.0-r1) (36/47) Installing py3-multidict (6.0.2-r2) (37/47) Installing py3-yarl (1.8.1-r2) (38/47) Installing yaml (0.2.5-r0) (39/47) Installing py3-yaml (6.0-r1) (40/47) Installing py3-wrapt (1.14.1-r1) (41/47) Installing py3-vcrpy (4.2.1-r1) (42/47) Installing py3-pytest-vcr (1.0.2-r2) (43/47) Installing py3-pbr (5.11.0-r1) (44/47) Installing py3-mock (4.0.3-r4) (45/47) Installing py3-pytest-mock (3.10.0-r1) (46/47) Installing py3-requests-mock (1.10.0-r1) (47/47) Installing .makedepends-py3-mastodon.py (20221124.185325) Executing busybox-1.35.0-r29.trigger OK: 562 MiB in 145 packages >>> py3-mastodon.py: Cleaning up srcdir >>> py3-mastodon.py: Cleaning up pkgdir >>> py3-mastodon.py: Fetching https://distfiles.alpinelinux.org/distfiles/edge/Mastodon.py-1.5.1.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 60 1196k 60 719k 0 0 2841k 0 --:--:-- --:--:-- --:--:-- 2834k 100 1196k 100 1196k 0 0 4121k 0 --:--:-- --:--:-- --:--:-- 4111k >>> py3-mastodon.py: Fetching https://distfiles.alpinelinux.org/distfiles/edge/Mastodon.py-1.5.1.tar.gz >>> py3-mastodon.py: Checking sha512sums... Mastodon.py-1.5.1.tar.gz: OK >>> py3-mastodon.py: Unpacking /var/cache/distfiles/edge/Mastodon.py-1.5.1.tar.gz... running build running build_py creating build creating build/lib creating build/lib/mastodon copying mastodon/streaming.py -> build/lib/mastodon copying mastodon/__init__.py -> build/lib/mastodon copying mastodon/Mastodon.py -> build/lib/mastodon running pytest running egg_info writing Mastodon.py.egg-info/PKG-INFO writing dependency_links to Mastodon.py.egg-info/dependency_links.txt writing requirements to Mastodon.py.egg-info/requires.txt writing top-level names to Mastodon.py.egg-info/top_level.txt reading manifest file 'Mastodon.py.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'Mastodon.py.egg-info/SOURCES.txt' running build_ext ============================= test session starts ============================== platform linux -- Python 3.11.0, pytest-7.2.0, pluggy-1.0.0 rootdir: /home/buildozer/aports/testing/py3-mastodon.py/src/Mastodon.py-1.5.1, configfile: setup.cfg plugins: vcr-1.0.2, mock-3.10.0, cov-4.0.0, requests-mock-1.10.0 collected 275 items tests/test_account.py ..................... [ 7%] tests/test_admin.py ...s [ 9%] tests/test_auth.py ......ss [ 12%] tests/test_blurhash.py . [ 12%] tests/test_bookmarks.py . [ 12%] tests/test_constructor.py ...... [ 14%] tests/test_create_app.py ...... [ 17%] tests/test_domain_blocks.py .. [ 17%] tests/test_errors.py . [ 18%] tests/test_filters.py .... [ 19%] tests/test_follow_requests.py ... [ 20%] tests/test_hooks.py ..... [ 22%] tests/test_instance.py ......... [ 25%] tests/test_lists.py ..... [ 27%] tests/test_markers.py . [ 28%] tests/test_media.py .... [ 29%] tests/test_notifications.py .... [ 30%] tests/test_pagination.py ...... [ 33%] tests/test_polls.py .x [ 33%] tests/test_push.py .... [ 35%] tests/test_reports.py . [ 35%] tests/test_search.py .. [ 36%] tests/test_status.py ................x.....x...... [ 46%] tests/test_streaming.py ................................................ [ 64%] ........................................................................ [ 90%] .................. [ 97%] tests/test_timeline.py ........ [100%] ---------- coverage: platform linux, python 3.11.0-final-0 ----------- Name Stmts Miss Cover ------------------------------------------- mastodon/Mastodon.py 1719 269 84% mastodon/__init__.py 3 0 100% mastodon/streaming.py 106 16 85% ------------------------------------------- TOTAL 1828 285 84% ============ 269 passed, 3 skipped, 3 xfailed in 113.10s (0:01:53) ============= >>> py3-mastodon.py: Entering fakeroot... running install /usr/lib/python3.11/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running install_lib creating /home/buildozer/aports/testing/py3-mastodon.py/pkg creating /home/buildozer/aports/testing/py3-mastodon.py/pkg/py3-mastodon.py creating /home/buildozer/aports/testing/py3-mastodon.py/pkg/py3-mastodon.py/usr creating /home/buildozer/aports/testing/py3-mastodon.py/pkg/py3-mastodon.py/usr/lib creating /home/buildozer/aports/testing/py3-mastodon.py/pkg/py3-mastodon.py/usr/lib/python3.11 creating /home/buildozer/aports/testing/py3-mastodon.py/pkg/py3-mastodon.py/usr/lib/python3.11/site-packages creating /home/buildozer/aports/testing/py3-mastodon.py/pkg/py3-mastodon.py/usr/lib/python3.11/site-packages/mastodon copying build/lib/mastodon/streaming.py -> /home/buildozer/aports/testing/py3-mastodon.py/pkg/py3-mastodon.py/usr/lib/python3.11/site-packages/mastodon copying build/lib/mastodon/__init__.py -> /home/buildozer/aports/testing/py3-mastodon.py/pkg/py3-mastodon.py/usr/lib/python3.11/site-packages/mastodon copying build/lib/mastodon/Mastodon.py -> /home/buildozer/aports/testing/py3-mastodon.py/pkg/py3-mastodon.py/usr/lib/python3.11/site-packages/mastodon byte-compiling /home/buildozer/aports/testing/py3-mastodon.py/pkg/py3-mastodon.py/usr/lib/python3.11/site-packages/mastodon/streaming.py to streaming.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-mastodon.py/pkg/py3-mastodon.py/usr/lib/python3.11/site-packages/mastodon/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-mastodon.py/pkg/py3-mastodon.py/usr/lib/python3.11/site-packages/mastodon/Mastodon.py to Mastodon.cpython-311.pyc running install_egg_info running egg_info writing Mastodon.py.egg-info/PKG-INFO writing dependency_links to Mastodon.py.egg-info/dependency_links.txt writing requirements to Mastodon.py.egg-info/requires.txt writing top-level names to Mastodon.py.egg-info/top_level.txt reading manifest file 'Mastodon.py.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'Mastodon.py.egg-info/SOURCES.txt' Copying Mastodon.py.egg-info to /home/buildozer/aports/testing/py3-mastodon.py/pkg/py3-mastodon.py/usr/lib/python3.11/site-packages/Mastodon.py-1.5.1-py3.11.egg-info running install_scripts >>> py3-mastodon.py*: Running postcheck for py3-mastodon.py >>> py3-mastodon.py*: Preparing package py3-mastodon.py... >>> py3-mastodon.py*: Tracing dependencies... >>> py3-mastodon.py*: Package size: 424.0 KB >>> py3-mastodon.py*: Compressing data... >>> py3-mastodon.py*: Create checksum... >>> py3-mastodon.py*: Create py3-mastodon.py-1.5.1-r1.apk >>> py3-mastodon.py: Build complete at Thu, 24 Nov 2022 18:55:23 +0000 elapsed time 0h 2m 0s >>> py3-mastodon.py: Cleaning up srcdir >>> py3-mastodon.py: Cleaning up pkgdir >>> py3-mastodon.py: Uninstalling dependencies... (1/47) Purging .makedepends-py3-mastodon.py (20221124.185325) (2/47) Purging py3-dateutil (2.8.2-r2) (3/47) Purging py3-tz (2022.6-r1) (4/47) Purging py3-magic (0.4.24-r2) (5/47) Purging py3-decorator (5.1.1-r2) (6/47) Purging py3-http-ece (1.1.0-r1) (7/47) Purging py3-cryptography (38.0.3-r1) (8/47) Purging py3-cffi (1.15.1-r1) (9/47) Purging py3-cparser (2.21-r1) (10/47) Purging py3-blurhash (1.1.4-r1) (11/47) Purging python3-dev (3.11.0-r2) (12/47) Purging py3-pytest-runner (6.0.0-r1) (13/47) Purging py3-setuptools (65.6.3-r0) (14/47) Purging py3-pytest-cov (4.0.0-r1) (15/47) Purging py3-coverage (6.5.0-r1) (16/47) Purging py3-pytest-vcr (1.0.2-r2) (17/47) Purging py3-vcrpy (4.2.1-r1) (18/47) Purging py3-yarl (1.8.1-r2) (19/47) Purging py3-multidict (6.0.2-r2) (20/47) Purging py3-yaml (6.0-r1) (21/47) Purging py3-wrapt (1.14.1-r1) (22/47) Purging py3-pytest-mock (3.10.0-r1) (23/47) Purging py3-mock (4.0.3-r4) (24/47) Purging py3-pbr (5.11.0-r1) (25/47) Purging py3-pytest (7.2.0-r2) (26/47) Purging py3-attrs (22.1.0-r1) (27/47) Purging py3-iniconfig (1.1.1-r4) (28/47) Purging py3-packaging (21.3-r3) (29/47) Purging py3-parsing (3.0.9-r1) (30/47) Purging py3-pluggy (1.0.0-r2) (31/47) Purging py3-py (1.11.0-r1) (32/47) Purging py3-requests-mock (1.10.0-r1) (33/47) Purging py3-requests (2.28.1-r2) (34/47) Purging py3-certifi (2022.9.24-r1) (35/47) Purging py3-charset-normalizer (3.0.1-r1) (36/47) Purging py3-idna (3.4-r3) (37/47) Purging py3-urllib3 (1.26.12-r1) (38/47) Purging py3-six (1.16.0-r4) (39/47) Purging python3 (3.11.0-r2) (40/47) Purging libbz2 (1.0.8-r4) (41/47) Purging libffi (3.4.4-r0) (42/47) Purging gdbm (1.23-r0) (43/47) Purging xz-libs (5.2.8-r0) (44/47) Purging mpdecimal (2.5.1-r1) (45/47) Purging readline (8.2.0-r0) (46/47) Purging sqlite-libs (3.40.0-r0) (47/47) Purging yaml (0.2.5-r0) Executing busybox-1.35.0-r29.trigger OK: 393 MiB in 98 packages >>> py3-mastodon.py: Updating the testing/x86_64 repository index... >>> py3-mastodon.py: Signing the index...