>>> py3-prawcore: Building community/py3-prawcore 2.3.0-r4 (using abuild 3.12.0-r5) started Fri, 12 Apr 2024 21:16:38 +0000 >>> py3-prawcore: Checking sanity of /home/buildozer/aports/community/py3-prawcore/APKBUILD... >>> py3-prawcore: Analyzing dependencies... >>> py3-prawcore: Installing for build: build-base py3-requests py3-setuptools py3-betamax py3-betamax_matchers py3-betamax_serializers py3-mock py3-pytest py3-testfixtures (1/52) Installing libbz2 (1.0.8-r6) (2/52) Installing libffi (3.4.6-r0) (3/52) Installing gdbm (1.23-r1) (4/52) Installing xz-libs (5.6.1-r3) (5/52) Installing mpdecimal (4.0.0-r0) (6/52) Installing libpanelw (6.4_p20240330-r0) (7/52) Installing readline (8.2.10-r0) (8/52) Installing sqlite-libs (3.45.2-r0) (9/52) Installing python3 (3.12.2-r1) (10/52) Installing python3-pycache-pyc0 (3.12.2-r1) (11/52) Installing pyc (3.12.2-r1) (12/52) Installing py3-certifi-pyc (2024.2.2-r1) (13/52) Installing py3-charset-normalizer (3.3.2-r1) (14/52) Installing py3-charset-normalizer-pyc (3.3.2-r1) (15/52) Installing py3-idna (3.6-r1) (16/52) Installing py3-idna-pyc (3.6-r1) (17/52) Installing py3-urllib3 (1.26.18-r1) (18/52) Installing py3-urllib3-pyc (1.26.18-r1) (19/52) Installing py3-requests-pyc (2.31.0-r2) (20/52) Installing python3-pyc (3.12.2-r1) (21/52) Installing py3-certifi (2024.2.2-r1) (22/52) Installing py3-requests (2.31.0-r2) (23/52) Installing py3-parsing (3.1.2-r1) (24/52) Installing py3-parsing-pyc (3.1.2-r1) (25/52) Installing py3-packaging (24.0-r1) (26/52) Installing py3-packaging-pyc (24.0-r1) (27/52) Installing py3-setuptools (69.2.0-r2) (28/52) Installing py3-setuptools-pyc (69.2.0-r2) (29/52) Installing py3-betamax (0.9.0-r1) (30/52) Installing py3-betamax-pyc (0.9.0-r1) (31/52) Installing py3-requests-toolbelt (1.0.0-r1) (32/52) Installing py3-requests-toolbelt-pyc (1.0.0-r1) (33/52) Installing py3-betamax_matchers (0.4.0-r5) (34/52) Installing py3-betamax_matchers-pyc (0.4.0-r5) (35/52) Installing yaml (0.2.5-r2) (36/52) Installing py3-yaml (6.0.1-r3) (37/52) Installing py3-yaml-pyc (6.0.1-r3) (38/52) Installing py3-betamax_serializers (0.2.1-r6) (39/52) Installing py3-betamax_serializers-pyc (0.2.1-r6) (40/52) Installing py3-mock (5.1.0-r2) (41/52) Installing py3-mock-pyc (5.1.0-r2) (42/52) Installing py3-iniconfig (2.0.0-r1) (43/52) Installing py3-iniconfig-pyc (2.0.0-r1) (44/52) Installing py3-pluggy (1.4.0-r1) (45/52) Installing py3-pluggy-pyc (1.4.0-r1) (46/52) Installing py3-py (1.11.0-r3) (47/52) Installing py3-py-pyc (1.11.0-r3) (48/52) Installing py3-pytest (8.1.1-r1) (49/52) Installing py3-pytest-pyc (8.1.1-r1) (50/52) Installing py3-testfixtures (7.2.2-r1) (51/52) Installing py3-testfixtures-pyc (7.2.2-r1) (52/52) Installing .makedepends-py3-prawcore (20240412.211639) Executing busybox-1.36.1-r25.trigger OK: 324 MiB in 155 packages >>> py3-prawcore: Cleaning up srcdir >>> py3-prawcore: Cleaning up pkgdir >>> py3-prawcore: Cleaning up tmpdir >>> py3-prawcore: Fetching https://distfiles.alpinelinux.org/distfiles/edge/prawcore-v2.3.0.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/prawcore-v2.3.0.tar.gz.part' prawcore-v2.3.0.tar. 100% |********************************| 1149k 0:00:00 ETA '/var/cache/distfiles/prawcore-v2.3.0.tar.gz.part' saved >>> py3-prawcore: Fetching https://distfiles.alpinelinux.org/distfiles/edge/prawcore-v2.3.0.tar.gz >>> py3-prawcore: Checking sha512sums... prawcore-v2.3.0.tar.gz: OK >>> py3-prawcore: Unpacking /var/cache/distfiles/prawcore-v2.3.0.tar.gz... running build running build_py creating build creating build/lib creating build/lib/prawcore copying prawcore/__init__.py -> build/lib/prawcore copying prawcore/sessions.py -> build/lib/prawcore copying prawcore/rate_limit.py -> build/lib/prawcore copying prawcore/exceptions.py -> build/lib/prawcore copying prawcore/requestor.py -> build/lib/prawcore copying prawcore/util.py -> build/lib/prawcore copying prawcore/auth.py -> build/lib/prawcore copying prawcore/const.py -> build/lib/prawcore ============================= test session starts ============================== platform linux -- Python 3.12.2, pytest-8.1.1, pluggy-1.4.0 rootdir: /home/buildozer/aports/community/py3-prawcore/src/prawcore-2.3.0 configfile: pyproject.toml plugins: betamax-0.9.0 collected 103 items tests/test_authenticator.py ........... [ 10%] tests/test_authorizer.py .................................. [ 43%] tests/test_rate_limit.py ........... [ 54%] tests/test_requestor.py ...... [ 60%] tests/test_sessions.py ......................................... [100%] =============================== warnings summary =============================== tests/test_authenticator.py: 4 warnings tests/test_authorizer.py: 21 warnings tests/test_sessions.py: 31 warnings /usr/lib/python3.12/site-packages/betamax/adapter.py:105: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC). now = datetime.utcnow() -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ======================= 103 passed, 56 warnings in 0.34s ======================= >>> py3-prawcore: 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/community/py3-prawcore/pkg creating /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore creating /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr creating /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib creating /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib/python3.12 creating /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib/python3.12/site-packages creating /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib/python3.12/site-packages/prawcore copying build/lib/prawcore/__init__.py -> /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib/python3.12/site-packages/prawcore copying build/lib/prawcore/sessions.py -> /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib/python3.12/site-packages/prawcore copying build/lib/prawcore/rate_limit.py -> /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib/python3.12/site-packages/prawcore copying build/lib/prawcore/exceptions.py -> /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib/python3.12/site-packages/prawcore copying build/lib/prawcore/requestor.py -> /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib/python3.12/site-packages/prawcore copying build/lib/prawcore/util.py -> /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib/python3.12/site-packages/prawcore copying build/lib/prawcore/auth.py -> /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib/python3.12/site-packages/prawcore copying build/lib/prawcore/const.py -> /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib/python3.12/site-packages/prawcore byte-compiling /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib/python3.12/site-packages/prawcore/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib/python3.12/site-packages/prawcore/sessions.py to sessions.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib/python3.12/site-packages/prawcore/rate_limit.py to rate_limit.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib/python3.12/site-packages/prawcore/exceptions.py to exceptions.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib/python3.12/site-packages/prawcore/requestor.py to requestor.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib/python3.12/site-packages/prawcore/util.py to util.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib/python3.12/site-packages/prawcore/auth.py to auth.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib/python3.12/site-packages/prawcore/const.py to const.cpython-312.pyc running install_egg_info running egg_info creating prawcore.egg-info writing prawcore.egg-info/PKG-INFO writing dependency_links to prawcore.egg-info/dependency_links.txt writing requirements to prawcore.egg-info/requires.txt writing top-level names to prawcore.egg-info/top_level.txt writing manifest file 'prawcore.egg-info/SOURCES.txt' reading manifest file 'prawcore.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.md' adding license file 'LICENSE.txt' adding license file 'AUTHORS.rst' writing manifest file 'prawcore.egg-info/SOURCES.txt' Copying prawcore.egg-info to /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib/python3.12/site-packages/prawcore-2.3.0-py3.12.egg-info running install_scripts >>> py3-prawcore-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib/python3.12/site-packages/prawcore/__pycache__' -> '/home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore-pyc/usr/lib/python3.12/site-packages/prawcore/__pycache__' >>> py3-prawcore-pyc*: Preparing subpackage py3-prawcore-pyc... >>> py3-prawcore-pyc*: Running postcheck for py3-prawcore-pyc >>> py3-prawcore*: Running postcheck for py3-prawcore >>> py3-prawcore*: Preparing package py3-prawcore... >>> py3-prawcore-pyc*: Tracing dependencies... py3-requests python3~3.12 >>> py3-prawcore-pyc*: Package size: 96.0 KB >>> py3-prawcore-pyc*: Compressing data... >>> py3-prawcore-pyc*: Create checksum... >>> py3-prawcore-pyc*: Create py3-prawcore-pyc-2.3.0-r4.apk >>> py3-prawcore*: Tracing dependencies... py3-requests python3~3.12 >>> py3-prawcore*: Package size: 116.0 KB >>> py3-prawcore*: Compressing data... >>> py3-prawcore*: Create checksum... >>> py3-prawcore*: Create py3-prawcore-2.3.0-r4.apk >>> py3-prawcore: Build complete at Fri, 12 Apr 2024 21:16:41 +0000 elapsed time 0h 0m 3s >>> py3-prawcore: Cleaning up srcdir >>> py3-prawcore: Cleaning up pkgdir >>> py3-prawcore: Uninstalling dependencies... (1/52) Purging .makedepends-py3-prawcore (20240412.211639) (2/52) Purging py3-setuptools-pyc (69.2.0-r2) (3/52) Purging py3-setuptools (69.2.0-r2) (4/52) Purging py3-betamax_matchers-pyc (0.4.0-r5) (5/52) Purging py3-betamax_matchers (0.4.0-r5) (6/52) Purging py3-requests-toolbelt-pyc (1.0.0-r1) (7/52) Purging py3-requests-toolbelt (1.0.0-r1) (8/52) Purging py3-betamax_serializers-pyc (0.2.1-r6) (9/52) Purging py3-betamax_serializers (0.2.1-r6) (10/52) Purging py3-yaml-pyc (6.0.1-r3) (11/52) Purging py3-yaml (6.0.1-r3) (12/52) Purging py3-betamax-pyc (0.9.0-r1) (13/52) Purging py3-betamax (0.9.0-r1) (14/52) Purging py3-requests-pyc (2.31.0-r2) (15/52) Purging py3-requests (2.31.0-r2) (16/52) Purging py3-certifi-pyc (2024.2.2-r1) (17/52) Purging py3-certifi (2024.2.2-r1) (18/52) Purging py3-charset-normalizer-pyc (3.3.2-r1) (19/52) Purging py3-charset-normalizer (3.3.2-r1) (20/52) Purging py3-idna-pyc (3.6-r1) (21/52) Purging py3-idna (3.6-r1) (22/52) Purging py3-urllib3-pyc (1.26.18-r1) (23/52) Purging py3-urllib3 (1.26.18-r1) (24/52) Purging py3-mock-pyc (5.1.0-r2) (25/52) Purging py3-mock (5.1.0-r2) (26/52) Purging py3-pytest-pyc (8.1.1-r1) (27/52) Purging py3-pytest (8.1.1-r1) (28/52) Purging py3-iniconfig-pyc (2.0.0-r1) (29/52) Purging py3-iniconfig (2.0.0-r1) (30/52) Purging py3-packaging-pyc (24.0-r1) (31/52) Purging py3-packaging (24.0-r1) (32/52) Purging py3-parsing-pyc (3.1.2-r1) (33/52) Purging py3-parsing (3.1.2-r1) (34/52) Purging py3-pluggy-pyc (1.4.0-r1) (35/52) Purging py3-pluggy (1.4.0-r1) (36/52) Purging py3-py-pyc (1.11.0-r3) (37/52) Purging py3-py (1.11.0-r3) (38/52) Purging py3-testfixtures-pyc (7.2.2-r1) (39/52) Purging py3-testfixtures (7.2.2-r1) (40/52) Purging python3-pyc (3.12.2-r1) (41/52) Purging python3-pycache-pyc0 (3.12.2-r1) (42/52) Purging pyc (3.12.2-r1) (43/52) Purging yaml (0.2.5-r2) (44/52) Purging python3 (3.12.2-r1) (45/52) Purging gdbm (1.23-r1) (46/52) Purging libbz2 (1.0.8-r6) (47/52) Purging libffi (3.4.6-r0) (48/52) Purging libpanelw (6.4_p20240330-r0) (49/52) Purging mpdecimal (4.0.0-r0) (50/52) Purging readline (8.2.10-r0) (51/52) Purging sqlite-libs (3.45.2-r0) (52/52) Purging xz-libs (5.6.1-r3) Executing busybox-1.36.1-r25.trigger OK: 270 MiB in 103 packages >>> py3-prawcore: Updating the community/armv7 repository index... >>> py3-prawcore: Signing the index...