>>> py3-bleach: Building community/py3-bleach 5.0.1-r1 (using abuild 3.11.0_rc13-r0) started Fri, 21 Apr 2023 13:30:36 +0000 >>> py3-bleach: Checking sanity of /home/buildozer/aports/community/py3-bleach/APKBUILD... >>> WARNING: py3-bleach: No maintainer >>> py3-bleach: Analyzing dependencies... >>> py3-bleach: Installing for build: build-base python3 py3-html5lib py3-setuptools py3-pytest (1/32) Installing libbz2 (1.0.8-r5) (2/32) Installing libffi (3.4.4-r2) (3/32) Installing gdbm (1.23-r1) (4/32) Installing xz-libs (5.4.2-r1) (5/32) Installing mpdecimal (2.5.1-r2) (6/32) Installing libpanelw (6.4_p20230401-r4) (7/32) Installing readline (8.2.1-r1) (8/32) Installing sqlite-libs (3.41.2-r2) (9/32) Installing python3 (3.11.3-r10) (10/32) Installing python3-pycache-pyc0 (3.11.3-r10) (11/32) Installing pyc (0.1-r0) (12/32) Installing python3-pyc (3.11.3-r10) (13/32) Installing py3-six (1.16.0-r6) (14/32) Installing py3-six-pyc (1.16.0-r6) (15/32) Installing py3-webencodings (0.5.1-r6) (16/32) Installing py3-html5lib (1.1-r4) (17/32) Installing py3-html5lib-pyc (1.1-r4) (18/32) Installing py3-parsing (3.0.9-r2) (19/32) Installing py3-parsing-pyc (3.0.9-r2) (20/32) Installing py3-packaging (23.1-r1) (21/32) Installing py3-packaging-pyc (23.1-r1) (22/32) Installing py3-setuptools (67.7.0-r0) (23/32) Installing py3-setuptools-pyc (67.7.0-r0) (24/32) Installing py3-iniconfig (1.1.1-r6) (25/32) Installing py3-iniconfig-pyc (1.1.1-r6) (26/32) Installing py3-pluggy (1.0.0-r3) (27/32) Installing py3-pluggy-pyc (1.0.0-r3) (28/32) Installing py3-py (1.11.0-r2) (29/32) Installing py3-py-pyc (1.11.0-r2) (30/32) Installing py3-pytest (7.3.1-r1) (31/32) Installing py3-pytest-pyc (7.3.1-r1) (32/32) Installing .makedepends-py3-bleach (20230421.133037) Executing busybox-1.36.0-r7.trigger OK: 427 MiB in 130 packages >>> py3-bleach: Cleaning up srcdir >>> py3-bleach: Cleaning up pkgdir >>> py3-bleach: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/bleach-5.0.1.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 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-bleach: Fetching https://pypi.python.org/packages/source/b/bleach/bleach-5.0.1.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 100 122 100 122 0 0 1337 0 --:--:-- --:--:-- --:--:-- 1340 100 272 100 272 0 0 1167 0 --:--:-- --:--:-- --:--:-- 1167 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 194k 100 194k 0 0 406k 0 --:--:-- --:--:-- --:--:-- 406k >>> py3-bleach: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/bleach-5.0.1.tar.gz >>> py3-bleach: Checking sha512sums... bleach-5.0.1.tar.gz: OK 0002-no_vendored_html5lib.patch: OK >>> py3-bleach: Unpacking /var/cache/distfiles/v3.18/bleach-5.0.1.tar.gz... >>> py3-bleach: 0002-no_vendored_html5lib.patch patching file bleach/html5lib_shim.py patching file bleach/parse_shim.py patching file bleach/sanitizer.py patching file tests/test_clean.py running build running build_py creating build creating build/lib creating build/lib/bleach copying bleach/parse_shim.py -> build/lib/bleach copying bleach/css_sanitizer.py -> build/lib/bleach copying bleach/html5lib_shim.py -> build/lib/bleach copying bleach/__init__.py -> build/lib/bleach copying bleach/linkifier.py -> build/lib/bleach copying bleach/callbacks.py -> build/lib/bleach copying bleach/sanitizer.py -> build/lib/bleach running egg_info writing bleach.egg-info/PKG-INFO writing dependency_links to bleach.egg-info/dependency_links.txt writing requirements to bleach.egg-info/requires.txt writing top-level names to bleach.egg-info/top_level.txt reading manifest file 'bleach.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.json' under directory 'bleach' warning: no files found matching '*.rst' under directory 'bleach' warning: no files found matching '*.sh' under directory 'bleach' warning: no files found matching '*.txt' under directory 'bleach' warning: no files found matching 'INSTALLER' under directory 'bleach' warning: no files found matching 'METADATA' under directory 'bleach' warning: no files found matching 'RECORD' under directory 'bleach' warning: no files found matching 'WHEEL' under directory 'bleach' warning: no files found matching 'LICENSE' under directory 'bleach' warning: no files found matching 'REQUESTED' under directory 'bleach' warning: no files found matching '*.SHA256SUM' under directory 'bleach' adding license file 'LICENSE' writing manifest file 'bleach.egg-info/SOURCES.txt' ============================= test session starts ============================== platform linux -- Python 3.11.3, pytest-7.3.1, pluggy-1.0.0 rootdir: /home/buildozer/aports/community/py3-bleach/src/bleach-5.0.1 configfile: setup.cfg collected 418 items / 26 deselected / 1 skipped / 392 selected tests/test_callbacks.py .......... [ 2%] tests/test_clean.py .................................................... [ 15%] ........................................................................ [ 34%] x....x.x................................................................ [ 52%] ..................... [ 57%] tests/test_html5lib_shim.py ........................... [ 64%] tests/test_linkify.py .................................................. [ 77%] .......................................................... [ 92%] tests/test_parse_shim.py ..................... [ 97%] tests/test_unicode.py ......... [100%] =========== 389 passed, 1 skipped, 26 deselected, 3 xfailed in 1.13s =========== >>> py3-bleach: Entering fakeroot... running install /usr/lib/python3.11/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, pypa/build 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-bleach/pkg creating /home/buildozer/aports/community/py3-bleach/pkg/py3-bleach creating /home/buildozer/aports/community/py3-bleach/pkg/py3-bleach/usr creating /home/buildozer/aports/community/py3-bleach/pkg/py3-bleach/usr/lib creating /home/buildozer/aports/community/py3-bleach/pkg/py3-bleach/usr/lib/python3.11 creating /home/buildozer/aports/community/py3-bleach/pkg/py3-bleach/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-bleach/pkg/py3-bleach/usr/lib/python3.11/site-packages/bleach copying build/lib/bleach/parse_shim.py -> /home/buildozer/aports/community/py3-bleach/pkg/py3-bleach/usr/lib/python3.11/site-packages/bleach copying build/lib/bleach/css_sanitizer.py -> /home/buildozer/aports/community/py3-bleach/pkg/py3-bleach/usr/lib/python3.11/site-packages/bleach copying build/lib/bleach/html5lib_shim.py -> /home/buildozer/aports/community/py3-bleach/pkg/py3-bleach/usr/lib/python3.11/site-packages/bleach copying build/lib/bleach/__init__.py -> /home/buildozer/aports/community/py3-bleach/pkg/py3-bleach/usr/lib/python3.11/site-packages/bleach copying build/lib/bleach/linkifier.py -> /home/buildozer/aports/community/py3-bleach/pkg/py3-bleach/usr/lib/python3.11/site-packages/bleach copying build/lib/bleach/callbacks.py -> /home/buildozer/aports/community/py3-bleach/pkg/py3-bleach/usr/lib/python3.11/site-packages/bleach copying build/lib/bleach/sanitizer.py -> /home/buildozer/aports/community/py3-bleach/pkg/py3-bleach/usr/lib/python3.11/site-packages/bleach byte-compiling /home/buildozer/aports/community/py3-bleach/pkg/py3-bleach/usr/lib/python3.11/site-packages/bleach/parse_shim.py to parse_shim.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-bleach/pkg/py3-bleach/usr/lib/python3.11/site-packages/bleach/css_sanitizer.py to css_sanitizer.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-bleach/pkg/py3-bleach/usr/lib/python3.11/site-packages/bleach/html5lib_shim.py to html5lib_shim.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-bleach/pkg/py3-bleach/usr/lib/python3.11/site-packages/bleach/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-bleach/pkg/py3-bleach/usr/lib/python3.11/site-packages/bleach/linkifier.py to linkifier.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-bleach/pkg/py3-bleach/usr/lib/python3.11/site-packages/bleach/callbacks.py to callbacks.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-bleach/pkg/py3-bleach/usr/lib/python3.11/site-packages/bleach/sanitizer.py to sanitizer.cpython-311.pyc running install_egg_info running egg_info writing bleach.egg-info/PKG-INFO writing dependency_links to bleach.egg-info/dependency_links.txt writing requirements to bleach.egg-info/requires.txt writing top-level names to bleach.egg-info/top_level.txt reading manifest file 'bleach.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.json' under directory 'bleach' warning: no files found matching '*.rst' under directory 'bleach' warning: no files found matching '*.sh' under directory 'bleach' warning: no files found matching '*.txt' under directory 'bleach' warning: no files found matching 'INSTALLER' under directory 'bleach' warning: no files found matching 'METADATA' under directory 'bleach' warning: no files found matching 'RECORD' under directory 'bleach' warning: no files found matching 'WHEEL' under directory 'bleach' warning: no files found matching 'LICENSE' under directory 'bleach' warning: no files found matching 'REQUESTED' under directory 'bleach' warning: no files found matching '*.SHA256SUM' under directory 'bleach' adding license file 'LICENSE' writing manifest file 'bleach.egg-info/SOURCES.txt' Copying bleach.egg-info to /home/buildozer/aports/community/py3-bleach/pkg/py3-bleach/usr/lib/python3.11/site-packages/bleach-5.0.1-py3.11.egg-info running install_scripts >>> py3-bleach-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-bleach/pkg/py3-bleach/usr/lib/python3.11/site-packages/bleach/__pycache__' -> '/home/buildozer/aports/community/py3-bleach/pkg/py3-bleach-pyc/usr/lib/python3.11/site-packages/bleach/__pycache__' >>> py3-bleach-pyc*: Preparing subpackage py3-bleach-pyc... >>> py3-bleach-pyc*: Running postcheck for py3-bleach-pyc >>> py3-bleach*: Running postcheck for py3-bleach >>> py3-bleach*: Preparing package py3-bleach... >>> py3-bleach-pyc*: Tracing dependencies... python3 py3-html5lib python3~3.11 >>> py3-bleach-pyc*: Package size: 104.0 KB >>> py3-bleach-pyc*: Compressing data... >>> py3-bleach-pyc*: Create checksum... >>> py3-bleach-pyc*: Create py3-bleach-pyc-5.0.1-r1.apk >>> py3-bleach*: Tracing dependencies... python3 py3-html5lib python3~3.11 >>> py3-bleach*: Package size: 160.0 KB >>> py3-bleach*: Compressing data... >>> py3-bleach*: Create checksum... >>> py3-bleach*: Create py3-bleach-5.0.1-r1.apk >>> py3-bleach: Build complete at Fri, 21 Apr 2023 13:30:42 +0000 elapsed time 0h 0m 6s >>> py3-bleach: Cleaning up srcdir >>> py3-bleach: Cleaning up pkgdir >>> py3-bleach: Uninstalling dependencies... (1/32) Purging .makedepends-py3-bleach (20230421.133037) (2/32) Purging py3-html5lib-pyc (1.1-r4) (3/32) Purging py3-html5lib (1.1-r4) (4/32) Purging py3-six-pyc (1.16.0-r6) (5/32) Purging py3-six (1.16.0-r6) (6/32) Purging py3-webencodings (0.5.1-r6) (7/32) Purging py3-setuptools-pyc (67.7.0-r0) (8/32) Purging py3-setuptools (67.7.0-r0) (9/32) Purging py3-pytest-pyc (7.3.1-r1) (10/32) Purging py3-pytest (7.3.1-r1) (11/32) Purging py3-iniconfig-pyc (1.1.1-r6) (12/32) Purging py3-iniconfig (1.1.1-r6) (13/32) Purging py3-packaging-pyc (23.1-r1) (14/32) Purging py3-packaging (23.1-r1) (15/32) Purging py3-parsing-pyc (3.0.9-r2) (16/32) Purging py3-parsing (3.0.9-r2) (17/32) Purging py3-pluggy-pyc (1.0.0-r3) (18/32) Purging py3-pluggy (1.0.0-r3) (19/32) Purging py3-py-pyc (1.11.0-r2) (20/32) Purging py3-py (1.11.0-r2) (21/32) Purging python3-pyc (3.11.3-r10) (22/32) Purging python3-pycache-pyc0 (3.11.3-r10) (23/32) Purging pyc (0.1-r0) (24/32) Purging python3 (3.11.3-r10) (25/32) Purging gdbm (1.23-r1) (26/32) Purging libbz2 (1.0.8-r5) (27/32) Purging libffi (3.4.4-r2) (28/32) Purging libpanelw (6.4_p20230401-r4) (29/32) Purging mpdecimal (2.5.1-r2) (30/32) Purging readline (8.2.1-r1) (31/32) Purging sqlite-libs (3.41.2-r2) (32/32) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r7.trigger OK: 373 MiB in 98 packages >>> py3-bleach: Updating the community/x86 repository index... >>> py3-bleach: Signing the index...