>>> py3-requests-cache: Building community/py3-requests-cache 0.9.1-r1 (using abuild 3.9.0-r2) started Tue, 26 Jul 2022 05:12:53 +0000 >>> py3-requests-cache: Checking sanity of /home/buildozer/aports/community/py3-requests-cache/APKBUILD... >>> py3-requests-cache: Analyzing dependencies... >>> py3-requests-cache: Installing for build: build-base py3-requests py3-responses py3-url-normalize python3 py3-setuptools py3-cattrs py3-ujson py3-itsdangerous py3-mock py3-pytest py3-requests-mock py3-timeout-decorator (1/37) Installing libffi (3.4.2-r1) (2/37) Installing gdbm (1.23-r0) (3/37) Installing mpdecimal (2.5.1-r1) (4/37) Installing readline (8.1.2-r0) (5/37) Installing sqlite-libs (3.39.1-r0) (6/37) Installing python3 (3.10.5-r0) (7/37) Installing py3-certifi (2021.10.8-r0) (8/37) Installing py3-charset-normalizer (2.0.10-r0) (9/37) Installing py3-idna (3.3-r2) (10/37) Installing py3-urllib3 (1.26.10-r0) (11/37) Installing py3-requests (2.28.1-r0) (12/37) Installing py3-six (1.16.0-r1) (13/37) Installing py3-responses (0.14.0-r1) (14/37) Installing py3-url-normalize (1.4.3-r1) (15/37) Installing py3-appdirs (1.4.4-r3) (16/37) Installing py3-more-itertools (8.13.0-r0) (17/37) Installing py3-ordered-set (4.0.2-r4) (18/37) Installing py3-parsing (2.4.7-r3) (19/37) Installing py3-packaging (21.3-r0) (20/37) Installing py3-setuptools (59.4.0-r0) (21/37) Installing py3-attrs (21.4.0-r0) (22/37) Installing py3-cattrs (1.8.0-r2) (23/37) Installing py3-ujson (5.4.0-r0) (24/37) Installing py3-itsdangerous (2.1.1-r1) (25/37) Installing py3-pbr (5.9.0-r0) (26/37) Installing py3-mock (4.0.3-r2) (27/37) Installing py3-atomicwrites (1.4.0-r2) (28/37) Installing py3-iniconfig (1.1.1-r3) (29/37) Installing py3-pluggy (1.0.0-r0) (30/37) Installing py3-py (1.10.0-r2) (31/37) Installing py3-pygments (2.11.2-r0) (32/37) Installing py3-tomli (2.0.1-r1) (33/37) Installing py3-wcwidth (0.2.5-r2) (34/37) Installing py3-pytest (7.1.2-r1) (35/37) Installing py3-requests-mock (1.9.3-r0) (36/37) Installing py3-timeout-decorator (0.5.0-r1) (37/37) Installing .makedepends-py3-requests-cache (20220726.051253) Executing busybox-1.35.0-r20.trigger OK: 370 MiB in 138 packages >>> py3-requests-cache: Cleaning up srcdir >>> py3-requests-cache: Cleaning up pkgdir >>> py3-requests-cache: Fetching https://distfiles.alpinelinux.org/distfiles/edge/requests-cache-0.9.1.tar.gz >>> py3-requests-cache: Fetching https://distfiles.alpinelinux.org/distfiles/edge/requests-cache-0.9.1.tar.gz >>> py3-requests-cache: Checking sha512sums... requests-cache-0.9.1.tar.gz: OK >>> py3-requests-cache: Unpacking /var/cache/distfiles/edge/requests-cache-0.9.1.tar.gz... running build running build_py creating build creating build/lib creating build/lib/requests_cache copying requests_cache/_utils.py -> build/lib/requests_cache copying requests_cache/session.py -> build/lib/requests_cache copying requests_cache/cache_keys.py -> build/lib/requests_cache copying requests_cache/__init__.py -> build/lib/requests_cache copying requests_cache/patcher.py -> build/lib/requests_cache copying requests_cache/cache_control.py -> build/lib/requests_cache creating build/lib/requests_cache/backends copying requests_cache/backends/mongodb.py -> build/lib/requests_cache/backends copying requests_cache/backends/base.py -> build/lib/requests_cache/backends copying requests_cache/backends/gridfs.py -> build/lib/requests_cache/backends copying requests_cache/backends/sqlite.py -> build/lib/requests_cache/backends copying requests_cache/backends/dynamodb.py -> build/lib/requests_cache/backends copying requests_cache/backends/filesystem.py -> build/lib/requests_cache/backends copying requests_cache/backends/__init__.py -> build/lib/requests_cache/backends copying requests_cache/backends/redis.py -> build/lib/requests_cache/backends creating build/lib/requests_cache/models copying requests_cache/models/request.py -> build/lib/requests_cache/models copying requests_cache/models/response.py -> build/lib/requests_cache/models copying requests_cache/models/__init__.py -> build/lib/requests_cache/models copying requests_cache/models/raw_response.py -> build/lib/requests_cache/models creating build/lib/requests_cache/serializers copying requests_cache/serializers/pipeline.py -> build/lib/requests_cache/serializers copying requests_cache/serializers/__init__.py -> build/lib/requests_cache/serializers copying requests_cache/serializers/cattrs.py -> build/lib/requests_cache/serializers copying requests_cache/serializers/preconf.py -> build/lib/requests_cache/serializers copying requests_cache/py.typed -> build/lib/requests_cache ============================= test session starts ============================== platform linux -- Python 3.10.5, pytest-7.1.2, pluggy-1.0.0 rootdir: /home/buildozer/aports/community/py3-requests-cache/src/requests-cache-0.9.1 plugins: requests-mock-1.9.3 collected 289 items tests/compat/test_requests_mock_combine_cache.py . [ 0%] tests/compat/test_requests_mock_disable_cache.py . [ 0%] tests/compat/test_requests_mock_load_cache.py . [ 1%] tests/compat/test_responses_load_cache.py . [ 1%] tests/unit/test_cache_control.py ....................................... [ 14%] ........................................ [ 28%] tests/unit/test_cache_keys.py ............... [ 33%] tests/unit/test_patcher.py .......... [ 37%] tests/unit/test_serializers.py ...... [ 39%] tests/unit/test_session.py ............................................. [ 55%] ........................................................................ [ 79%] .................................... [ 92%] tests/unit/models/test_raw_response.py ...... [ 94%] tests/unit/models/test_request.py . [ 94%] tests/unit/models/test_response.py ............... [100%] ============================= 289 passed in 10.07s ============================= >>> py3-requests-cache: 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 install_lib creating /home/buildozer/aports/community/py3-requests-cache/pkg creating /home/buildozer/aports/community/py3-requests-cache/pkg/py3-requests-cache creating /home/buildozer/aports/community/py3-requests-cache/pkg/py3-requests-cache/usr creating /home/buildozer/aports/community/py3-requests-cache/pkg/py3-requests-cache/usr/lib creating /home/buildozer/aports/community/py3-requests-cache/pkg/py3-requests-cache/usr/lib/python3.10 creating /home/buildozer/aports/community/py3-requests-cache/pkg/py3-requests-cache/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-requests-cache/pkg/py3-requests-cache/usr/lib/python3.10/site-packages/requests_cache creating /home/buildozer/aports/community/py3-requests-cache/pkg/py3-requests-cache/usr/lib/python3.10/site-packages/requests_cache/serializers copying build/lib/requests_cache/serializers/pipeline.py -> /home/buildozer/aports/community/py3-requests-cache/pkg/py3-requests-cache/usr/lib/python3.10/site-packages/requests_cache/serializers copying build/lib/requests_cache/serializers/__init__.py -> /home/buildozer/aports/community/py3-requests-cache/pkg/py3-requests-cache/usr/lib/python3.10/site-packages/requests_cache/serializers copying build/lib/requests_cache/serializers/cattrs.py -> /home/buildozer/aports/community/py3-requests-cache/pkg/py3-requests-cache/usr/lib/python3.10/site-packages/requests_cache/serializers copying build/lib/requests_cache/serializers/preconf.py -> /home/buildozer/aports/community/py3-requests-cache/pkg/py3-requests-cache/usr/lib/python3.10/site-packages/requests_cache/serializers copying build/lib/requests_cache/py.typed -> /home/buildozer/aports/community/py3-requests-cache/pkg/py3-requests-cache/usr/lib/python3.10/site-packages/requests_cache creating /home/buildozer/aports/community/py3-requests-cache/pkg/py3-requests-cache/usr/lib/python3.10/site-packages/requests_cache/backends copying build/lib/requests_cache/backends/mongodb.py -> /home/buildozer/aports/community/py3-requests-cache/pkg/py3-requests-cache/usr/lib/python3.10/site-packages/requests_cache/backends copying build/lib/requests_cache/backends/base.py -> /home/buildozer/aports/community/py3-requests-cache/pkg/py3-requests-cache/usr/lib/python3.10/site-packages/requests_cache/backends copying build/lib/requests_cache/backends/gridfs.py -> /home/buildozer/aports/community/py3-requests-cache/pkg/py3-requests-cache/usr/lib/python3.10/site-packages/requests_cache/backends copying build/lib/requests_cache/backends/sqlite.py -> /home/buildozer/aports/community/py3-requests-cache/pkg/py3-requests-cache/usr/lib/python3.10/site-packages/requests_cache/backends copying build/lib/requests_cache/backends/dynamodb.py -> /home/buildozer/aports/community/py3-requests-cache/pkg/py3-requests-cache/usr/lib/python3.10/site-packages/requests_cache/backends copying build/lib/requests_cache/backends/filesystem.py -> /home/buildozer/aports/community/py3-requests-cache/pkg/py3-requests-cache/usr/lib/python3.10/site-packages/requests_cache/backends copying build/lib/requests_cache/backends/__init__.py -> /home/buildozer/aports/community/py3-requests-cache/pkg/py3-requests-cache/usr/lib/python3.10/site-packages/requests_cache/backends copying build/lib/requests_cache/backends/redis.py -> /home/buildozer/aports/community/py3-requests-cache/pkg/py3-requests-cache/usr/lib/python3.10/site-packages/requests_cache/backends copying build/lib/requests_cache/_utils.py -> /home/buildozer/aports/community/py3-requests-cache/pkg/py3-requests-cache/usr/lib/python3.10/site-packages/requests_cache copying build/lib/requests_cache/session.py -> /home/buildozer/aports/community/py3-requests-cache/pkg/py3-requests-cache/usr/lib/python3.10/site-packages/requests_cache copying build/lib/requests_cache/cache_keys.py -> /home/buildozer/aports/community/py3-requests-cache/pkg/py3-requests-cache/usr/lib/python3.10/site-packages/requests_cache copying build/lib/requests_cache/__init__.py -> /home/buildozer/aports/community/py3-requests-cache/pkg/py3-requests-cache/usr/lib/python3.10/site-packages/requests_cache creating /home/buildozer/aports/community/py3-requests-cache/pkg/py3-requests-cache/usr/lib/python3.10/site-packages/requests_cache/models copying build/lib/requests_cache/models/request.py -> /home/buildozer/aports/community/py3-requests-cache/pkg/py3-requests-cache/usr/lib/python3.10/site-packages/requests_cache/models copying build/lib/requests_cache/models/response.py -> /home/buildozer/aports/community/py3-requests-cache/pkg/py3-requests-cache/usr/lib/python3.10/site-packages/requests_cache/models copying build/lib/requests_cache/models/__init__.py -> /home/buildozer/aports/community/py3-requests-cache/pkg/py3-requests-cache/usr/lib/python3.10/site-packages/requests_cache/models copying build/lib/requests_cache/models/raw_response.py -> /home/buildozer/aports/community/py3-requests-cache/pkg/py3-requests-cache/usr/lib/python3.10/site-packages/requests_cache/models copying build/lib/requests_cache/patcher.py -> /home/buildozer/aports/community/py3-requests-cache/pkg/py3-requests-cache/usr/lib/python3.10/site-packages/requests_cache copying build/lib/requests_cache/cache_control.py -> /home/buildozer/aports/community/py3-requests-cache/pkg/py3-requests-cache/usr/lib/python3.10/site-packages/requests_cache byte-compiling /home/buildozer/aports/community/py3-requests-cache/pkg/py3-requests-cache/usr/lib/python3.10/site-packages/requests_cache/serializers/pipeline.py to pipeline.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-requests-cache/pkg/py3-requests-cache/usr/lib/python3.10/site-packages/requests_cache/serializers/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-requests-cache/pkg/py3-requests-cache/usr/lib/python3.10/site-packages/requests_cache/serializers/cattrs.py to cattrs.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-requests-cache/pkg/py3-requests-cache/usr/lib/python3.10/site-packages/requests_cache/serializers/preconf.py to preconf.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-requests-cache/pkg/py3-requests-cache/usr/lib/python3.10/site-packages/requests_cache/backends/mongodb.py to mongodb.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-requests-cache/pkg/py3-requests-cache/usr/lib/python3.10/site-packages/requests_cache/backends/base.py to base.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-requests-cache/pkg/py3-requests-cache/usr/lib/python3.10/site-packages/requests_cache/backends/gridfs.py to gridfs.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-requests-cache/pkg/py3-requests-cache/usr/lib/python3.10/site-packages/requests_cache/backends/sqlite.py to sqlite.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-requests-cache/pkg/py3-requests-cache/usr/lib/python3.10/site-packages/requests_cache/backends/dynamodb.py to dynamodb.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-requests-cache/pkg/py3-requests-cache/usr/lib/python3.10/site-packages/requests_cache/backends/filesystem.py to filesystem.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-requests-cache/pkg/py3-requests-cache/usr/lib/python3.10/site-packages/requests_cache/backends/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-requests-cache/pkg/py3-requests-cache/usr/lib/python3.10/site-packages/requests_cache/backends/redis.py to redis.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-requests-cache/pkg/py3-requests-cache/usr/lib/python3.10/site-packages/requests_cache/_utils.py to _utils.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-requests-cache/pkg/py3-requests-cache/usr/lib/python3.10/site-packages/requests_cache/session.py to session.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-requests-cache/pkg/py3-requests-cache/usr/lib/python3.10/site-packages/requests_cache/cache_keys.py to cache_keys.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-requests-cache/pkg/py3-requests-cache/usr/lib/python3.10/site-packages/requests_cache/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-requests-cache/pkg/py3-requests-cache/usr/lib/python3.10/site-packages/requests_cache/models/request.py to request.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-requests-cache/pkg/py3-requests-cache/usr/lib/python3.10/site-packages/requests_cache/models/response.py to response.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-requests-cache/pkg/py3-requests-cache/usr/lib/python3.10/site-packages/requests_cache/models/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-requests-cache/pkg/py3-requests-cache/usr/lib/python3.10/site-packages/requests_cache/models/raw_response.py to raw_response.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-requests-cache/pkg/py3-requests-cache/usr/lib/python3.10/site-packages/requests_cache/patcher.py to patcher.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-requests-cache/pkg/py3-requests-cache/usr/lib/python3.10/site-packages/requests_cache/cache_control.py to cache_control.cpython-310.pyc running install_egg_info running egg_info creating requests_cache.egg-info writing requests_cache.egg-info/PKG-INFO writing dependency_links to requests_cache.egg-info/dependency_links.txt writing requirements to requests_cache.egg-info/requires.txt writing top-level names to requests_cache.egg-info/top_level.txt writing manifest file 'requests_cache.egg-info/SOURCES.txt' reading manifest file 'requests_cache.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'requests_cache.egg-info/SOURCES.txt' Copying requests_cache.egg-info to /home/buildozer/aports/community/py3-requests-cache/pkg/py3-requests-cache/usr/lib/python3.10/site-packages/requests_cache-0.9.1-py3.10.egg-info running install_scripts >>> py3-requests-cache*: Running postcheck for py3-requests-cache >>> py3-requests-cache*: Preparing package py3-requests-cache... >>> py3-requests-cache*: Tracing dependencies... >>> py3-requests-cache*: Package size: 396.0 KB >>> py3-requests-cache*: Compressing data... >>> py3-requests-cache*: Create checksum... >>> py3-requests-cache*: Create py3-requests-cache-0.9.1-r1.apk >>> py3-requests-cache: Build complete at Tue, 26 Jul 2022 05:13:06 +0000 elapsed time 0h 0m 13s >>> py3-requests-cache: Cleaning up srcdir >>> py3-requests-cache: Cleaning up pkgdir >>> py3-requests-cache: Uninstalling dependencies... (1/37) Purging .makedepends-py3-requests-cache (20220726.051253) (2/37) Purging py3-responses (0.14.0-r1) (3/37) Purging py3-url-normalize (1.4.3-r1) (4/37) Purging py3-setuptools (59.4.0-r0) (5/37) Purging py3-appdirs (1.4.4-r3) (6/37) Purging py3-ordered-set (4.0.2-r4) (7/37) Purging py3-cattrs (1.8.0-r2) (8/37) Purging py3-ujson (5.4.0-r0) (9/37) Purging py3-itsdangerous (2.1.1-r1) (10/37) Purging py3-mock (4.0.3-r2) (11/37) Purging py3-pbr (5.9.0-r0) (12/37) Purging py3-pytest (7.1.2-r1) (13/37) Purging py3-atomicwrites (1.4.0-r2) (14/37) Purging py3-attrs (21.4.0-r0) (15/37) Purging py3-iniconfig (1.1.1-r3) (16/37) Purging py3-more-itertools (8.13.0-r0) (17/37) Purging py3-packaging (21.3-r0) (18/37) Purging py3-parsing (2.4.7-r3) (19/37) Purging py3-pluggy (1.0.0-r0) (20/37) Purging py3-py (1.10.0-r2) (21/37) Purging py3-pygments (2.11.2-r0) (22/37) Purging py3-tomli (2.0.1-r1) (23/37) Purging py3-wcwidth (0.2.5-r2) (24/37) Purging py3-requests-mock (1.9.3-r0) (25/37) Purging py3-requests (2.28.1-r0) (26/37) Purging py3-certifi (2021.10.8-r0) (27/37) Purging py3-charset-normalizer (2.0.10-r0) (28/37) Purging py3-idna (3.3-r2) (29/37) Purging py3-urllib3 (1.26.10-r0) (30/37) Purging py3-six (1.16.0-r1) (31/37) Purging py3-timeout-decorator (0.5.0-r1) (32/37) Purging python3 (3.10.5-r0) (33/37) Purging libffi (3.4.2-r1) (34/37) Purging gdbm (1.23-r0) (35/37) Purging mpdecimal (2.5.1-r1) (36/37) Purging readline (8.1.2-r0) (37/37) Purging sqlite-libs (3.39.1-r0) Executing busybox-1.35.0-r20.trigger OK: 302 MiB in 101 packages >>> py3-requests-cache: Updating the community/armhf repository index... >>> py3-requests-cache: Signing the index...