>>> py3-s3transfer: Building community/py3-s3transfer 0.6.1-r2 (using abuild 3.12.0-r5) started Fri, 12 Apr 2024 23:07:07 +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 py3-setuptools py3-pytest py3-pytest-mock (1/43) Installing libbz2 (1.0.8-r6) (2/43) Installing libffi (3.4.6-r0) (3/43) Installing gdbm (1.23-r1) (4/43) Installing xz-libs (5.6.1-r3) (5/43) Installing mpdecimal (4.0.0-r0) (6/43) Installing libpanelw (6.4_p20240330-r0) (7/43) Installing readline (8.2.10-r0) (8/43) Installing sqlite-libs (3.45.2-r0) (9/43) Installing python3 (3.12.2-r1) (10/43) Installing python3-pycache-pyc0 (3.12.2-r1) (11/43) Installing pyc (3.12.2-r1) (12/43) Installing py3-certifi-pyc (2024.2.2-r1) (13/43) Installing py3-six (1.16.0-r9) (14/43) Installing py3-six-pyc (1.16.0-r9) (15/43) Installing py3-dateutil (2.9.0-r1) (16/43) Installing py3-dateutil-pyc (2.9.0-r1) (17/43) Installing py3-jmespath (1.0.1-r2) (18/43) Installing py3-jmespath-pyc (1.0.1-r2) (19/43) Installing py3-urllib3 (1.26.18-r1) (20/43) Installing py3-urllib3-pyc (1.26.18-r1) (21/43) Installing py3-botocore-pyc (1.31.12-r1) (22/43) Installing python3-pyc (3.12.2-r1) (23/43) Installing py3-certifi (2024.2.2-r1) (24/43) Installing py3-botocore (1.31.12-r1) (25/43) Installing py3-parsing (3.1.2-r1) (26/43) Installing py3-parsing-pyc (3.1.2-r1) (27/43) Installing py3-packaging (24.0-r1) (28/43) Installing py3-packaging-pyc (24.0-r1) (29/43) Installing py3-setuptools (69.2.0-r2) (30/43) Installing py3-setuptools-pyc (69.2.0-r2) (31/43) Installing py3-iniconfig (2.0.0-r1) (32/43) Installing py3-iniconfig-pyc (2.0.0-r1) (33/43) Installing py3-pluggy (1.4.0-r1) (34/43) Installing py3-pluggy-pyc (1.4.0-r1) (35/43) Installing py3-py (1.11.0-r3) (36/43) Installing py3-py-pyc (1.11.0-r3) (37/43) Installing py3-pytest (8.1.1-r1) (38/43) Installing py3-pytest-pyc (8.1.1-r1) (39/43) Installing py3-mock (5.1.0-r2) (40/43) Installing py3-mock-pyc (5.1.0-r2) (41/43) Installing py3-pytest-mock (3.10.0-r3) (42/43) Installing py3-pytest-mock-pyc (3.10.0-r3) (43/43) Installing .makedepends-py3-s3transfer (20240412.230708) Executing busybox-1.36.1-r25.trigger OK: 412 MiB in 146 packages >>> py3-s3transfer: Cleaning up srcdir >>> py3-s3transfer: Cleaning up pkgdir >>> py3-s3transfer: Cleaning up tmpdir >>> py3-s3transfer: Fetching https://distfiles.alpinelinux.org/distfiles/edge/s3transfer-0.6.1.tar.gz >>> py3-s3transfer: Fetching https://distfiles.alpinelinux.org/distfiles/edge/s3transfer-0.6.1.tar.gz >>> py3-s3transfer: Checking sha512sums... s3transfer-0.6.1.tar.gz: OK >>> py3-s3transfer: Unpacking /var/cache/distfiles/s3transfer-0.6.1.tar.gz... running build running build_py creating build creating build/lib creating build/lib/s3transfer copying s3transfer/__init__.py -> build/lib/s3transfer copying s3transfer/futures.py -> build/lib/s3transfer copying s3transfer/download.py -> build/lib/s3transfer copying s3transfer/copies.py -> build/lib/s3transfer copying s3transfer/manager.py -> build/lib/s3transfer copying s3transfer/tasks.py -> build/lib/s3transfer copying s3transfer/exceptions.py -> build/lib/s3transfer copying s3transfer/utils.py -> build/lib/s3transfer copying s3transfer/subscribers.py -> build/lib/s3transfer copying s3transfer/bandwidth.py -> build/lib/s3transfer copying s3transfer/crt.py -> build/lib/s3transfer copying s3transfer/upload.py -> build/lib/s3transfer copying s3transfer/processpool.py -> build/lib/s3transfer copying s3transfer/delete.py -> build/lib/s3transfer copying s3transfer/constants.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' 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.12.2, pytest-8.1.1, pluggy-1.4.0 rootdir: /home/buildozer/aports/community/py3-s3transfer/src/s3transfer-0.6.1 configfile: pyproject.toml plugins: mock-3.10.0 collected 624 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 ......... [ 30%] tests/unit/test_processpool.py ......................................... [ 37%] .......... [ 39%] tests/unit/test_s3transfer.py .......................................... [ 45%] ............... [ 48%] tests/unit/test_subscribers.py ........ [ 49%] tests/unit/test_tasks.py ............................... [ 54%] tests/unit/test_upload.py .............................................. [ 61%] . [ 62%] tests/unit/test_utils.py ............................................... [ 69%] ............................................. [ 76%] tests/functional/test_copy.py ................................... [ 82%] tests/functional/test_crt.py sssssss [ 83%] tests/functional/test_delete.py ....... [ 84%] tests/functional/test_download.py ...................................... [ 90%] ..... [ 91%] tests/functional/test_manager.py ........ [ 92%] tests/functional/test_processpool.py ............ [ 94%] tests/functional/test_upload.py .............................. [ 99%] tests/functional/test_utils.py ... [100%] =============================== warnings summary =============================== tests/functional/test_manager.py: 2 warnings tests/functional/test_upload.py: 55 warnings /usr/lib/python3.12/site-packages/botocore/auth.py:419: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC). datetime_now = datetime.datetime.utcnow() tests/functional/test_processpool.py::TestProcessPoolDownloader::test_cleans_up_tempfile_on_failure tests/functional/test_processpool.py::TestProcessPoolDownloader::test_cleans_up_tempfile_on_failure tests/functional/test_processpool.py::TestProcessPoolDownloader::test_cleans_up_tempfile_on_failure tests/functional/test_processpool.py::TestProcessPoolDownloader::test_cleans_up_tempfile_on_failure tests/functional/test_processpool.py::TestProcessPoolDownloader::test_download_file tests/functional/test_processpool.py::TestProcessPoolDownloader::test_download_file tests/functional/test_processpool.py::TestProcessPoolDownloader::test_download_file tests/functional/test_processpool.py::TestProcessPoolDownloader::test_download_file /usr/lib/python3.12/multiprocessing/popen_fork.py:66: DeprecationWarning: This process (pid=30620) is multi-threaded, use of fork() may lead to deadlocks in the child. self.pid = os.fork() -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ================ 609 passed, 15 skipped, 65 warnings in 36.09s ================= >>> py3-s3transfer: Entering fakeroot... running install /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() 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.12 creating /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.12/site-packages creating /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.12/site-packages/s3transfer copying build/lib/s3transfer/__init__.py -> /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.12/site-packages/s3transfer copying build/lib/s3transfer/futures.py -> /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.12/site-packages/s3transfer copying build/lib/s3transfer/download.py -> /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.12/site-packages/s3transfer copying build/lib/s3transfer/copies.py -> /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.12/site-packages/s3transfer copying build/lib/s3transfer/manager.py -> /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.12/site-packages/s3transfer copying build/lib/s3transfer/tasks.py -> /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.12/site-packages/s3transfer copying build/lib/s3transfer/exceptions.py -> /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.12/site-packages/s3transfer copying build/lib/s3transfer/utils.py -> /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.12/site-packages/s3transfer copying build/lib/s3transfer/subscribers.py -> /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.12/site-packages/s3transfer copying build/lib/s3transfer/bandwidth.py -> /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.12/site-packages/s3transfer copying build/lib/s3transfer/crt.py -> /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.12/site-packages/s3transfer copying build/lib/s3transfer/upload.py -> /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.12/site-packages/s3transfer copying build/lib/s3transfer/processpool.py -> /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.12/site-packages/s3transfer copying build/lib/s3transfer/delete.py -> /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.12/site-packages/s3transfer copying build/lib/s3transfer/constants.py -> /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.12/site-packages/s3transfer copying build/lib/s3transfer/compat.py -> /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.12/site-packages/s3transfer byte-compiling /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.12/site-packages/s3transfer/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.12/site-packages/s3transfer/futures.py to futures.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.12/site-packages/s3transfer/download.py to download.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.12/site-packages/s3transfer/copies.py to copies.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.12/site-packages/s3transfer/manager.py to manager.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.12/site-packages/s3transfer/tasks.py to tasks.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.12/site-packages/s3transfer/exceptions.py to exceptions.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.12/site-packages/s3transfer/utils.py to utils.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.12/site-packages/s3transfer/subscribers.py to subscribers.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.12/site-packages/s3transfer/bandwidth.py to bandwidth.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.12/site-packages/s3transfer/crt.py to crt.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.12/site-packages/s3transfer/upload.py to upload.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.12/site-packages/s3transfer/processpool.py to processpool.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.12/site-packages/s3transfer/delete.py to delete.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.12/site-packages/s3transfer/constants.py to constants.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.12/site-packages/s3transfer/compat.py to compat.cpython-312.pyc running install_egg_info 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' Copying s3transfer.egg-info to /home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.12/site-packages/s3transfer-0.6.1-py3.12.egg-info running install_scripts >>> py3-s3transfer-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer/usr/lib/python3.12/site-packages/s3transfer/__pycache__' -> '/home/buildozer/aports/community/py3-s3transfer/pkg/py3-s3transfer-pyc/usr/lib/python3.12/site-packages/s3transfer/__pycache__' >>> py3-s3transfer-pyc*: Preparing subpackage py3-s3transfer-pyc... >>> py3-s3transfer-pyc*: Running postcheck for py3-s3transfer-pyc >>> py3-s3transfer*: Running postcheck for py3-s3transfer >>> py3-s3transfer*: Preparing package py3-s3transfer... >>> py3-s3transfer-pyc*: Tracing dependencies... py3-botocore python3~3.12 >>> py3-s3transfer-pyc*: Package size: 364.0 KB >>> py3-s3transfer-pyc*: Compressing data... >>> py3-s3transfer-pyc*: Create checksum... >>> py3-s3transfer-pyc*: Create py3-s3transfer-pyc-0.6.1-r2.apk >>> py3-s3transfer*: Tracing dependencies... py3-botocore python3~3.12 >>> py3-s3transfer*: Package size: 348.0 KB >>> py3-s3transfer*: Compressing data... >>> py3-s3transfer*: Create checksum... >>> py3-s3transfer*: Create py3-s3transfer-0.6.1-r2.apk >>> py3-s3transfer: Build complete at Fri, 12 Apr 2024 23:07:46 +0000 elapsed time 0h 0m 39s >>> py3-s3transfer: Cleaning up srcdir >>> py3-s3transfer: Cleaning up pkgdir >>> py3-s3transfer: Uninstalling dependencies... (1/43) Purging .makedepends-py3-s3transfer (20240412.230708) (2/43) Purging py3-botocore-pyc (1.31.12-r1) (3/43) Purging py3-botocore (1.31.12-r1) (4/43) Purging py3-certifi-pyc (2024.2.2-r1) (5/43) Purging py3-certifi (2024.2.2-r1) (6/43) Purging py3-dateutil-pyc (2.9.0-r1) (7/43) Purging py3-dateutil (2.9.0-r1) (8/43) Purging py3-six-pyc (1.16.0-r9) (9/43) Purging py3-six (1.16.0-r9) (10/43) Purging py3-jmespath-pyc (1.0.1-r2) (11/43) Purging py3-jmespath (1.0.1-r2) (12/43) Purging py3-urllib3-pyc (1.26.18-r1) (13/43) Purging py3-urllib3 (1.26.18-r1) (14/43) Purging py3-setuptools-pyc (69.2.0-r2) (15/43) Purging py3-setuptools (69.2.0-r2) (16/43) Purging py3-pytest-mock-pyc (3.10.0-r3) (17/43) Purging py3-pytest-mock (3.10.0-r3) (18/43) Purging py3-mock-pyc (5.1.0-r2) (19/43) Purging py3-mock (5.1.0-r2) (20/43) Purging py3-pytest-pyc (8.1.1-r1) (21/43) Purging py3-pytest (8.1.1-r1) (22/43) Purging py3-iniconfig-pyc (2.0.0-r1) (23/43) Purging py3-iniconfig (2.0.0-r1) (24/43) Purging py3-packaging-pyc (24.0-r1) (25/43) Purging py3-packaging (24.0-r1) (26/43) Purging py3-parsing-pyc (3.1.2-r1) (27/43) Purging py3-parsing (3.1.2-r1) (28/43) Purging py3-pluggy-pyc (1.4.0-r1) (29/43) Purging py3-pluggy (1.4.0-r1) (30/43) Purging py3-py-pyc (1.11.0-r3) (31/43) Purging py3-py (1.11.0-r3) (32/43) Purging python3-pyc (3.12.2-r1) (33/43) Purging python3-pycache-pyc0 (3.12.2-r1) (34/43) Purging pyc (3.12.2-r1) (35/43) Purging python3 (3.12.2-r1) (36/43) Purging gdbm (1.23-r1) (37/43) Purging libbz2 (1.0.8-r6) (38/43) Purging libffi (3.4.6-r0) (39/43) Purging libpanelw (6.4_p20240330-r0) (40/43) Purging mpdecimal (4.0.0-r0) (41/43) Purging readline (8.2.10-r0) (42/43) Purging sqlite-libs (3.45.2-r0) (43/43) Purging xz-libs (5.6.1-r3) Executing busybox-1.36.1-r25.trigger OK: 270 MiB in 103 packages >>> py3-s3transfer: Updating the community/armv7 repository index... >>> py3-s3transfer: Signing the index...