>>> py3-discogs-client: Building testing/py3-discogs-client 2.7-r2 (using abuild 3.12.0-r5) started Mon, 15 Apr 2024 17:34:22 +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/38) Installing libbz2 (1.0.8-r6) (2/38) Installing libffi (3.4.6-r0) (3/38) Installing gdbm (1.23-r1) (4/38) Installing xz-libs (5.6.1-r3) (5/38) Installing mpdecimal (4.0.0-r0) (6/38) Installing libpanelw (6.4_p20240330-r0) (7/38) Installing readline (8.2.10-r0) (8/38) Installing sqlite-libs (3.45.2-r0) (9/38) Installing python3 (3.12.3-r0) (10/38) Installing python3-pycache-pyc0 (3.12.3-r0) (11/38) Installing pyc (3.12.3-r0) (12/38) Installing py3-oauthlib-pyc (3.2.2-r3) (13/38) Installing python3-pyc (3.12.3-r0) (14/38) Installing py3-oauthlib (3.2.2-r3) (15/38) Installing py3-certifi (2024.2.2-r1) (16/38) Installing py3-certifi-pyc (2024.2.2-r1) (17/38) Installing py3-charset-normalizer (3.3.2-r1) (18/38) Installing py3-charset-normalizer-pyc (3.3.2-r1) (19/38) Installing py3-idna (3.7-r0) (20/38) Installing py3-idna-pyc (3.7-r0) (21/38) Installing py3-urllib3 (1.26.18-r1) (22/38) Installing py3-urllib3-pyc (1.26.18-r1) (23/38) Installing py3-requests (2.31.0-r2) (24/38) Installing py3-requests-pyc (2.31.0-r2) (25/38) Installing py3-six (1.16.0-r9) (26/38) Installing py3-six-pyc (1.16.0-r9) (27/38) Installing py3-dateutil (2.9.0-r1) (28/38) Installing py3-dateutil-pyc (2.9.0-r1) (29/38) Installing py3-parsing (3.1.2-r1) (30/38) Installing py3-parsing-pyc (3.1.2-r1) (31/38) Installing py3-packaging (24.0-r1) (32/38) Installing py3-packaging-pyc (24.0-r1) (33/38) Installing py3-setuptools (69.2.0-r2) (34/38) Installing py3-setuptools-pyc (69.2.0-r2) (35/38) Installing yaml (0.2.5-r2) (36/38) Installing py3-yaml (6.0.1-r3) (37/38) Installing py3-yaml-pyc (6.0.1-r3) (38/38) Installing .makedepends-py3-discogs-client (20240415.173424) Executing busybox-1.36.1-r25.trigger OK: 320 MiB in 141 packages >>> py3-discogs-client: Cleaning up srcdir >>> py3-discogs-client: Cleaning up pkgdir >>> py3-discogs-client: Cleaning up tmpdir >>> py3-discogs-client: Fetching https://distfiles.alpinelinux.org/distfiles/edge/python3-discogs-client-2.7.tar.gz >>> py3-discogs-client: Fetching https://distfiles.alpinelinux.org/distfiles/edge/python3-discogs-client-2.7.tar.gz >>> py3-discogs-client: Checking sha512sums... python3-discogs-client-2.7.tar.gz: OK >>> py3-discogs-client: Unpacking /var/cache/distfiles/python3-discogs-client-2.7.tar.gz... running build running build_py creating build creating build/lib creating 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/utils.py -> build/lib/discogs_client copying discogs_client/fetchers.py -> build/lib/discogs_client copying discogs_client/client.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. /usr/lib/python3.12/site-packages/setuptools/command/test.py:193: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! ir_d = dist.fetch_build_eggs(dist.install_requires) WARNING: The wheel package is not available. /usr/lib/python3.12/site-packages/setuptools/command/test.py:194: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! tr_d = dist.fetch_build_eggs(dist.tests_require or []) WARNING: The wheel package is not available. /usr/lib/python3.12/site-packages/setuptools/command/test.py:195: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! er_d = dist.fetch_build_eggs( WARNING: The wheel package is not available. 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 /home/buildozer/aports/testing/py3-discogs-client/src/python3-discogs-client-2.7/discogs_client/fetchers.py:227: SyntaxWarning: invalid escape sequence '\w' path_with_params = re.compile('(?P(\w+/)+)(?P\w+)\?(?P.*)') test_memory_fetcher (discogs_client.tests.test_fetchers.FetcherTestCase.test_memory_fetcher) Client can fetch responses with MemoryFetcher ... ok test_oauth2_fetcher (discogs_client.tests.test_fetchers.FetcherTestCase.test_oauth2_fetcher) ... ok test_backed_off_when_rate_limit_reached (discogs_client.tests.test_utils.UtilsTestCase.test_backed_off_when_rate_limit_reached) ... ok test_condition (discogs_client.tests.test_utils.UtilsTestCase.test_condition) ... ok test_omit_none (discogs_client.tests.test_utils.UtilsTestCase.test_omit_none) ... ok test_parse_timestamp (discogs_client.tests.test_utils.UtilsTestCase.test_parse_timestamp) ... ok test_sort (discogs_client.tests.test_utils.UtilsTestCase.test_sort) ... ok test_status (discogs_client.tests.test_utils.UtilsTestCase.test_status) ... ok test_update_qs (discogs_client.tests.test_utils.UtilsTestCase.test_update_qs) update_qs helper works as intended ... ok test_artist (discogs_client.tests.test_models.ModelsTestCase.test_artist) Artists can be fetched and parsed ... ok test_bytes_search (discogs_client.tests.test_models.ModelsTestCase.test_bytes_search) ... ok test_collection (discogs_client.tests.test_models.ModelsTestCase.test_collection) Collection folders can be manipulated ... ok test_collection_value (discogs_client.tests.test_models.ModelsTestCase.test_collection_value) Collection Value can be fetched and parsed ... ok test_delete_object (discogs_client.tests.test_models.ModelsTestCase.test_delete_object) Can request DELETE on an APIObject ... ok test_fee (discogs_client.tests.test_models.ModelsTestCase.test_fee) ... ok test_http_error (discogs_client.tests.test_models.ModelsTestCase.test_http_error) HTTPError provides useful information ... ok test_identity (discogs_client.tests.test_models.ModelsTestCase.test_identity) OAuth identity returns a User ... ok test_invalid_artist (discogs_client.tests.test_models.ModelsTestCase.test_invalid_artist) Invalid artist raises HTTPError ... ok test_invalid_release (discogs_client.tests.test_models.ModelsTestCase.test_invalid_release) Invalid release raises HTTPError ... ok test_inventory (discogs_client.tests.test_models.ModelsTestCase.test_inventory) Inventory can be manipulated ... ok test_kwargs_multiterm_search (discogs_client.tests.test_models.ModelsTestCase.test_kwargs_multiterm_search) ... ok test_kwargs_search (discogs_client.tests.test_models.ModelsTestCase.test_kwargs_search) ... ok test_list (discogs_client.tests.test_models.ModelsTestCase.test_list) Lists can be fetched and parsed ... ok test_listing (discogs_client.tests.test_models.ModelsTestCase.test_listing) Listing can be manipulated ... ok test_marketplace_stats (discogs_client.tests.test_models.ModelsTestCase.test_marketplace_stats) Release stats can be fetched and parsed ... ok test_master (discogs_client.tests.test_models.ModelsTestCase.test_master) Masters can be fetched and parsed ... ok test_master_versions (discogs_client.tests.test_models.ModelsTestCase.test_master_versions) Test main_release / versions relationship ... ok test_multiterm_bytes_search (discogs_client.tests.test_models.ModelsTestCase.test_multiterm_bytes_search) ... ok test_multiterm_mixed_search (discogs_client.tests.test_models.ModelsTestCase.test_multiterm_mixed_search) ... ok test_multiterm_search (discogs_client.tests.test_models.ModelsTestCase.test_multiterm_search) ... ok test_parent_label (discogs_client.tests.test_models.ModelsTestCase.test_parent_label) Test parent_label / sublabels relationship ... ok test_release (discogs_client.tests.test_models.ModelsTestCase.test_release) Releases can be fetched and parsed ... ok test_same_artist (discogs_client.tests.test_models.ModelsTestCase.test_same_artist) Artists can be fetched and parsed multiple times ... ok test_search (discogs_client.tests.test_models.ModelsTestCase.test_search) ... ok test_user (discogs_client.tests.test_models.ModelsTestCase.test_user) Users can be fetched and parsed ... ok test_user_writable (discogs_client.tests.test_models.ModelsTestCase.test_user_writable) User profile can be updated ... ok test_utf8_search (discogs_client.tests.test_models.ModelsTestCase.test_utf8_search) ... ok test_wantlist (discogs_client.tests.test_models.ModelsTestCase.test_wantlist) Wantlists can be manipulated ... ok test_caching (discogs_client.tests.test_core.CoreTestCase.test_caching) Only perform a fetch when requesting missing data ... ok test_equality (discogs_client.tests.test_core.CoreTestCase.test_equality) APIObjects of the same class are equal if their IDs are ... ok test_object_field (discogs_client.tests.test_core.CoreTestCase.test_object_field) APIObjects can have APIObjects as properties ... ok test_pagination (discogs_client.tests.test_core.CoreTestCase.test_pagination) PaginatedLists are parsed correctly, indexable, and iterable ... ok test_read_only_object_field (discogs_client.tests.test_core.CoreTestCase.test_read_only_object_field) Can't write to an ObjectField ... ok test_read_only_simple_field (discogs_client.tests.test_core.CoreTestCase.test_read_only_simple_field) Can't write to a SimpleField when writable=False ... ok test_set_timeout_in_float (discogs_client.tests.test_core.CoreTestCase.test_set_timeout_in_float) ... ok test_set_timeout_in_int (discogs_client.tests.test_core.CoreTestCase.test_set_timeout_in_int) ... ok test_set_timeout_to_none (discogs_client.tests.test_core.CoreTestCase.test_set_timeout_to_none) ... ok test_timeout_defaults_to_none (discogs_client.tests.test_core.CoreTestCase.test_timeout_defaults_to_none) ... ok test_transform_datetime (discogs_client.tests.test_core.CoreTestCase.test_transform_datetime) String timestamps are converted to datetimes ... ok test_user_agent (discogs_client.tests.test_core.CoreTestCase.test_user_agent) User-Agent should be properly set ... ok ---------------------------------------------------------------------- Ran 50 tests in 0.018s OK >>> py3-discogs-client: Entering fakeroot... running install /usr/lib/python3.12/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 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/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.12 creating /home/buildozer/aports/testing/py3-discogs-client/pkg/py3-discogs-client/usr/lib/python3.12/site-packages creating /home/buildozer/aports/testing/py3-discogs-client/pkg/py3-discogs-client/usr/lib/python3.12/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.12/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.12/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.12/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.12/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.12/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.12/site-packages/discogs_client byte-compiling /home/buildozer/aports/testing/py3-discogs-client/pkg/py3-discogs-client/usr/lib/python3.12/site-packages/discogs_client/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-discogs-client/pkg/py3-discogs-client/usr/lib/python3.12/site-packages/discogs_client/exceptions.py to exceptions.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-discogs-client/pkg/py3-discogs-client/usr/lib/python3.12/site-packages/discogs_client/models.py to models.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-discogs-client/pkg/py3-discogs-client/usr/lib/python3.12/site-packages/discogs_client/utils.py to utils.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-discogs-client/pkg/py3-discogs-client/usr/lib/python3.12/site-packages/discogs_client/fetchers.py to fetchers.cpython-312.pyc /usr/lib/python3.12/site-packages/discogs_client/fetchers.py:227: SyntaxWarning: invalid escape sequence '\w' byte-compiling /home/buildozer/aports/testing/py3-discogs-client/pkg/py3-discogs-client/usr/lib/python3.12/site-packages/discogs_client/client.py to client.cpython-312.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.12/site-packages/python3_discogs_client-2.7-py3.12.egg-info running install_scripts >>> py3-discogs-client-pyc*: Running split function pyc... '/home/buildozer/aports/testing/py3-discogs-client/pkg/py3-discogs-client/usr/lib/python3.12/site-packages/discogs_client/__pycache__' -> '/home/buildozer/aports/testing/py3-discogs-client/pkg/py3-discogs-client-pyc/usr/lib/python3.12/site-packages/discogs_client/__pycache__' >>> py3-discogs-client-pyc*: Preparing subpackage py3-discogs-client-pyc... >>> py3-discogs-client-pyc*: Running postcheck for py3-discogs-client-pyc >>> py3-discogs-client*: Running postcheck for py3-discogs-client >>> py3-discogs-client*: Preparing package py3-discogs-client... >>> py3-discogs-client-pyc*: Tracing dependencies... py3-oauthlib py3-requests python3 py3-dateutil python3~3.12 >>> py3-discogs-client-pyc*: Package size: 120.0 KB >>> py3-discogs-client-pyc*: Compressing data... >>> py3-discogs-client-pyc*: Create checksum... >>> py3-discogs-client-pyc*: Create py3-discogs-client-pyc-2.7-r2.apk >>> py3-discogs-client*: Tracing dependencies... py3-oauthlib py3-requests python3 py3-dateutil python3~3.12 >>> py3-discogs-client*: Package size: 112.0 KB >>> py3-discogs-client*: Compressing data... >>> py3-discogs-client*: Create checksum... >>> py3-discogs-client*: Create py3-discogs-client-2.7-r2.apk >>> py3-discogs-client: Build complete at Mon, 15 Apr 2024 17:34:25 +0000 elapsed time 0h 0m 3s >>> py3-discogs-client: Cleaning up srcdir >>> py3-discogs-client: Cleaning up pkgdir >>> py3-discogs-client: Uninstalling dependencies... (1/38) Purging .makedepends-py3-discogs-client (20240415.173424) (2/38) Purging py3-oauthlib-pyc (3.2.2-r3) (3/38) Purging py3-oauthlib (3.2.2-r3) (4/38) Purging py3-requests-pyc (2.31.0-r2) (5/38) Purging py3-requests (2.31.0-r2) (6/38) Purging py3-certifi-pyc (2024.2.2-r1) (7/38) Purging py3-certifi (2024.2.2-r1) (8/38) Purging py3-charset-normalizer-pyc (3.3.2-r1) (9/38) Purging py3-charset-normalizer (3.3.2-r1) (10/38) Purging py3-idna-pyc (3.7-r0) (11/38) Purging py3-idna (3.7-r0) (12/38) Purging py3-urllib3-pyc (1.26.18-r1) (13/38) Purging py3-urllib3 (1.26.18-r1) (14/38) Purging py3-dateutil-pyc (2.9.0-r1) (15/38) Purging py3-dateutil (2.9.0-r1) (16/38) Purging py3-six-pyc (1.16.0-r9) (17/38) Purging py3-six (1.16.0-r9) (18/38) Purging py3-setuptools-pyc (69.2.0-r2) (19/38) Purging py3-setuptools (69.2.0-r2) (20/38) Purging py3-packaging-pyc (24.0-r1) (21/38) Purging py3-packaging (24.0-r1) (22/38) Purging py3-parsing-pyc (3.1.2-r1) (23/38) Purging py3-parsing (3.1.2-r1) (24/38) Purging py3-yaml-pyc (6.0.1-r3) (25/38) Purging py3-yaml (6.0.1-r3) (26/38) Purging python3-pyc (3.12.3-r0) (27/38) Purging python3-pycache-pyc0 (3.12.3-r0) (28/38) Purging pyc (3.12.3-r0) (29/38) Purging yaml (0.2.5-r2) (30/38) Purging python3 (3.12.3-r0) (31/38) Purging gdbm (1.23-r1) (32/38) Purging libbz2 (1.0.8-r6) (33/38) Purging libffi (3.4.6-r0) (34/38) Purging libpanelw (6.4_p20240330-r0) (35/38) Purging mpdecimal (4.0.0-r0) (36/38) Purging readline (8.2.10-r0) (37/38) Purging sqlite-libs (3.45.2-r0) (38/38) Purging xz-libs (5.6.1-r3) Executing busybox-1.36.1-r25.trigger OK: 270 MiB in 103 packages >>> py3-discogs-client: Updating the testing/armv7 repository index... >>> py3-discogs-client: Signing the index...