>>> py3-markdown: Building main/py3-markdown 3.8-r0 (using abuild 3.15.0-r1) started Thu, 16 Oct 2025 01:52:19 +0000 >>> py3-markdown: Validating /home/udu/aports/main/py3-markdown/APKBUILD... >>> py3-markdown: Analyzing dependencies... >>> py3-markdown: Installing for build: build-base py3-gpep517 py3-setuptools py3-wheel py3-coverage py3-yaml 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/18) Installing py3-installer-pyc (0.7.0-r2) (2/18) Installing py3-gpep517-pyc (19-r0) (3/18) Installing py3-installer (0.7.0-r2) (4/18) Installing py3-gpep517 (19-r0) (5/18) Installing py3-parsing (3.2.3-r0) (6/18) Installing py3-parsing-pyc (3.2.3-r0) (7/18) Installing py3-packaging (25.0-r0) (8/18) Installing py3-packaging-pyc (25.0-r0) (9/18) Installing py3-setuptools (80.9.0-r0) (10/18) Installing py3-setuptools-pyc (80.9.0-r0) (11/18) Installing py3-wheel (0.46.1-r0) (12/18) Installing py3-wheel-pyc (0.46.1-r0) (13/18) Installing py3-coverage (7.8.2-r0) (14/18) Installing py3-coverage-pyc (7.8.2-r0) (15/18) Installing yaml (0.2.5-r2) (16/18) Installing py3-yaml (6.0.2-r0) (17/18) Installing py3-yaml-pyc (6.0.2-r0) (18/18) Installing .makedepends-py3-markdown (20251016.015220) Executing busybox-1.37.0-r19.trigger OK: 309 MiB in 107 packages >>> py3-markdown: Cleaning up srcdir >>> py3-markdown: Cleaning up pkgdir >>> py3-markdown: Cleaning up tmpdir >>> py3-markdown: Fetching py3-markdown-3.8.tar.gz::https://github.com/Python-Markdown/markdown/archive/refs/tags/3.8.tar.gz >>> py3-markdown: Fetching py3-markdown-3.8.tar.gz::https://github.com/Python-Markdown/markdown/archive/refs/tags/3.8.tar.gz >>> py3-markdown: Checking sha512sums... py3-markdown-3.8.tar.gz: OK >>> py3-markdown: Unpacking /var/cache/distfiles/py3-markdown-3.8.tar.gz... 2025-10-16 01:52:20,488 gpep517 INFO Building wheel via backend setuptools.build_meta 2025-10-16 01:52:20,511 root INFO running bdist_wheel 2025-10-16 01:52:20,516 root INFO running build 2025-10-16 01:52:20,517 root INFO running build_py 2025-10-16 01:52:20,518 root INFO creating build/lib/markdown 2025-10-16 01:52:20,518 root INFO copying markdown/inlinepatterns.py -> build/lib/markdown 2025-10-16 01:52:20,518 root INFO copying markdown/test_tools.py -> build/lib/markdown 2025-10-16 01:52:20,518 root INFO copying markdown/preprocessors.py -> build/lib/markdown 2025-10-16 01:52:20,518 root INFO copying markdown/blockprocessors.py -> build/lib/markdown 2025-10-16 01:52:20,518 root INFO copying markdown/serializers.py -> build/lib/markdown 2025-10-16 01:52:20,519 root INFO copying markdown/core.py -> build/lib/markdown 2025-10-16 01:52:20,519 root INFO copying markdown/util.py -> build/lib/markdown 2025-10-16 01:52:20,519 root INFO copying markdown/__meta__.py -> build/lib/markdown 2025-10-16 01:52:20,519 root INFO copying markdown/blockparser.py -> build/lib/markdown 2025-10-16 01:52:20,519 root INFO copying markdown/__init__.py -> build/lib/markdown 2025-10-16 01:52:20,519 root INFO copying markdown/__main__.py -> build/lib/markdown 2025-10-16 01:52:20,519 root INFO copying markdown/treeprocessors.py -> build/lib/markdown 2025-10-16 01:52:20,519 root INFO copying markdown/htmlparser.py -> build/lib/markdown 2025-10-16 01:52:20,519 root INFO copying markdown/postprocessors.py -> build/lib/markdown 2025-10-16 01:52:20,519 root INFO creating build/lib/markdown/extensions 2025-10-16 01:52:20,520 root INFO copying markdown/extensions/abbr.py -> build/lib/markdown/extensions 2025-10-16 01:52:20,520 root INFO copying markdown/extensions/admonition.py -> build/lib/markdown/extensions 2025-10-16 01:52:20,520 root INFO copying markdown/extensions/meta.py -> build/lib/markdown/extensions 2025-10-16 01:52:20,520 root INFO copying markdown/extensions/extra.py -> build/lib/markdown/extensions 2025-10-16 01:52:20,520 root INFO copying markdown/extensions/attr_list.py -> build/lib/markdown/extensions 2025-10-16 01:52:20,520 root INFO copying markdown/extensions/toc.py -> build/lib/markdown/extensions 2025-10-16 01:52:20,520 root INFO copying markdown/extensions/codehilite.py -> build/lib/markdown/extensions 2025-10-16 01:52:20,520 root INFO copying markdown/extensions/nl2br.py -> build/lib/markdown/extensions 2025-10-16 01:52:20,520 root INFO copying markdown/extensions/wikilinks.py -> build/lib/markdown/extensions 2025-10-16 01:52:20,520 root INFO copying markdown/extensions/def_list.py -> build/lib/markdown/extensions 2025-10-16 01:52:20,520 root INFO copying markdown/extensions/fenced_code.py -> build/lib/markdown/extensions 2025-10-16 01:52:20,520 root INFO copying markdown/extensions/legacy_attrs.py -> build/lib/markdown/extensions 2025-10-16 01:52:20,521 root INFO copying markdown/extensions/footnotes.py -> build/lib/markdown/extensions 2025-10-16 01:52:20,521 root INFO copying markdown/extensions/smarty.py -> build/lib/markdown/extensions 2025-10-16 01:52:20,521 root INFO copying markdown/extensions/__init__.py -> build/lib/markdown/extensions 2025-10-16 01:52:20,521 root INFO copying markdown/extensions/tables.py -> build/lib/markdown/extensions 2025-10-16 01:52:20,521 root INFO copying markdown/extensions/legacy_em.py -> build/lib/markdown/extensions 2025-10-16 01:52:20,521 root INFO copying markdown/extensions/md_in_html.py -> build/lib/markdown/extensions 2025-10-16 01:52:20,521 root INFO copying markdown/extensions/sane_lists.py -> build/lib/markdown/extensions 2025-10-16 01:52:20,521 root INFO running egg_info 2025-10-16 01:52:20,522 root INFO creating Markdown.egg-info 2025-10-16 01:52:20,522 root INFO writing Markdown.egg-info/PKG-INFO 2025-10-16 01:52:20,523 root INFO writing dependency_links to Markdown.egg-info/dependency_links.txt 2025-10-16 01:52:20,523 root INFO writing entry points to Markdown.egg-info/entry_points.txt 2025-10-16 01:52:20,524 root INFO writing requirements to Markdown.egg-info/requires.txt 2025-10-16 01:52:20,524 root INFO writing top-level names to Markdown.egg-info/top_level.txt 2025-10-16 01:52:20,524 root INFO writing manifest file 'Markdown.egg-info/SOURCES.txt' 2025-10-16 01:52:20,526 root INFO reading manifest file 'Markdown.egg-info/SOURCES.txt' 2025-10-16 01:52:20,526 root INFO reading manifest template 'MANIFEST.in' 2025-10-16 01:52:20,534 root WARNING warning: no files found matching 'MANIFEST' 2025-10-16 01:52:20,534 root WARNING warning: no files found matching '*-requirements.txt' 2025-10-16 01:52:20,534 root INFO adding license file 'LICENSE.md' 2025-10-16 01:52:20,536 root INFO writing manifest file 'Markdown.egg-info/SOURCES.txt' 2025-10-16 01:52:20,540 root INFO installing to build/bdist.linux-x86_64/wheel 2025-10-16 01:52:20,540 root INFO running install 2025-10-16 01:52:20,545 root INFO running install_lib 2025-10-16 01:52:20,546 root INFO creating build/bdist.linux-x86_64/wheel 2025-10-16 01:52:20,546 root INFO creating build/bdist.linux-x86_64/wheel/markdown 2025-10-16 01:52:20,546 root INFO copying build/lib/markdown/inlinepatterns.py -> build/bdist.linux-x86_64/wheel/./markdown 2025-10-16 01:52:20,546 root INFO copying build/lib/markdown/test_tools.py -> build/bdist.linux-x86_64/wheel/./markdown 2025-10-16 01:52:20,546 root INFO copying build/lib/markdown/preprocessors.py -> build/bdist.linux-x86_64/wheel/./markdown 2025-10-16 01:52:20,546 root INFO copying build/lib/markdown/blockprocessors.py -> build/bdist.linux-x86_64/wheel/./markdown 2025-10-16 01:52:20,546 root INFO copying build/lib/markdown/serializers.py -> build/bdist.linux-x86_64/wheel/./markdown 2025-10-16 01:52:20,546 root INFO copying build/lib/markdown/core.py -> build/bdist.linux-x86_64/wheel/./markdown 2025-10-16 01:52:20,546 root INFO copying build/lib/markdown/util.py -> build/bdist.linux-x86_64/wheel/./markdown 2025-10-16 01:52:20,547 root INFO copying build/lib/markdown/__meta__.py -> build/bdist.linux-x86_64/wheel/./markdown 2025-10-16 01:52:20,547 root INFO copying build/lib/markdown/blockparser.py -> build/bdist.linux-x86_64/wheel/./markdown 2025-10-16 01:52:20,547 root INFO copying build/lib/markdown/__init__.py -> build/bdist.linux-x86_64/wheel/./markdown 2025-10-16 01:52:20,547 root INFO copying build/lib/markdown/__main__.py -> build/bdist.linux-x86_64/wheel/./markdown 2025-10-16 01:52:20,547 root INFO copying build/lib/markdown/treeprocessors.py -> build/bdist.linux-x86_64/wheel/./markdown 2025-10-16 01:52:20,547 root INFO copying build/lib/markdown/htmlparser.py -> build/bdist.linux-x86_64/wheel/./markdown 2025-10-16 01:52:20,547 root INFO creating build/bdist.linux-x86_64/wheel/markdown/extensions 2025-10-16 01:52:20,547 root INFO copying build/lib/markdown/extensions/abbr.py -> build/bdist.linux-x86_64/wheel/./markdown/extensions 2025-10-16 01:52:20,547 root INFO copying build/lib/markdown/extensions/admonition.py -> build/bdist.linux-x86_64/wheel/./markdown/extensions 2025-10-16 01:52:20,547 root INFO copying build/lib/markdown/extensions/meta.py -> build/bdist.linux-x86_64/wheel/./markdown/extensions 2025-10-16 01:52:20,547 root INFO copying build/lib/markdown/extensions/extra.py -> build/bdist.linux-x86_64/wheel/./markdown/extensions 2025-10-16 01:52:20,547 root INFO copying build/lib/markdown/extensions/attr_list.py -> build/bdist.linux-x86_64/wheel/./markdown/extensions 2025-10-16 01:52:20,547 root INFO copying build/lib/markdown/extensions/toc.py -> build/bdist.linux-x86_64/wheel/./markdown/extensions 2025-10-16 01:52:20,547 root INFO copying build/lib/markdown/extensions/codehilite.py -> build/bdist.linux-x86_64/wheel/./markdown/extensions 2025-10-16 01:52:20,547 root INFO copying build/lib/markdown/extensions/nl2br.py -> build/bdist.linux-x86_64/wheel/./markdown/extensions 2025-10-16 01:52:20,547 root INFO copying build/lib/markdown/extensions/wikilinks.py -> build/bdist.linux-x86_64/wheel/./markdown/extensions 2025-10-16 01:52:20,548 root INFO copying build/lib/markdown/extensions/def_list.py -> build/bdist.linux-x86_64/wheel/./markdown/extensions 2025-10-16 01:52:20,548 root INFO copying build/lib/markdown/extensions/fenced_code.py -> build/bdist.linux-x86_64/wheel/./markdown/extensions 2025-10-16 01:52:20,548 root INFO copying build/lib/markdown/extensions/legacy_attrs.py -> build/bdist.linux-x86_64/wheel/./markdown/extensions 2025-10-16 01:52:20,548 root INFO copying build/lib/markdown/extensions/footnotes.py -> build/bdist.linux-x86_64/wheel/./markdown/extensions 2025-10-16 01:52:20,548 root INFO copying build/lib/markdown/extensions/smarty.py -> build/bdist.linux-x86_64/wheel/./markdown/extensions 2025-10-16 01:52:20,548 root INFO copying build/lib/markdown/extensions/__init__.py -> build/bdist.linux-x86_64/wheel/./markdown/extensions 2025-10-16 01:52:20,548 root INFO copying build/lib/markdown/extensions/tables.py -> build/bdist.linux-x86_64/wheel/./markdown/extensions 2025-10-16 01:52:20,548 root INFO copying build/lib/markdown/extensions/legacy_em.py -> build/bdist.linux-x86_64/wheel/./markdown/extensions 2025-10-16 01:52:20,548 root INFO copying build/lib/markdown/extensions/md_in_html.py -> build/bdist.linux-x86_64/wheel/./markdown/extensions 2025-10-16 01:52:20,548 root INFO copying build/lib/markdown/extensions/sane_lists.py -> build/bdist.linux-x86_64/wheel/./markdown/extensions 2025-10-16 01:52:20,548 root INFO copying build/lib/markdown/postprocessors.py -> build/bdist.linux-x86_64/wheel/./markdown 2025-10-16 01:52:20,548 root INFO running install_egg_info 2025-10-16 01:52:20,549 root INFO Copying Markdown.egg-info to build/bdist.linux-x86_64/wheel/./Markdown-3.8-py3.12.egg-info 2025-10-16 01:52:20,550 root INFO running install_scripts 2025-10-16 01:52:20,550 root INFO creating build/bdist.linux-x86_64/wheel/markdown-3.8.dist-info/WHEEL 2025-10-16 01:52:20,550 wheel INFO creating '/home/udu/aports/main/py3-markdown/src/markdown-3.8/.dist/.tmp-k6v9g5mh/markdown-3.8-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it 2025-10-16 01:52:20,550 wheel INFO adding 'markdown/__init__.py' 2025-10-16 01:52:20,551 wheel INFO adding 'markdown/__main__.py' 2025-10-16 01:52:20,551 wheel INFO adding 'markdown/__meta__.py' 2025-10-16 01:52:20,551 wheel INFO adding 'markdown/blockparser.py' 2025-10-16 01:52:20,551 wheel INFO adding 'markdown/blockprocessors.py' 2025-10-16 01:52:20,551 wheel INFO adding 'markdown/core.py' 2025-10-16 01:52:20,551 wheel INFO adding 'markdown/htmlparser.py' 2025-10-16 01:52:20,551 wheel INFO adding 'markdown/inlinepatterns.py' 2025-10-16 01:52:20,551 wheel INFO adding 'markdown/postprocessors.py' 2025-10-16 01:52:20,551 wheel INFO adding 'markdown/preprocessors.py' 2025-10-16 01:52:20,551 wheel INFO adding 'markdown/serializers.py' 2025-10-16 01:52:20,551 wheel INFO adding 'markdown/test_tools.py' 2025-10-16 01:52:20,552 wheel INFO adding 'markdown/treeprocessors.py' 2025-10-16 01:52:20,552 wheel INFO adding 'markdown/util.py' 2025-10-16 01:52:20,552 wheel INFO adding 'markdown/extensions/__init__.py' 2025-10-16 01:52:20,552 wheel INFO adding 'markdown/extensions/abbr.py' 2025-10-16 01:52:20,552 wheel INFO adding 'markdown/extensions/admonition.py' 2025-10-16 01:52:20,552 wheel INFO adding 'markdown/extensions/attr_list.py' 2025-10-16 01:52:20,552 wheel INFO adding 'markdown/extensions/codehilite.py' 2025-10-16 01:52:20,552 wheel INFO adding 'markdown/extensions/def_list.py' 2025-10-16 01:52:20,552 wheel INFO adding 'markdown/extensions/extra.py' 2025-10-16 01:52:20,552 wheel INFO adding 'markdown/extensions/fenced_code.py' 2025-10-16 01:52:20,552 wheel INFO adding 'markdown/extensions/footnotes.py' 2025-10-16 01:52:20,552 wheel INFO adding 'markdown/extensions/legacy_attrs.py' 2025-10-16 01:52:20,552 wheel INFO adding 'markdown/extensions/legacy_em.py' 2025-10-16 01:52:20,553 wheel INFO adding 'markdown/extensions/md_in_html.py' 2025-10-16 01:52:20,553 wheel INFO adding 'markdown/extensions/meta.py' 2025-10-16 01:52:20,553 wheel INFO adding 'markdown/extensions/nl2br.py' 2025-10-16 01:52:20,553 wheel INFO adding 'markdown/extensions/sane_lists.py' 2025-10-16 01:52:20,553 wheel INFO adding 'markdown/extensions/smarty.py' 2025-10-16 01:52:20,553 wheel INFO adding 'markdown/extensions/tables.py' 2025-10-16 01:52:20,553 wheel INFO adding 'markdown/extensions/toc.py' 2025-10-16 01:52:20,553 wheel INFO adding 'markdown/extensions/wikilinks.py' 2025-10-16 01:52:20,553 wheel INFO adding 'markdown-3.8.dist-info/licenses/LICENSE.md' 2025-10-16 01:52:20,553 wheel INFO adding 'markdown-3.8.dist-info/METADATA' 2025-10-16 01:52:20,553 wheel INFO adding 'markdown-3.8.dist-info/WHEEL' 2025-10-16 01:52:20,553 wheel INFO adding 'markdown-3.8.dist-info/entry_points.txt' 2025-10-16 01:52:20,553 wheel INFO adding 'markdown-3.8.dist-info/top_level.txt' 2025-10-16 01:52:20,553 wheel INFO adding 'markdown-3.8.dist-info/RECORD' 2025-10-16 01:52:20,554 root INFO removing build/bdist.linux-x86_64/wheel 2025-10-16 01:52:20,554 gpep517 INFO The backend produced .dist/markdown-3.8-py3-none-any.whl markdown-3.8-py3-none-any.whl ................................................................................................................................s...................................................................................ssssssssssssssssssssssssssssssssssssssssssssss............................................................................ss...........................................................................................................................F.............................FF........F.....................ss...........................................................................................................................................................................................................................F.............................FF........F......................................................................................................................................................................................................................................................................... ====================================================================== FAIL: test_raw_missing_close_bracket (test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_missing_close_bracket) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/udu/aports/main/py3-markdown/src/markdown-3.8/tests/test_syntax/blocks/test_html_blocks.py", line 662, in test_raw_missing_close_bracket self.assertMarkdownRenders( File "/home/udu/aports/main/py3-markdown/src/markdown-3.8/markdown/test_tools.py", line 77, in assertMarkdownRenders self.assertMultiLineEqual(output, expected) AssertionError: '' != '
<foo
' +<foo
====================================================================== FAIL: test_raw_unclosed_tag_in_code_span (test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_unclosed_tag_in_code_span) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/udu/aports/main/py3-markdown/src/markdown-3.8/tests/test_syntax/blocks/test_html_blocks.py", line 668, in test_raw_unclosed_tag_in_code_span self.assertMarkdownRenders( File "/home/udu/aports/main/py3-markdown/src/markdown-3.8/markdown/test_tools.py", line 77, in assertMarkdownRenders self.assertMultiLineEqual(output, expected) AssertionError: '<div
.
<div
.
<div
.
<div
.
<div
.
<div
.
<!-- unclosed comment
\nnot a comment
' - ====================================================================== FAIL: test_raw_missing_close_bracket (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_missing_close_bracket) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/udu/aports/main/py3-markdown/src/markdown-3.8/tests/test_syntax/blocks/test_html_blocks.py", line 662, in test_raw_missing_close_bracket self.assertMarkdownRenders( File "/home/udu/aports/main/py3-markdown/src/markdown-3.8/markdown/test_tools.py", line 77, in assertMarkdownRenders self.assertMultiLineEqual(output, expected) AssertionError: '' != '<foo
' +<foo
====================================================================== FAIL: test_raw_unclosed_tag_in_code_span (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_unclosed_tag_in_code_span) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/udu/aports/main/py3-markdown/src/markdown-3.8/tests/test_syntax/blocks/test_html_blocks.py", line 668, in test_raw_unclosed_tag_in_code_span self.assertMarkdownRenders( File "/home/udu/aports/main/py3-markdown/src/markdown-3.8/markdown/test_tools.py", line 77, in assertMarkdownRenders self.assertMultiLineEqual(output, expected) AssertionError: '<div
.
<div
.
<div
.
<div
.
<div
.
<div
.
<!-- unclosed comment
\nnot a comment
' - ---------------------------------------------------------------------- Ran 1048 tests in 0.583s FAILED (failures=8, skipped=51) >>> ERROR: py3-markdown: check failed >>> py3-markdown: Uninstalling dependencies... (1/18) Purging .makedepends-py3-markdown (20251016.015220) (2/18) Purging py3-gpep517-pyc (19-r0) (3/18) Purging py3-gpep517 (19-r0) (4/18) Purging py3-installer-pyc (0.7.0-r2) (5/18) Purging py3-installer (0.7.0-r2) (6/18) Purging py3-setuptools-pyc (80.9.0-r0) (7/18) Purging py3-setuptools (80.9.0-r0) (8/18) Purging py3-wheel-pyc (0.46.1-r0) (9/18) Purging py3-wheel (0.46.1-r0) (10/18) Purging py3-packaging-pyc (25.0-r0) (11/18) Purging py3-packaging (25.0-r0) (12/18) Purging py3-parsing-pyc (3.2.3-r0) (13/18) Purging py3-parsing (3.2.3-r0) (14/18) Purging py3-coverage-pyc (7.8.2-r0) (15/18) Purging py3-coverage (7.8.2-r0) (16/18) Purging py3-yaml-pyc (6.0.2-r0) (17/18) Purging py3-yaml (6.0.2-r0) (18/18) Purging yaml (0.2.5-r2) Executing busybox-1.37.0-r19.trigger OK: 296 MiB in 89 packages