>>> py3-bleach: Building community/py3-bleach 5.0.1-r3 (using abuild 3.15.0-r0) started Sun, 12 Oct 2025 15:32:43 +0000 >>> py3-bleach: Validating /home/udu/aports/community/py3-bleach/APKBUILD... >>> py3-bleach: Analyzing dependencies... >>> py3-bleach: Installing for build: build-base python3 py3-html5lib py3-setuptools py3-pytest WARNING: opening /home/udu/packages//community: No such file or directory WARNING: opening /home/udu/packages//main: No such file or directory fetch http://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz (1/21) Installing py3-six (1.17.0-r0) (2/21) Installing py3-six-pyc (1.17.0-r0) (3/21) Installing py3-webencodings (0.5.1-r8) (4/21) Installing py3-webencodings-pyc (0.5.1-r8) (5/21) Installing py3-html5lib (1.1-r6) (6/21) Installing py3-html5lib-pyc (1.1-r6) (7/21) Installing py3-parsing (3.2.3-r0) (8/21) Installing py3-parsing-pyc (3.2.3-r0) (9/21) Installing py3-packaging (25.0-r0) (10/21) Installing py3-packaging-pyc (25.0-r0) (11/21) Installing py3-setuptools (80.9.0-r0) (12/21) Installing py3-setuptools-pyc (80.9.0-r0) (13/21) Installing py3-iniconfig (2.1.0-r0) (14/21) Installing py3-iniconfig-pyc (2.1.0-r0) (15/21) Installing py3-pluggy (1.5.0-r0) (16/21) Installing py3-pluggy-pyc (1.5.0-r0) (17/21) Installing py3-py (1.11.0-r4) (18/21) Installing py3-py-pyc (1.11.0-r4) (19/21) Installing py3-pytest (8.3.5-r0) (20/21) Installing py3-pytest-pyc (8.3.5-r0) (21/21) Installing .makedepends-py3-bleach (20251012.153243) Executing busybox-1.37.0-r19.trigger OK: 310 MiB in 110 packages >>> py3-bleach: Cleaning up srcdir >>> py3-bleach: Cleaning up pkgdir >>> py3-bleach: Cleaning up tmpdir >>> py3-bleach: Fetching https://pypi.python.org/packages/source/b/bleach/bleach-5.0.1.tar.gz >>> py3-bleach: Fetching https://pypi.python.org/packages/source/b/bleach/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/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 /usr/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: Apache Software License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running build running build_py creating build/lib/bleach copying bleach/sanitizer.py -> build/lib/bleach copying bleach/css_sanitizer.py -> build/lib/bleach copying bleach/html5lib_shim.py -> build/lib/bleach copying bleach/linkifier.py -> build/lib/bleach copying bleach/parse_shim.py -> build/lib/bleach copying bleach/__init__.py -> build/lib/bleach copying bleach/callbacks.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.12.11, pytest-8.3.5, pluggy-1.5.0 rootdir: /home/udu/aports/community/py3-bleach/src/bleach-5.0.1 configfile: setup.cfg collected 418 items / 47 deselected / 1 skipped / 371 selected tests/test_callbacks.py .......... [ 2%] tests/test_clean.py ............................................................................................................................x....x.x..................................................................................... [ 61%] tests/test_html5lib_shim.py ........................... [ 68%] tests/test_linkify.py ............................................................................................................ [ 97%] tests/test_unicode.py ......... [100%] ========================================================================================================================== 368 passed, 1 skipped, 47 deselected, 3 xfailed in 0.37s ========================================================================================================================== >>> py3-bleach: Entering fakeroot... /usr/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: Apache Software License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running install /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. By 2025-Oct-31, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /home/udu/aports/community/py3-bleach/pkg/py3-bleach/usr/lib/python3.12/site-packages creating /home/udu/aports/community/py3-bleach/pkg/py3-bleach/usr/lib/python3.12/site-packages/bleach copying build/lib/bleach/sanitizer.py -> /home/udu/aports/community/py3-bleach/pkg/py3-bleach/usr/lib/python3.12/site-packages/bleach copying build/lib/bleach/css_sanitizer.py -> /home/udu/aports/community/py3-bleach/pkg/py3-bleach/usr/lib/python3.12/site-packages/bleach copying build/lib/bleach/html5lib_shim.py -> /home/udu/aports/community/py3-bleach/pkg/py3-bleach/usr/lib/python3.12/site-packages/bleach copying build/lib/bleach/linkifier.py -> /home/udu/aports/community/py3-bleach/pkg/py3-bleach/usr/lib/python3.12/site-packages/bleach copying build/lib/bleach/parse_shim.py -> /home/udu/aports/community/py3-bleach/pkg/py3-bleach/usr/lib/python3.12/site-packages/bleach copying build/lib/bleach/__init__.py -> /home/udu/aports/community/py3-bleach/pkg/py3-bleach/usr/lib/python3.12/site-packages/bleach copying build/lib/bleach/callbacks.py -> /home/udu/aports/community/py3-bleach/pkg/py3-bleach/usr/lib/python3.12/site-packages/bleach byte-compiling /home/udu/aports/community/py3-bleach/pkg/py3-bleach/usr/lib/python3.12/site-packages/bleach/sanitizer.py to sanitizer.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-bleach/pkg/py3-bleach/usr/lib/python3.12/site-packages/bleach/css_sanitizer.py to css_sanitizer.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-bleach/pkg/py3-bleach/usr/lib/python3.12/site-packages/bleach/html5lib_shim.py to html5lib_shim.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-bleach/pkg/py3-bleach/usr/lib/python3.12/site-packages/bleach/linkifier.py to linkifier.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-bleach/pkg/py3-bleach/usr/lib/python3.12/site-packages/bleach/parse_shim.py to parse_shim.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-bleach/pkg/py3-bleach/usr/lib/python3.12/site-packages/bleach/__init__.py to __init__.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-bleach/pkg/py3-bleach/usr/lib/python3.12/site-packages/bleach/callbacks.py to callbacks.cpython-312.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/udu/aports/community/py3-bleach/pkg/py3-bleach/usr/lib/python3.12/site-packages/bleach-5.0.1-py3.12.egg-info running install_scripts >>> py3-bleach-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/bleach/__pycache__' -> '/home/udu/aports/community/py3-bleach/pkg/py3-bleach-pyc/usr/lib/python3.12/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.12 >>> py3-bleach-pyc*: Package size: 57.7 KB >>> py3-bleach-pyc*: Compressing data... >>> py3-bleach-pyc*: Create checksum... >>> py3-bleach-pyc*: Create py3-bleach-pyc-5.0.1-r3.apk >>> py3-bleach*: Tracing dependencies... python3 py3-html5lib python3~3.12 >>> py3-bleach*: Package size: 96.3 KB >>> py3-bleach*: Compressing data... >>> py3-bleach*: Create checksum... >>> py3-bleach*: Create py3-bleach-5.0.1-r3.apk >>> py3-bleach: Build complete at Sun, 12 Oct 2025 15:32:45 +0000 elapsed time 0h 0m 2s >>> py3-bleach: Cleaning up srcdir >>> py3-bleach: Cleaning up pkgdir >>> py3-bleach: Uninstalling dependencies... (1/21) Purging .makedepends-py3-bleach (20251012.153243) (2/21) Purging py3-html5lib-pyc (1.1-r6) (3/21) Purging py3-html5lib (1.1-r6) (4/21) Purging py3-six-pyc (1.17.0-r0) (5/21) Purging py3-six (1.17.0-r0) (6/21) Purging py3-webencodings-pyc (0.5.1-r8) (7/21) Purging py3-webencodings (0.5.1-r8) (8/21) Purging py3-setuptools-pyc (80.9.0-r0) (9/21) Purging py3-setuptools (80.9.0-r0) (10/21) Purging py3-pytest-pyc (8.3.5-r0) (11/21) Purging py3-pytest (8.3.5-r0) (12/21) Purging py3-iniconfig-pyc (2.1.0-r0) (13/21) Purging py3-iniconfig (2.1.0-r0) (14/21) Purging py3-packaging-pyc (25.0-r0) (15/21) Purging py3-packaging (25.0-r0) (16/21) Purging py3-parsing-pyc (3.2.3-r0) (17/21) Purging py3-parsing (3.2.3-r0) (18/21) Purging py3-pluggy-pyc (1.5.0-r0) (19/21) Purging py3-pluggy (1.5.0-r0) (20/21) Purging py3-py-pyc (1.11.0-r4) (21/21) Purging py3-py (1.11.0-r4) Executing busybox-1.37.0-r19.trigger OK: 296 MiB in 89 packages >>> py3-bleach: Updating the community/x86_64 repository index... >>> py3-bleach: Signing the index...