>>> py3-pygfm: Building testing/py3-pygfm 1.0.2-r1 (using abuild 3.10.0_rc1-r2) started Mon, 28 Nov 2022 10:07:09 +0000 >>> py3-pygfm: Checking sanity of /home/buildozer/aports/testing/py3-pygfm/APKBUILD... >>> py3-pygfm: Analyzing dependencies... >>> py3-pygfm: Installing for build: build-base python3 py3-markdown py3-setuptools (1/13) Installing libbz2 (1.0.8-r4) (2/13) Installing libffi (3.4.4-r0) (3/13) Installing gdbm (1.23-r0) (4/13) Installing xz-libs (5.2.8-r0) (5/13) Installing mpdecimal (2.5.1-r1) (6/13) Installing readline (8.2.0-r0) (7/13) Installing sqlite-libs (3.40.0-r0) (8/13) Installing python3 (3.11.0-r2) (9/13) Installing py3-markdown (3.4.1-r1) (10/13) Installing py3-parsing (3.0.9-r1) (11/13) Installing py3-packaging (21.3-r3) (12/13) Installing py3-setuptools (65.6.3-r0) (13/13) Installing .makedepends-py3-pygfm (20221128.100713) Executing busybox-1.35.0-r29.trigger OK: 344 MiB in 109 packages >>> py3-pygfm: Cleaning up srcdir >>> py3-pygfm: Cleaning up pkgdir >>> py3-pygfm: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-pygfm-1.0.2.tar.gz >>> py3-pygfm: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-pygfm-1.0.2.tar.gz >>> py3-pygfm: Checking sha512sums... py3-pygfm-1.0.2.tar.gz: OK >>> py3-pygfm: Unpacking /var/cache/distfiles/py3-pygfm-1.0.2.tar.gz... /usr/lib/python3.11/site-packages/setuptools/dist.py:770: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead warnings.warn( running build running build_py creating build creating build/lib creating build/lib/mdx_partial_gfm copying mdx_partial_gfm/__init__.py -> build/lib/mdx_partial_gfm creating build/lib/mdx_gfm copying mdx_gfm/__init__.py -> build/lib/mdx_gfm creating build/lib/gfm copying gfm/semi_sane_lists.py -> build/lib/gfm copying gfm/__init__.py -> build/lib/gfm copying gfm/standalone_fenced_code.py -> build/lib/gfm copying gfm/strikethrough.py -> build/lib/gfm copying gfm/automail.py -> build/lib/gfm copying gfm/tasklist.py -> build/lib/gfm copying gfm/autolink.py -> build/lib/gfm running egg_info creating py_gfm.egg-info writing py_gfm.egg-info/PKG-INFO writing dependency_links to py_gfm.egg-info/dependency_links.txt writing requirements to py_gfm.egg-info/requires.txt writing top-level names to py_gfm.egg-info/top_level.txt writing manifest file 'py_gfm.egg-info/SOURCES.txt' reading manifest file 'py_gfm.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found under directory '*' warning: no previously-included files matching '*.py[co]' found under directory '*' warning: no files found matching '*.rst' under directory 'docs' warning: no files found matching 'conf.py' under directory 'docs' warning: no files found matching 'Makefile' under directory 'docs' warning: no files found matching 'make.bat' under directory 'docs' warning: no files found matching '*.jpg' under directory 'docs' warning: no files found matching '*.png' under directory 'docs' warning: no files found matching '*.gif' under directory 'docs' adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'py_gfm.egg-info/SOURCES.txt' >>> py3-pygfm: Entering fakeroot... /usr/lib/python3.11/site-packages/setuptools/dist.py:770: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead warnings.warn( running install /usr/lib/python3.11/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing py_gfm.egg-info/PKG-INFO writing dependency_links to py_gfm.egg-info/dependency_links.txt writing requirements to py_gfm.egg-info/requires.txt writing top-level names to py_gfm.egg-info/top_level.txt reading manifest file 'py_gfm.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found under directory '*' warning: no previously-included files matching '*.py[co]' found under directory '*' warning: no files found matching '*.rst' under directory 'docs' warning: no files found matching 'conf.py' under directory 'docs' warning: no files found matching 'Makefile' under directory 'docs' warning: no files found matching 'make.bat' under directory 'docs' warning: no files found matching '*.jpg' under directory 'docs' warning: no files found matching '*.png' under directory 'docs' warning: no files found matching '*.gif' under directory 'docs' adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'py_gfm.egg-info/SOURCES.txt' running install_lib creating /home/buildozer/aports/testing/py3-pygfm/pkg creating /home/buildozer/aports/testing/py3-pygfm/pkg/py3-pygfm creating /home/buildozer/aports/testing/py3-pygfm/pkg/py3-pygfm/usr creating /home/buildozer/aports/testing/py3-pygfm/pkg/py3-pygfm/usr/lib creating /home/buildozer/aports/testing/py3-pygfm/pkg/py3-pygfm/usr/lib/python3.11 creating /home/buildozer/aports/testing/py3-pygfm/pkg/py3-pygfm/usr/lib/python3.11/site-packages creating /home/buildozer/aports/testing/py3-pygfm/pkg/py3-pygfm/usr/lib/python3.11/site-packages/mdx_partial_gfm copying build/lib/mdx_partial_gfm/__init__.py -> /home/buildozer/aports/testing/py3-pygfm/pkg/py3-pygfm/usr/lib/python3.11/site-packages/mdx_partial_gfm creating /home/buildozer/aports/testing/py3-pygfm/pkg/py3-pygfm/usr/lib/python3.11/site-packages/mdx_gfm copying build/lib/mdx_gfm/__init__.py -> /home/buildozer/aports/testing/py3-pygfm/pkg/py3-pygfm/usr/lib/python3.11/site-packages/mdx_gfm creating /home/buildozer/aports/testing/py3-pygfm/pkg/py3-pygfm/usr/lib/python3.11/site-packages/gfm copying build/lib/gfm/semi_sane_lists.py -> /home/buildozer/aports/testing/py3-pygfm/pkg/py3-pygfm/usr/lib/python3.11/site-packages/gfm copying build/lib/gfm/__init__.py -> /home/buildozer/aports/testing/py3-pygfm/pkg/py3-pygfm/usr/lib/python3.11/site-packages/gfm copying build/lib/gfm/standalone_fenced_code.py -> /home/buildozer/aports/testing/py3-pygfm/pkg/py3-pygfm/usr/lib/python3.11/site-packages/gfm copying build/lib/gfm/strikethrough.py -> /home/buildozer/aports/testing/py3-pygfm/pkg/py3-pygfm/usr/lib/python3.11/site-packages/gfm copying build/lib/gfm/automail.py -> /home/buildozer/aports/testing/py3-pygfm/pkg/py3-pygfm/usr/lib/python3.11/site-packages/gfm copying build/lib/gfm/tasklist.py -> /home/buildozer/aports/testing/py3-pygfm/pkg/py3-pygfm/usr/lib/python3.11/site-packages/gfm copying build/lib/gfm/autolink.py -> /home/buildozer/aports/testing/py3-pygfm/pkg/py3-pygfm/usr/lib/python3.11/site-packages/gfm byte-compiling /home/buildozer/aports/testing/py3-pygfm/pkg/py3-pygfm/usr/lib/python3.11/site-packages/mdx_partial_gfm/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pygfm/pkg/py3-pygfm/usr/lib/python3.11/site-packages/mdx_gfm/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pygfm/pkg/py3-pygfm/usr/lib/python3.11/site-packages/gfm/semi_sane_lists.py to semi_sane_lists.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pygfm/pkg/py3-pygfm/usr/lib/python3.11/site-packages/gfm/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pygfm/pkg/py3-pygfm/usr/lib/python3.11/site-packages/gfm/standalone_fenced_code.py to standalone_fenced_code.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pygfm/pkg/py3-pygfm/usr/lib/python3.11/site-packages/gfm/strikethrough.py to strikethrough.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pygfm/pkg/py3-pygfm/usr/lib/python3.11/site-packages/gfm/automail.py to automail.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pygfm/pkg/py3-pygfm/usr/lib/python3.11/site-packages/gfm/tasklist.py to tasklist.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pygfm/pkg/py3-pygfm/usr/lib/python3.11/site-packages/gfm/autolink.py to autolink.cpython-311.pyc running install_egg_info Copying py_gfm.egg-info to /home/buildozer/aports/testing/py3-pygfm/pkg/py3-pygfm/usr/lib/python3.11/site-packages/py_gfm-1.0.2-py3.11.egg-info running install_scripts >>> py3-pygfm*: Running postcheck for py3-pygfm >>> py3-pygfm*: Preparing package py3-pygfm... >>> py3-pygfm*: Tracing dependencies... >>> py3-pygfm*: Package size: 156.0 KB >>> py3-pygfm*: Compressing data... >>> py3-pygfm*: Create checksum... >>> py3-pygfm*: Create py3-pygfm-1.0.2-r1.apk >>> py3-pygfm: Build complete at Mon, 28 Nov 2022 10:07:21 +0000 elapsed time 0h 0m 12s >>> py3-pygfm: Cleaning up srcdir >>> py3-pygfm: Cleaning up pkgdir >>> py3-pygfm: Uninstalling dependencies... (1/13) Purging .makedepends-py3-pygfm (20221128.100713) (2/13) Purging py3-markdown (3.4.1-r1) (3/13) Purging py3-setuptools (65.6.3-r0) (4/13) Purging py3-packaging (21.3-r3) (5/13) Purging py3-parsing (3.0.9-r1) (6/13) Purging python3 (3.11.0-r2) (7/13) Purging libbz2 (1.0.8-r4) (8/13) Purging libffi (3.4.4-r0) (9/13) Purging gdbm (1.23-r0) (10/13) Purging xz-libs (5.2.8-r0) (11/13) Purging mpdecimal (2.5.1-r1) (12/13) Purging readline (8.2.0-r0) (13/13) Purging sqlite-libs (3.40.0-r0) Executing busybox-1.35.0-r29.trigger OK: 271 MiB in 96 packages >>> py3-pygfm: Updating the testing/riscv64 repository index... >>> py3-pygfm: Signing the index...