>>> py3-progressbar2: Building testing/py3-progressbar2 4.0.0-r1 (using abuild 3.10.0_rc1-r2) started Thu, 24 Nov 2022 06:19:08 +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/23) Installing libbz2 (1.0.8-r4)
(2/23) Installing libffi (3.4.4-r0)
(3/23) Installing gdbm (1.23-r0)
(4/23) Installing xz-libs (5.2.8-r0)
(5/23) Installing mpdecimal (2.5.1-r1)
(6/23) Installing readline (8.2.0-r0)
(7/23) Installing sqlite-libs (3.40.0-r0)
(8/23) Installing python3 (3.11.0-r2)
(9/23) Installing py3-utils (3.1.0-r1)
(10/23) Installing py3-six (1.16.0-r4)
(11/23) Installing py3-dateutil (2.8.2-r2)
(12/23) Installing py3-freezegun (1.2.2-r1)
(13/23) Installing py3-parsing (3.0.9-r1)
(14/23) Installing py3-packaging (21.3-r3)
(15/23) Installing py3-setuptools (65.6.2-r0)
(16/23) Installing py3-attrs (22.1.0-r1)
(17/23) Installing py3-iniconfig (1.1.1-r4)
(18/23) Installing py3-pluggy (1.0.0-r2)
(19/23) Installing py3-py (1.11.0-r1)
(20/23) Installing py3-pytest (7.2.0-r2)
(21/23) Installing py3-coverage (6.5.0-r1)
(22/23) Installing py3-pytest-cov (4.0.0-r1)
(23/23) Installing .makedepends-py3-progressbar2 (20221124.061909)
Executing busybox-1.35.0-r29.trigger
OK: 380 MiB in 120 packages
>>> py3-progressbar2: Cleaning up srcdir
>>> py3-progressbar2: Cleaning up pkgdir
>>> py3-progressbar2: Fetching https://distfiles.alpinelinux.org/distfiles/edge/progressbar2-4.0.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
42 647k 42 271k 0 0 214k 0 0:00:03 0:00:01 0:00:02 214k
100 647k 100 647k 0 0 447k 0 0:00:01 0:00:01 --:--:-- 447k
>>> py3-progressbar2: Fetching https://distfiles.alpinelinux.org/distfiles/edge/progressbar2-4.0.0.tar.gz
>>> py3-progressbar2: Checking sha512sums...
progressbar2-4.0.0.tar.gz: OK
>>> py3-progressbar2: Unpacking /var/cache/distfiles/progressbar2-4.0.0.tar.gz...
/usr/lib/python3.11/site-packages/setuptools/dist.py:770: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
warnings.warn(
running build
running build_py
creating build
creating build/lib
creating build/lib/progressbar
copying progressbar/__about__.py -> build/lib/progressbar
copying progressbar/widgets.py -> build/lib/progressbar
copying progressbar/shortcuts.py -> build/lib/progressbar
copying progressbar/utils.py -> build/lib/progressbar
copying progressbar/bar.py -> build/lib/progressbar
copying progressbar/__init__.py -> build/lib/progressbar
copying progressbar/base.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: no files found matching 'requirements.txt'
warning: no files found matching 'Makefile'
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.11.0, pytest-7.2.0, pluggy-1.0.0
rootdir: /home/buildozer/aports/testing/py3-progressbar2/src/progressbar2-4.0.0, configfile: pytest.ini
plugins: cov-4.0.0
collected 267 items
progressbar/bar.py ... [ 1%]
progressbar/utils.py .... [ 2%]
progressbar/widgets.py .... [ 4%]
tests/test_custom_widgets.py ... [ 5%]
tests/test_data.py ............ [ 9%]
tests/test_data_transfer_bar.py .. [ 10%]
tests/test_empty.py .. [ 11%]
tests/test_end.py .. [ 11%]
tests/test_failure.py ............... [ 17%]
tests/test_flush.py . [ 17%]
tests/test_iterators.py ...... [ 20%]
tests/test_large_values.py .. [ 20%]
tests/test_misc.py . [ 21%]
tests/test_monitor_progress.py ......... [ 24%]
tests/test_multibar.py .. [ 25%]
tests/test_progressbar.py .............................................. [ 42%]
........................... [ 52%]
tests/test_samples.py ... [ 53%]
tests/test_speed.py .............. [ 59%]
tests/test_stream.py ....... [ 61%]
tests/test_terminal.py ........... [ 65%]
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.11.0-final-0 -----------
Name Stmts Miss Cover Missing
--------------------------------------------------------
progressbar/__about__.py 9 0 100%
progressbar/__init__.py 38 0 100%
progressbar/bar.py 328 0 100%
progressbar/base.py 6 0 100%
progressbar/shortcuts.py 5 0 100%
progressbar/utils.py 177 1 99% 19
progressbar/widgets.py 503 1 99% 15
--------------------------------------------------------
TOTAL 1066 2 99%
Coverage HTML written to dir htmlcov
============================= 267 passed in 10.30s =============================
>>> py3-progressbar2: Entering fakeroot...
/usr/lib/python3.11/site-packages/setuptools/dist.py:770: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
warnings.warn(
running install
/usr/lib/python3.11/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 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: no files found matching 'requirements.txt'
warning: no files found matching 'Makefile'
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'
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.11
creating /home/buildozer/aports/testing/py3-progressbar2/pkg/py3-progressbar2/usr/lib/python3.11/site-packages
creating /home/buildozer/aports/testing/py3-progressbar2/pkg/py3-progressbar2/usr/lib/python3.11/site-packages/progressbar
copying build/lib/progressbar/__about__.py -> /home/buildozer/aports/testing/py3-progressbar2/pkg/py3-progressbar2/usr/lib/python3.11/site-packages/progressbar
copying build/lib/progressbar/widgets.py -> /home/buildozer/aports/testing/py3-progressbar2/pkg/py3-progressbar2/usr/lib/python3.11/site-packages/progressbar
copying build/lib/progressbar/shortcuts.py -> /home/buildozer/aports/testing/py3-progressbar2/pkg/py3-progressbar2/usr/lib/python3.11/site-packages/progressbar
copying build/lib/progressbar/utils.py -> /home/buildozer/aports/testing/py3-progressbar2/pkg/py3-progressbar2/usr/lib/python3.11/site-packages/progressbar
copying build/lib/progressbar/bar.py -> /home/buildozer/aports/testing/py3-progressbar2/pkg/py3-progressbar2/usr/lib/python3.11/site-packages/progressbar
copying build/lib/progressbar/__init__.py -> /home/buildozer/aports/testing/py3-progressbar2/pkg/py3-progressbar2/usr/lib/python3.11/site-packages/progressbar
copying build/lib/progressbar/base.py -> /home/buildozer/aports/testing/py3-progressbar2/pkg/py3-progressbar2/usr/lib/python3.11/site-packages/progressbar
byte-compiling /home/buildozer/aports/testing/py3-progressbar2/pkg/py3-progressbar2/usr/lib/python3.11/site-packages/progressbar/__about__.py to __about__.cpython-311.pyc
byte-compiling /home/buildozer/aports/testing/py3-progressbar2/pkg/py3-progressbar2/usr/lib/python3.11/site-packages/progressbar/widgets.py to widgets.cpython-311.pyc
byte-compiling /home/buildozer/aports/testing/py3-progressbar2/pkg/py3-progressbar2/usr/lib/python3.11/site-packages/progressbar/shortcuts.py to shortcuts.cpython-311.pyc
byte-compiling /home/buildozer/aports/testing/py3-progressbar2/pkg/py3-progressbar2/usr/lib/python3.11/site-packages/progressbar/utils.py to utils.cpython-311.pyc
byte-compiling /home/buildozer/aports/testing/py3-progressbar2/pkg/py3-progressbar2/usr/lib/python3.11/site-packages/progressbar/bar.py to bar.cpython-311.pyc
byte-compiling /home/buildozer/aports/testing/py3-progressbar2/pkg/py3-progressbar2/usr/lib/python3.11/site-packages/progressbar/__init__.py to __init__.cpython-311.pyc
byte-compiling /home/buildozer/aports/testing/py3-progressbar2/pkg/py3-progressbar2/usr/lib/python3.11/site-packages/progressbar/base.py to base.cpython-311.pyc
running install_egg_info
Copying progressbar2.egg-info to /home/buildozer/aports/testing/py3-progressbar2/pkg/py3-progressbar2/usr/lib/python3.11/site-packages/progressbar2-4.0.0-py3.11.egg-info
running install_scripts
>>> py3-progressbar2*: Running postcheck for py3-progressbar2
>>> py3-progressbar2*: Preparing package py3-progressbar2...
>>> py3-progressbar2*: Tracing dependencies...
>>> py3-progressbar2*: Package size: 304.0 KB
>>> py3-progressbar2*: Compressing data...
>>> py3-progressbar2*: Create checksum...
>>> py3-progressbar2*: Create py3-progressbar2-4.0.0-r1.apk
>>> py3-progressbar2: Build complete at Thu, 24 Nov 2022 06:19:23 +0000 elapsed time 0h 0m 15s
>>> py3-progressbar2: Cleaning up srcdir
>>> py3-progressbar2: Cleaning up pkgdir
>>> py3-progressbar2: Uninstalling dependencies...
(1/23) Purging .makedepends-py3-progressbar2 (20221124.061909)
(2/23) Purging py3-utils (3.1.0-r1)
(3/23) Purging py3-freezegun (1.2.2-r1)
(4/23) Purging py3-dateutil (2.8.2-r2)
(5/23) Purging py3-six (1.16.0-r4)
(6/23) Purging py3-setuptools (65.6.2-r0)
(7/23) Purging py3-pytest-cov (4.0.0-r1)
(8/23) Purging py3-pytest (7.2.0-r2)
(9/23) Purging py3-attrs (22.1.0-r1)
(10/23) Purging py3-iniconfig (1.1.1-r4)
(11/23) Purging py3-packaging (21.3-r3)
(12/23) Purging py3-parsing (3.0.9-r1)
(13/23) Purging py3-pluggy (1.0.0-r2)
(14/23) Purging py3-py (1.11.0-r1)
(15/23) Purging python3 (3.11.0-r2)
(16/23) Purging py3-coverage (6.5.0-r1)
(17/23) Purging libbz2 (1.0.8-r4)
(18/23) Purging libffi (3.4.4-r0)
(19/23) Purging gdbm (1.23-r0)
(20/23) Purging xz-libs (5.2.8-r0)
(21/23) Purging mpdecimal (2.5.1-r1)
(22/23) Purging readline (8.2.0-r0)
(23/23) Purging sqlite-libs (3.40.0-r0)
Executing busybox-1.35.0-r29.trigger
OK: 293 MiB in 97 packages
>>> py3-progressbar2: Updating the testing/ppc64le repository index...
>>> py3-progressbar2: Signing the index...