>>> py3-markdown2: Building testing/py3-markdown2 2.4.9-r0 (using abuild 3.11.20-r0) started Sun, 02 Jul 2023 20:15:52 +0000 >>> py3-markdown2: Checking sanity of /home/buildozer/aports/testing/py3-markdown2/APKBUILD... >>> py3-markdown2: Analyzing dependencies... >>> py3-markdown2: Installing for build: build-base python3 py3-setuptools (1/17) Installing libffi (3.4.4-r3) (2/17) Installing gdbm (1.23-r1) (3/17) Installing mpdecimal (2.5.1-r2) (4/17) Installing libpanelw (6.4_p20230701-r0) (5/17) Installing readline (8.2.1-r2) (6/17) Installing sqlite-libs (3.42.0-r2) (7/17) Installing python3 (3.11.4-r1) (8/17) Installing python3-pycache-pyc0 (3.11.4-r1) (9/17) Installing pyc (0.1-r0) (10/17) Installing python3-pyc (3.11.4-r1) (11/17) Installing py3-parsing (3.1.0-r0) (12/17) Installing py3-parsing-pyc (3.1.0-r0) (13/17) Installing py3-packaging (23.1-r1) (14/17) Installing py3-packaging-pyc (23.1-r1) (15/17) Installing py3-setuptools (68.0.0-r0) (16/17) Installing py3-setuptools-pyc (68.0.0-r0) (17/17) Installing .makedepends-py3-markdown2 (20230702.201553) Executing busybox-1.36.1-r2.trigger OK: 316 MiB in 124 packages >>> py3-markdown2: Cleaning up srcdir >>> py3-markdown2: Cleaning up pkgdir >>> py3-markdown2: Cleaning up tmpdir >>> py3-markdown2: Fetching https://distfiles.alpinelinux.org/distfiles/edge/markdown2-2.4.9.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-markdown2: Fetching https://files.pythonhosted.org/packages/source/m/markdown2/markdown2-2.4.9.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 119k 100 119k 0 0 99086 0 0:00:01 0:00:01 --:--:-- 99086 >>> py3-markdown2: Fetching https://distfiles.alpinelinux.org/distfiles/edge/markdown2-2.4.9.tar.gz >>> py3-markdown2: Checking sha512sums... markdown2-2.4.9.tar.gz: OK >>> py3-markdown2: Unpacking /var/cache/distfiles/markdown2-2.4.9.tar.gz... running build running build_py creating build creating build/lib copying lib/markdown2.py -> build/lib running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. /usr/lib/python3.11/site-packages/setuptools/command/test.py:194: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! ir_d = dist.fetch_build_eggs(dist.install_requires) WARNING: The wheel package is not available. /usr/lib/python3.11/site-packages/setuptools/command/test.py:195: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! tr_d = dist.fetch_build_eggs(dist.tests_require or []) WARNING: The wheel package is not available. /usr/lib/python3.11/site-packages/setuptools/command/test.py:196: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! er_d = dist.fetch_build_eggs( WARNING: The wheel package is not available. running egg_info writing lib/markdown2.egg-info/PKG-INFO writing dependency_links to lib/markdown2.egg-info/dependency_links.txt writing entry points to lib/markdown2.egg-info/entry_points.txt writing requirements to lib/markdown2.egg-info/requires.txt writing top-level names to lib/markdown2.egg-info/top_level.txt reading manifest file 'lib/markdown2.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'README.txt' warning: no files found matching 'bin/markdown2' adding license file 'LICENSE.txt' writing manifest file 'lib/markdown2.egg-info/SOURCES.txt' running build_ext ---------------------------------------------------------------------- Ran 0 tests in 0.000s OK >>> py3-markdown2: Entering fakeroot... 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 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-markdown2/pkg creating /home/buildozer/aports/testing/py3-markdown2/pkg/py3-markdown2 creating /home/buildozer/aports/testing/py3-markdown2/pkg/py3-markdown2/usr creating /home/buildozer/aports/testing/py3-markdown2/pkg/py3-markdown2/usr/lib creating /home/buildozer/aports/testing/py3-markdown2/pkg/py3-markdown2/usr/lib/python3.11 creating /home/buildozer/aports/testing/py3-markdown2/pkg/py3-markdown2/usr/lib/python3.11/site-packages copying build/lib/markdown2.py -> /home/buildozer/aports/testing/py3-markdown2/pkg/py3-markdown2/usr/lib/python3.11/site-packages byte-compiling /home/buildozer/aports/testing/py3-markdown2/pkg/py3-markdown2/usr/lib/python3.11/site-packages/markdown2.py to markdown2.cpython-311.pyc running install_egg_info running egg_info writing lib/markdown2.egg-info/PKG-INFO writing dependency_links to lib/markdown2.egg-info/dependency_links.txt writing entry points to lib/markdown2.egg-info/entry_points.txt writing requirements to lib/markdown2.egg-info/requires.txt writing top-level names to lib/markdown2.egg-info/top_level.txt reading manifest file 'lib/markdown2.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'README.txt' warning: no files found matching 'bin/markdown2' adding license file 'LICENSE.txt' writing manifest file 'lib/markdown2.egg-info/SOURCES.txt' Copying lib/markdown2.egg-info to /home/buildozer/aports/testing/py3-markdown2/pkg/py3-markdown2/usr/lib/python3.11/site-packages/markdown2-2.4.9-py3.11.egg-info running install_scripts Installing markdown2 script to /home/buildozer/aports/testing/py3-markdown2/pkg/py3-markdown2/usr/bin >>> py3-markdown2-pyc*: Running split function pyc... '/home/buildozer/aports/testing/py3-markdown2/pkg/py3-markdown2/usr/lib/python3.11/site-packages/__pycache__' -> '/home/buildozer/aports/testing/py3-markdown2/pkg/py3-markdown2-pyc/usr/lib/python3.11/site-packages/__pycache__' >>> py3-markdown2-pyc*: Preparing subpackage py3-markdown2-pyc... >>> py3-markdown2-pyc*: Running postcheck for py3-markdown2-pyc >>> py3-markdown2*: Running postcheck for py3-markdown2 >>> py3-markdown2*: Preparing package py3-markdown2... >>> py3-markdown2-pyc*: Tracing dependencies... python3 python3~3.11 >>> py3-markdown2-pyc*: Package size: 168.0 KB >>> py3-markdown2-pyc*: Compressing data... >>> py3-markdown2-pyc*: Create checksum... >>> py3-markdown2-pyc*: Create py3-markdown2-pyc-2.4.9-r0.apk >>> py3-markdown2*: Tracing dependencies... python3 python3~3.11 >>> py3-markdown2*: Package size: 200.0 KB >>> py3-markdown2*: Compressing data... >>> py3-markdown2*: Create checksum... >>> py3-markdown2*: Create py3-markdown2-2.4.9-r0.apk >>> py3-markdown2: Build complete at Sun, 02 Jul 2023 20:15:57 +0000 elapsed time 0h 0m 5s >>> py3-markdown2: Cleaning up srcdir >>> py3-markdown2: Cleaning up pkgdir >>> py3-markdown2: Uninstalling dependencies... (1/17) Purging .makedepends-py3-markdown2 (20230702.201553) (2/17) Purging py3-setuptools-pyc (68.0.0-r0) (3/17) Purging py3-setuptools (68.0.0-r0) (4/17) Purging py3-packaging-pyc (23.1-r1) (5/17) Purging py3-packaging (23.1-r1) (6/17) Purging py3-parsing-pyc (3.1.0-r0) (7/17) Purging py3-parsing (3.1.0-r0) (8/17) Purging python3-pyc (3.11.4-r1) (9/17) Purging python3-pycache-pyc0 (3.11.4-r1) (10/17) Purging pyc (0.1-r0) (11/17) Purging python3 (3.11.4-r1) (12/17) Purging gdbm (1.23-r1) (13/17) Purging libffi (3.4.4-r3) (14/17) Purging libpanelw (6.4_p20230701-r0) (15/17) Purging mpdecimal (2.5.1-r2) (16/17) Purging readline (8.2.1-r2) (17/17) Purging sqlite-libs (3.42.0-r2) Executing busybox-1.36.1-r2.trigger OK: 263 MiB in 107 packages >>> py3-markdown2: Updating the testing/ppc64le repository index... >>> py3-markdown2: Signing the index...