>>> py3-html2text: Building community/py3-html2text 2020.1.16-r2 (using abuild 3.10.0_rc1-r2) started Sun, 30 Oct 2022 00:46:34 +0000
>>> py3-html2text: Checking sanity of /home/buildozer/aports/community/py3-html2text/APKBUILD...
>>> py3-html2text: Analyzing dependencies...
>>> py3-html2text: Installing for build: build-base python3 py3-setuptools py3-pytest
(1/16) Installing libffi (3.4.4-r0)
(2/16) Installing gdbm (1.23-r0)
(3/16) Installing mpdecimal (2.5.1-r1)
(4/16) Installing readline (8.2.0-r0)
(5/16) Installing sqlite-libs (3.39.4-r0)
(6/16) Installing python3 (3.10.8-r3)
(7/16) Installing py3-parsing (3.0.9-r0)
(8/16) Installing py3-packaging (21.3-r2)
(9/16) Installing py3-setuptools (65.5.0-r0)
(10/16) Installing py3-attrs (22.1.0-r0)
(11/16) Installing py3-iniconfig (1.1.1-r3)
(12/16) Installing py3-pluggy (1.0.0-r1)
(13/16) Installing py3-py (1.11.0-r0)
(14/16) Installing py3-tomli (2.0.1-r1)
(15/16) Installing py3-pytest (7.1.3-r1)
(16/16) Installing .makedepends-py3-html2text (20221030.004647)
Executing busybox-1.35.0-r27.trigger
OK: 285 MiB in 113 packages
>>> py3-html2text: Cleaning up srcdir
>>> py3-html2text: Cleaning up pkgdir
>>> py3-html2text: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/html2text-2020.1.16.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 51265 100 51265 0 0 78006 0 --:--:-- --:--:-- --:--:-- 78028
>>> py3-html2text: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/html2text-2020.1.16.tar.gz
>>> py3-html2text: Checking sha512sums...
html2text-2020.1.16.tar.gz: OK
>>> py3-html2text: Unpacking /var/cache/distfiles/v3.17/html2text-2020.1.16.tar.gz...
running build
running build_py
creating build
creating build/lib
creating build/lib/html2text
copying html2text/utils.py -> build/lib/html2text
copying html2text/__main__.py -> build/lib/html2text
copying html2text/config.py -> build/lib/html2text
copying html2text/typing.py -> build/lib/html2text
copying html2text/__init__.py -> build/lib/html2text
copying html2text/elements.py -> build/lib/html2text
copying html2text/cli.py -> build/lib/html2text
copying html2text/py.typed -> build/lib/html2text
============================= test session starts ==============================
platform linux -- Python 3.10.8, pytest-7.1.3, pluggy-1.0.0
rootdir: /home/buildozer/aports/community/py3-html2text/src/html2text-2020.1.16
collected 168 items
test/test_html2text.py ................................................. [ 29%]
........................................................................ [ 72%]
............................................ [ 98%]
test/test_memleak.py ... [100%]
============================= 168 passed in 4.14s ==============================
>>> py3-html2text: 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 install_lib
creating /home/buildozer/aports/community/py3-html2text/pkg
creating /home/buildozer/aports/community/py3-html2text/pkg/py3-html2text
creating /home/buildozer/aports/community/py3-html2text/pkg/py3-html2text/usr
creating /home/buildozer/aports/community/py3-html2text/pkg/py3-html2text/usr/lib
creating /home/buildozer/aports/community/py3-html2text/pkg/py3-html2text/usr/lib/python3.10
creating /home/buildozer/aports/community/py3-html2text/pkg/py3-html2text/usr/lib/python3.10/site-packages
creating /home/buildozer/aports/community/py3-html2text/pkg/py3-html2text/usr/lib/python3.10/site-packages/html2text
copying build/lib/html2text/py.typed -> /home/buildozer/aports/community/py3-html2text/pkg/py3-html2text/usr/lib/python3.10/site-packages/html2text
copying build/lib/html2text/utils.py -> /home/buildozer/aports/community/py3-html2text/pkg/py3-html2text/usr/lib/python3.10/site-packages/html2text
copying build/lib/html2text/__main__.py -> /home/buildozer/aports/community/py3-html2text/pkg/py3-html2text/usr/lib/python3.10/site-packages/html2text
copying build/lib/html2text/config.py -> /home/buildozer/aports/community/py3-html2text/pkg/py3-html2text/usr/lib/python3.10/site-packages/html2text
copying build/lib/html2text/typing.py -> /home/buildozer/aports/community/py3-html2text/pkg/py3-html2text/usr/lib/python3.10/site-packages/html2text
copying build/lib/html2text/__init__.py -> /home/buildozer/aports/community/py3-html2text/pkg/py3-html2text/usr/lib/python3.10/site-packages/html2text
copying build/lib/html2text/elements.py -> /home/buildozer/aports/community/py3-html2text/pkg/py3-html2text/usr/lib/python3.10/site-packages/html2text
copying build/lib/html2text/cli.py -> /home/buildozer/aports/community/py3-html2text/pkg/py3-html2text/usr/lib/python3.10/site-packages/html2text
byte-compiling /home/buildozer/aports/community/py3-html2text/pkg/py3-html2text/usr/lib/python3.10/site-packages/html2text/utils.py to utils.cpython-310.pyc
byte-compiling /home/buildozer/aports/community/py3-html2text/pkg/py3-html2text/usr/lib/python3.10/site-packages/html2text/__main__.py to __main__.cpython-310.pyc
byte-compiling /home/buildozer/aports/community/py3-html2text/pkg/py3-html2text/usr/lib/python3.10/site-packages/html2text/config.py to config.cpython-310.pyc
byte-compiling /home/buildozer/aports/community/py3-html2text/pkg/py3-html2text/usr/lib/python3.10/site-packages/html2text/typing.py to typing.cpython-310.pyc
byte-compiling /home/buildozer/aports/community/py3-html2text/pkg/py3-html2text/usr/lib/python3.10/site-packages/html2text/__init__.py to __init__.cpython-310.pyc
byte-compiling /home/buildozer/aports/community/py3-html2text/pkg/py3-html2text/usr/lib/python3.10/site-packages/html2text/elements.py to elements.cpython-310.pyc
byte-compiling /home/buildozer/aports/community/py3-html2text/pkg/py3-html2text/usr/lib/python3.10/site-packages/html2text/cli.py to cli.cpython-310.pyc
running install_egg_info
running egg_info
creating html2text.egg-info
writing html2text.egg-info/PKG-INFO
writing dependency_links to html2text.egg-info/dependency_links.txt
writing entry points to html2text.egg-info/entry_points.txt
writing top-level names to html2text.egg-info/top_level.txt
writing manifest file 'html2text.egg-info/SOURCES.txt'
reading manifest file 'html2text.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'COPYING'
adding license file 'AUTHORS.rst'
writing manifest file 'html2text.egg-info/SOURCES.txt'
Copying html2text.egg-info to /home/buildozer/aports/community/py3-html2text/pkg/py3-html2text/usr/lib/python3.10/site-packages/html2text-2020.1.16-py3.10.egg-info
running install_scripts
Installing html2text script to /home/buildozer/aports/community/py3-html2text/pkg/py3-html2text/usr/bin
>>> py3-html2text-doc*: Running split function doc...
>>> py3-html2text-doc*: Preparing subpackage py3-html2text-doc...
>>> py3-html2text-doc*: Running postcheck for py3-html2text-doc
>>> py3-html2text*: Running postcheck for py3-html2text
>>> py3-html2text*: Preparing package py3-html2text...
>>> py3-html2text-doc*: Tracing dependencies...
>>> py3-html2text-doc*: Package size: 52.0 KB
>>> py3-html2text-doc*: Compressing data...
>>> py3-html2text-doc*: Create checksum...
>>> py3-html2text-doc*: Create py3-html2text-doc-2020.1.16-r2.apk
>>> py3-html2text*: Tracing dependencies...
>>> py3-html2text*: Package size: 192.0 KB
>>> py3-html2text*: Compressing data...
>>> py3-html2text*: Create checksum...
>>> py3-html2text*: Create py3-html2text-2020.1.16-r2.apk
>>> py3-html2text: Build complete at Sun, 30 Oct 2022 00:46:54 +0000 elapsed time 0h 0m 20s
>>> py3-html2text: Cleaning up srcdir
>>> py3-html2text: Cleaning up pkgdir
>>> py3-html2text: Uninstalling dependencies...
(1/16) Purging .makedepends-py3-html2text (20221030.004647)
(2/16) Purging py3-setuptools (65.5.0-r0)
(3/16) Purging py3-pytest (7.1.3-r1)
(4/16) Purging py3-attrs (22.1.0-r0)
(5/16) Purging py3-iniconfig (1.1.1-r3)
(6/16) Purging py3-packaging (21.3-r2)
(7/16) Purging py3-parsing (3.0.9-r0)
(8/16) Purging py3-pluggy (1.0.0-r1)
(9/16) Purging py3-py (1.11.0-r0)
(10/16) Purging py3-tomli (2.0.1-r1)
(11/16) Purging python3 (3.10.8-r3)
(12/16) Purging libffi (3.4.4-r0)
(13/16) Purging gdbm (1.23-r0)
(14/16) Purging mpdecimal (2.5.1-r1)
(15/16) Purging readline (8.2.0-r0)
(16/16) Purging sqlite-libs (3.39.4-r0)
Executing busybox-1.35.0-r27.trigger
OK: 222 MiB in 97 packages
>>> py3-html2text: Updating the community/armhf repository index...
>>> py3-html2text: Signing the index...