>>> py3-beautifulsoup4: Building community/py3-beautifulsoup4 4.14.2-r0 (using abuild 3.16.0_rc4-r0) started Sun, 26 Oct 2025 00:36:31 +0000 >>> py3-beautifulsoup4: Validating /home/buildozer/aports/community/py3-beautifulsoup4/APKBUILD... >>> py3-beautifulsoup4: Analyzing dependencies... >>> py3-beautifulsoup4: Installing for build: build-base python3 py3-soupsieve py3-typing-extensions py3-gpep517 py3-hatchling py3-pytest ( 1/42) Installing libbz2 (1.0.8-r6) ( 2/42) Installing libffi (3.5.2-r0) ( 3/42) Installing gdbm (1.26-r0) ( 4/42) Installing xz-libs (5.8.1-r0) ( 5/42) Installing mpdecimal (4.0.1-r0) ( 6/42) Installing libpanelw (6.5_p20251010-r0) ( 7/42) Installing sqlite-libs (3.50.4-r1) ( 8/42) Installing python3 (3.12.12-r0) ( 9/42) Installing python3-pycache-pyc0 (3.12.12-r0) (10/42) Installing pyc (3.12.12-r0) (11/42) Installing python3-pyc (3.12.12-r0) (12/42) Installing py3-soupsieve (2.7-r0) (13/42) Installing py3-soupsieve-pyc (2.7-r0) (14/42) Installing py3-typing-extensions (4.15.0-r0) (15/42) Installing py3-typing-extensions-pyc (4.15.0-r0) (16/42) Installing py3-installer (0.7.0-r2) (17/42) Installing py3-installer-pyc (0.7.0-r2) (18/42) Installing py3-gpep517 (19-r0) (19/42) Installing py3-gpep517-pyc (19-r0) (20/42) Installing py3-editables (0.5-r2) (21/42) Installing py3-editables-pyc (0.5-r2) (22/42) Installing py3-parsing (3.2.3-r0) (23/42) Installing py3-parsing-pyc (3.2.3-r0) (24/42) Installing py3-packaging (25.0-r0) (25/42) Installing py3-packaging-pyc (25.0-r0) (26/42) Installing py3-pathspec (0.12.1-r2) (27/42) Installing py3-pathspec-pyc (0.12.1-r2) (28/42) Installing py3-pluggy (1.6.0-r0) (29/42) Installing py3-pluggy-pyc (1.6.0-r0) (30/42) Installing py3-trove-classifiers (2025.9.11.17-r0) (31/42) Installing py3-trove-classifiers-pyc (2025.9.11.17-r0) (32/42) Installing py3-hatchling (1.27.0-r0) (33/42) Installing py3-hatchling-pyc (1.27.0-r0) (34/42) Installing py3-iniconfig (2.3.0-r0) (35/42) Installing py3-iniconfig-pyc (2.3.0-r0) (36/42) Installing py3-py (1.11.0-r4) (37/42) Installing py3-py-pyc (1.11.0-r4) (38/42) Installing py3-pygments (2.19.2-r0) (39/42) Installing py3-pygments-pyc (2.19.2-r0) (40/42) Installing py3-pytest (8.4.2-r1) (41/42) Installing py3-pytest-pyc (8.4.2-r1) (42/42) Installing .makedepends-py3-beautifulsoup4 (20251026.003635) busybox-1.37.0-r24.trigger: Executing script... OK: 476 MiB in 147 packages >>> py3-beautifulsoup4: Cleaning up srcdir >>> py3-beautifulsoup4: Cleaning up pkgdir >>> py3-beautifulsoup4: Cleaning up tmpdir >>> py3-beautifulsoup4: Fetching https://distfiles.alpinelinux.org/distfiles/v3.23/beautifulsoup4-4.14.2.tar.gz /var/cache/distfiles/v3.23/beautifulsoup4-4.14.2.tar.gz: OK >>> py3-beautifulsoup4: Fetching https://distfiles.alpinelinux.org/distfiles/v3.23/beautifulsoup4-4.14.2.tar.gz /var/cache/distfiles/v3.23/beautifulsoup4-4.14.2.tar.gz: OK >>> py3-beautifulsoup4: Unpacking /var/cache/distfiles/v3.23/beautifulsoup4-4.14.2.tar.gz... 2025-10-26 00:36:36,505 gpep517 INFO Building wheel via backend hatchling.build 2025-10-26 00:36:36,632 gpep517 INFO The backend produced .dist/beautifulsoup4-4.14.2-py3-none-any.whl beautifulsoup4-4.14.2-py3-none-any.whl ============================= test session starts ============================== platform linux -- Python 3.12.12, pytest-8.4.2, pluggy-1.6.0 rootdir: /home/buildozer/aports/community/py3-beautifulsoup4/src/beautifulsoup4-4.14.2 configfile: pyproject.toml collected 863 items bs4/tests/test_builder.py ..... bs4/tests/test_builder_registry.py ........... bs4/tests/test_css.py ............................................................ bs4/tests/test_dammit.py ................................................ bs4/tests/test_element.py .............. bs4/tests/test_filter.py ............................................................................ bs4/tests/test_formatter.py ............................ bs4/tests/test_fuzz.py ssssssssssssssssss bs4/tests/test_html5lib.py sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss bs4/tests/test_htmlparser.py .......................................................................F......... bs4/tests/test_lxml.py ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss bs4/tests/test_navigablestring.py ......... bs4/tests/test_pageelement.py ...................................... bs4/tests/test_soup.py .........................................................................s......... bs4/tests/test_tag.py ........................ bs4/tests/test_tree.py ..................................................................................................................................................................... =================================== FAILURES =================================== ________________ TestHTMLParserTreeBuilder.test_rejected_input _________________ self = @pytest.mark.skipif("sys.version_info >= (3, 13)") def test_rejected_input(self): # Python's html.parser will occasionally reject markup, # especially when there is a problem with the initial DOCTYPE # declaration. Different versions of Python sound the alarm in # different ways, but Beautiful Soup consistently raises # errors as ParserRejectedMarkup exceptions. bad_markup = [ # https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=28873 # https://github.com/guidovranken/python-library-fuzzers/blob/master/corp-html/519e5b4269a01185a0d5e76295251921da2f0700 # https://github.com/python/cpython/issues/81928 b"\n", ] for markup in bad_markup: > with pytest.raises(ParserRejectedMarkup): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ E Failed: DID NOT RAISE bs4/tests/test_htmlparser.py:39: Failed =========================== short test summary info ============================ FAILED bs4/tests/test_htmlparser.py::TestHTMLParserTreeBuilder::test_rejected_input ================== 1 failed, 640 passed, 222 skipped in 2.59s ================== >>> ERROR: py3-beautifulsoup4: check failed >>> py3-beautifulsoup4: Uninstalling dependencies... ( 1/42) Purging .makedepends-py3-beautifulsoup4 (20251026.003635) ( 2/42) Purging py3-soupsieve-pyc (2.7-r0) ( 3/42) Purging py3-soupsieve (2.7-r0) ( 4/42) Purging py3-typing-extensions-pyc (4.15.0-r0) ( 5/42) Purging py3-typing-extensions (4.15.0-r0) ( 6/42) Purging py3-gpep517-pyc (19-r0) ( 7/42) Purging py3-gpep517 (19-r0) ( 8/42) Purging py3-installer-pyc (0.7.0-r2) ( 9/42) Purging py3-installer (0.7.0-r2) (10/42) Purging py3-hatchling-pyc (1.27.0-r0) (11/42) Purging py3-hatchling (1.27.0-r0) (12/42) Purging py3-editables-pyc (0.5-r2) (13/42) Purging py3-editables (0.5-r2) (14/42) Purging py3-pathspec-pyc (0.12.1-r2) (15/42) Purging py3-pathspec (0.12.1-r2) (16/42) Purging py3-trove-classifiers-pyc (2025.9.11.17-r0) (17/42) Purging py3-trove-classifiers (2025.9.11.17-r0) (18/42) Purging py3-pytest-pyc (8.4.2-r1) (19/42) Purging py3-pytest (8.4.2-r1) (20/42) Purging py3-iniconfig-pyc (2.3.0-r0) (21/42) Purging py3-iniconfig (2.3.0-r0) (22/42) Purging py3-packaging-pyc (25.0-r0) (23/42) Purging py3-packaging (25.0-r0) (24/42) Purging py3-parsing-pyc (3.2.3-r0) (25/42) Purging py3-parsing (3.2.3-r0) (26/42) Purging py3-pluggy-pyc (1.6.0-r0) (27/42) Purging py3-pluggy (1.6.0-r0) (28/42) Purging py3-py-pyc (1.11.0-r4) (29/42) Purging py3-py (1.11.0-r4) (30/42) Purging py3-pygments-pyc (2.19.2-r0) (31/42) Purging py3-pygments (2.19.2-r0) (32/42) Purging python3-pyc (3.12.12-r0) (33/42) Purging python3-pycache-pyc0 (3.12.12-r0) (34/42) Purging pyc (3.12.12-r0) (35/42) Purging python3 (3.12.12-r0) (36/42) Purging gdbm (1.26-r0) (37/42) Purging libbz2 (1.0.8-r6) (38/42) Purging libffi (3.5.2-r0) (39/42) Purging libpanelw (6.5_p20251010-r0) (40/42) Purging mpdecimal (4.0.1-r0) (41/42) Purging sqlite-libs (3.50.4-r1) (42/42) Purging xz-libs (5.8.1-r0) busybox-1.37.0-r24.trigger: Executing script... OK: 426 MiB in 105 packages