>>> py3-markdown: Building main/py3-markdown 3.4.3-r1 (using abuild 3.11.0_rc12-r0) started Thu, 20 Apr 2023 01:09:42 +0000 >>> py3-markdown: Checking sanity of /home/buildozer/aports/main/py3-markdown/APKBUILD... >>> py3-markdown: Analyzing dependencies... >>> py3-markdown: Installing for build: build-base python3 py3-gpep517 py3-setuptools py3-wheel py3-coverage py3-yaml (1/19) Installing libbz2 (1.0.8-r5) (2/19) Installing libffi (3.4.4-r2) (3/19) Installing gdbm (1.23-r1) (4/19) Installing xz-libs (5.4.2-r1) (5/19) Installing mpdecimal (2.5.1-r2) (6/19) Installing libpanelw (6.4_p20230401-r4) (7/19) Installing readline (8.2.1-r1) (8/19) Installing sqlite-libs (3.41.2-r2) (9/19) Installing python3 (3.11.3-r10) (10/19) Installing py3-installer (0.7.0-r1) (11/19) Installing py3-gpep517 (13-r2) (12/19) Installing py3-parsing (3.0.9-r2) (13/19) Installing py3-packaging (23.1-r1) (14/19) Installing py3-setuptools (67.6.1-r1) (15/19) Installing py3-wheel (0.40.0-r1) (16/19) Installing py3-coverage (6.5.0-r4) (17/19) Installing yaml (0.2.5-r1) (18/19) Installing py3-yaml (6.0-r3) (19/19) Installing .makedepends-py3-markdown (20230420.010942) Executing busybox-1.36.0-r7.trigger OK: 404 MiB in 116 packages >>> py3-markdown: Cleaning up srcdir >>> py3-markdown: Cleaning up pkgdir >>> py3-markdown: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/Markdown-3.4.3.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-markdown: Fetching https://files.pythonhosted.org/packages/source/M/Markdown/Markdown-3.4.3.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 314k 100 314k 0 0 6049k 0 --:--:-- --:--:-- --:--:-- 6049k >>> py3-markdown: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/Markdown-3.4.3.tar.gz >>> py3-markdown: Checking sha512sums... Markdown-3.4.3.tar.gz: OK >>> py3-markdown: Unpacking /var/cache/distfiles/v3.18/Markdown-3.4.3.tar.gz... 2023-04-20 01:09:43,992 gpep517 INFO Building wheel via backend setuptools.build_meta /usr/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py:108: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*. warnings.warn(msg, _BetaConfiguration) 2023-04-20 01:09:44,458 root INFO running bdist_wheel 2023-04-20 01:09:44,460 root INFO running build 2023-04-20 01:09:44,461 root INFO running build_py 2023-04-20 01:09:44,461 root INFO creating build 2023-04-20 01:09:44,461 root INFO creating build/lib 2023-04-20 01:09:44,461 root INFO creating build/lib/markdown 2023-04-20 01:09:44,462 root INFO copying markdown/inlinepatterns.py -> build/lib/markdown 2023-04-20 01:09:44,462 root INFO copying markdown/__init__.py -> build/lib/markdown 2023-04-20 01:09:44,462 root INFO copying markdown/__meta__.py -> build/lib/markdown 2023-04-20 01:09:44,462 root INFO copying markdown/htmlparser.py -> build/lib/markdown 2023-04-20 01:09:44,462 root INFO copying markdown/blockparser.py -> build/lib/markdown 2023-04-20 01:09:44,463 root INFO copying markdown/__main__.py -> build/lib/markdown 2023-04-20 01:09:44,463 root INFO copying markdown/treeprocessors.py -> build/lib/markdown 2023-04-20 01:09:44,463 root INFO copying markdown/util.py -> build/lib/markdown 2023-04-20 01:09:44,463 root INFO copying markdown/preprocessors.py -> build/lib/markdown 2023-04-20 01:09:44,463 root INFO copying markdown/postprocessors.py -> build/lib/markdown 2023-04-20 01:09:44,463 root INFO copying markdown/blockprocessors.py -> build/lib/markdown 2023-04-20 01:09:44,464 root INFO copying markdown/serializers.py -> build/lib/markdown 2023-04-20 01:09:44,464 root INFO copying markdown/core.py -> build/lib/markdown 2023-04-20 01:09:44,464 root INFO copying markdown/test_tools.py -> build/lib/markdown 2023-04-20 01:09:44,464 root INFO creating build/lib/markdown/extensions 2023-04-20 01:09:44,464 root INFO copying markdown/extensions/extra.py -> build/lib/markdown/extensions 2023-04-20 01:09:44,465 root INFO copying markdown/extensions/legacy_em.py -> build/lib/markdown/extensions 2023-04-20 01:09:44,465 root INFO copying markdown/extensions/toc.py -> build/lib/markdown/extensions 2023-04-20 01:09:44,465 root INFO copying markdown/extensions/__init__.py -> build/lib/markdown/extensions 2023-04-20 01:09:44,465 root INFO copying markdown/extensions/def_list.py -> build/lib/markdown/extensions 2023-04-20 01:09:44,465 root INFO copying markdown/extensions/admonition.py -> build/lib/markdown/extensions 2023-04-20 01:09:44,465 root INFO copying markdown/extensions/sane_lists.py -> build/lib/markdown/extensions 2023-04-20 01:09:44,466 root INFO copying markdown/extensions/tables.py -> build/lib/markdown/extensions 2023-04-20 01:09:44,466 root INFO copying markdown/extensions/fenced_code.py -> build/lib/markdown/extensions 2023-04-20 01:09:44,466 root INFO copying markdown/extensions/abbr.py -> build/lib/markdown/extensions 2023-04-20 01:09:44,466 root INFO copying markdown/extensions/md_in_html.py -> build/lib/markdown/extensions 2023-04-20 01:09:44,466 root INFO copying markdown/extensions/wikilinks.py -> build/lib/markdown/extensions 2023-04-20 01:09:44,467 root INFO copying markdown/extensions/legacy_attrs.py -> build/lib/markdown/extensions 2023-04-20 01:09:44,467 root INFO copying markdown/extensions/meta.py -> build/lib/markdown/extensions 2023-04-20 01:09:44,467 root INFO copying markdown/extensions/smarty.py -> build/lib/markdown/extensions 2023-04-20 01:09:44,467 root INFO copying markdown/extensions/nl2br.py -> build/lib/markdown/extensions 2023-04-20 01:09:44,467 root INFO copying markdown/extensions/footnotes.py -> build/lib/markdown/extensions 2023-04-20 01:09:44,467 root INFO copying markdown/extensions/codehilite.py -> build/lib/markdown/extensions 2023-04-20 01:09:44,468 root INFO copying markdown/extensions/attr_list.py -> build/lib/markdown/extensions 2023-04-20 01:09:44,468 root INFO running egg_info 2023-04-20 01:09:44,469 root INFO writing Markdown.egg-info/PKG-INFO 2023-04-20 01:09:44,469 root INFO writing dependency_links to Markdown.egg-info/dependency_links.txt 2023-04-20 01:09:44,470 root INFO writing entry points to Markdown.egg-info/entry_points.txt 2023-04-20 01:09:44,470 root INFO writing requirements to Markdown.egg-info/requires.txt 2023-04-20 01:09:44,470 root INFO writing top-level names to Markdown.egg-info/top_level.txt 2023-04-20 01:09:44,471 root INFO reading manifest file 'Markdown.egg-info/SOURCES.txt' 2023-04-20 01:09:44,473 root INFO reading manifest template 'MANIFEST.in' 2023-04-20 01:09:44,482 root WARNING warning: no files found matching 'MANIFEST' 2023-04-20 01:09:44,482 root INFO adding license file 'LICENSE.md' 2023-04-20 01:09:44,486 root INFO writing manifest file 'Markdown.egg-info/SOURCES.txt' 2023-04-20 01:09:44,489 wheel INFO installing to build/bdist.linux-s390x/wheel 2023-04-20 01:09:44,489 root INFO running install 2023-04-20 01:09:44,495 root INFO running install_lib 2023-04-20 01:09:44,496 root INFO creating build/bdist.linux-s390x 2023-04-20 01:09:44,496 root INFO creating build/bdist.linux-s390x/wheel 2023-04-20 01:09:44,496 root INFO creating build/bdist.linux-s390x/wheel/markdown 2023-04-20 01:09:44,496 root INFO creating build/bdist.linux-s390x/wheel/markdown/extensions 2023-04-20 01:09:44,496 root INFO copying build/lib/markdown/extensions/extra.py -> build/bdist.linux-s390x/wheel/markdown/extensions 2023-04-20 01:09:44,496 root INFO copying build/lib/markdown/extensions/legacy_em.py -> build/bdist.linux-s390x/wheel/markdown/extensions 2023-04-20 01:09:44,496 root INFO copying build/lib/markdown/extensions/toc.py -> build/bdist.linux-s390x/wheel/markdown/extensions 2023-04-20 01:09:44,496 root INFO copying build/lib/markdown/extensions/__init__.py -> build/bdist.linux-s390x/wheel/markdown/extensions 2023-04-20 01:09:44,496 root INFO copying build/lib/markdown/extensions/def_list.py -> build/bdist.linux-s390x/wheel/markdown/extensions 2023-04-20 01:09:44,496 root INFO copying build/lib/markdown/extensions/admonition.py -> build/bdist.linux-s390x/wheel/markdown/extensions 2023-04-20 01:09:44,496 root INFO copying build/lib/markdown/extensions/sane_lists.py -> build/bdist.linux-s390x/wheel/markdown/extensions 2023-04-20 01:09:44,497 root INFO copying build/lib/markdown/extensions/tables.py -> build/bdist.linux-s390x/wheel/markdown/extensions 2023-04-20 01:09:44,497 root INFO copying build/lib/markdown/extensions/fenced_code.py -> build/bdist.linux-s390x/wheel/markdown/extensions 2023-04-20 01:09:44,497 root INFO copying build/lib/markdown/extensions/abbr.py -> build/bdist.linux-s390x/wheel/markdown/extensions 2023-04-20 01:09:44,497 root INFO copying build/lib/markdown/extensions/md_in_html.py -> build/bdist.linux-s390x/wheel/markdown/extensions 2023-04-20 01:09:44,497 root INFO copying build/lib/markdown/extensions/wikilinks.py -> build/bdist.linux-s390x/wheel/markdown/extensions 2023-04-20 01:09:44,497 root INFO copying build/lib/markdown/extensions/legacy_attrs.py -> build/bdist.linux-s390x/wheel/markdown/extensions 2023-04-20 01:09:44,497 root INFO copying build/lib/markdown/extensions/meta.py -> build/bdist.linux-s390x/wheel/markdown/extensions 2023-04-20 01:09:44,497 root INFO copying build/lib/markdown/extensions/smarty.py -> build/bdist.linux-s390x/wheel/markdown/extensions 2023-04-20 01:09:44,497 root INFO copying build/lib/markdown/extensions/nl2br.py -> build/bdist.linux-s390x/wheel/markdown/extensions 2023-04-20 01:09:44,497 root INFO copying build/lib/markdown/extensions/footnotes.py -> build/bdist.linux-s390x/wheel/markdown/extensions 2023-04-20 01:09:44,497 root INFO copying build/lib/markdown/extensions/codehilite.py -> build/bdist.linux-s390x/wheel/markdown/extensions 2023-04-20 01:09:44,497 root INFO copying build/lib/markdown/extensions/attr_list.py -> build/bdist.linux-s390x/wheel/markdown/extensions 2023-04-20 01:09:44,498 root INFO copying build/lib/markdown/inlinepatterns.py -> build/bdist.linux-s390x/wheel/markdown 2023-04-20 01:09:44,498 root INFO copying build/lib/markdown/__init__.py -> build/bdist.linux-s390x/wheel/markdown 2023-04-20 01:09:44,498 root INFO copying build/lib/markdown/__meta__.py -> build/bdist.linux-s390x/wheel/markdown 2023-04-20 01:09:44,498 root INFO copying build/lib/markdown/htmlparser.py -> build/bdist.linux-s390x/wheel/markdown 2023-04-20 01:09:44,498 root INFO copying build/lib/markdown/blockparser.py -> build/bdist.linux-s390x/wheel/markdown 2023-04-20 01:09:44,498 root INFO copying build/lib/markdown/__main__.py -> build/bdist.linux-s390x/wheel/markdown 2023-04-20 01:09:44,498 root INFO copying build/lib/markdown/treeprocessors.py -> build/bdist.linux-s390x/wheel/markdown 2023-04-20 01:09:44,498 root INFO copying build/lib/markdown/util.py -> build/bdist.linux-s390x/wheel/markdown 2023-04-20 01:09:44,499 root INFO copying build/lib/markdown/preprocessors.py -> build/bdist.linux-s390x/wheel/markdown 2023-04-20 01:09:44,499 root INFO copying build/lib/markdown/postprocessors.py -> build/bdist.linux-s390x/wheel/markdown 2023-04-20 01:09:44,499 root INFO copying build/lib/markdown/blockprocessors.py -> build/bdist.linux-s390x/wheel/markdown 2023-04-20 01:09:44,499 root INFO copying build/lib/markdown/serializers.py -> build/bdist.linux-s390x/wheel/markdown 2023-04-20 01:09:44,499 root INFO copying build/lib/markdown/core.py -> build/bdist.linux-s390x/wheel/markdown 2023-04-20 01:09:44,499 root INFO copying build/lib/markdown/test_tools.py -> build/bdist.linux-s390x/wheel/markdown 2023-04-20 01:09:44,499 root INFO running install_egg_info 2023-04-20 01:09:44,500 root INFO Copying Markdown.egg-info to build/bdist.linux-s390x/wheel/Markdown-3.4.3-py3.11.egg-info 2023-04-20 01:09:44,500 root INFO running install_scripts 2023-04-20 01:09:44,502 wheel INFO creating build/bdist.linux-s390x/wheel/Markdown-3.4.3.dist-info/WHEEL 2023-04-20 01:09:44,502 wheel INFO creating '/home/buildozer/aports/main/py3-markdown/src/Markdown-3.4.3/dist/.tmp-8zcvof63/Markdown-3.4.3-py3-none-any.whl' and adding 'build/bdist.linux-s390x/wheel' to it 2023-04-20 01:09:44,502 wheel INFO adding 'markdown/__init__.py' 2023-04-20 01:09:44,502 wheel INFO adding 'markdown/__main__.py' 2023-04-20 01:09:44,503 wheel INFO adding 'markdown/__meta__.py' 2023-04-20 01:09:44,503 wheel INFO adding 'markdown/blockparser.py' 2023-04-20 01:09:44,503 wheel INFO adding 'markdown/blockprocessors.py' 2023-04-20 01:09:44,503 wheel INFO adding 'markdown/core.py' 2023-04-20 01:09:44,503 wheel INFO adding 'markdown/htmlparser.py' 2023-04-20 01:09:44,503 wheel INFO adding 'markdown/inlinepatterns.py' 2023-04-20 01:09:44,504 wheel INFO adding 'markdown/postprocessors.py' 2023-04-20 01:09:44,504 wheel INFO adding 'markdown/preprocessors.py' 2023-04-20 01:09:44,504 wheel INFO adding 'markdown/serializers.py' 2023-04-20 01:09:44,504 wheel INFO adding 'markdown/test_tools.py' 2023-04-20 01:09:44,504 wheel INFO adding 'markdown/treeprocessors.py' 2023-04-20 01:09:44,504 wheel INFO adding 'markdown/util.py' 2023-04-20 01:09:44,504 wheel INFO adding 'markdown/extensions/__init__.py' 2023-04-20 01:09:44,504 wheel INFO adding 'markdown/extensions/abbr.py' 2023-04-20 01:09:44,504 wheel INFO adding 'markdown/extensions/admonition.py' 2023-04-20 01:09:44,505 wheel INFO adding 'markdown/extensions/attr_list.py' 2023-04-20 01:09:44,505 wheel INFO adding 'markdown/extensions/codehilite.py' 2023-04-20 01:09:44,505 wheel INFO adding 'markdown/extensions/def_list.py' 2023-04-20 01:09:44,505 wheel INFO adding 'markdown/extensions/extra.py' 2023-04-20 01:09:44,505 wheel INFO adding 'markdown/extensions/fenced_code.py' 2023-04-20 01:09:44,505 wheel INFO adding 'markdown/extensions/footnotes.py' 2023-04-20 01:09:44,505 wheel INFO adding 'markdown/extensions/legacy_attrs.py' 2023-04-20 01:09:44,505 wheel INFO adding 'markdown/extensions/legacy_em.py' 2023-04-20 01:09:44,505 wheel INFO adding 'markdown/extensions/md_in_html.py' 2023-04-20 01:09:44,506 wheel INFO adding 'markdown/extensions/meta.py' 2023-04-20 01:09:44,506 wheel INFO adding 'markdown/extensions/nl2br.py' 2023-04-20 01:09:44,506 wheel INFO adding 'markdown/extensions/sane_lists.py' 2023-04-20 01:09:44,506 wheel INFO adding 'markdown/extensions/smarty.py' 2023-04-20 01:09:44,506 wheel INFO adding 'markdown/extensions/tables.py' 2023-04-20 01:09:44,506 wheel INFO adding 'markdown/extensions/toc.py' 2023-04-20 01:09:44,506 wheel INFO adding 'markdown/extensions/wikilinks.py' 2023-04-20 01:09:44,506 wheel INFO adding 'Markdown-3.4.3.dist-info/LICENSE.md' 2023-04-20 01:09:44,506 wheel INFO adding 'Markdown-3.4.3.dist-info/METADATA' 2023-04-20 01:09:44,506 wheel INFO adding 'Markdown-3.4.3.dist-info/WHEEL' 2023-04-20 01:09:44,506 wheel INFO adding 'Markdown-3.4.3.dist-info/entry_points.txt' 2023-04-20 01:09:44,507 wheel INFO adding 'Markdown-3.4.3.dist-info/top_level.txt' 2023-04-20 01:09:44,507 wheel INFO adding 'Markdown-3.4.3.dist-info/RECORD' 2023-04-20 01:09:44,507 wheel INFO removing build/bdist.linux-s390x/wheel 2023-04-20 01:09:44,507 gpep517 INFO The backend produced dist/Markdown-3.4.3-py3-none-any.whl Markdown-3.4.3-py3-none-any.whl ................................................................................................................................................s...............................................................................................................................................................ss.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. ---------------------------------------------------------------------- Ran 912 tests in 0.850s OK (skipped=3) >>> py3-markdown: Entering fakeroot... >>> py3-markdown-pyc*: Running split function pyc... '/home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.11/site-packages/markdown/extensions/__pycache__' -> '/home/buildozer/aports/main/py3-markdown/pkg/py3-markdown-pyc/usr/lib/python3.11/site-packages/markdown/extensions/__pycache__' '/home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.11/site-packages/markdown/__pycache__' -> '/home/buildozer/aports/main/py3-markdown/pkg/py3-markdown-pyc/usr/lib/python3.11/site-packages/markdown/__pycache__' >>> py3-markdown-pyc*: Preparing subpackage py3-markdown-pyc... >>> py3-markdown-pyc*: Running postcheck for py3-markdown-pyc >>> py3-markdown*: Running postcheck for py3-markdown >>> py3-markdown*: Preparing package py3-markdown... >>> py3-markdown-pyc*: Tracing dependencies... python3 python3~3.11 >>> py3-markdown-pyc*: Package size: 452.0 KB >>> py3-markdown-pyc*: Compressing data... >>> py3-markdown-pyc*: Create checksum... >>> py3-markdown-pyc*: Create py3-markdown-pyc-3.4.3-r1.apk >>> py3-markdown*: Tracing dependencies... python3 python3~3.11 >>> py3-markdown*: Package size: 392.0 KB >>> py3-markdown*: Compressing data... >>> py3-markdown*: Create checksum... >>> py3-markdown*: Create py3-markdown-3.4.3-r1.apk >>> py3-markdown: Build complete at Thu, 20 Apr 2023 01:09:46 +0000 elapsed time 0h 0m 4s >>> py3-markdown: Cleaning up srcdir >>> py3-markdown: Cleaning up pkgdir >>> py3-markdown: Uninstalling dependencies... (1/19) Purging .makedepends-py3-markdown (20230420.010942) (2/19) Purging py3-gpep517 (13-r2) (3/19) Purging py3-installer (0.7.0-r1) (4/19) Purging py3-setuptools (67.6.1-r1) (5/19) Purging py3-wheel (0.40.0-r1) (6/19) Purging py3-packaging (23.1-r1) (7/19) Purging py3-parsing (3.0.9-r2) (8/19) Purging py3-coverage (6.5.0-r4) (9/19) Purging py3-yaml (6.0-r3) (10/19) Purging yaml (0.2.5-r1) (11/19) Purging python3 (3.11.3-r10) (12/19) Purging gdbm (1.23-r1) (13/19) Purging libbz2 (1.0.8-r5) (14/19) Purging libffi (3.4.4-r2) (15/19) Purging libpanelw (6.4_p20230401-r4) (16/19) Purging mpdecimal (2.5.1-r2) (17/19) Purging readline (8.2.1-r1) (18/19) Purging sqlite-libs (3.41.2-r2) (19/19) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r7.trigger OK: 370 MiB in 97 packages >>> py3-markdown: Updating the main/s390x repository index... >>> py3-markdown: Signing the index...