>>> py3-s3transfer: Building community/py3-s3transfer 0.5.0-r0 (using abuild 3.9.0_rc2-r1) started Thu, 21 Oct 2021 00:02:39 +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/30) Installing libffi (3.4.2-r1) (2/30) Installing gdbm (1.20-r2) (3/30) Installing mpdecimal (2.5.1-r1) (4/30) Installing readline (8.1.1-r0) (5/30) Installing sqlite-libs (3.36.0-r0) (6/30) Installing python3 (3.9.7-r3) (7/30) Installing py3-six (1.16.0-r0) (8/30) Installing py3-dateutil (2.8.2-r0) (9/30) Installing py3-docutils (0.16-r3) (10/30) Installing py3-jmespath (0.10.0-r1) (11/30) Installing py3-urllib3 (1.26.7-r0) (12/30) Installing py3-botocore (1.21.49-r0) (13/30) Installing py3-ordered-set (4.0.2-r2) (14/30) Installing py3-appdirs (1.4.4-r2) (15/30) Installing py3-parsing (2.4.7-r2) (16/30) Installing py3-packaging (20.9-r1) (17/30) Installing py3-setuptools (52.0.0-r4) (18/30) Installing py3-atomicwrites (1.4.0-r1) (19/30) Installing py3-attrs (20.3.0-r1) (20/30) Installing py3-more-itertools (8.10.0-r0) (21/30) Installing py3-iniconfig (1.1.1-r1) (22/30) Installing py3-pluggy (0.13.1-r4) (23/30) Installing py3-py (1.10.0-r1) (24/30) Installing py3-wcwidth (0.2.5-r1) (25/30) Installing py3-toml (0.10.2-r2) (26/30) Installing py3-pytest (6.2.5-r0) (27/30) Installing py3-pbr (5.6.0-r0) (28/30) Installing py3-mock (4.0.3-r1) (29/30) Installing py3-pytest-mock (3.5.1-r1) (30/30) Installing .makedepends-py3-s3transfer (20211021.000241) Executing busybox-1.34.1-r1.trigger OK: 469 MiB in 125 packages >>> py3-s3transfer: Cleaning up srcdir >>> py3-s3transfer: Cleaning up pkgdir >>> py3-s3transfer: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/s3transfer-0.5.0.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 curl: (22) The requested URL returned error: 404 >>> py3-s3transfer: Fetching s3transfer-0.5.0.tar.gz::https://github.com/boto/s3transfer/archive/0.5.0.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 122 100 122 0 0 596 0 --:--:-- --:--:-- --:--:-- 595 100 144k 0 144k 0 0 288k 0 --:--:-- --:--:-- --:--:-- 288k >>> py3-s3transfer: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/s3transfer-0.5.0.tar.gz >>> py3-s3transfer: Checking sha512sums... s3transfer-0.5.0.tar.gz: OK >>> py3-s3transfer: Unpacking /var/cache/distfiles/v3.15/s3transfer-0.5.0.tar.gz... running build running build_py creating build creating build/lib creating build/lib/s3transfer copying s3transfer/copies.py -> build/lib/s3transfer copying s3transfer/download.py -> build/lib/s3transfer copying s3transfer/utils.py -> build/lib/s3transfer copying s3transfer/subscribers.py -> build/lib/s3transfer copying s3transfer/exceptions.py -> build/lib/s3transfer copying s3transfer/tasks.py -> build/lib/s3transfer copying s3transfer/bandwidth.py -> build/lib/s3transfer copying s3transfer/manager.py -> build/lib/s3transfer copying s3transfer/__init__.py -> build/lib/s3transfer copying s3transfer/delete.py -> build/lib/s3transfer copying s3transfer/upload.py -> build/lib/s3transfer copying s3transfer/crt.py -> build/lib/s3transfer copying s3transfer/processpool.py -> build/lib/s3transfer copying s3transfer/constants.py -> build/lib/s3transfer copying s3transfer/futures.py -> build/lib/s3transfer copying s3transfer/compat.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' writing manifest file 's3transfer.egg-info/SOURCES.txt' ============================= test session starts ============================== platform linux -- Python 3.9.7, pytest-6.2.5, py-1.10.0, pluggy-0.13.1 rootdir: /home/buildozer/aports/community/py3-s3transfer/src/s3transfer-0.5.0 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_utils.py:303 /home/buildozer/aports/community/py3-s3transfer/src/s3transfer-0.5.0/tests/unit/test_utils.py:303: DeprecationWarning: invalid escape sequence \. '%s\.[0-9A-Fa-f]{8}$' % filename, :303: 18 warnings :303: DeprecationWarning: invalid escape sequence \. tests/unit/test_futures.py::TestTransferCoordinator::test_cancel_with_message /home/buildozer/aports/community/py3-s3transfer/src/s3transfer-0.5.0/tests/unit/test_futures.py:263: DeprecationWarning: Please use assertRaisesRegex instead. with self.assertRaisesRegexp(CancelledError, message): tests/unit/test_futures.py::TestTransferCoordinator::test_cancel_with_provided_exception /home/buildozer/aports/community/py3-s3transfer/src/s3transfer-0.5.0/tests/unit/test_futures.py:270: DeprecationWarning: Please use assertRaisesRegex instead. with self.assertRaisesRegexp(FatalError, message): tests/unit/test_futures.py::TestNonThreadedExecutorFuture::test_exception_result /home/buildozer/aports/community/py3-s3transfer/src/s3transfer-0.5.0/tests/unit/test_futures.py:636: DeprecationWarning: Please use assertRaisesRegex instead. with self.assertRaisesRegexp(ValueError, 'message'): tests/unit/test_manager.py::TestTransferCoordinatorController::test_cancel_with_message /home/buildozer/aports/community/py3-s3transfer/src/s3transfer-0.5.0/tests/unit/test_manager.py:87: DeprecationWarning: Please use assertRaisesRegex instead. with self.assertRaisesRegexp(CancelledError, message): tests/unit/test_manager.py::TestTransferCoordinatorController::test_cancel_with_provided_exception /home/buildozer/aports/community/py3-s3transfer/src/s3transfer-0.5.0/tests/unit/test_manager.py:97: DeprecationWarning: Please use assertRaisesRegex instead. with self.assertRaisesRegexp(FatalError, message): tests/unit/test_s3transfer.py::TestMultipartDownloader::test_download_futures_fail_triggers_shutdown /home/buildozer/aports/community/py3-s3transfer/src/s3transfer-0.5.0/tests/unit/test_s3transfer.py:483: DeprecationWarning: Please use assertRaisesRegex instead. with self.assertRaisesRegexp(Exception, "fake download parts error"): tests/unit/test_s3transfer.py::TestMultipartDownloader::test_io_thread_failure_triggers_shutdown /home/buildozer/aports/community/py3-s3transfer/src/s3transfer-0.5.0/tests/unit/test_s3transfer.py:458: DeprecationWarning: Please use assertRaisesRegex instead. with self.assertRaisesRegexp(Exception, "fake IO error"): tests/unit/test_subscribers.py::TestSubscribers::test_no_kwargs_in_subclass_subscriber_method /home/buildozer/aports/community/py3-s3transfer/src/s3transfer-0.5.0/tests/unit/test_subscribers.py:86: DeprecationWarning: Please use assertRaisesRegex instead. with self.assertRaisesRegexp( tests/unit/test_subscribers.py::TestSubscribers::test_not_callable_in_subclass_subscriber_method /home/buildozer/aports/community/py3-s3transfer/src/s3transfer-0.5.0/tests/unit/test_subscribers.py:81: DeprecationWarning: Please use assertRaisesRegex instead. with self.assertRaisesRegexp( tests/functional/test_copy.py::TestNonMultipartCopy::test_invalid_extra_args tests/functional/test_copy.py::TestMultipartCopy::test_invalid_extra_args tests/functional/test_delete.py::TestDeleteObject::test_invalid_extra_args tests/functional/test_download.py::TestNonRangedDownload::test_invalid_extra_args tests/functional/test_download.py::TestRangedDownload::test_invalid_extra_args tests/functional/test_upload.py::TestNonMultipartUpload::test_invalid_extra_args tests/functional/test_upload.py::TestMultipartUpload::test_invalid_extra_args /home/buildozer/aports/community/py3-s3transfer/src/s3transfer-0.5.0/tests/__init__.py:454: DeprecationWarning: Please use assertRaisesRegex instead. with self.assertRaisesRegexp(ValueError, 'Invalid extra_args'): tests/functional/test_copy.py::TestNonMultipartCopy::test_raise_exception_on_s3_object_lambda_resource /home/buildozer/aports/community/py3-s3transfer/src/s3transfer-0.5.0/tests/functional/test_copy.py:284: DeprecationWarning: Please use assertRaisesRegex instead. with self.assertRaisesRegexp(ValueError, 'methods do not support'): tests/functional/test_copy.py::TestNonMultipartCopy::test_raise_exception_on_s3_object_lambda_resource_as_source /home/buildozer/aports/community/py3-s3transfer/src/s3transfer-0.5.0/tests/functional/test_copy.py:290: DeprecationWarning: Please use assertRaisesRegex instead. with self.assertRaisesRegexp(ValueError, 'methods do not support'): tests/functional/test_copy.py::TestMultipartCopy::test_abort_on_failure /home/buildozer/aports/community/py3-s3transfer/src/s3transfer-0.5.0/tests/functional/test_copy.py:543: DeprecationWarning: Please use assertRaisesRegex instead. with self.assertRaisesRegexp(ClientError, 'ArbitraryFailure'): tests/functional/test_delete.py::TestDeleteObject::test_raise_exception_on_s3_object_lambda_resource /home/buildozer/aports/community/py3-s3transfer/src/s3transfer-0.5.0/tests/functional/test_delete.py:72: DeprecationWarning: Please use assertRaisesRegex instead. with self.assertRaisesRegexp(ValueError, 'methods do not support'): tests/functional/test_download.py::TestNonRangedDownload::test_raise_exception_on_s3_object_lambda_resource tests/functional/test_download.py::TestRangedDownload::test_raise_exception_on_s3_object_lambda_resource /home/buildozer/aports/community/py3-s3transfer/src/s3transfer-0.5.0/tests/functional/test_download.py:346: DeprecationWarning: Please use assertRaisesRegex instead. with self.assertRaisesRegexp(ValueError, 'methods do not support'): tests/functional/test_manager.py::TestTransferManager::test_cntrl_c_in_context_manager_cancels_incomplete_transfers /home/buildozer/aports/community/py3-s3transfer/src/s3transfer-0.5.0/tests/functional/test_manager.py:125: DeprecationWarning: Please use assertRaisesRegex instead. with self.assertRaisesRegexp( tests/functional/test_manager.py::TestTransferManager::test_error_in_context_manager_cancels_incomplete_transfers /home/buildozer/aports/community/py3-s3transfer/src/s3transfer-0.5.0/tests/functional/test_manager.py:88: DeprecationWarning: Please use assertRaisesRegex instead. with self.assertRaisesRegexp(FatalError, ref_exception_msg): tests/functional/test_upload.py::TestNonMultipartUpload::test_raise_exception_on_s3_object_lambda_resource /home/buildozer/aports/community/py3-s3transfer/src/s3transfer-0.5.0/tests/functional/test_upload.py:274: DeprecationWarning: Please use assertRaisesRegex instead. with self.assertRaisesRegexp(ValueError, 'methods do not support'): -- Docs: https://docs.pytest.org/en/stable/warnings.html ================ 602 passed, 15 skipped, 44 warnings in 45.61s ================= >>> py3-s3transfer: Entering fakeroot... running install 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' 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.9 creating /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.9/site-packages creating /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.9/site-packages/s3transfer copying build/lib/s3transfer/copies.py -> /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.9/site-packages/s3transfer copying build/lib/s3transfer/download.py -> /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.9/site-packages/s3transfer copying build/lib/s3transfer/utils.py -> /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.9/site-packages/s3transfer copying build/lib/s3transfer/subscribers.py -> /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.9/site-packages/s3transfer copying build/lib/s3transfer/exceptions.py -> /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.9/site-packages/s3transfer copying build/lib/s3transfer/tasks.py -> /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.9/site-packages/s3transfer copying build/lib/s3transfer/bandwidth.py -> /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.9/site-packages/s3transfer copying build/lib/s3transfer/manager.py -> /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.9/site-packages/s3transfer copying build/lib/s3transfer/__init__.py -> /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.9/site-packages/s3transfer copying build/lib/s3transfer/delete.py -> /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.9/site-packages/s3transfer copying build/lib/s3transfer/upload.py -> /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.9/site-packages/s3transfer copying build/lib/s3transfer/crt.py -> /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.9/site-packages/s3transfer copying build/lib/s3transfer/processpool.py -> /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.9/site-packages/s3transfer copying build/lib/s3transfer/constants.py -> /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.9/site-packages/s3transfer copying build/lib/s3transfer/futures.py -> /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.9/site-packages/s3transfer copying build/lib/s3transfer/compat.py -> /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.9/site-packages/s3transfer byte-compiling /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.9/site-packages/s3transfer/copies.py to copies.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.9/site-packages/s3transfer/download.py to download.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.9/site-packages/s3transfer/utils.py to utils.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.9/site-packages/s3transfer/subscribers.py to subscribers.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.9/site-packages/s3transfer/exceptions.py to exceptions.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.9/site-packages/s3transfer/tasks.py to tasks.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.9/site-packages/s3transfer/bandwidth.py to bandwidth.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.9/site-packages/s3transfer/manager.py to manager.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.9/site-packages/s3transfer/__init__.py to __init__.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.9/site-packages/s3transfer/delete.py to delete.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.9/site-packages/s3transfer/upload.py to upload.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.9/site-packages/s3transfer/crt.py to crt.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.9/site-packages/s3transfer/processpool.py to processpool.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.9/site-packages/s3transfer/constants.py to constants.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.9/site-packages/s3transfer/futures.py to futures.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.9/site-packages/s3transfer/compat.py to compat.cpython-39.pyc running install_egg_info Copying s3transfer.egg-info to /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.9/site-packages/s3transfer-0.5.0-py3.9.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: 608.0 KB >>> py3-s3transfer*: Compressing data... >>> py3-s3transfer*: Create checksum... >>> py3-s3transfer*: Create py3-s3transfer-0.5.0-r0.apk >>> py3-s3transfer: Build complete at Thu, 21 Oct 2021 00:03:31 +0000 elapsed time 0h 0m 52s >>> py3-s3transfer: Cleaning up srcdir >>> py3-s3transfer: Cleaning up pkgdir >>> py3-s3transfer: Uninstalling dependencies... (1/30) Purging .makedepends-py3-s3transfer (20211021.000241) (2/30) Purging py3-botocore (1.21.49-r0) (3/30) Purging py3-dateutil (2.8.2-r0) (4/30) Purging py3-docutils (0.16-r3) (5/30) Purging py3-jmespath (0.10.0-r1) (6/30) Purging py3-urllib3 (1.26.7-r0) (7/30) Purging py3-setuptools (52.0.0-r4) (8/30) Purging py3-ordered-set (4.0.2-r2) (9/30) Purging py3-appdirs (1.4.4-r2) (10/30) Purging py3-pytest-mock (3.5.1-r1) (11/30) Purging py3-mock (4.0.3-r1) (12/30) Purging py3-pbr (5.6.0-r0) (13/30) Purging py3-pytest (6.2.5-r0) (14/30) Purging py3-atomicwrites (1.4.0-r1) (15/30) Purging py3-attrs (20.3.0-r1) (16/30) Purging py3-more-itertools (8.10.0-r0) (17/30) Purging py3-iniconfig (1.1.1-r1) (18/30) Purging py3-pluggy (0.13.1-r4) (19/30) Purging py3-py (1.10.0-r1) (20/30) Purging py3-wcwidth (0.2.5-r1) (21/30) Purging py3-packaging (20.9-r1) (22/30) Purging py3-parsing (2.4.7-r2) (23/30) Purging py3-six (1.16.0-r0) (24/30) Purging py3-toml (0.10.2-r2) (25/30) Purging python3 (3.9.7-r3) (26/30) Purging libffi (3.4.2-r1) (27/30) Purging gdbm (1.20-r2) (28/30) Purging mpdecimal (2.5.1-r1) (29/30) Purging readline (8.1.1-r0) (30/30) Purging sqlite-libs (3.36.0-r0) Executing busybox-1.34.1-r1.trigger OK: 344 MiB in 95 packages >>> py3-s3transfer: Updating the community/x86_64 repository index... >>> py3-s3transfer: Signing the index...