>>> py3-arxiv: Building community/py3-arxiv 1.4.7-r1 (using abuild 3.11.0_rc13-r0) started Wed, 26 Apr 2023 17:22:12 +0000 >>> py3-arxiv: Checking sanity of /home/buildozer/aports/community/py3-arxiv/APKBUILD... >>> py3-arxiv: Analyzing dependencies... >>> py3-arxiv: Installing for build: build-base python3 py3-feedparser py3-setuptools py3-pytest py3-flake8 (1/35) Installing libffi (3.4.4-r2) (2/35) Installing gdbm (1.23-r1) (3/35) Installing mpdecimal (2.5.1-r2) (4/35) Installing libpanelw (6.4_p20230401-r6) (5/35) Installing readline (8.2.1-r1) (6/35) Installing sqlite-libs (3.41.2-r2) (7/35) Installing python3 (3.11.3-r10) (8/35) Installing python3-pycache-pyc0 (3.11.3-r10) (9/35) Installing pyc (0.1-r0) (10/35) Installing python3-pyc (3.11.3-r10) (11/35) Installing py3-sgmllib3k (1.0.0-r8) (12/35) Installing py3-feedparser (6.0.10-r2) (13/35) Installing py3-feedparser-pyc (6.0.10-r2) (14/35) Installing py3-parsing (3.0.9-r2) (15/35) Installing py3-parsing-pyc (3.0.9-r2) (16/35) Installing py3-packaging (23.1-r1) (17/35) Installing py3-packaging-pyc (23.1-r1) (18/35) Installing py3-setuptools (67.7.2-r0) (19/35) Installing py3-setuptools-pyc (67.7.2-r0) (20/35) Installing py3-iniconfig (1.1.1-r6) (21/35) Installing py3-iniconfig-pyc (1.1.1-r6) (22/35) Installing py3-pluggy (1.0.0-r3) (23/35) Installing py3-pluggy-pyc (1.0.0-r3) (24/35) Installing py3-py (1.11.0-r2) (25/35) Installing py3-py-pyc (1.11.0-r2) (26/35) Installing py3-pytest (7.3.1-r1) (27/35) Installing py3-pytest-pyc (7.3.1-r1) (28/35) Installing py3-pyflakes (3.0.1-r1) (29/35) Installing py3-pyflakes-pyc (3.0.1-r1) (30/35) Installing py3-pycodestyle (2.10.0-r1) (31/35) Installing py3-mccabe (0.7.0-r2) (32/35) Installing py3-mccabe-pyc (0.7.0-r2) (33/35) Installing py3-flake8 (6.0.0-r1) (34/35) Installing py3-flake8-pyc (6.0.0-r1) (35/35) Installing .makedepends-py3-arxiv (20230426.172214) Executing busybox-1.36.0-r8.trigger OK: 502 MiB in 138 packages >>> py3-arxiv: Cleaning up srcdir >>> py3-arxiv: Cleaning up pkgdir >>> py3-arxiv: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/arxiv.py-1.4.7.tar.gz >>> py3-arxiv: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/arxiv.py-1.4.7.tar.gz >>> py3-arxiv: Checking sha512sums... arxiv.py-1.4.7.tar.gz: OK >>> py3-arxiv: Unpacking /var/cache/distfiles/v3.18/arxiv.py-1.4.7.tar.gz... running build running build_py creating build creating build/lib creating build/lib/arxiv copying arxiv/arxiv.py -> build/lib/arxiv copying arxiv/__init__.py -> build/lib/arxiv ============================= 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/py3-arxiv/src/arxiv.py-1.4.7 configfile: setup.cfg collecting ... collected 24 items tests/test_api_bugs.py::TestClient::test_missing_title PASSED [ 4%] tests/test_client.py::TestClient::test_invalid_format_id PASSED [ 8%] tests/test_client.py::TestClient::test_invalid_id PASSED [ 12%] tests/test_client.py::TestClient::test_max_results PASSED [ 16%] tests/test_client.py::TestClient::test_no_duplicates PASSED [ 20%] tests/test_client.py::TestClient::test_nonexistent_id_in_list PASSED [ 25%] tests/test_client.py::TestClient::test_offset PASSED [ 29%] tests/test_client.py::TestClient::test_query_page_count PASSED [ 33%] tests/test_client.py::TestClient::test_retry PASSED [ 37%] tests/test_client.py::TestClient::test_search_results_offset PASSED [ 41%] tests/test_client.py::TestClient::test_sleep_between_errors PASSED [ 45%] tests/test_client.py::TestClient::test_sleep_elapsed PASSED [ 50%] tests/test_client.py::TestClient::test_sleep_multiple_requests PASSED [ 54%] tests/test_client.py::TestClient::test_sleep_standard PASSED [ 58%] tests/test_client.py::TestClient::test_sleep_zero_delay PASSED [ 62%] tests/test_download.py::TestDownload::test_download_from_query PASSED [ 66%] tests/test_download.py::TestDownload::test_download_tarfile_from_query PASSED [ 70%] tests/test_download.py::TestDownload::test_download_with_custom_slugify_from_query PASSED [ 75%] tests/test_result.py::TestResult::test_eq PASSED [ 79%] tests/test_result.py::TestResult::test_from_feed_entry PASSED [ 83%] tests/test_result.py::TestResult::test_get_short_id PASSED [ 87%] tests/test_result.py::TestResult::test_legacy_ids PASSED [ 91%] tests/test_result.py::TestResult::test_result_shape PASSED [ 95%] tests/test_result.py::TestResult::test_to_datetime PASSED [100%] =============================== warnings summary =============================== ../../../../../../../usr/lib/python3.11/site-packages/feedparser/encodings.py:29 /usr/lib/python3.11/site-packages/feedparser/encodings.py:29: DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13 import cgi -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ======================== 24 passed, 1 warning in 28.84s ======================== >>> py3-arxiv: 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/py3-arxiv/pkg creating /home/buildozer/aports/community/py3-arxiv/pkg/py3-arxiv creating /home/buildozer/aports/community/py3-arxiv/pkg/py3-arxiv/usr creating /home/buildozer/aports/community/py3-arxiv/pkg/py3-arxiv/usr/lib creating /home/buildozer/aports/community/py3-arxiv/pkg/py3-arxiv/usr/lib/python3.11 creating /home/buildozer/aports/community/py3-arxiv/pkg/py3-arxiv/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-arxiv/pkg/py3-arxiv/usr/lib/python3.11/site-packages/arxiv copying build/lib/arxiv/arxiv.py -> /home/buildozer/aports/community/py3-arxiv/pkg/py3-arxiv/usr/lib/python3.11/site-packages/arxiv copying build/lib/arxiv/__init__.py -> /home/buildozer/aports/community/py3-arxiv/pkg/py3-arxiv/usr/lib/python3.11/site-packages/arxiv byte-compiling /home/buildozer/aports/community/py3-arxiv/pkg/py3-arxiv/usr/lib/python3.11/site-packages/arxiv/arxiv.py to arxiv.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-arxiv/pkg/py3-arxiv/usr/lib/python3.11/site-packages/arxiv/__init__.py to __init__.cpython-311.pyc running install_egg_info running egg_info creating arxiv.egg-info writing arxiv.egg-info/PKG-INFO writing dependency_links to arxiv.egg-info/dependency_links.txt writing requirements to arxiv.egg-info/requires.txt writing top-level names to arxiv.egg-info/top_level.txt writing manifest file 'arxiv.egg-info/SOURCES.txt' reading manifest file 'arxiv.egg-info/SOURCES.txt' adding license file 'LICENSE.txt' writing manifest file 'arxiv.egg-info/SOURCES.txt' Copying arxiv.egg-info to /home/buildozer/aports/community/py3-arxiv/pkg/py3-arxiv/usr/lib/python3.11/site-packages/arxiv-1.4.7-py3.11.egg-info running install_scripts >>> py3-arxiv-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-arxiv/pkg/py3-arxiv/usr/lib/python3.11/site-packages/arxiv/__pycache__' -> '/home/buildozer/aports/community/py3-arxiv/pkg/py3-arxiv-pyc/usr/lib/python3.11/site-packages/arxiv/__pycache__' >>> py3-arxiv-pyc*: Preparing subpackage py3-arxiv-pyc... >>> py3-arxiv-pyc*: Running postcheck for py3-arxiv-pyc >>> py3-arxiv*: Running postcheck for py3-arxiv >>> py3-arxiv*: Preparing package py3-arxiv... >>> py3-arxiv-pyc*: Tracing dependencies... python3 py3-feedparser python3~3.11 >>> py3-arxiv-pyc*: Package size: 68.0 KB >>> py3-arxiv-pyc*: Compressing data... >>> py3-arxiv-pyc*: Create checksum... >>> py3-arxiv-pyc*: Create py3-arxiv-pyc-1.4.7-r1.apk >>> py3-arxiv*: Tracing dependencies... python3 py3-feedparser python3~3.11 >>> py3-arxiv*: Package size: 84.0 KB >>> py3-arxiv*: Compressing data... >>> py3-arxiv*: Create checksum... >>> py3-arxiv*: Create py3-arxiv-1.4.7-r1.apk >>> py3-arxiv: Build complete at Wed, 26 Apr 2023 17:22:45 +0000 elapsed time 0h 0m 33s >>> py3-arxiv: Cleaning up srcdir >>> py3-arxiv: Cleaning up pkgdir >>> py3-arxiv: Uninstalling dependencies... (1/35) Purging .makedepends-py3-arxiv (20230426.172214) (2/35) Purging py3-feedparser-pyc (6.0.10-r2) (3/35) Purging py3-feedparser (6.0.10-r2) (4/35) Purging py3-sgmllib3k (1.0.0-r8) (5/35) Purging py3-setuptools-pyc (67.7.2-r0) (6/35) Purging py3-setuptools (67.7.2-r0) (7/35) Purging py3-pytest-pyc (7.3.1-r1) (8/35) Purging py3-pytest (7.3.1-r1) (9/35) Purging py3-iniconfig-pyc (1.1.1-r6) (10/35) Purging py3-iniconfig (1.1.1-r6) (11/35) Purging py3-packaging-pyc (23.1-r1) (12/35) Purging py3-packaging (23.1-r1) (13/35) Purging py3-parsing-pyc (3.0.9-r2) (14/35) Purging py3-parsing (3.0.9-r2) (15/35) Purging py3-pluggy-pyc (1.0.0-r3) (16/35) Purging py3-pluggy (1.0.0-r3) (17/35) Purging py3-py-pyc (1.11.0-r2) (18/35) Purging py3-py (1.11.0-r2) (19/35) Purging py3-flake8-pyc (6.0.0-r1) (20/35) Purging py3-flake8 (6.0.0-r1) (21/35) Purging py3-pyflakes-pyc (3.0.1-r1) (22/35) Purging py3-pyflakes (3.0.1-r1) (23/35) Purging py3-pycodestyle (2.10.0-r1) (24/35) Purging py3-mccabe-pyc (0.7.0-r2) (25/35) Purging py3-mccabe (0.7.0-r2) (26/35) Purging python3-pyc (3.11.3-r10) (27/35) Purging python3-pycache-pyc0 (3.11.3-r10) (28/35) Purging pyc (0.1-r0) (29/35) Purging python3 (3.11.3-r10) (30/35) Purging gdbm (1.23-r1) (31/35) Purging libffi (3.4.4-r2) (32/35) Purging libpanelw (6.4_p20230401-r6) (33/35) Purging mpdecimal (2.5.1-r2) (34/35) Purging readline (8.2.1-r1) (35/35) Purging sqlite-libs (3.41.2-r2) Executing busybox-1.36.0-r8.trigger OK: 443 MiB in 103 packages >>> py3-arxiv: Updating the community/ppc64le repository index... >>> py3-arxiv: Signing the index...