>>> py3-s3transfer: Building community/py3-s3transfer 0.5.1-r0 (using abuild 3.9.0-r0) started Thu, 14 Apr 2022 15:59:17 +0000 >>> py3-s3transfer: Checking sanity of /home/buildozer/aports/community/py3-s3transfer/APKBUILD... >>> py3-s3transfer: Analyzing dependencies... >>> py3-s3transfer: Installing for build: build-base py3-botocore<2.0.0 py3-setuptools py3-pytest py3-pytest-mock (1/33) Installing libbz2 (1.0.8-r1) (2/33) Installing libffi (3.4.2-r1) (3/33) Installing gdbm (1.23-r0) (4/33) Installing xz-libs (5.2.5-r1) (5/33) Installing mpdecimal (2.5.1-r1) (6/33) Installing readline (8.1.2-r0) (7/33) Installing sqlite-libs (3.38.0-r0) (8/33) Installing python3 (3.10.3-r0) (9/33) Installing py3-six (1.16.0-r1) (10/33) Installing py3-dateutil (2.8.2-r1) (11/33) Installing py3-docutils (0.16-r4) (12/33) Installing py3-jmespath (0.10.0-r2) (13/33) Installing py3-urllib3 (1.26.9-r0) (14/33) Installing py3-botocore (1.21.49-r1) (15/33) Installing py3-appdirs (1.4.4-r3) (16/33) Installing py3-more-itertools (8.12.0-r2) (17/33) Installing py3-ordered-set (4.0.2-r3) (18/33) Installing py3-parsing (2.4.7-r3) (19/33) Installing py3-packaging (21.3-r0) (20/33) Installing py3-setuptools (59.4.0-r0) (21/33) Installing py3-atomicwrites (1.4.0-r2) (22/33) Installing py3-attrs (21.4.0-r0) (23/33) Installing py3-iniconfig (1.1.1-r2) (24/33) Installing py3-pluggy (0.13.1-r5) (25/33) Installing py3-py (1.10.0-r2) (26/33) Installing py3-wcwidth (0.2.5-r2) (27/33) Installing py3-toml (0.10.2-r3) (28/33) Installing py3-pygments (2.11.2-r0) (29/33) Installing py3-pytest (6.2.5-r2) (30/33) Installing py3-pbr (5.8.1-r0) (31/33) Installing py3-mock (4.0.3-r2) (32/33) Installing py3-pytest-mock (3.5.1-r2) (33/33) Installing .makedepends-py3-s3transfer (20220414.155920) Executing busybox-1.35.0-r8.trigger OK: 504 MiB in 121 packages >>> py3-s3transfer: Cleaning up srcdir >>> py3-s3transfer: Cleaning up pkgdir >>> py3-s3transfer: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/s3transfer-0.5.1.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-s3transfer: Fetching s3transfer-0.5.1.tar.gz::https://github.com/boto/s3transfer/archive/0.5.1.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 100 132 100 132 0 0 119 0 0:00:01 0:00:01 --:--:-- 119 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 100 154k 0 154k 0 0 54332 0 --:--:-- 0:00:02 --:--:-- 180k >>> py3-s3transfer: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/s3transfer-0.5.1.tar.gz >>> py3-s3transfer: Checking sha512sums... s3transfer-0.5.1.tar.gz: OK >>> py3-s3transfer: Unpacking /var/cache/distfiles/v3.16/s3transfer-0.5.1.tar.gz... running build running build_py creating build creating build/lib creating build/lib/s3transfer copying s3transfer/utils.py -> build/lib/s3transfer copying s3transfer/bandwidth.py -> build/lib/s3transfer copying s3transfer/subscribers.py -> build/lib/s3transfer copying s3transfer/manager.py -> build/lib/s3transfer copying s3transfer/constants.py -> build/lib/s3transfer copying s3transfer/futures.py -> build/lib/s3transfer copying s3transfer/delete.py -> build/lib/s3transfer copying s3transfer/crt.py -> build/lib/s3transfer copying s3transfer/copies.py -> build/lib/s3transfer copying s3transfer/__init__.py -> build/lib/s3transfer copying s3transfer/tasks.py -> build/lib/s3transfer copying s3transfer/upload.py -> build/lib/s3transfer copying s3transfer/download.py -> build/lib/s3transfer copying s3transfer/exceptions.py -> build/lib/s3transfer copying s3transfer/compat.py -> build/lib/s3transfer copying s3transfer/processpool.py -> build/lib/s3transfer running egg_info creating s3transfer.egg-info writing s3transfer.egg-info/PKG-INFO writing dependency_links to s3transfer.egg-info/dependency_links.txt writing requirements to s3transfer.egg-info/requires.txt writing top-level names to s3transfer.egg-info/top_level.txt writing manifest file 's3transfer.egg-info/SOURCES.txt' reading manifest file 's3transfer.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'requirements-test.txt' adding license file 'LICENSE.txt' adding license file 'NOTICE.txt' writing manifest file 's3transfer.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-s3transfer/src/s3transfer-0.5.1, configfile: pyproject.toml plugins: mock-3.5.1 collected 617 items tests/unit/test_bandwidth.py .................................... [ 5%] tests/unit/test_compat.py ........ [ 7%] tests/unit/test_copies.py ...... [ 8%] tests/unit/test_crt.py ssssssss [ 9%] tests/unit/test_delete.py .. [ 9%] tests/unit/test_download.py ............................................ [ 16%] ...................... [ 20%] tests/unit/test_futures.py ............................................. [ 27%] ............ [ 29%] tests/unit/test_manager.py ......... [ 31%] tests/unit/test_processpool.py ......................................... [ 37%] .......... [ 39%] tests/unit/test_s3transfer.py .......................................... [ 46%] ............... [ 48%] tests/unit/test_subscribers.py ........ [ 49%] tests/unit/test_tasks.py ............................... [ 54%] tests/unit/test_upload.py .............................................. [ 62%] . [ 62%] tests/unit/test_utils.py ............................................... [ 70%] ............................................. [ 77%] tests/functional/test_copy.py ................................. [ 82%] tests/functional/test_crt.py sssssss [ 83%] tests/functional/test_delete.py ....... [ 85%] tests/functional/test_download.py ...................................... [ 91%] ... [ 91%] tests/functional/test_manager.py ........ [ 93%] tests/functional/test_processpool.py ............ [ 94%] tests/functional/test_upload.py ............................ [ 99%] tests/functional/test_utils.py ... [100%] =============================== warnings summary =============================== tests/unit/test_copies.py: 6 warnings tests/unit/test_delete.py: 2 warnings tests/unit/test_download.py: 56 warnings tests/unit/test_processpool.py: 33 warnings tests/unit/test_tasks.py: 15 warnings tests/unit/test_upload.py: 42 warnings tests/functional/test_copy.py: 35 warnings tests/functional/test_delete.py: 7 warnings tests/functional/test_download.py: 41 warnings tests/functional/test_manager.py: 8 warnings tests/functional/test_upload.py: 29 warnings /usr/lib/python3.10/site-packages/botocore/httpsession.py:63: DeprecationWarning: ssl.PROTOCOL_TLS is deprecated context = SSLContext(ssl_version or ssl.PROTOCOL_SSLv23) -- Docs: https://docs.pytest.org/en/stable/warnings.html ================ 602 passed, 15 skipped, 274 warnings in 49.24s ================ >>> py3-s3transfer: 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 s3transfer.egg-info/PKG-INFO writing dependency_links to s3transfer.egg-info/dependency_links.txt writing requirements to s3transfer.egg-info/requires.txt writing top-level names to s3transfer.egg-info/top_level.txt reading manifest file 's3transfer.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'requirements-test.txt' adding license file 'LICENSE.txt' adding license file 'NOTICE.txt' writing manifest file 's3transfer.egg-info/SOURCES.txt' running install_lib creating /home/buildozer/aports/community/py3-s3transfer/pkg creating /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer creating /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr creating /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib creating /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.10 creating /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.10/site-packages/s3transfer copying build/lib/s3transfer/utils.py -> /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.10/site-packages/s3transfer copying build/lib/s3transfer/bandwidth.py -> /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.10/site-packages/s3transfer copying build/lib/s3transfer/subscribers.py -> /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.10/site-packages/s3transfer copying build/lib/s3transfer/manager.py -> /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.10/site-packages/s3transfer copying build/lib/s3transfer/constants.py -> /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.10/site-packages/s3transfer copying build/lib/s3transfer/futures.py -> /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.10/site-packages/s3transfer copying build/lib/s3transfer/delete.py -> /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.10/site-packages/s3transfer copying build/lib/s3transfer/crt.py -> /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.10/site-packages/s3transfer copying build/lib/s3transfer/copies.py -> /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.10/site-packages/s3transfer copying build/lib/s3transfer/__init__.py -> /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.10/site-packages/s3transfer copying build/lib/s3transfer/tasks.py -> /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.10/site-packages/s3transfer copying build/lib/s3transfer/upload.py -> /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.10/site-packages/s3transfer copying build/lib/s3transfer/download.py -> /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.10/site-packages/s3transfer copying build/lib/s3transfer/exceptions.py -> /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.10/site-packages/s3transfer copying build/lib/s3transfer/compat.py -> /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.10/site-packages/s3transfer copying build/lib/s3transfer/processpool.py -> /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.10/site-packages/s3transfer byte-compiling /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.10/site-packages/s3transfer/utils.py to utils.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.10/site-packages/s3transfer/bandwidth.py to bandwidth.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.10/site-packages/s3transfer/subscribers.py to subscribers.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.10/site-packages/s3transfer/manager.py to manager.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.10/site-packages/s3transfer/constants.py to constants.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.10/site-packages/s3transfer/futures.py to futures.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.10/site-packages/s3transfer/delete.py to delete.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.10/site-packages/s3transfer/crt.py to crt.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.10/site-packages/s3transfer/copies.py to copies.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.10/site-packages/s3transfer/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.10/site-packages/s3transfer/tasks.py to tasks.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.10/site-packages/s3transfer/upload.py to upload.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.10/site-packages/s3transfer/download.py to download.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.10/site-packages/s3transfer/exceptions.py to exceptions.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.10/site-packages/s3transfer/compat.py to compat.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.10/site-packages/s3transfer/processpool.py to processpool.cpython-310.pyc running install_egg_info Copying s3transfer.egg-info to /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.10/site-packages/s3transfer-0.5.1-py3.10.egg-info running install_scripts >>> py3-s3transfer*: Running postcheck for py3-s3transfer >>> py3-s3transfer*: Preparing package py3-s3transfer... >>> py3-s3transfer*: Tracing dependencies... >>> py3-s3transfer*: Package size: 612.0 KB >>> py3-s3transfer*: Compressing data... >>> py3-s3transfer*: Create checksum... >>> py3-s3transfer*: Create py3-s3transfer-0.5.1-r0.apk >>> py3-s3transfer: Build complete at Thu, 14 Apr 2022 16:00:16 +0000 elapsed time 0h 0m 59s >>> py3-s3transfer: Cleaning up srcdir >>> py3-s3transfer: Cleaning up pkgdir >>> py3-s3transfer: Uninstalling dependencies... (1/33) Purging .makedepends-py3-s3transfer (20220414.155920) (2/33) Purging py3-botocore (1.21.49-r1) (3/33) Purging py3-dateutil (2.8.2-r1) (4/33) Purging py3-docutils (0.16-r4) (5/33) Purging py3-jmespath (0.10.0-r2) (6/33) Purging py3-urllib3 (1.26.9-r0) (7/33) Purging py3-setuptools (59.4.0-r0) (8/33) Purging py3-appdirs (1.4.4-r3) (9/33) Purging py3-ordered-set (4.0.2-r3) (10/33) Purging py3-pytest-mock (3.5.1-r2) (11/33) Purging py3-mock (4.0.3-r2) (12/33) Purging py3-pbr (5.8.1-r0) (13/33) Purging py3-pytest (6.2.5-r2) (14/33) Purging py3-atomicwrites (1.4.0-r2) (15/33) Purging py3-attrs (21.4.0-r0) (16/33) Purging py3-more-itertools (8.12.0-r2) (17/33) Purging py3-iniconfig (1.1.1-r2) (18/33) Purging py3-pluggy (0.13.1-r5) (19/33) Purging py3-py (1.10.0-r2) (20/33) Purging py3-wcwidth (0.2.5-r2) (21/33) Purging py3-packaging (21.3-r0) (22/33) Purging py3-parsing (2.4.7-r3) (23/33) Purging py3-six (1.16.0-r1) (24/33) Purging py3-toml (0.10.2-r3) (25/33) Purging py3-pygments (2.11.2-r0) (26/33) Purging python3 (3.10.3-r0) (27/33) Purging libbz2 (1.0.8-r1) (28/33) Purging libffi (3.4.2-r1) (29/33) Purging gdbm (1.23-r0) (30/33) Purging xz-libs (5.2.5-r1) (31/33) Purging mpdecimal (2.5.1-r1) (32/33) Purging readline (8.1.2-r0) (33/33) Purging sqlite-libs (3.38.0-r0) Executing busybox-1.35.0-r8.trigger OK: 367 MiB in 88 packages >>> py3-s3transfer: Updating the community/ppc64le repository index... >>> py3-s3transfer: Signing the index...