>>> py3-progressbar2: Building testing/py3-progressbar2 4.2.0-r2 (using abuild 3.12.0-r5) started Mon, 15 Apr 2024 16:24:32 +0000 >>> py3-progressbar2: Checking sanity of /home/buildozer/aports/testing/py3-progressbar2/APKBUILD... >>> py3-progressbar2: Analyzing dependencies... >>> py3-progressbar2: Installing for build: build-base python3 py3-utils py3-freezegun py3-setuptools py3-pytest py3-pytest-cov (1/39) Installing libbz2 (1.0.8-r6) (2/39) Installing libffi (3.4.6-r0) (3/39) Installing gdbm (1.23-r1) (4/39) Installing xz-libs (5.6.1-r3) (5/39) Installing mpdecimal (4.0.0-r0) (6/39) Installing libpanelw (6.4_p20240330-r0) (7/39) Installing readline (8.2.10-r0) (8/39) Installing sqlite-libs (3.45.2-r0) (9/39) Installing python3 (3.12.3-r0) (10/39) Installing python3-pycache-pyc0 (3.12.3-r0) (11/39) Installing pyc (3.12.3-r0) (12/39) Installing python3-pyc (3.12.3-r0) (13/39) Installing py3-utils (3.8.1-r1) (14/39) Installing py3-utils-pyc (3.8.1-r1) (15/39) Installing py3-six (1.16.0-r9) (16/39) Installing py3-six-pyc (1.16.0-r9) (17/39) Installing py3-dateutil (2.9.0-r1) (18/39) Installing py3-dateutil-pyc (2.9.0-r1) (19/39) Installing py3-freezegun (1.4.0-r1) (20/39) Installing py3-freezegun-pyc (1.4.0-r1) (21/39) Installing py3-parsing (3.1.2-r1) (22/39) Installing py3-parsing-pyc (3.1.2-r1) (23/39) Installing py3-packaging (24.0-r1) (24/39) Installing py3-packaging-pyc (24.0-r1) (25/39) Installing py3-setuptools (69.2.0-r2) (26/39) Installing py3-setuptools-pyc (69.2.0-r2) (27/39) Installing py3-iniconfig (2.0.0-r1) (28/39) Installing py3-iniconfig-pyc (2.0.0-r1) (29/39) Installing py3-pluggy (1.4.0-r1) (30/39) Installing py3-pluggy-pyc (1.4.0-r1) (31/39) Installing py3-py (1.11.0-r3) (32/39) Installing py3-py-pyc (1.11.0-r3) (33/39) Installing py3-pytest (8.1.1-r1) (34/39) Installing py3-pytest-pyc (8.1.1-r1) (35/39) Installing py3-coverage (6.5.0-r6) (36/39) Installing py3-coverage-pyc (6.5.0-r6) (37/39) Installing py3-pytest-cov (4.1.0-r1) (38/39) Installing py3-pytest-cov-pyc (4.1.0-r1) (39/39) Installing .makedepends-py3-progressbar2 (20240415.162433) Executing busybox-1.36.1-r25.trigger OK: 368 MiB in 142 packages >>> py3-progressbar2: Cleaning up srcdir >>> py3-progressbar2: Cleaning up pkgdir >>> py3-progressbar2: Cleaning up tmpdir >>> py3-progressbar2: Fetching https://distfiles.alpinelinux.org/distfiles/edge/progressbar2-4.2.0.tar.gz >>> py3-progressbar2: Fetching https://distfiles.alpinelinux.org/distfiles/edge/progressbar2-4.2.0.tar.gz >>> py3-progressbar2: Checking sha512sums... progressbar2-4.2.0.tar.gz: OK >>> py3-progressbar2: Unpacking /var/cache/distfiles/progressbar2-4.2.0.tar.gz... /usr/lib/python3.12/site-packages/setuptools/dist.py:476: SetuptoolsDeprecationWarning: Invalid dash-separated options !! ******************************************************************************** Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead. By 2024-Sep-26, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self.warn_dash_deprecation(opt, section) /usr/lib/python3.12/site-packages/setuptools/__init__.py:81: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) WARNING: The wheel package is not available. /usr/lib/python3.12/site-packages/setuptools/dist.py:476: SetuptoolsDeprecationWarning: Invalid dash-separated options !! ******************************************************************************** Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead. By 2024-Sep-26, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self.warn_dash_deprecation(opt, section) running build running build_py creating build creating build/lib creating build/lib/progressbar copying progressbar/__init__.py -> build/lib/progressbar copying progressbar/widgets.py -> build/lib/progressbar copying progressbar/utils.py -> build/lib/progressbar copying progressbar/shortcuts.py -> build/lib/progressbar copying progressbar/bar.py -> build/lib/progressbar copying progressbar/base.py -> build/lib/progressbar copying progressbar/__about__.py -> build/lib/progressbar running egg_info writing progressbar2.egg-info/PKG-INFO writing dependency_links to progressbar2.egg-info/dependency_links.txt writing requirements to progressbar2.egg-info/requires.txt writing top-level names to progressbar2.egg-info/top_level.txt reading manifest file 'progressbar2.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'AUTHORS.rst' warning: manifest_maker: MANIFEST.in, line 11: 'recursive-exclude' expects ... warning: manifest_maker: MANIFEST.in, line 12: 'recursive-exclude' expects ... adding license file 'LICENSE' writing manifest file 'progressbar2.egg-info/SOURCES.txt' ============================= test session starts ============================== platform linux -- Python 3.12.3, pytest-8.1.1, pluggy-1.4.0 rootdir: /home/buildozer/aports/testing/py3-progressbar2/src/progressbar2-4.2.0 configfile: pytest.ini plugins: cov-4.1.0 collected 269 items progressbar/bar.py ... [ 1%] progressbar/utils.py .... [ 2%] progressbar/widgets.py .... [ 4%] tests/test_backwards_compatibility.py . [ 4%] tests/test_custom_widgets.py ... [ 5%] tests/test_data.py ............ [ 10%] tests/test_data_transfer_bar.py .. [ 10%] tests/test_empty.py .. [ 11%] tests/test_end.py .. [ 12%] tests/test_failure.py ................ [ 18%] tests/test_flush.py . [ 18%] tests/test_iterators.py ...... [ 20%] tests/test_large_values.py .. [ 21%] tests/test_misc.py . [ 21%] tests/test_monitor_progress.py ......... [ 25%] tests/test_multibar.py .. [ 26%] tests/test_progressbar.py .............................................. [ 43%] ........................... [ 53%] tests/test_samples.py ... [ 54%] tests/test_speed.py .............. [ 59%] tests/test_stream.py ....... [ 62%] tests/test_terminal.py ........... [ 66%] tests/test_timed.py ....... [ 68%] tests/test_timer.py .......... [ 72%] tests/test_unicode.py ...... [ 74%] tests/test_unknown_length.py ... [ 75%] tests/test_utils.py ............. [ 80%] tests/test_widgets.py ................................................. [ 98%] tests/test_with.py ... [100%] ---------- coverage: platform linux, python 3.12.3-final-0 ----------- Name Stmts Miss Cover Missing -------------------------------------------------------- progressbar/__about__.py 9 0 100% progressbar/__init__.py 38 0 100% progressbar/bar.py 340 0 100% progressbar/base.py 6 0 100% progressbar/shortcuts.py 5 0 100% progressbar/utils.py 177 1 99% 19 progressbar/widgets.py 507 1 99% 15 -------------------------------------------------------- TOTAL 1082 2 99% Coverage HTML written to dir htmlcov ============================= 269 passed in 7.98s ============================== >>> py3-progressbar2: Entering fakeroot... /usr/lib/python3.12/site-packages/setuptools/dist.py:476: SetuptoolsDeprecationWarning: Invalid dash-separated options !! ******************************************************************************** Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead. By 2024-Sep-26, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self.warn_dash_deprecation(opt, section) /usr/lib/python3.12/site-packages/setuptools/__init__.py:81: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) WARNING: The wheel package is not available. /usr/lib/python3.12/site-packages/setuptools/dist.py:476: SetuptoolsDeprecationWarning: Invalid dash-separated options !! ******************************************************************************** Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead. By 2024-Sep-26, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self.warn_dash_deprecation(opt, section) 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/testing/py3-progressbar2/pkg creating /home/buildozer/aports/testing/py3-progressbar2/pkg/py3-progressbar2 creating /home/buildozer/aports/testing/py3-progressbar2/pkg/py3-progressbar2/usr creating /home/buildozer/aports/testing/py3-progressbar2/pkg/py3-progressbar2/usr/lib creating /home/buildozer/aports/testing/py3-progressbar2/pkg/py3-progressbar2/usr/lib/python3.12 creating /home/buildozer/aports/testing/py3-progressbar2/pkg/py3-progressbar2/usr/lib/python3.12/site-packages creating /home/buildozer/aports/testing/py3-progressbar2/pkg/py3-progressbar2/usr/lib/python3.12/site-packages/progressbar copying build/lib/progressbar/__init__.py -> /home/buildozer/aports/testing/py3-progressbar2/pkg/py3-progressbar2/usr/lib/python3.12/site-packages/progressbar copying build/lib/progressbar/widgets.py -> /home/buildozer/aports/testing/py3-progressbar2/pkg/py3-progressbar2/usr/lib/python3.12/site-packages/progressbar copying build/lib/progressbar/utils.py -> /home/buildozer/aports/testing/py3-progressbar2/pkg/py3-progressbar2/usr/lib/python3.12/site-packages/progressbar copying build/lib/progressbar/shortcuts.py -> /home/buildozer/aports/testing/py3-progressbar2/pkg/py3-progressbar2/usr/lib/python3.12/site-packages/progressbar copying build/lib/progressbar/bar.py -> /home/buildozer/aports/testing/py3-progressbar2/pkg/py3-progressbar2/usr/lib/python3.12/site-packages/progressbar copying build/lib/progressbar/base.py -> /home/buildozer/aports/testing/py3-progressbar2/pkg/py3-progressbar2/usr/lib/python3.12/site-packages/progressbar copying build/lib/progressbar/__about__.py -> /home/buildozer/aports/testing/py3-progressbar2/pkg/py3-progressbar2/usr/lib/python3.12/site-packages/progressbar byte-compiling /home/buildozer/aports/testing/py3-progressbar2/pkg/py3-progressbar2/usr/lib/python3.12/site-packages/progressbar/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-progressbar2/pkg/py3-progressbar2/usr/lib/python3.12/site-packages/progressbar/widgets.py to widgets.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-progressbar2/pkg/py3-progressbar2/usr/lib/python3.12/site-packages/progressbar/utils.py to utils.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-progressbar2/pkg/py3-progressbar2/usr/lib/python3.12/site-packages/progressbar/shortcuts.py to shortcuts.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-progressbar2/pkg/py3-progressbar2/usr/lib/python3.12/site-packages/progressbar/bar.py to bar.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-progressbar2/pkg/py3-progressbar2/usr/lib/python3.12/site-packages/progressbar/base.py to base.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-progressbar2/pkg/py3-progressbar2/usr/lib/python3.12/site-packages/progressbar/__about__.py to __about__.cpython-312.pyc running install_egg_info running egg_info writing progressbar2.egg-info/PKG-INFO writing dependency_links to progressbar2.egg-info/dependency_links.txt writing requirements to progressbar2.egg-info/requires.txt writing top-level names to progressbar2.egg-info/top_level.txt reading manifest file 'progressbar2.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'AUTHORS.rst' warning: manifest_maker: MANIFEST.in, line 11: 'recursive-exclude' expects ... warning: manifest_maker: MANIFEST.in, line 12: 'recursive-exclude' expects ... adding license file 'LICENSE' writing manifest file 'progressbar2.egg-info/SOURCES.txt' Copying progressbar2.egg-info to /home/buildozer/aports/testing/py3-progressbar2/pkg/py3-progressbar2/usr/lib/python3.12/site-packages/progressbar2-4.2.0-py3.12.egg-info running install_scripts >>> py3-progressbar2-pyc*: Running split function pyc... '/home/buildozer/aports/testing/py3-progressbar2/pkg/py3-progressbar2/usr/lib/python3.12/site-packages/progressbar/__pycache__' -> '/home/buildozer/aports/testing/py3-progressbar2/pkg/py3-progressbar2-pyc/usr/lib/python3.12/site-packages/progressbar/__pycache__' >>> py3-progressbar2-pyc*: Preparing subpackage py3-progressbar2-pyc... >>> py3-progressbar2-pyc*: Running postcheck for py3-progressbar2-pyc >>> py3-progressbar2*: Running postcheck for py3-progressbar2 >>> py3-progressbar2*: Preparing package py3-progressbar2... >>> py3-progressbar2-pyc*: Tracing dependencies... python3 py3-utils py3-freezegun python3~3.12 >>> py3-progressbar2-pyc*: Package size: 148.0 KB >>> py3-progressbar2-pyc*: Compressing data... >>> py3-progressbar2-pyc*: Create checksum... >>> py3-progressbar2-pyc*: Create py3-progressbar2-pyc-4.2.0-r2.apk >>> py3-progressbar2*: Tracing dependencies... python3 py3-utils py3-freezegun python3~3.12 >>> py3-progressbar2*: Package size: 188.0 KB >>> py3-progressbar2*: Compressing data... >>> py3-progressbar2*: Create checksum... >>> py3-progressbar2*: Create py3-progressbar2-4.2.0-r2.apk >>> py3-progressbar2: Build complete at Mon, 15 Apr 2024 16:24:43 +0000 elapsed time 0h 0m 11s >>> py3-progressbar2: Cleaning up srcdir >>> py3-progressbar2: Cleaning up pkgdir >>> py3-progressbar2: Uninstalling dependencies... (1/39) Purging .makedepends-py3-progressbar2 (20240415.162433) (2/39) Purging py3-utils-pyc (3.8.1-r1) (3/39) Purging py3-utils (3.8.1-r1) (4/39) Purging py3-freezegun-pyc (1.4.0-r1) (5/39) Purging py3-freezegun (1.4.0-r1) (6/39) Purging py3-dateutil-pyc (2.9.0-r1) (7/39) Purging py3-dateutil (2.9.0-r1) (8/39) Purging py3-six-pyc (1.16.0-r9) (9/39) Purging py3-six (1.16.0-r9) (10/39) Purging py3-setuptools-pyc (69.2.0-r2) (11/39) Purging py3-setuptools (69.2.0-r2) (12/39) Purging py3-pytest-cov-pyc (4.1.0-r1) (13/39) Purging py3-pytest-cov (4.1.0-r1) (14/39) Purging py3-pytest-pyc (8.1.1-r1) (15/39) Purging py3-pytest (8.1.1-r1) (16/39) Purging py3-iniconfig-pyc (2.0.0-r1) (17/39) Purging py3-iniconfig (2.0.0-r1) (18/39) Purging py3-packaging-pyc (24.0-r1) (19/39) Purging py3-packaging (24.0-r1) (20/39) Purging py3-parsing-pyc (3.1.2-r1) (21/39) Purging py3-parsing (3.1.2-r1) (22/39) Purging py3-pluggy-pyc (1.4.0-r1) (23/39) Purging py3-pluggy (1.4.0-r1) (24/39) Purging py3-py-pyc (1.11.0-r3) (25/39) Purging py3-py (1.11.0-r3) (26/39) Purging py3-coverage-pyc (6.5.0-r6) (27/39) Purging py3-coverage (6.5.0-r6) (28/39) Purging python3-pyc (3.12.3-r0) (29/39) Purging python3-pycache-pyc0 (3.12.3-r0) (30/39) Purging pyc (3.12.3-r0) (31/39) Purging python3 (3.12.3-r0) (32/39) Purging gdbm (1.23-r1) (33/39) Purging libbz2 (1.0.8-r6) (34/39) Purging libffi (3.4.6-r0) (35/39) Purging libpanelw (6.4_p20240330-r0) (36/39) Purging mpdecimal (4.0.0-r0) (37/39) Purging readline (8.2.10-r0) (38/39) Purging sqlite-libs (3.45.2-r0) (39/39) Purging xz-libs (5.6.1-r3) Executing busybox-1.36.1-r25.trigger OK: 315 MiB in 103 packages >>> py3-progressbar2: Updating the testing/armhf repository index... >>> py3-progressbar2: Signing the index...