>>> py3-discogs-client: Building testing/py3-discogs-client 2.3.12-r2 (using abuild 3.9.0-r5) started Fri, 12 Aug 2022 02:23:49 +0000 >>> py3-discogs-client: Checking sanity of /home/buildozer/aports/testing/py3-discogs-client/APKBUILD... >>> py3-discogs-client: Analyzing dependencies... >>> py3-discogs-client: Installing for build: build-base py3-oauthlib py3-requests python3 py3-dateutil py3-setuptools py3-yaml (1/23) Installing libffi (3.4.2-r1) (2/23) Installing gdbm (1.23-r0) (3/23) Installing mpdecimal (2.5.1-r1) (4/23) Installing readline (8.1.2-r0) (5/23) Installing sqlite-libs (3.39.2-r0) (6/23) Installing python3 (3.10.5-r2) (7/23) Installing py3-oauthlib (2.1.0-r7) (8/23) Installing py3-certifi (2021.10.8-r0) (9/23) Installing py3-charset-normalizer (2.1.0-r0) (10/23) Installing py3-idna (3.3-r2) (11/23) Installing py3-urllib3 (1.26.10-r0) (12/23) Installing py3-requests (2.28.1-r0) (13/23) Installing py3-six (1.16.0-r2) (14/23) Installing py3-dateutil (2.8.2-r1) (15/23) Installing py3-appdirs (1.4.4-r4) (16/23) Installing py3-more-itertools (8.13.0-r0) (17/23) Installing py3-ordered-set (4.0.2-r4) (18/23) Installing py3-parsing (3.0.9-r0) (19/23) Installing py3-packaging (21.3-r2) (20/23) Installing py3-setuptools (59.4.0-r0) (21/23) Installing yaml (0.2.5-r0) (22/23) Installing py3-yaml (6.0-r0) (23/23) Installing .makedepends-py3-discogs-client (20220812.022350) Executing busybox-1.35.0-r22.trigger OK: 758 MiB in 146 packages >>> py3-discogs-client: Cleaning up srcdir >>> py3-discogs-client: Cleaning up pkgdir >>> py3-discogs-client: Fetching https://distfiles.alpinelinux.org/distfiles/edge/python3-discogs-client-2.3.12.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 32604 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32604 100 32604 0 0 58963 0 --:--:-- --:--:-- --:--:-- 58958 >>> py3-discogs-client: Fetching https://distfiles.alpinelinux.org/distfiles/edge/python3-discogs-client-2.3.12.tar.gz >>> py3-discogs-client: Checking sha512sums... python3-discogs-client-2.3.12.tar.gz: OK >>> py3-discogs-client: Unpacking /var/cache/distfiles/edge/python3-discogs-client-2.3.12.tar.gz... running build running build_py creating build creating build/lib creating build/lib/discogs_client copying discogs_client/utils.py -> build/lib/discogs_client copying discogs_client/client.py -> build/lib/discogs_client copying discogs_client/__init__.py -> build/lib/discogs_client copying discogs_client/exceptions.py -> build/lib/discogs_client copying discogs_client/models.py -> build/lib/discogs_client copying discogs_client/fetchers.py -> build/lib/discogs_client running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. running egg_info writing python3_discogs_client.egg-info/PKG-INFO writing dependency_links to python3_discogs_client.egg-info/dependency_links.txt writing requirements to python3_discogs_client.egg-info/requires.txt writing top-level names to python3_discogs_client.egg-info/top_level.txt reading manifest file 'python3_discogs_client.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching 'make_symlinks.py' found under directory 'discogs_client/tests' adding license file 'LICENSE' writing manifest file 'python3_discogs_client.egg-info/SOURCES.txt' running build_ext test_backed_off_when_rate_limit_reached (discogs_client.tests.test_utils.UtilsTestCase) ... ok test_condition (discogs_client.tests.test_utils.UtilsTestCase) ... ok test_omit_none (discogs_client.tests.test_utils.UtilsTestCase) ... ok test_parse_timestamp (discogs_client.tests.test_utils.UtilsTestCase) ... ok test_sort (discogs_client.tests.test_utils.UtilsTestCase) ... ok test_status (discogs_client.tests.test_utils.UtilsTestCase) ... ok test_update_qs (discogs_client.tests.test_utils.UtilsTestCase) update_qs helper works as intended ... ok test_caching (discogs_client.tests.test_core.CoreTestCase) Only perform a fetch when requesting missing data ... ok test_equality (discogs_client.tests.test_core.CoreTestCase) APIObjects of the same class are equal if their IDs are ... ok test_object_field (discogs_client.tests.test_core.CoreTestCase) APIObjects can have APIObjects as properties ... ok test_pagination (discogs_client.tests.test_core.CoreTestCase) PaginatedLists are parsed correctly, indexable, and iterable ... ok test_read_only_object_field (discogs_client.tests.test_core.CoreTestCase) Can't write to an ObjectField ... ok test_read_only_simple_field (discogs_client.tests.test_core.CoreTestCase) Can't write to a SimpleField when writable=False ... ok test_transform_datetime (discogs_client.tests.test_core.CoreTestCase) String timestamps are converted to datetimes ... ok test_user_agent (discogs_client.tests.test_core.CoreTestCase) User-Agent should be properly set ... ok test_memory_fetcher (discogs_client.tests.test_fetchers.FetcherTestCase) Client can fetch responses with MemoryFetcher ... ok test_oauth2_fetcher (discogs_client.tests.test_fetchers.FetcherTestCase) ... ok test_artist (discogs_client.tests.test_models.ModelsTestCase) Artists can be fetched and parsed ... ok test_collection (discogs_client.tests.test_models.ModelsTestCase) Collection folders can be manipulated ... ok test_collection_value (discogs_client.tests.test_models.ModelsTestCase) Collection Value can be fetched and parsed ... ok test_delete_object (discogs_client.tests.test_models.ModelsTestCase) Can request DELETE on an APIObject ... ok test_fee (discogs_client.tests.test_models.ModelsTestCase) ... ok test_http_error (discogs_client.tests.test_models.ModelsTestCase) HTTPError provides useful information ... ok test_identity (discogs_client.tests.test_models.ModelsTestCase) OAuth identity returns a User ... ok test_invalid_artist (discogs_client.tests.test_models.ModelsTestCase) Invalid artist raises HTTPError ... ok test_invalid_release (discogs_client.tests.test_models.ModelsTestCase) Invalid release raises HTTPError ... ok test_inventory (discogs_client.tests.test_models.ModelsTestCase) Inventory can be manipulated ... ok test_list (discogs_client.tests.test_models.ModelsTestCase) Lists can be fetched and parsed ... ok test_listing (discogs_client.tests.test_models.ModelsTestCase) Listing can be manipulated ... ok test_marketplace_stats (discogs_client.tests.test_models.ModelsTestCase) Release stats can be fetched and parsed ... ok test_master (discogs_client.tests.test_models.ModelsTestCase) Masters can be fetched and parsed ... ok test_master_versions (discogs_client.tests.test_models.ModelsTestCase) Test main_release / versions relationship ... ok test_parent_label (discogs_client.tests.test_models.ModelsTestCase) Test parent_label / sublabels relationship ... ok test_release (discogs_client.tests.test_models.ModelsTestCase) Releases can be fetched and parsed ... ok test_search (discogs_client.tests.test_models.ModelsTestCase) ... ok test_user (discogs_client.tests.test_models.ModelsTestCase) Users can be fetched and parsed ... ok test_user_writable (discogs_client.tests.test_models.ModelsTestCase) User profile can be updated ... ok test_utf8_search (discogs_client.tests.test_models.ModelsTestCase) ... ok test_wantlist (discogs_client.tests.test_models.ModelsTestCase) Wantlists can be manipulated ... ok ---------------------------------------------------------------------- Ran 39 tests in 0.016s OK >>> py3-discogs-client: Entering fakeroot... running install /usr/lib/python3.10/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-discogs-client/pkg creating /home/buildozer/aports/testing/py3-discogs-client/pkg/py3-discogs-client creating /home/buildozer/aports/testing/py3-discogs-client/pkg/py3-discogs-client/usr creating /home/buildozer/aports/testing/py3-discogs-client/pkg/py3-discogs-client/usr/lib creating /home/buildozer/aports/testing/py3-discogs-client/pkg/py3-discogs-client/usr/lib/python3.10 creating /home/buildozer/aports/testing/py3-discogs-client/pkg/py3-discogs-client/usr/lib/python3.10/site-packages creating /home/buildozer/aports/testing/py3-discogs-client/pkg/py3-discogs-client/usr/lib/python3.10/site-packages/discogs_client copying build/lib/discogs_client/utils.py -> /home/buildozer/aports/testing/py3-discogs-client/pkg/py3-discogs-client/usr/lib/python3.10/site-packages/discogs_client copying build/lib/discogs_client/client.py -> /home/buildozer/aports/testing/py3-discogs-client/pkg/py3-discogs-client/usr/lib/python3.10/site-packages/discogs_client copying build/lib/discogs_client/__init__.py -> /home/buildozer/aports/testing/py3-discogs-client/pkg/py3-discogs-client/usr/lib/python3.10/site-packages/discogs_client copying build/lib/discogs_client/exceptions.py -> /home/buildozer/aports/testing/py3-discogs-client/pkg/py3-discogs-client/usr/lib/python3.10/site-packages/discogs_client copying build/lib/discogs_client/models.py -> /home/buildozer/aports/testing/py3-discogs-client/pkg/py3-discogs-client/usr/lib/python3.10/site-packages/discogs_client copying build/lib/discogs_client/fetchers.py -> /home/buildozer/aports/testing/py3-discogs-client/pkg/py3-discogs-client/usr/lib/python3.10/site-packages/discogs_client byte-compiling /home/buildozer/aports/testing/py3-discogs-client/pkg/py3-discogs-client/usr/lib/python3.10/site-packages/discogs_client/utils.py to utils.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-discogs-client/pkg/py3-discogs-client/usr/lib/python3.10/site-packages/discogs_client/client.py to client.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-discogs-client/pkg/py3-discogs-client/usr/lib/python3.10/site-packages/discogs_client/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-discogs-client/pkg/py3-discogs-client/usr/lib/python3.10/site-packages/discogs_client/exceptions.py to exceptions.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-discogs-client/pkg/py3-discogs-client/usr/lib/python3.10/site-packages/discogs_client/models.py to models.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-discogs-client/pkg/py3-discogs-client/usr/lib/python3.10/site-packages/discogs_client/fetchers.py to fetchers.cpython-310.pyc running install_egg_info running egg_info writing python3_discogs_client.egg-info/PKG-INFO writing dependency_links to python3_discogs_client.egg-info/dependency_links.txt writing requirements to python3_discogs_client.egg-info/requires.txt writing top-level names to python3_discogs_client.egg-info/top_level.txt reading manifest file 'python3_discogs_client.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching 'make_symlinks.py' found under directory 'discogs_client/tests' adding license file 'LICENSE' writing manifest file 'python3_discogs_client.egg-info/SOURCES.txt' Copying python3_discogs_client.egg-info to /home/buildozer/aports/testing/py3-discogs-client/pkg/py3-discogs-client/usr/lib/python3.10/site-packages/python3_discogs_client-2.3.12-py3.10.egg-info running install_scripts >>> py3-discogs-client*: Running postcheck for py3-discogs-client >>> py3-discogs-client*: Preparing package py3-discogs-client... >>> py3-discogs-client*: Tracing dependencies... >>> py3-discogs-client*: Package size: 180.0 KB >>> py3-discogs-client*: Compressing data... >>> py3-discogs-client*: Create checksum... >>> py3-discogs-client*: Create py3-discogs-client-2.3.12-r2.apk >>> py3-discogs-client: Build complete at Fri, 12 Aug 2022 02:23:52 +0000 elapsed time 0h 0m 3s >>> py3-discogs-client: Cleaning up srcdir >>> py3-discogs-client: Cleaning up pkgdir >>> py3-discogs-client: Uninstalling dependencies... (1/23) Purging .makedepends-py3-discogs-client (20220812.022350) (2/23) Purging py3-oauthlib (2.1.0-r7) (3/23) Purging py3-requests (2.28.1-r0) (4/23) Purging py3-certifi (2021.10.8-r0) (5/23) Purging py3-charset-normalizer (2.1.0-r0) (6/23) Purging py3-idna (3.3-r2) (7/23) Purging py3-urllib3 (1.26.10-r0) (8/23) Purging py3-dateutil (2.8.2-r1) (9/23) Purging py3-six (1.16.0-r2) (10/23) Purging py3-setuptools (59.4.0-r0) (11/23) Purging py3-appdirs (1.4.4-r4) (12/23) Purging py3-more-itertools (8.13.0-r0) (13/23) Purging py3-ordered-set (4.0.2-r4) (14/23) Purging py3-packaging (21.3-r2) (15/23) Purging py3-parsing (3.0.9-r0) (16/23) Purging py3-yaml (6.0-r0) (17/23) Purging python3 (3.10.5-r2) (18/23) Purging libffi (3.4.2-r1) (19/23) Purging gdbm (1.23-r0) (20/23) Purging mpdecimal (2.5.1-r1) (21/23) Purging readline (8.1.2-r0) (22/23) Purging sqlite-libs (3.39.2-r0) (23/23) Purging yaml (0.2.5-r0) Executing busybox-1.35.0-r22.trigger OK: 701 MiB in 123 packages >>> py3-discogs-client: Updating the testing/armhf repository index... >>> py3-discogs-client: Signing the index...