>>> py3-gunicorn: Building community/py3-gunicorn 20.0.4-r2 (using abuild 3.9.0-r0) started Sat, 16 Apr 2022 02:20:22 +0000 >>> py3-gunicorn: Checking sanity of /home/buildozer/aports/community/py3-gunicorn/APKBUILD... >>> py3-gunicorn: Analyzing dependencies... >>> py3-gunicorn: Installing for build: build-base py3-setuptools py3-pytest py3-pytest-cov py3-aiohttp (1/37) Installing libbz2 (1.0.8-r1) (2/37) Installing libffi (3.4.2-r1) (3/37) Installing gdbm (1.23-r0) (4/37) Installing xz-libs (5.2.5-r1) (5/37) Installing mpdecimal (2.5.1-r1) (6/37) Installing readline (8.1.2-r0) (7/37) Installing sqlite-libs (3.38.0-r0) (8/37) Installing python3 (3.10.3-r0) (9/37) Installing py3-appdirs (1.4.4-r3) (10/37) Installing py3-more-itertools (8.12.0-r2) (11/37) Installing py3-ordered-set (4.0.2-r3) (12/37) Installing py3-parsing (2.4.7-r3) (13/37) Installing py3-six (1.16.0-r1) (14/37) Installing py3-packaging (21.3-r0) (15/37) Installing py3-setuptools (59.4.0-r0) (16/37) Installing py3-atomicwrites (1.4.0-r2) (17/37) Installing py3-attrs (21.4.0-r0) (18/37) Installing py3-iniconfig (1.1.1-r2) (19/37) Installing py3-pluggy (0.13.1-r5) (20/37) Installing py3-py (1.10.0-r2) (21/37) Installing py3-wcwidth (0.2.5-r2) (22/37) Installing py3-toml (0.10.2-r3) (23/37) Installing py3-pygments (2.11.2-r0) (24/37) Installing py3-pytest (6.2.5-r2) (25/37) Installing py3-coverage (5.5-r1) (26/37) Installing py3-pytest-cov (2.12.1-r1) (27/37) Installing py3-typing-extensions (4.1.1-r0) (28/37) Installing py3-async-timeout (4.0.2-r0) (29/37) Installing py3-charset-normalizer (2.0.10-r0) (30/37) Installing py3-multidict (6.0.2-r1) (31/37) Installing py3-idna (3.3-r2) (32/37) Installing py3-yarl (1.7.2-r0) (33/37) Installing py3-idna-ssl (1.1.0-r6) (34/37) Installing py3-frozenlist (1.2.0-r1) (35/37) Installing py3-aiosignal (1.2.0-r1) (36/37) Installing py3-aiohttp (3.8.1-r1) (37/37) Installing .makedepends-py3-gunicorn (20220416.022027) Executing busybox-1.35.0-r8.trigger OK: 324 MiB in 125 packages >>> py3-gunicorn: Cleaning up srcdir >>> py3-gunicorn: Cleaning up pkgdir >>> py3-gunicorn: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/gunicorn-20.0.4.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-gunicorn: Fetching gunicorn-20.0.4.tar.gz::https://github.com/benoitc/gunicorn/archive/20.0.4.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 100 134 100 134 0 0 272 0 --:--:-- --:--:-- --:--:-- 272 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 360k 0 360k 0 0 243k 0 --:--:-- 0:00:01 --:--:-- 456k >>> py3-gunicorn: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/gunicorn-20.0.4.tar.gz >>> py3-gunicorn: Checking sha512sums... gunicorn-20.0.4.tar.gz: OK >>> py3-gunicorn: Unpacking /var/cache/distfiles/v3.16/gunicorn-20.0.4.tar.gz... running build running build_py creating build creating build/lib creating build/lib/gunicorn copying gunicorn/arbiter.py -> build/lib/gunicorn copying gunicorn/errors.py -> build/lib/gunicorn copying gunicorn/pidfile.py -> build/lib/gunicorn copying gunicorn/util.py -> build/lib/gunicorn copying gunicorn/glogging.py -> build/lib/gunicorn copying gunicorn/sock.py -> build/lib/gunicorn copying gunicorn/config.py -> build/lib/gunicorn copying gunicorn/__init__.py -> build/lib/gunicorn copying gunicorn/systemd.py -> build/lib/gunicorn copying gunicorn/debug.py -> build/lib/gunicorn copying gunicorn/reloader.py -> build/lib/gunicorn creating build/lib/gunicorn/instrument copying gunicorn/instrument/__init__.py -> build/lib/gunicorn/instrument copying gunicorn/instrument/statsd.py -> build/lib/gunicorn/instrument creating build/lib/gunicorn/workers copying gunicorn/workers/sync.py -> build/lib/gunicorn/workers copying gunicorn/workers/base.py -> build/lib/gunicorn/workers copying gunicorn/workers/geventlet.py -> build/lib/gunicorn/workers copying gunicorn/workers/gtornado.py -> build/lib/gunicorn/workers copying gunicorn/workers/__init__.py -> build/lib/gunicorn/workers copying gunicorn/workers/gthread.py -> build/lib/gunicorn/workers copying gunicorn/workers/workertmp.py -> build/lib/gunicorn/workers copying gunicorn/workers/base_async.py -> build/lib/gunicorn/workers copying gunicorn/workers/ggevent.py -> build/lib/gunicorn/workers creating build/lib/gunicorn/app copying gunicorn/app/base.py -> build/lib/gunicorn/app copying gunicorn/app/wsgiapp.py -> build/lib/gunicorn/app copying gunicorn/app/pasterapp.py -> build/lib/gunicorn/app copying gunicorn/app/__init__.py -> build/lib/gunicorn/app creating build/lib/gunicorn/http copying gunicorn/http/message.py -> build/lib/gunicorn/http copying gunicorn/http/errors.py -> build/lib/gunicorn/http copying gunicorn/http/unreader.py -> build/lib/gunicorn/http copying gunicorn/http/wsgi.py -> build/lib/gunicorn/http copying gunicorn/http/body.py -> build/lib/gunicorn/http copying gunicorn/http/__init__.py -> build/lib/gunicorn/http copying gunicorn/http/parser.py -> build/lib/gunicorn/http running egg_info creating gunicorn.egg-info writing gunicorn.egg-info/PKG-INFO writing dependency_links to gunicorn.egg-info/dependency_links.txt writing entry points to gunicorn.egg-info/entry_points.txt writing requirements to gunicorn.egg-info/requires.txt writing top-level names to gunicorn.egg-info/top_level.txt writing manifest file 'gunicorn.egg-info/SOURCES.txt' reading manifest file 'gunicorn.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found under directory '*' warning: no previously-included files matching '*.py[co]' found under directory '*' adding license file 'LICENSE' writing manifest file 'gunicorn.egg-info/SOURCES.txt' ============================= test session starts ============================== platform linux -- Python 3.10.3, pytest-6.2.5, py-1.10.0, pluggy-0.13.1 rootdir: /home/buildozer/aports/community/py3-gunicorn/src/gunicorn-20.0.4, configfile: setup.cfg, testpaths: tests/ plugins: cov-2.12.1 collected 213 items tests/test_arbiter.py ............ [ 5%] tests/test_config.py ................................................ [ 28%] tests/test_http.py .................... [ 37%] tests/test_invalid_requests.py ....................... [ 48%] tests/test_logger.py ...... [ 51%] tests/test_pidfile.py ..... [ 53%] tests/test_sock.py ..... [ 55%] tests/test_ssl.py ....... [ 59%] tests/test_statsd.py ....... [ 62%] tests/test_systemd.py .... [ 64%] tests/test_util.py .......................................... [ 84%] tests/test_valid_requests.py .................................. [100%] ---------- coverage: platform linux, python 3.10.3-final-0 ----------- Coverage XML written to file coverage.xml ============================= 213 passed in 12.04s ============================= >>> py3-gunicorn: Entering fakeroot... running install /usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing gunicorn.egg-info/PKG-INFO writing dependency_links to gunicorn.egg-info/dependency_links.txt writing entry points to gunicorn.egg-info/entry_points.txt writing requirements to gunicorn.egg-info/requires.txt writing top-level names to gunicorn.egg-info/top_level.txt reading manifest file 'gunicorn.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found under directory '*' adding license file 'LICENSE' writing manifest file 'gunicorn.egg-info/SOURCES.txt' running install_lib creating /home/buildozer/aports/community/py3-gunicorn/pkg creating /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn creating /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr creating /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib creating /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10 creating /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn copying build/lib/gunicorn/arbiter.py -> /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn copying build/lib/gunicorn/errors.py -> /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn copying build/lib/gunicorn/pidfile.py -> /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn creating /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn/instrument copying build/lib/gunicorn/instrument/__init__.py -> /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn/instrument copying build/lib/gunicorn/instrument/statsd.py -> /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn/instrument copying build/lib/gunicorn/util.py -> /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn copying build/lib/gunicorn/glogging.py -> /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn copying build/lib/gunicorn/sock.py -> /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn creating /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn/workers copying build/lib/gunicorn/workers/sync.py -> /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn/workers copying build/lib/gunicorn/workers/base.py -> /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn/workers copying build/lib/gunicorn/workers/geventlet.py -> /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn/workers copying build/lib/gunicorn/workers/gtornado.py -> /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn/workers copying build/lib/gunicorn/workers/__init__.py -> /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn/workers copying build/lib/gunicorn/workers/gthread.py -> /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn/workers copying build/lib/gunicorn/workers/workertmp.py -> /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn/workers copying build/lib/gunicorn/workers/base_async.py -> /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn/workers copying build/lib/gunicorn/workers/ggevent.py -> /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn/workers creating /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn/app copying build/lib/gunicorn/app/base.py -> /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn/app copying build/lib/gunicorn/app/wsgiapp.py -> /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn/app copying build/lib/gunicorn/app/pasterapp.py -> /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn/app copying build/lib/gunicorn/app/__init__.py -> /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn/app copying build/lib/gunicorn/config.py -> /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn creating /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn/http copying build/lib/gunicorn/http/message.py -> /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn/http copying build/lib/gunicorn/http/errors.py -> /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn/http copying build/lib/gunicorn/http/unreader.py -> /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn/http copying build/lib/gunicorn/http/wsgi.py -> /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn/http copying build/lib/gunicorn/http/body.py -> /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn/http copying build/lib/gunicorn/http/__init__.py -> /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn/http copying build/lib/gunicorn/http/parser.py -> /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn/http copying build/lib/gunicorn/__init__.py -> /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn copying build/lib/gunicorn/systemd.py -> /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn copying build/lib/gunicorn/debug.py -> /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn copying build/lib/gunicorn/reloader.py -> /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn byte-compiling /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn/arbiter.py to arbiter.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn/errors.py to errors.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn/pidfile.py to pidfile.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn/instrument/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn/instrument/statsd.py to statsd.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn/util.py to util.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn/glogging.py to glogging.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn/sock.py to sock.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn/workers/sync.py to sync.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn/workers/base.py to base.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn/workers/geventlet.py to geventlet.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn/workers/gtornado.py to gtornado.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn/workers/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn/workers/gthread.py to gthread.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn/workers/workertmp.py to workertmp.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn/workers/base_async.py to base_async.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn/workers/ggevent.py to ggevent.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn/app/base.py to base.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn/app/wsgiapp.py to wsgiapp.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn/app/pasterapp.py to pasterapp.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn/app/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn/config.py to config.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn/http/message.py to message.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn/http/errors.py to errors.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn/http/unreader.py to unreader.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn/http/wsgi.py to wsgi.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn/http/body.py to body.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn/http/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn/http/parser.py to parser.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn/systemd.py to systemd.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn/debug.py to debug.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn/reloader.py to reloader.cpython-310.pyc running install_egg_info Copying gunicorn.egg-info to /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/lib/python3.10/site-packages/gunicorn-20.0.4-py3.10.egg-info running install_scripts Installing gunicorn script to /home/buildozer/aports/community/py3-gunicorn/pkg/py3-gunicorn/usr/bin >>> py3-gunicorn*: Running postcheck for py3-gunicorn >>> py3-gunicorn*: Preparing package py3-gunicorn... >>> py3-gunicorn*: Tracing dependencies... >>> py3-gunicorn*: Package size: 696.0 KB >>> py3-gunicorn*: Compressing data... >>> py3-gunicorn*: Create checksum... >>> py3-gunicorn*: Create py3-gunicorn-20.0.4-r2.apk >>> py3-gunicorn: Build complete at Sat, 16 Apr 2022 02:20:43 +0000 elapsed time 0h 0m 21s >>> py3-gunicorn: Cleaning up srcdir >>> py3-gunicorn: Cleaning up pkgdir >>> py3-gunicorn: Uninstalling dependencies... (1/37) Purging .makedepends-py3-gunicorn (20220416.022027) (2/37) Purging py3-setuptools (59.4.0-r0) (3/37) Purging py3-appdirs (1.4.4-r3) (4/37) Purging py3-ordered-set (4.0.2-r3) (5/37) Purging py3-pytest-cov (2.12.1-r1) (6/37) Purging py3-pytest (6.2.5-r2) (7/37) Purging py3-atomicwrites (1.4.0-r2) (8/37) Purging py3-more-itertools (8.12.0-r2) (9/37) Purging py3-iniconfig (1.1.1-r2) (10/37) Purging py3-pluggy (0.13.1-r5) (11/37) Purging py3-py (1.10.0-r2) (12/37) Purging py3-wcwidth (0.2.5-r2) (13/37) Purging py3-packaging (21.3-r0) (14/37) Purging py3-parsing (2.4.7-r3) (15/37) Purging py3-six (1.16.0-r1) (16/37) Purging py3-toml (0.10.2-r3) (17/37) Purging py3-pygments (2.11.2-r0) (18/37) Purging py3-coverage (5.5-r1) (19/37) Purging py3-aiohttp (3.8.1-r1) (20/37) Purging py3-async-timeout (4.0.2-r0) (21/37) Purging py3-charset-normalizer (2.0.10-r0) (22/37) Purging py3-yarl (1.7.2-r0) (23/37) Purging py3-multidict (6.0.2-r1) (24/37) Purging py3-idna-ssl (1.1.0-r6) (25/37) Purging py3-idna (3.3-r2) (26/37) Purging py3-attrs (21.4.0-r0) (27/37) Purging py3-typing-extensions (4.1.1-r0) (28/37) Purging py3-aiosignal (1.2.0-r1) (29/37) Purging python3 (3.10.3-r0) (30/37) Purging py3-frozenlist (1.2.0-r1) (31/37) Purging libbz2 (1.0.8-r1) (32/37) Purging libffi (3.4.2-r1) (33/37) Purging gdbm (1.23-r0) (34/37) Purging xz-libs (5.2.5-r1) (35/37) Purging mpdecimal (2.5.1-r1) (36/37) Purging readline (8.1.2-r0) (37/37) Purging sqlite-libs (3.38.0-r0) Executing busybox-1.35.0-r8.trigger OK: 255 MiB in 88 packages >>> py3-gunicorn: Updating the community/armv7 repository index... >>> py3-gunicorn: Signing the index...