>>> py3-discogs-client: Building testing/py3-discogs-client 2.3.12-r1 (using abuild 3.9.0-r0) started Sun, 19 Dec 2021 16:30:53 +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 py3-six py3-dateutil py3-setuptools py3-yaml (1/22) Installing libffi (3.4.2-r1) (2/22) Installing gdbm (1.22-r0) (3/22) Installing mpdecimal (2.5.1-r1) (4/22) Installing readline (8.1.1-r0) (5/22) Installing sqlite-libs (3.37.0-r0) (6/22) Installing python3 (3.10.1-r0) (7/22) Installing py3-oauthlib (2.1.0-r6) (8/22) Installing py3-certifi (2020.12.5-r2) (9/22) Installing py3-charset-normalizer (2.0.7-r1) (10/22) Installing py3-idna (3.3-r1) (11/22) Installing py3-urllib3 (1.26.7-r1) (12/22) Installing py3-requests (2.26.0-r2) (13/22) Installing py3-six (1.16.0-r1) (14/22) Installing py3-dateutil (2.8.2-r1) (15/22) Installing py3-ordered-set (4.0.2-r3) (16/22) Installing py3-appdirs (1.4.4-r3) (17/22) Installing py3-parsing (2.4.7-r3) (18/22) Installing py3-packaging (21.3-r0) (19/22) Installing py3-setuptools (52.0.0-r5) (20/22) Installing yaml (0.2.5-r0) (21/22) Installing py3-yaml (5.4.1.1-r2) (22/22) Installing .makedepends-py3-discogs-client (20211219.163054) Executing busybox-1.34.1-r5.trigger OK: 422 MiB in 123 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 >>> 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' 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.017s OK >>> py3-discogs-client: Entering fakeroot... running install 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' 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-r1.apk >>> py3-discogs-client: Build complete at Sun, 19 Dec 2021 16:30:55 +0000 elapsed time 0h 0m 2s >>> py3-discogs-client: Cleaning up srcdir >>> py3-discogs-client: Cleaning up pkgdir >>> py3-discogs-client: Uninstalling dependencies... (1/22) Purging .makedepends-py3-discogs-client (20211219.163054) (2/22) Purging py3-oauthlib (2.1.0-r6) (3/22) Purging py3-requests (2.26.0-r2) (4/22) Purging py3-certifi (2020.12.5-r2) (5/22) Purging py3-charset-normalizer (2.0.7-r1) (6/22) Purging py3-idna (3.3-r1) (7/22) Purging py3-urllib3 (1.26.7-r1) (8/22) Purging py3-dateutil (2.8.2-r1) (9/22) Purging py3-setuptools (52.0.0-r5) (10/22) Purging py3-ordered-set (4.0.2-r3) (11/22) Purging py3-appdirs (1.4.4-r3) (12/22) Purging py3-packaging (21.3-r0) (13/22) Purging py3-parsing (2.4.7-r3) (14/22) Purging py3-six (1.16.0-r1) (15/22) Purging py3-yaml (5.4.1.1-r2) (16/22) Purging python3 (3.10.1-r0) (17/22) Purging libffi (3.4.2-r1) (18/22) Purging gdbm (1.22-r0) (19/22) Purging mpdecimal (2.5.1-r1) (20/22) Purging readline (8.1.1-r0) (21/22) Purging sqlite-libs (3.37.0-r0) (22/22) Purging yaml (0.2.5-r0) Executing busybox-1.34.1-r5.trigger OK: 365 MiB in 101 packages >>> py3-discogs-client: Updating the testing/aarch64 repository index... >>> py3-discogs-client: Signing the index...