>>> py3-pygfm: Building testing/py3-pygfm 2.0.0-r0 (using abuild 3.11.0_rc13-r1) started Mon, 08 May 2023 21:56:03 +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/19) Installing libbz2 (1.0.8-r5) (2/19) Installing gdbm (1.23-r1) (3/19) Installing mpdecimal (2.5.1-r2) (4/19) Installing libpanelw (6.4_p20230506-r0) (5/19) Installing readline (8.2.1-r1) (6/19) Installing sqlite-libs (3.41.2-r2) (7/19) Installing python3 (3.11.3-r10) (8/19) Installing python3-pycache-pyc0 (3.11.3-r10) (9/19) Installing pyc (0.1-r0) (10/19) Installing python3-pyc (3.11.3-r10) (11/19) Installing py3-markdown (3.4.3-r1) (12/19) Installing py3-markdown-pyc (3.4.3-r1) (13/19) Installing py3-parsing (3.0.9-r2) (14/19) Installing py3-parsing-pyc (3.0.9-r2) (15/19) Installing py3-packaging (23.1-r1) (16/19) Installing py3-packaging-pyc (23.1-r1) (17/19) Installing py3-setuptools (67.7.2-r0) (18/19) Installing py3-setuptools-pyc (67.7.2-r0) (19/19) Installing .makedepends-py3-pygfm (20230508.215608) Executing busybox-1.36.0-r9.trigger OK: 1021 MiB in 123 packages >>> py3-pygfm: Cleaning up srcdir >>> py3-pygfm: Cleaning up pkgdir >>> py3-pygfm: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-pygfm-2.0.0.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 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-pygfm: Fetching py3-pygfm-2.0.0.tar.gz::https://github.com/Zopieux/py-gfm/archive/2.0.0.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21898 0 21898 0 0 29939 0 --:--:-- --:--:-- --:--:-- 29939 >>> py3-pygfm: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-pygfm-2.0.0.tar.gz >>> py3-pygfm: Checking sha512sums... py3-pygfm-2.0.0.tar.gz: OK >>> py3-pygfm: Unpacking /var/cache/distfiles/py3-pygfm-2.0.0.tar.gz... /usr/lib/python3.11/site-packages/setuptools/dist.py:755: SetuptoolsDeprecationWarning: Invalid dash-separated options !! ******************************************************************************** Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead. By 2023-Sep-26, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self.warn_dash_deprecation(opt, section) 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:755: SetuptoolsDeprecationWarning: Invalid dash-separated options !! ******************************************************************************** Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead. By 2023-Sep-26, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self.warn_dash_deprecation(opt, section) running install /usr/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer, pypa/build or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() 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 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' Copying py_gfm.egg-info to /home/buildozer/aports/testing/py3-pygfm/pkg/py3-pygfm/usr/lib/python3.11/site-packages/py_gfm-2.0.0-py3.11.egg-info running install_scripts >>> py3-pygfm-pyc*: Running split function pyc... '/home/buildozer/aports/testing/py3-pygfm/pkg/py3-pygfm/usr/lib/python3.11/site-packages/mdx_partial_gfm/__pycache__' -> '/home/buildozer/aports/testing/py3-pygfm/pkg/py3-pygfm-pyc/usr/lib/python3.11/site-packages/mdx_partial_gfm/__pycache__' '/home/buildozer/aports/testing/py3-pygfm/pkg/py3-pygfm/usr/lib/python3.11/site-packages/mdx_gfm/__pycache__' -> '/home/buildozer/aports/testing/py3-pygfm/pkg/py3-pygfm-pyc/usr/lib/python3.11/site-packages/mdx_gfm/__pycache__' '/home/buildozer/aports/testing/py3-pygfm/pkg/py3-pygfm/usr/lib/python3.11/site-packages/gfm/__pycache__' -> '/home/buildozer/aports/testing/py3-pygfm/pkg/py3-pygfm-pyc/usr/lib/python3.11/site-packages/gfm/__pycache__' >>> py3-pygfm-pyc*: Preparing subpackage py3-pygfm-pyc... >>> py3-pygfm-pyc*: Running postcheck for py3-pygfm-pyc >>> py3-pygfm*: Running postcheck for py3-pygfm >>> py3-pygfm*: Preparing package py3-pygfm... >>> py3-pygfm-pyc*: Tracing dependencies... python3 py3-markdown python3~3.11 >>> py3-pygfm-pyc*: Package size: 88.0 KB >>> py3-pygfm-pyc*: Compressing data... >>> py3-pygfm-pyc*: Create checksum... >>> py3-pygfm-pyc*: Create py3-pygfm-pyc-2.0.0-r0.apk >>> py3-pygfm*: Tracing dependencies... python3 py3-markdown python3~3.11 >>> py3-pygfm*: Package size: 100.0 KB >>> py3-pygfm*: Compressing data... >>> py3-pygfm*: Create checksum... >>> py3-pygfm*: Create py3-pygfm-2.0.0-r0.apk >>> py3-pygfm: Build complete at Mon, 08 May 2023 21:56:19 +0000 elapsed time 0h 0m 16s >>> py3-pygfm: Cleaning up srcdir >>> py3-pygfm: Cleaning up pkgdir >>> py3-pygfm: Uninstalling dependencies... (1/19) Purging .makedepends-py3-pygfm (20230508.215608) (2/19) Purging py3-markdown-pyc (3.4.3-r1) (3/19) Purging py3-markdown (3.4.3-r1) (4/19) Purging py3-setuptools-pyc (67.7.2-r0) (5/19) Purging py3-setuptools (67.7.2-r0) (6/19) Purging py3-packaging-pyc (23.1-r1) (7/19) Purging py3-packaging (23.1-r1) (8/19) Purging py3-parsing-pyc (3.0.9-r2) (9/19) Purging py3-parsing (3.0.9-r2) (10/19) Purging python3-pyc (3.11.3-r10) (11/19) Purging python3-pycache-pyc0 (3.11.3-r10) (12/19) Purging pyc (0.1-r0) (13/19) Purging python3 (3.11.3-r10) (14/19) Purging gdbm (1.23-r1) (15/19) Purging libbz2 (1.0.8-r5) (16/19) Purging libpanelw (6.4_p20230506-r0) (17/19) Purging mpdecimal (2.5.1-r2) (18/19) Purging readline (8.2.1-r1) (19/19) Purging sqlite-libs (3.41.2-r2) Executing busybox-1.36.0-r9.trigger OK: 973 MiB in 104 packages >>> py3-pygfm: Updating the testing/riscv64 repository index... >>> py3-pygfm: Signing the index...