>>> py3-prawcore: Building community/py3-prawcore 2.3.0-r4 (using abuild 3.12.0-r5) started Sat, 13 Apr 2024 06:03:40 +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/50) Installing libffi (3.4.6-r0) (2/50) Installing gdbm (1.23-r1) (3/50) Installing mpdecimal (4.0.0-r0) (4/50) Installing libpanelw (6.4_p20240330-r0) (5/50) Installing readline (8.2.10-r0) (6/50) Installing sqlite-libs (3.45.2-r0) (7/50) Installing python3 (3.12.3-r0) (8/50) Installing python3-pycache-pyc0 (3.12.3-r0) (9/50) Installing pyc (3.12.3-r0) (10/50) Installing py3-certifi-pyc (2024.2.2-r1) (11/50) Installing py3-charset-normalizer (3.3.2-r1) (12/50) Installing py3-charset-normalizer-pyc (3.3.2-r1) (13/50) Installing py3-idna (3.6-r1) (14/50) Installing py3-idna-pyc (3.6-r1) (15/50) Installing py3-urllib3 (1.26.18-r1) (16/50) Installing py3-urllib3-pyc (1.26.18-r1) (17/50) Installing py3-requests-pyc (2.31.0-r2) (18/50) Installing python3-pyc (3.12.3-r0) (19/50) Installing py3-certifi (2024.2.2-r1) (20/50) Installing py3-requests (2.31.0-r2) (21/50) Installing py3-parsing (3.1.2-r1) (22/50) Installing py3-parsing-pyc (3.1.2-r1) (23/50) Installing py3-packaging (24.0-r1) (24/50) Installing py3-packaging-pyc (24.0-r1) (25/50) Installing py3-setuptools (69.2.0-r2) (26/50) Installing py3-setuptools-pyc (69.2.0-r2) (27/50) Installing py3-betamax (0.9.0-r1) (28/50) Installing py3-betamax-pyc (0.9.0-r1) (29/50) Installing py3-requests-toolbelt (1.0.0-r1) (30/50) Installing py3-requests-toolbelt-pyc (1.0.0-r1) (31/50) Installing py3-betamax_matchers (0.4.0-r5) (32/50) Installing py3-betamax_matchers-pyc (0.4.0-r5) (33/50) Installing yaml (0.2.5-r2) (34/50) Installing py3-yaml (6.0.1-r3) (35/50) Installing py3-yaml-pyc (6.0.1-r3) (36/50) Installing py3-betamax_serializers (0.2.1-r6) (37/50) Installing py3-betamax_serializers-pyc (0.2.1-r6) (38/50) Installing py3-mock (5.1.0-r2) (39/50) Installing py3-mock-pyc (5.1.0-r2) (40/50) Installing py3-iniconfig (2.0.0-r1) (41/50) Installing py3-iniconfig-pyc (2.0.0-r1) (42/50) Installing py3-pluggy (1.4.0-r1) (43/50) Installing py3-pluggy-pyc (1.4.0-r1) (44/50) Installing py3-py (1.11.0-r3) (45/50) Installing py3-py-pyc (1.11.0-r3) (46/50) Installing py3-pytest (8.1.1-r1) (47/50) Installing py3-pytest-pyc (8.1.1-r1) (48/50) Installing py3-testfixtures (7.2.2-r1) (49/50) Installing py3-testfixtures-pyc (7.2.2-r1) (50/50) Installing .makedepends-py3-prawcore (20240413.060342) Executing busybox-1.36.1-r25.trigger OK: 325 MiB in 160 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 >>> 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/rate_limit.py -> build/lib/prawcore copying prawcore/const.py -> build/lib/prawcore copying prawcore/util.py -> build/lib/prawcore copying prawcore/exceptions.py -> build/lib/prawcore copying prawcore/sessions.py -> build/lib/prawcore copying prawcore/auth.py -> build/lib/prawcore copying prawcore/requestor.py -> build/lib/prawcore copying prawcore/__init__.py -> build/lib/prawcore ============================= test session starts ============================== platform linux -- Python 3.12.3, 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.50s ======================= >>> 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/rate_limit.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 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/exceptions.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/auth.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/__init__.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/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/const.py to const.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/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/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/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/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/__init__.py to __init__.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 Sat, 13 Apr 2024 06:03:44 +0000 elapsed time 0h 0m 4s >>> py3-prawcore: Cleaning up srcdir >>> py3-prawcore: Cleaning up pkgdir >>> py3-prawcore: Uninstalling dependencies... (1/50) Purging .makedepends-py3-prawcore (20240413.060342) (2/50) Purging py3-setuptools-pyc (69.2.0-r2) (3/50) Purging py3-setuptools (69.2.0-r2) (4/50) Purging py3-betamax_matchers-pyc (0.4.0-r5) (5/50) Purging py3-betamax_matchers (0.4.0-r5) (6/50) Purging py3-requests-toolbelt-pyc (1.0.0-r1) (7/50) Purging py3-requests-toolbelt (1.0.0-r1) (8/50) Purging py3-betamax_serializers-pyc (0.2.1-r6) (9/50) Purging py3-betamax_serializers (0.2.1-r6) (10/50) Purging py3-yaml-pyc (6.0.1-r3) (11/50) Purging py3-yaml (6.0.1-r3) (12/50) Purging py3-betamax-pyc (0.9.0-r1) (13/50) Purging py3-betamax (0.9.0-r1) (14/50) Purging py3-requests-pyc (2.31.0-r2) (15/50) Purging py3-requests (2.31.0-r2) (16/50) Purging py3-certifi-pyc (2024.2.2-r1) (17/50) Purging py3-certifi (2024.2.2-r1) (18/50) Purging py3-charset-normalizer-pyc (3.3.2-r1) (19/50) Purging py3-charset-normalizer (3.3.2-r1) (20/50) Purging py3-idna-pyc (3.6-r1) (21/50) Purging py3-idna (3.6-r1) (22/50) Purging py3-urllib3-pyc (1.26.18-r1) (23/50) Purging py3-urllib3 (1.26.18-r1) (24/50) Purging py3-mock-pyc (5.1.0-r2) (25/50) Purging py3-mock (5.1.0-r2) (26/50) Purging py3-pytest-pyc (8.1.1-r1) (27/50) Purging py3-pytest (8.1.1-r1) (28/50) Purging py3-iniconfig-pyc (2.0.0-r1) (29/50) Purging py3-iniconfig (2.0.0-r1) (30/50) Purging py3-packaging-pyc (24.0-r1) (31/50) Purging py3-packaging (24.0-r1) (32/50) Purging py3-parsing-pyc (3.1.2-r1) (33/50) Purging py3-parsing (3.1.2-r1) (34/50) Purging py3-pluggy-pyc (1.4.0-r1) (35/50) Purging py3-pluggy (1.4.0-r1) (36/50) Purging py3-py-pyc (1.11.0-r3) (37/50) Purging py3-py (1.11.0-r3) (38/50) Purging py3-testfixtures-pyc (7.2.2-r1) (39/50) Purging py3-testfixtures (7.2.2-r1) (40/50) Purging python3-pyc (3.12.3-r0) (41/50) Purging python3-pycache-pyc0 (3.12.3-r0) (42/50) Purging pyc (3.12.3-r0) (43/50) Purging yaml (0.2.5-r2) (44/50) Purging python3 (3.12.3-r0) (45/50) Purging gdbm (1.23-r1) (46/50) Purging libffi (3.4.6-r0) (47/50) Purging libpanelw (6.4_p20240330-r0) (48/50) Purging mpdecimal (4.0.0-r0) (49/50) Purging readline (8.2.10-r0) (50/50) Purging sqlite-libs (3.45.2-r0) Executing busybox-1.36.1-r25.trigger OK: 263 MiB in 110 packages >>> py3-prawcore: Updating the community/ppc64le repository index... >>> py3-prawcore: Signing the index...