>>> py3-wsgiproxy2: Building community/py3-wsgiproxy2 0.5.1-r4 (using abuild 3.12.0-r5) started Sat, 13 Apr 2024 06:47:26 +0000 >>> py3-wsgiproxy2: Checking sanity of /home/buildozer/aports/community/py3-wsgiproxy2/APKBUILD... >>> py3-wsgiproxy2: Analyzing dependencies... >>> py3-wsgiproxy2: Installing for build: build-base python3 py3-webob py3-setuptools py3-beautifulsoup4 py3-pytest py3-requests py3-waitress py3-webtest (1/46) Installing libffi (3.4.6-r0) (2/46) Installing gdbm (1.23-r1) (3/46) Installing mpdecimal (4.0.0-r0) (4/46) Installing libpanelw (6.4_p20240330-r0) (5/46) Installing readline (8.2.10-r0) (6/46) Installing sqlite-libs (3.45.2-r0) (7/46) Installing python3 (3.12.3-r0) (8/46) Installing python3-pycache-pyc0 (3.12.3-r0) (9/46) Installing pyc (3.12.3-r0) (10/46) Installing python3-pyc (3.12.3-r0) (11/46) Installing py3-webob (1.8.7-r4) (12/46) Installing py3-webob-pyc (1.8.7-r4) (13/46) Installing py3-parsing (3.1.2-r1) (14/46) Installing py3-parsing-pyc (3.1.2-r1) (15/46) Installing py3-packaging (24.0-r1) (16/46) Installing py3-packaging-pyc (24.0-r1) (17/46) Installing py3-setuptools (69.2.0-r2) (18/46) Installing py3-setuptools-pyc (69.2.0-r2) (19/46) Installing py3-soupsieve (2.5-r1) (20/46) Installing py3-soupsieve-pyc (2.5-r1) (21/46) Installing py3-beautifulsoup4 (4.12.3-r2) (22/46) Installing py3-beautifulsoup4-pyc (4.12.3-r2) (23/46) Installing py3-iniconfig (2.0.0-r1) (24/46) Installing py3-iniconfig-pyc (2.0.0-r1) (25/46) Installing py3-pluggy (1.4.0-r1) (26/46) Installing py3-pluggy-pyc (1.4.0-r1) (27/46) Installing py3-py (1.11.0-r3) (28/46) Installing py3-py-pyc (1.11.0-r3) (29/46) Installing py3-pytest (8.1.1-r1) (30/46) Installing py3-pytest-pyc (8.1.1-r1) (31/46) Installing py3-certifi (2024.2.2-r1) (32/46) Installing py3-certifi-pyc (2024.2.2-r1) (33/46) Installing py3-charset-normalizer (3.3.2-r1) (34/46) Installing py3-charset-normalizer-pyc (3.3.2-r1) (35/46) Installing py3-idna (3.6-r1) (36/46) Installing py3-idna-pyc (3.6-r1) (37/46) Installing py3-urllib3 (1.26.18-r1) (38/46) Installing py3-urllib3-pyc (1.26.18-r1) (39/46) Installing py3-requests (2.31.0-r2) (40/46) Installing py3-requests-pyc (2.31.0-r2) (41/46) Installing py3-waitress (3.0.0-r2) (42/46) Installing py3-waitress-pyc (3.0.0-r2) (43/46) Installing py3-webtest (3.0.0-r5) (44/46) Installing py3-webtest-pyc (3.0.0-r5) (45/46) Installing .makedepends-py3-wsgiproxy2 (20240413.064728) (46/46) Installing py3-waitress-openrc (3.0.0-r2) Executing busybox-1.36.1-r25.trigger OK: 325 MiB in 156 packages >>> py3-wsgiproxy2: Cleaning up srcdir >>> py3-wsgiproxy2: Cleaning up pkgdir >>> py3-wsgiproxy2: Cleaning up tmpdir >>> py3-wsgiproxy2: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-wsgiproxy2-0.5.1.tar.gz >>> py3-wsgiproxy2: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-wsgiproxy2-0.5.1.tar.gz >>> py3-wsgiproxy2: Checking sha512sums... py3-wsgiproxy2-0.5.1.tar.gz: OK >>> py3-wsgiproxy2: Unpacking /var/cache/distfiles/py3-wsgiproxy2-0.5.1.tar.gz... running build running build_py creating build creating build/lib creating build/lib/wsgiproxy copying wsgiproxy/requests_client.py -> build/lib/wsgiproxy copying wsgiproxy/urllib3_client.py -> build/lib/wsgiproxy copying wsgiproxy/test_wsgiproxy.py -> build/lib/wsgiproxy copying wsgiproxy/proxies.py -> build/lib/wsgiproxy copying wsgiproxy/__init__.py -> build/lib/wsgiproxy running egg_info writing WSGIProxy2.egg-info/PKG-INFO writing dependency_links to WSGIProxy2.egg-info/dependency_links.txt deleting WSGIProxy2.egg-info/entry_points.txt writing requirements to WSGIProxy2.egg-info/requires.txt writing top-level names to WSGIProxy2.egg-info/top_level.txt reading manifest file 'WSGIProxy2.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' no previously-included directories found matching '.github/' no previously-included directories found matching '.tox/' warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '__pycache__' found anywhere in distribution adding license file 'COPYING' writing manifest file 'WSGIProxy2.egg-info/SOURCES.txt' ============================= test session starts ============================== platform linux -- Python 3.12.3, pytest-8.1.1, pluggy-1.4.0 rootdir: /home/buildozer/aports/community/py3-wsgiproxy2/src/WSGIProxy2-0.5.1 configfile: pytest.ini collected 27 items wsgiproxy/test_wsgiproxy.py ........................... [100%] =============================== warnings summary =============================== ../../../../../../../usr/lib/python3.12/site-packages/webob/compat.py:5 /usr/lib/python3.12/site-packages/webob/compat.py:5: DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13 from cgi import parse_header wsgiproxy/test_wsgiproxy.py: 10 warnings /home/buildozer/aports/community/py3-wsgiproxy2/src/WSGIProxy2-0.5.1/wsgiproxy/urllib3_client.py:27: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly. headers = [(k.title(), v) for k, v in response.getheaders().items()] wsgiproxy/test_wsgiproxy.py: 10 warnings /home/buildozer/aports/community/py3-wsgiproxy2/src/WSGIProxy2-0.5.1/wsgiproxy/urllib3_client.py:28: DeprecationWarning: HTTPResponse.getheader() is deprecated and will be removed in urllib3 v2.1.0. Instead use HTTPResponse.headers.get(name, default). return (status, response.getheader('location', None), -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ======================= 27 passed, 21 warnings in 0.51s ======================== >>> py3-wsgiproxy2: 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-wsgiproxy2/pkg creating /home/buildozer/aports/community/py3-wsgiproxy2/pkg/py3-wsgiproxy2 creating /home/buildozer/aports/community/py3-wsgiproxy2/pkg/py3-wsgiproxy2/usr creating /home/buildozer/aports/community/py3-wsgiproxy2/pkg/py3-wsgiproxy2/usr/lib creating /home/buildozer/aports/community/py3-wsgiproxy2/pkg/py3-wsgiproxy2/usr/lib/python3.12 creating /home/buildozer/aports/community/py3-wsgiproxy2/pkg/py3-wsgiproxy2/usr/lib/python3.12/site-packages creating /home/buildozer/aports/community/py3-wsgiproxy2/pkg/py3-wsgiproxy2/usr/lib/python3.12/site-packages/wsgiproxy copying build/lib/wsgiproxy/requests_client.py -> /home/buildozer/aports/community/py3-wsgiproxy2/pkg/py3-wsgiproxy2/usr/lib/python3.12/site-packages/wsgiproxy copying build/lib/wsgiproxy/urllib3_client.py -> /home/buildozer/aports/community/py3-wsgiproxy2/pkg/py3-wsgiproxy2/usr/lib/python3.12/site-packages/wsgiproxy copying build/lib/wsgiproxy/test_wsgiproxy.py -> /home/buildozer/aports/community/py3-wsgiproxy2/pkg/py3-wsgiproxy2/usr/lib/python3.12/site-packages/wsgiproxy copying build/lib/wsgiproxy/proxies.py -> /home/buildozer/aports/community/py3-wsgiproxy2/pkg/py3-wsgiproxy2/usr/lib/python3.12/site-packages/wsgiproxy copying build/lib/wsgiproxy/__init__.py -> /home/buildozer/aports/community/py3-wsgiproxy2/pkg/py3-wsgiproxy2/usr/lib/python3.12/site-packages/wsgiproxy byte-compiling /home/buildozer/aports/community/py3-wsgiproxy2/pkg/py3-wsgiproxy2/usr/lib/python3.12/site-packages/wsgiproxy/requests_client.py to requests_client.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-wsgiproxy2/pkg/py3-wsgiproxy2/usr/lib/python3.12/site-packages/wsgiproxy/urllib3_client.py to urllib3_client.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-wsgiproxy2/pkg/py3-wsgiproxy2/usr/lib/python3.12/site-packages/wsgiproxy/test_wsgiproxy.py to test_wsgiproxy.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-wsgiproxy2/pkg/py3-wsgiproxy2/usr/lib/python3.12/site-packages/wsgiproxy/proxies.py to proxies.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-wsgiproxy2/pkg/py3-wsgiproxy2/usr/lib/python3.12/site-packages/wsgiproxy/__init__.py to __init__.cpython-312.pyc running install_egg_info running egg_info writing WSGIProxy2.egg-info/PKG-INFO writing dependency_links to WSGIProxy2.egg-info/dependency_links.txt writing requirements to WSGIProxy2.egg-info/requires.txt writing top-level names to WSGIProxy2.egg-info/top_level.txt reading manifest file 'WSGIProxy2.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' no previously-included directories found matching '.github/' no previously-included directories found matching '.tox/' warning: no previously-included files matching '__pycache__' found anywhere in distribution adding license file 'COPYING' writing manifest file 'WSGIProxy2.egg-info/SOURCES.txt' Copying WSGIProxy2.egg-info to /home/buildozer/aports/community/py3-wsgiproxy2/pkg/py3-wsgiproxy2/usr/lib/python3.12/site-packages/WSGIProxy2-0.5.1-py3.12.egg-info running install_scripts >>> py3-wsgiproxy2-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-wsgiproxy2/pkg/py3-wsgiproxy2/usr/lib/python3.12/site-packages/wsgiproxy/__pycache__' -> '/home/buildozer/aports/community/py3-wsgiproxy2/pkg/py3-wsgiproxy2-pyc/usr/lib/python3.12/site-packages/wsgiproxy/__pycache__' >>> py3-wsgiproxy2-pyc*: Preparing subpackage py3-wsgiproxy2-pyc... >>> py3-wsgiproxy2-pyc*: Running postcheck for py3-wsgiproxy2-pyc >>> py3-wsgiproxy2*: Running postcheck for py3-wsgiproxy2 >>> py3-wsgiproxy2*: Preparing package py3-wsgiproxy2... >>> py3-wsgiproxy2-pyc*: Tracing dependencies... python3 py3-webob python3~3.12 >>> py3-wsgiproxy2-pyc*: Package size: 64.0 KB >>> py3-wsgiproxy2-pyc*: Compressing data... >>> py3-wsgiproxy2-pyc*: Create checksum... >>> py3-wsgiproxy2-pyc*: Create py3-wsgiproxy2-pyc-0.5.1-r4.apk >>> py3-wsgiproxy2*: Tracing dependencies... python3 py3-webob python3~3.12 >>> py3-wsgiproxy2*: Package size: 84.0 KB >>> py3-wsgiproxy2*: Compressing data... >>> py3-wsgiproxy2*: Create checksum... >>> py3-wsgiproxy2*: Create py3-wsgiproxy2-0.5.1-r4.apk >>> py3-wsgiproxy2: Build complete at Sat, 13 Apr 2024 06:47:30 +0000 elapsed time 0h 0m 4s >>> py3-wsgiproxy2: Cleaning up srcdir >>> py3-wsgiproxy2: Cleaning up pkgdir >>> py3-wsgiproxy2: Uninstalling dependencies... (1/46) Purging .makedepends-py3-wsgiproxy2 (20240413.064728) (2/46) Purging py3-setuptools-pyc (69.2.0-r2) (3/46) Purging py3-setuptools (69.2.0-r2) (4/46) Purging py3-pytest-pyc (8.1.1-r1) (5/46) Purging py3-pytest (8.1.1-r1) (6/46) Purging py3-iniconfig-pyc (2.0.0-r1) (7/46) Purging py3-iniconfig (2.0.0-r1) (8/46) Purging py3-packaging-pyc (24.0-r1) (9/46) Purging py3-packaging (24.0-r1) (10/46) Purging py3-parsing-pyc (3.1.2-r1) (11/46) Purging py3-parsing (3.1.2-r1) (12/46) Purging py3-pluggy-pyc (1.4.0-r1) (13/46) Purging py3-pluggy (1.4.0-r1) (14/46) Purging py3-py-pyc (1.11.0-r3) (15/46) Purging py3-py (1.11.0-r3) (16/46) Purging py3-requests-pyc (2.31.0-r2) (17/46) Purging py3-requests (2.31.0-r2) (18/46) Purging py3-certifi-pyc (2024.2.2-r1) (19/46) Purging py3-certifi (2024.2.2-r1) (20/46) Purging py3-charset-normalizer-pyc (3.3.2-r1) (21/46) Purging py3-charset-normalizer (3.3.2-r1) (22/46) Purging py3-idna-pyc (3.6-r1) (23/46) Purging py3-idna (3.6-r1) (24/46) Purging py3-urllib3-pyc (1.26.18-r1) (25/46) Purging py3-urllib3 (1.26.18-r1) (26/46) Purging py3-webtest-pyc (3.0.0-r5) (27/46) Purging py3-webtest (3.0.0-r5) (28/46) Purging py3-beautifulsoup4-pyc (4.12.3-r2) (29/46) Purging py3-beautifulsoup4 (4.12.3-r2) (30/46) Purging py3-soupsieve-pyc (2.5-r1) (31/46) Purging py3-soupsieve (2.5-r1) (32/46) Purging py3-waitress-openrc (3.0.0-r2) (33/46) Purging py3-waitress-pyc (3.0.0-r2) (34/46) Purging py3-waitress (3.0.0-r2) (35/46) Purging py3-webob-pyc (1.8.7-r4) (36/46) Purging py3-webob (1.8.7-r4) (37/46) Purging python3-pyc (3.12.3-r0) (38/46) Purging python3-pycache-pyc0 (3.12.3-r0) (39/46) Purging pyc (3.12.3-r0) (40/46) Purging python3 (3.12.3-r0) (41/46) Purging gdbm (1.23-r1) (42/46) Purging libffi (3.4.6-r0) (43/46) Purging libpanelw (6.4_p20240330-r0) (44/46) Purging mpdecimal (4.0.0-r0) (45/46) Purging readline (8.2.10-r0) (46/46) Purging sqlite-libs (3.45.2-r0) Executing busybox-1.36.1-r25.trigger OK: 263 MiB in 110 packages >>> py3-wsgiproxy2: Updating the community/ppc64le repository index... >>> py3-wsgiproxy2: Signing the index...