>>> py3-prawcore: Building community/py3-prawcore 2.3.0-r3 (using abuild 3.11.0_rc13-r0) started Tue, 25 Apr 2023 07:34:54 +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/49) Installing gdbm (1.23-r1) (2/49) Installing mpdecimal (2.5.1-r2) (3/49) Installing libpanelw (6.4_p20230401-r6) (4/49) Installing readline (8.2.1-r1) (5/49) Installing sqlite-libs (3.41.2-r2) (6/49) Installing python3 (3.11.3-r10) (7/49) Installing python3-pycache-pyc0 (3.11.3-r10) (8/49) Installing pyc (0.1-r0) (9/49) Installing py3-certifi-pyc (2022.12.7-r2) (10/49) Installing py3-charset-normalizer (3.1.0-r1) (11/49) Installing py3-charset-normalizer-pyc (3.1.0-r1) (12/49) Installing py3-idna (3.4-r4) (13/49) Installing py3-idna-pyc (3.4-r4) (14/49) Installing py3-urllib3 (1.26.15-r1) (15/49) Installing py3-urllib3-pyc (1.26.15-r1) (16/49) Installing py3-requests-pyc (2.28.2-r1) (17/49) Installing python3-pyc (3.11.3-r10) (18/49) Installing py3-certifi (2022.12.7-r2) (19/49) Installing py3-requests (2.28.2-r1) (20/49) Installing py3-parsing (3.0.9-r2) (21/49) Installing py3-parsing-pyc (3.0.9-r2) (22/49) Installing py3-packaging (23.1-r1) (23/49) Installing py3-packaging-pyc (23.1-r1) (24/49) Installing py3-setuptools (67.7.2-r0) (25/49) Installing py3-setuptools-pyc (67.7.2-r0) (26/49) Installing py3-betamax (0.8.1-r5) (27/49) Installing py3-betamax-pyc (0.8.1-r5) (28/49) Installing py3-requests-toolbelt (0.10.1-r2) (29/49) Installing py3-requests-toolbelt-pyc (0.10.1-r2) (30/49) Installing py3-betamax_matchers (0.4.0-r4) (31/49) Installing py3-betamax_matchers-pyc (0.4.0-r4) (32/49) Installing yaml (0.2.5-r1) (33/49) Installing py3-yaml (6.0-r3) (34/49) Installing py3-yaml-pyc (6.0-r3) (35/49) Installing py3-betamax_serializers (0.2.1-r5) (36/49) Installing py3-betamax_serializers-pyc (0.2.1-r5) (37/49) Installing py3-mock (5.0.2-r1) (38/49) Installing py3-mock-pyc (5.0.2-r1) (39/49) Installing py3-iniconfig (1.1.1-r6) (40/49) Installing py3-iniconfig-pyc (1.1.1-r6) (41/49) Installing py3-pluggy (1.0.0-r3) (42/49) Installing py3-pluggy-pyc (1.0.0-r3) (43/49) Installing py3-py (1.11.0-r2) (44/49) Installing py3-py-pyc (1.11.0-r2) (45/49) Installing py3-pytest (7.3.1-r1) (46/49) Installing py3-pytest-pyc (7.3.1-r1) (47/49) Installing py3-testfixtures (7.1.0-r1) (48/49) Installing py3-testfixtures-pyc (7.1.0-r1) (49/49) Installing .makedepends-py3-prawcore (20230425.073454) Executing busybox-1.36.0-r8.trigger OK: 962 MiB in 157 packages >>> py3-prawcore: Cleaning up srcdir >>> py3-prawcore: Cleaning up pkgdir >>> py3-prawcore: Fetching https://distfiles.alpinelinux.org/distfiles/edge//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 62 1149k 62 719k 0 0 3515k 0 --:--:-- --:--:-- --:--:-- 3511k 100 1149k 100 1149k 0 0 4649k 0 --:--:-- --:--:-- --:--:-- 4634k >>> 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/edge//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.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.37s ============================== >>> 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/__init__.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 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/util.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 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/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 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/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/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 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-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib/python3.11/site-packages/prawcore/__pycache__' -> '/home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore-pyc/usr/lib/python3.11/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.11 >>> py3-prawcore-pyc*: Package size: 100.0 KB >>> py3-prawcore-pyc*: Compressing data... >>> py3-prawcore-pyc*: Create checksum... >>> py3-prawcore-pyc*: Create py3-prawcore-pyc-2.3.0-r3.apk >>> py3-prawcore*: Tracing dependencies... py3-requests python3~3.11 >>> py3-prawcore*: Package size: 112.0 KB >>> py3-prawcore*: Compressing data... >>> py3-prawcore*: Create checksum... >>> py3-prawcore*: Create py3-prawcore-2.3.0-r3.apk >>> py3-prawcore: Build complete at Tue, 25 Apr 2023 07:34:57 +0000 elapsed time 0h 0m 3s >>> py3-prawcore: Cleaning up srcdir >>> py3-prawcore: Cleaning up pkgdir >>> py3-prawcore: Uninstalling dependencies... (1/49) Purging .makedepends-py3-prawcore (20230425.073454) (2/49) Purging py3-setuptools-pyc (67.7.2-r0) (3/49) Purging py3-setuptools (67.7.2-r0) (4/49) Purging py3-betamax_matchers-pyc (0.4.0-r4) (5/49) Purging py3-betamax_matchers (0.4.0-r4) (6/49) Purging py3-requests-toolbelt-pyc (0.10.1-r2) (7/49) Purging py3-requests-toolbelt (0.10.1-r2) (8/49) Purging py3-betamax_serializers-pyc (0.2.1-r5) (9/49) Purging py3-betamax_serializers (0.2.1-r5) (10/49) Purging py3-yaml-pyc (6.0-r3) (11/49) Purging py3-yaml (6.0-r3) (12/49) Purging py3-betamax-pyc (0.8.1-r5) (13/49) Purging py3-betamax (0.8.1-r5) (14/49) Purging py3-requests-pyc (2.28.2-r1) (15/49) Purging py3-requests (2.28.2-r1) (16/49) Purging py3-certifi-pyc (2022.12.7-r2) (17/49) Purging py3-certifi (2022.12.7-r2) (18/49) Purging py3-charset-normalizer-pyc (3.1.0-r1) (19/49) Purging py3-charset-normalizer (3.1.0-r1) (20/49) Purging py3-idna-pyc (3.4-r4) (21/49) Purging py3-idna (3.4-r4) (22/49) Purging py3-urllib3-pyc (1.26.15-r1) (23/49) Purging py3-urllib3 (1.26.15-r1) (24/49) Purging py3-mock-pyc (5.0.2-r1) (25/49) Purging py3-mock (5.0.2-r1) (26/49) Purging py3-pytest-pyc (7.3.1-r1) (27/49) Purging py3-pytest (7.3.1-r1) (28/49) Purging py3-iniconfig-pyc (1.1.1-r6) (29/49) Purging py3-iniconfig (1.1.1-r6) (30/49) Purging py3-packaging-pyc (23.1-r1) (31/49) Purging py3-packaging (23.1-r1) (32/49) Purging py3-parsing-pyc (3.0.9-r2) (33/49) Purging py3-parsing (3.0.9-r2) (34/49) Purging py3-pluggy-pyc (1.0.0-r3) (35/49) Purging py3-pluggy (1.0.0-r3) (36/49) Purging py3-py-pyc (1.11.0-r2) (37/49) Purging py3-py (1.11.0-r2) (38/49) Purging py3-testfixtures-pyc (7.1.0-r1) (39/49) Purging py3-testfixtures (7.1.0-r1) (40/49) Purging python3-pyc (3.11.3-r10) (41/49) Purging python3-pycache-pyc0 (3.11.3-r10) (42/49) Purging pyc (0.1-r0) (43/49) Purging yaml (0.2.5-r1) (44/49) Purging python3 (3.11.3-r10) (45/49) Purging gdbm (1.23-r1) (46/49) Purging libpanelw (6.4_p20230401-r6) (47/49) Purging mpdecimal (2.5.1-r2) (48/49) Purging readline (8.2.1-r1) (49/49) Purging sqlite-libs (3.41.2-r2) Executing busybox-1.36.0-r8.trigger OK: 907 MiB in 108 packages >>> py3-prawcore: Updating the community/armv7 repository index... >>> py3-prawcore: Signing the index...