>>> py3-cachecontrol: Building community/py3-cachecontrol 0.12.11-r0 (using abuild 3.10.0_rc1-r2) started Sat, 29 Oct 2022 02:49:24 +0000 >>> py3-cachecontrol: Checking sanity of /home/buildozer/aports/community/py3-cachecontrol/APKBUILD... >>> WARNING: py3-cachecontrol: No maintainer >>> py3-cachecontrol: Analyzing dependencies... >>> py3-cachecontrol: Installing for build: build-base python3 py3-requests py3-msgpack py3-lockfile py3-setuptools py3-pytest py3-mock py3-cherrypy py3-redis (1/44) Installing libbz2 (1.0.8-r3) (2/44) Installing libffi (3.4.4-r0) (3/44) Installing gdbm (1.23-r0) (4/44) Installing xz-libs (5.2.7-r0) (5/44) Installing mpdecimal (2.5.1-r1) (6/44) Installing readline (8.2.0-r0) (7/44) Installing sqlite-libs (3.39.4-r0) (8/44) Installing python3 (3.10.8-r3) (9/44) Installing py3-certifi (2022.9.24-r0) (10/44) Installing py3-charset-normalizer (2.1.1-r0) (11/44) Installing py3-idna (3.4-r2) (12/44) Installing py3-urllib3 (1.26.12-r0) (13/44) Installing py3-requests (2.28.1-r0) (14/44) Installing py3-msgpack (1.0.4-r0) (15/44) Installing py3-lockfile (0.12.2-r6) (16/44) Installing py3-parsing (3.0.9-r0) (17/44) Installing py3-packaging (21.3-r2) (18/44) Installing py3-setuptools (65.5.0-r0) (19/44) Installing py3-attrs (22.1.0-r0) (20/44) Installing py3-iniconfig (1.1.1-r3) (21/44) Installing py3-pluggy (1.0.0-r1) (22/44) Installing py3-py (1.11.0-r0) (23/44) Installing py3-tomli (2.0.1-r1) (24/44) Installing py3-pytest (7.1.3-r1) (25/44) Installing py3-pbr (5.11.0-r0) (26/44) Installing py3-mock (4.0.3-r3) (27/44) Installing py3-more-itertools (9.0.0-r0) (28/44) Installing py3-six (1.16.0-r3) (29/44) Installing py3-jaraco.classes (3.2.3-r1) (30/44) Installing py3-jaraco.functools (3.5.2-r1) (31/44) Installing py3-cheroot (8.6.0-r0) (32/44) Installing py3-jaraco.context (4.1.2-r0) (33/44) Installing py3-jaraco.text (3.10.0-r0) (34/44) Installing py3-jaraco.collections (3.6.0-r0) (35/44) Installing py3-tz (2022.4-r0) (36/44) Installing py3-tempora (5.0.2-r0) (37/44) Installing py3-portend (3.1.0-r2) (38/44) Installing py3-zc.lockfile (2.0-r1) (39/44) Installing py3-cherrypy (18.8.0-r0) (40/44) Installing py3-wrapt (1.14.1-r0) (41/44) Installing py3-deprecated (1.2.13-r1) (42/44) Installing py3-hiredis (1.1.0-r2) (43/44) Installing py3-redis (4.1.0-r0) (44/44) Installing .makedepends-py3-cachecontrol (20221029.024929) Executing busybox-1.35.0-r27.trigger OK: 262 MiB in 136 packages >>> py3-cachecontrol: Cleaning up srcdir >>> py3-cachecontrol: Cleaning up pkgdir >>> py3-cachecontrol: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/py3-cachecontrol-0.12.11.tar.gz >>> py3-cachecontrol: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/py3-cachecontrol-0.12.11.tar.gz >>> py3-cachecontrol: Checking sha512sums... py3-cachecontrol-0.12.11.tar.gz: OK >>> py3-cachecontrol: Unpacking /var/cache/distfiles/v3.17/py3-cachecontrol-0.12.11.tar.gz... running build running build_py creating build creating build/lib creating build/lib/cachecontrol copying cachecontrol/filewrapper.py -> build/lib/cachecontrol copying cachecontrol/_cmd.py -> build/lib/cachecontrol copying cachecontrol/adapter.py -> build/lib/cachecontrol copying cachecontrol/compat.py -> build/lib/cachecontrol copying cachecontrol/controller.py -> build/lib/cachecontrol copying cachecontrol/heuristics.py -> build/lib/cachecontrol copying cachecontrol/serialize.py -> build/lib/cachecontrol copying cachecontrol/__init__.py -> build/lib/cachecontrol copying cachecontrol/cache.py -> build/lib/cachecontrol copying cachecontrol/wrapper.py -> build/lib/cachecontrol creating build/lib/cachecontrol/caches copying cachecontrol/caches/redis_cache.py -> build/lib/cachecontrol/caches copying cachecontrol/caches/__init__.py -> build/lib/cachecontrol/caches copying cachecontrol/caches/file_cache.py -> build/lib/cachecontrol/caches running egg_info creating CacheControl.egg-info writing CacheControl.egg-info/PKG-INFO writing dependency_links to CacheControl.egg-info/dependency_links.txt writing entry points to CacheControl.egg-info/entry_points.txt writing requirements to CacheControl.egg-info/requires.txt writing top-level names to CacheControl.egg-info/top_level.txt writing manifest file 'CacheControl.egg-info/SOURCES.txt' reading manifest file 'CacheControl.egg-info/SOURCES.txt' adding license file 'LICENSE.txt' writing manifest file 'CacheControl.egg-info/SOURCES.txt' ============================= test session starts ============================== platform linux -- Python 3.10.8, pytest-7.1.3, pluggy-1.0.0 rootdir: /home/buildozer/aports/community/py3-cachecontrol/src/cachecontrol-0.12.11, configfile: setup.cfg collected 101 items tests/test_adapter.py ........... [ 10%] tests/test_cache_control.py ..................... [ 31%] tests/test_chunked_response.py ... [ 34%] tests/test_etag.py ... [ 37%] tests/test_expires_heuristics.py ................ [ 53%] tests/test_max_age.py .. [ 55%] tests/test_redirects.py .... [ 59%] tests/test_regressions.py .. [ 61%] tests/test_serialization.py ........... [ 72%] tests/test_server_http_version.py . [ 73%] tests/test_storage_filecache.py ........................ [ 97%] tests/test_storage_redis.py .. [ 99%] tests/test_vary.py . [100%][29/Oct/2022:02:49:31] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('127.0.0.1', 36493)) shut down ============================= 101 passed in 0.58s ============================== >>> py3-cachecontrol: 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 CacheControl.egg-info/PKG-INFO writing dependency_links to CacheControl.egg-info/dependency_links.txt writing entry points to CacheControl.egg-info/entry_points.txt writing requirements to CacheControl.egg-info/requires.txt writing top-level names to CacheControl.egg-info/top_level.txt reading manifest file 'CacheControl.egg-info/SOURCES.txt' adding license file 'LICENSE.txt' writing manifest file 'CacheControl.egg-info/SOURCES.txt' running install_lib creating /home/buildozer/aports/community/py3-cachecontrol/pkg creating /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol creating /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr creating /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib creating /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.10 creating /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.10/site-packages/cachecontrol copying build/lib/cachecontrol/filewrapper.py -> /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.10/site-packages/cachecontrol copying build/lib/cachecontrol/_cmd.py -> /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.10/site-packages/cachecontrol copying build/lib/cachecontrol/adapter.py -> /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.10/site-packages/cachecontrol copying build/lib/cachecontrol/compat.py -> /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.10/site-packages/cachecontrol creating /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.10/site-packages/cachecontrol/__pycache__ copying build/lib/cachecontrol/__pycache__/heuristics.cpython-310.pyc -> /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.10/site-packages/cachecontrol/__pycache__ copying build/lib/cachecontrol/__pycache__/__init__.cpython-310.pyc -> /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.10/site-packages/cachecontrol/__pycache__ copying build/lib/cachecontrol/__pycache__/cache.cpython-310.pyc -> /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.10/site-packages/cachecontrol/__pycache__ copying build/lib/cachecontrol/__pycache__/wrapper.cpython-310.pyc -> /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.10/site-packages/cachecontrol/__pycache__ copying build/lib/cachecontrol/__pycache__/compat.cpython-310.pyc -> /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.10/site-packages/cachecontrol/__pycache__ copying build/lib/cachecontrol/__pycache__/controller.cpython-310.pyc -> /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.10/site-packages/cachecontrol/__pycache__ copying build/lib/cachecontrol/__pycache__/serialize.cpython-310.pyc -> /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.10/site-packages/cachecontrol/__pycache__ copying build/lib/cachecontrol/__pycache__/filewrapper.cpython-310.pyc -> /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.10/site-packages/cachecontrol/__pycache__ copying build/lib/cachecontrol/__pycache__/adapter.cpython-310.pyc -> /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.10/site-packages/cachecontrol/__pycache__ copying build/lib/cachecontrol/controller.py -> /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.10/site-packages/cachecontrol copying build/lib/cachecontrol/heuristics.py -> /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.10/site-packages/cachecontrol copying build/lib/cachecontrol/serialize.py -> /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.10/site-packages/cachecontrol copying build/lib/cachecontrol/__init__.py -> /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.10/site-packages/cachecontrol copying build/lib/cachecontrol/cache.py -> /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.10/site-packages/cachecontrol copying build/lib/cachecontrol/wrapper.py -> /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.10/site-packages/cachecontrol creating /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.10/site-packages/cachecontrol/caches creating /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.10/site-packages/cachecontrol/caches/__pycache__ copying build/lib/cachecontrol/caches/__pycache__/__init__.cpython-310.pyc -> /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.10/site-packages/cachecontrol/caches/__pycache__ copying build/lib/cachecontrol/caches/__pycache__/redis_cache.cpython-310.pyc -> /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.10/site-packages/cachecontrol/caches/__pycache__ copying build/lib/cachecontrol/caches/__pycache__/file_cache.cpython-310.pyc -> /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.10/site-packages/cachecontrol/caches/__pycache__ copying build/lib/cachecontrol/caches/redis_cache.py -> /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.10/site-packages/cachecontrol/caches copying build/lib/cachecontrol/caches/__init__.py -> /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.10/site-packages/cachecontrol/caches copying build/lib/cachecontrol/caches/file_cache.py -> /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.10/site-packages/cachecontrol/caches byte-compiling /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.10/site-packages/cachecontrol/_cmd.py to _cmd.cpython-310.pyc running install_egg_info Copying CacheControl.egg-info to /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.10/site-packages/CacheControl-0.12.11-py3.10.egg-info running install_scripts Installing doesitcache script to /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/bin >>> py3-cachecontrol*: Running postcheck for py3-cachecontrol >>> py3-cachecontrol*: Preparing package py3-cachecontrol... >>> py3-cachecontrol*: Tracing dependencies... >>> py3-cachecontrol*: Package size: 228.0 KB >>> py3-cachecontrol*: Compressing data... >>> py3-cachecontrol*: Create checksum... >>> py3-cachecontrol*: Create py3-cachecontrol-0.12.11-r0.apk >>> py3-cachecontrol: Build complete at Sat, 29 Oct 2022 02:49:32 +0000 elapsed time 0h 0m 8s >>> py3-cachecontrol: Cleaning up srcdir >>> py3-cachecontrol: Cleaning up pkgdir >>> py3-cachecontrol: Uninstalling dependencies... (1/44) Purging .makedepends-py3-cachecontrol (20221029.024929) (2/44) Purging py3-requests (2.28.1-r0) (3/44) Purging py3-certifi (2022.9.24-r0) (4/44) Purging py3-charset-normalizer (2.1.1-r0) (5/44) Purging py3-idna (3.4-r2) (6/44) Purging py3-urllib3 (1.26.12-r0) (7/44) Purging py3-msgpack (1.0.4-r0) (8/44) Purging py3-lockfile (0.12.2-r6) (9/44) Purging py3-setuptools (65.5.0-r0) (10/44) Purging py3-pytest (7.1.3-r1) (11/44) Purging py3-attrs (22.1.0-r0) (12/44) Purging py3-iniconfig (1.1.1-r3) (13/44) Purging py3-packaging (21.3-r2) (14/44) Purging py3-parsing (3.0.9-r0) (15/44) Purging py3-pluggy (1.0.0-r1) (16/44) Purging py3-py (1.11.0-r0) (17/44) Purging py3-tomli (2.0.1-r1) (18/44) Purging py3-mock (4.0.3-r3) (19/44) Purging py3-pbr (5.11.0-r0) (20/44) Purging py3-cherrypy (18.8.0-r0) (21/44) Purging py3-cheroot (8.6.0-r0) (22/44) Purging py3-six (1.16.0-r3) (23/44) Purging py3-jaraco.collections (3.6.0-r0) (24/44) Purging py3-jaraco.text (3.10.0-r0) (25/44) Purging py3-jaraco.context (4.1.2-r0) (26/44) Purging py3-portend (3.1.0-r2) (27/44) Purging py3-tempora (5.0.2-r0) (28/44) Purging py3-jaraco.functools (3.5.2-r1) (29/44) Purging py3-jaraco.classes (3.2.3-r1) (30/44) Purging py3-more-itertools (9.0.0-r0) (31/44) Purging py3-tz (2022.4-r0) (32/44) Purging py3-zc.lockfile (2.0-r1) (33/44) Purging py3-redis (4.1.0-r0) (34/44) Purging py3-deprecated (1.2.13-r1) (35/44) Purging py3-wrapt (1.14.1-r0) (36/44) Purging python3 (3.10.8-r3) (37/44) Purging py3-hiredis (1.1.0-r2) (38/44) Purging libbz2 (1.0.8-r3) (39/44) Purging libffi (3.4.4-r0) (40/44) Purging gdbm (1.23-r0) (41/44) Purging xz-libs (5.2.7-r0) (42/44) Purging mpdecimal (2.5.1-r1) (43/44) Purging readline (8.2.0-r0) (44/44) Purging sqlite-libs (3.39.4-r0) Executing busybox-1.35.0-r27.trigger OK: 189 MiB in 92 packages >>> py3-cachecontrol: Updating the community/armv7 repository index... >>> py3-cachecontrol: Signing the index...