>>> py3-prawcore: Building community/py3-prawcore 2.3.0-r2 (using abuild 3.11.0_rc13-r0) started Tue, 25 Apr 2023 14:13:56 +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-r5) (2/52) Installing libffi (3.4.4-r2) (3/52) Installing gdbm (1.23-r1) (4/52) Installing xz-libs (5.4.2-r1) (5/52) Installing mpdecimal (2.5.1-r2) (6/52) Installing libpanelw (6.4_p20230401-r6) (7/52) Installing readline (8.2.1-r1) (8/52) Installing sqlite-libs (3.41.2-r2) (9/52) Installing python3 (3.11.3-r10) (10/52) Installing python3-pycache-pyc0 (3.11.3-r10) (11/52) Installing pyc (0.1-r0) (12/52) Installing py3-certifi-pyc (2022.12.7-r2) (13/52) Installing py3-charset-normalizer (3.1.0-r1) (14/52) Installing py3-charset-normalizer-pyc (3.1.0-r1) (15/52) Installing py3-idna (3.4-r4) (16/52) Installing py3-idna-pyc (3.4-r4) (17/52) Installing py3-urllib3 (1.26.15-r1) (18/52) Installing py3-urllib3-pyc (1.26.15-r1) (19/52) Installing py3-requests-pyc (2.28.2-r1) (20/52) Installing python3-pyc (3.11.3-r10) (21/52) Installing py3-certifi (2022.12.7-r2) (22/52) Installing py3-requests (2.28.2-r1) (23/52) Installing py3-parsing (3.0.9-r2) (24/52) Installing py3-parsing-pyc (3.0.9-r2) (25/52) Installing py3-packaging (23.1-r1) (26/52) Installing py3-packaging-pyc (23.1-r1) (27/52) Installing py3-setuptools (67.7.2-r0) (28/52) Installing py3-setuptools-pyc (67.7.2-r0) (29/52) Installing py3-betamax (0.8.1-r5) (30/52) Installing py3-betamax-pyc (0.8.1-r5) (31/52) Installing py3-requests-toolbelt (0.10.1-r2) (32/52) Installing py3-requests-toolbelt-pyc (0.10.1-r2) (33/52) Installing py3-betamax_matchers (0.4.0-r4) (34/52) Installing py3-betamax_matchers-pyc (0.4.0-r4) (35/52) Installing yaml (0.2.5-r1) (36/52) Installing py3-yaml (6.0-r3) (37/52) Installing py3-yaml-pyc (6.0-r3) (38/52) Installing py3-betamax_serializers (0.2.1-r5) (39/52) Installing py3-betamax_serializers-pyc (0.2.1-r5) (40/52) Installing py3-mock (5.0.2-r1) (41/52) Installing py3-mock-pyc (5.0.2-r1) (42/52) Installing py3-iniconfig (1.1.1-r6) (43/52) Installing py3-iniconfig-pyc (1.1.1-r6) (44/52) Installing py3-pluggy (1.0.0-r3) (45/52) Installing py3-pluggy-pyc (1.0.0-r3) (46/52) Installing py3-py (1.11.0-r2) (47/52) Installing py3-py-pyc (1.11.0-r2) (48/52) Installing py3-pytest (7.3.1-r1) (49/52) Installing py3-pytest-pyc (7.3.1-r1) (50/52) Installing py3-testfixtures (7.1.0-r1) (51/52) Installing py3-testfixtures-pyc (7.1.0-r1) (52/52) Installing .makedepends-py3-prawcore (20230425.141405) Executing busybox-1.36.0-r8.trigger OK: 451 MiB in 150 packages >>> py3-prawcore: Cleaning up srcdir >>> py3-prawcore: Cleaning up pkgdir >>> py3-prawcore: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/prawcore-v2.3.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 65 1149k 65 751k 0 0 5742k 0 --:--:-- --:--:-- --:--:-- 5740k 100 1149k 100 1149k 0 0 8218k 0 --:--:-- --:--:-- --:--:-- 8210k >>> py3-prawcore: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/prawcore-v2.3.0.tar.gz >>> py3-prawcore: Checking sha512sums... prawcore-v2.3.0.tar.gz: OK >>> py3-prawcore: Unpacking /var/cache/distfiles/v3.18/prawcore-v2.3.0.tar.gz... running build running build_py creating build creating build/lib creating build/lib/prawcore copying prawcore/util.py -> build/lib/prawcore copying prawcore/exceptions.py -> build/lib/prawcore copying prawcore/requestor.py -> build/lib/prawcore copying prawcore/__init__.py -> build/lib/prawcore copying prawcore/auth.py -> build/lib/prawcore copying prawcore/const.py -> build/lib/prawcore copying prawcore/sessions.py -> build/lib/prawcore copying prawcore/rate_limit.py -> build/lib/prawcore ============================= test session starts ============================== platform linux -- Python 3.11.3, pytest-7.3.1, pluggy-1.0.0 rootdir: /home/buildozer/aports/community/py3-prawcore/src/prawcore-2.3.0 plugins: betamax-0.8.1 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%] ============================= 103 passed in 0.65s ============================== >>> py3-prawcore: 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-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.11 creating /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib/python3.11/site-packages/prawcore copying build/lib/prawcore/util.py -> /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib/python3.11/site-packages/prawcore copying build/lib/prawcore/exceptions.py -> /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib/python3.11/site-packages/prawcore copying build/lib/prawcore/requestor.py -> /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib/python3.11/site-packages/prawcore copying build/lib/prawcore/__init__.py -> /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib/python3.11/site-packages/prawcore copying build/lib/prawcore/auth.py -> /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib/python3.11/site-packages/prawcore copying build/lib/prawcore/const.py -> /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib/python3.11/site-packages/prawcore copying build/lib/prawcore/sessions.py -> /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib/python3.11/site-packages/prawcore copying build/lib/prawcore/rate_limit.py -> /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib/python3.11/site-packages/prawcore byte-compiling /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib/python3.11/site-packages/prawcore/util.py to util.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib/python3.11/site-packages/prawcore/exceptions.py to exceptions.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib/python3.11/site-packages/prawcore/requestor.py to requestor.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib/python3.11/site-packages/prawcore/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib/python3.11/site-packages/prawcore/auth.py to auth.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib/python3.11/site-packages/prawcore/const.py to const.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib/python3.11/site-packages/prawcore/sessions.py to sessions.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib/python3.11/site-packages/prawcore/rate_limit.py to rate_limit.cpython-311.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.11/site-packages/prawcore-2.3.0-py3.11.egg-info running install_scripts >>> py3-prawcore*: Running postcheck for py3-prawcore >>> WARNING: py3-prawcore*: Found __pycache__ but package name doesn't end with -pyc >>> py3-prawcore*: Preparing package py3-prawcore... >>> py3-prawcore*: Tracing dependencies... py3-requests python3~3.11 >>> py3-prawcore*: Package size: 188.0 KB >>> py3-prawcore*: Compressing data... >>> py3-prawcore*: Create checksum... >>> py3-prawcore*: Create py3-prawcore-2.3.0-r2.apk >>> py3-prawcore: Build complete at Tue, 25 Apr 2023 14:14:08 +0000 elapsed time 0h 0m 12s >>> py3-prawcore: Cleaning up srcdir >>> py3-prawcore: Cleaning up pkgdir >>> py3-prawcore: Uninstalling dependencies... (1/52) Purging .makedepends-py3-prawcore (20230425.141405) (2/52) Purging py3-setuptools-pyc (67.7.2-r0) (3/52) Purging py3-setuptools (67.7.2-r0) (4/52) Purging py3-betamax_matchers-pyc (0.4.0-r4) (5/52) Purging py3-betamax_matchers (0.4.0-r4) (6/52) Purging py3-requests-toolbelt-pyc (0.10.1-r2) (7/52) Purging py3-requests-toolbelt (0.10.1-r2) (8/52) Purging py3-betamax_serializers-pyc (0.2.1-r5) (9/52) Purging py3-betamax_serializers (0.2.1-r5) (10/52) Purging py3-yaml-pyc (6.0-r3) (11/52) Purging py3-yaml (6.0-r3) (12/52) Purging py3-betamax-pyc (0.8.1-r5) (13/52) Purging py3-betamax (0.8.1-r5) (14/52) Purging py3-requests-pyc (2.28.2-r1) (15/52) Purging py3-requests (2.28.2-r1) (16/52) Purging py3-certifi-pyc (2022.12.7-r2) (17/52) Purging py3-certifi (2022.12.7-r2) (18/52) Purging py3-charset-normalizer-pyc (3.1.0-r1) (19/52) Purging py3-charset-normalizer (3.1.0-r1) (20/52) Purging py3-idna-pyc (3.4-r4) (21/52) Purging py3-idna (3.4-r4) (22/52) Purging py3-urllib3-pyc (1.26.15-r1) (23/52) Purging py3-urllib3 (1.26.15-r1) (24/52) Purging py3-mock-pyc (5.0.2-r1) (25/52) Purging py3-mock (5.0.2-r1) (26/52) Purging py3-pytest-pyc (7.3.1-r1) (27/52) Purging py3-pytest (7.3.1-r1) (28/52) Purging py3-iniconfig-pyc (1.1.1-r6) (29/52) Purging py3-iniconfig (1.1.1-r6) (30/52) Purging py3-packaging-pyc (23.1-r1) (31/52) Purging py3-packaging (23.1-r1) (32/52) Purging py3-parsing-pyc (3.0.9-r2) (33/52) Purging py3-parsing (3.0.9-r2) (34/52) Purging py3-pluggy-pyc (1.0.0-r3) (35/52) Purging py3-pluggy (1.0.0-r3) (36/52) Purging py3-py-pyc (1.11.0-r2) (37/52) Purging py3-py (1.11.0-r2) (38/52) Purging py3-testfixtures-pyc (7.1.0-r1) (39/52) Purging py3-testfixtures (7.1.0-r1) (40/52) Purging python3-pyc (3.11.3-r10) (41/52) Purging python3-pycache-pyc0 (3.11.3-r10) (42/52) Purging pyc (0.1-r0) (43/52) Purging yaml (0.2.5-r1) (44/52) Purging python3 (3.11.3-r10) (45/52) Purging gdbm (1.23-r1) (46/52) Purging libbz2 (1.0.8-r5) (47/52) Purging libffi (3.4.4-r2) (48/52) Purging libpanelw (6.4_p20230401-r6) (49/52) Purging mpdecimal (2.5.1-r2) (50/52) Purging readline (8.2.1-r1) (51/52) Purging sqlite-libs (3.41.2-r2) (52/52) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r8.trigger OK: 392 MiB in 98 packages >>> py3-prawcore: Updating the community/x86_64 repository index... >>> py3-prawcore: Signing the index...