>>> py3-flake8-snippets: Building testing/py3-flake8-snippets 0.2-r6 (using abuild 3.11.0_rc13-r0) started Sat, 22 Apr 2023 15:38:21 +0000 >>> py3-flake8-snippets: Checking sanity of /home/buildozer/aports/testing/py3-flake8-snippets/APKBUILD... >>> py3-flake8-snippets: Analyzing dependencies... >>> py3-flake8-snippets: Installing for build: build-base py3-flake8 py3-setuptools (1/25) Installing libbz2 (1.0.8-r5) (2/25) Installing libffi (3.4.4-r2) (3/25) Installing gdbm (1.23-r1) (4/25) Installing xz-libs (5.4.2-r1) (5/25) Installing mpdecimal (2.5.1-r2) (6/25) Installing libpanelw (6.4_p20230401-r5) (7/25) Installing readline (8.2.1-r1) (8/25) Installing sqlite-libs (3.41.2-r2) (9/25) Installing python3 (3.11.3-r10) (10/25) Installing python3-pycache-pyc0 (3.11.3-r10) (11/25) Installing pyc (0.1-r0) (12/25) Installing py3-pycodestyle (2.10.0-r1) (13/25) Installing py3-mccabe (0.7.0-r2) (14/25) Installing py3-mccabe-pyc (0.7.0-r2) (15/25) Installing py3-flake8-pyc (6.0.0-r1) (16/25) Installing python3-pyc (3.11.3-r10) (17/25) Installing py3-pyflakes (3.0.1-r0) (18/25) Installing py3-flake8 (6.0.0-r1) (19/25) Installing py3-parsing (3.0.9-r2) (20/25) Installing py3-parsing-pyc (3.0.9-r2) (21/25) Installing py3-packaging (23.1-r1) (22/25) Installing py3-packaging-pyc (23.1-r1) (23/25) Installing py3-setuptools (67.7.1-r0) (24/25) Installing py3-setuptools-pyc (67.7.1-r0) (25/25) Installing .makedepends-py3-flake8-snippets (20230422.153822) Executing busybox-1.36.0-r7.trigger OK: 463 MiB in 124 packages >>> py3-flake8-snippets: Cleaning up srcdir >>> py3-flake8-snippets: Cleaning up pkgdir >>> py3-flake8-snippets: Fetching https://distfiles.alpinelinux.org/distfiles/edge/flake8-snippets-0.2.tar.gz >>> py3-flake8-snippets: Fetching https://distfiles.alpinelinux.org/distfiles/edge/flake8-snippets-0.2.tar.gz >>> py3-flake8-snippets: Checking sha512sums... flake8-snippets-0.2.tar.gz: OK >>> py3-flake8-snippets: Unpacking /var/cache/distfiles/edge/flake8-snippets-0.2.tar.gz... running build running build_py creating build creating build/lib creating build/lib/flake8_snippets copying flake8_snippets/__init__.py -> build/lib/flake8_snippets copying flake8_snippets/flake8_snippets.py -> build/lib/flake8_snippets running egg_info writing flake8_snippets.egg-info/PKG-INFO writing dependency_links to flake8_snippets.egg-info/dependency_links.txt writing entry points to flake8_snippets.egg-info/entry_points.txt writing requirements to flake8_snippets.egg-info/requires.txt writing top-level names to flake8_snippets.egg-info/top_level.txt reading manifest file 'flake8_snippets.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'README.md' warning: no previously-included files matching '*.orig' found anywhere in distribution warning: no previously-included files matching '*.log' found anywhere in distribution warning: no previously-included files matching '*.swp' found anywhere in distribution no previously-included directories found matching 'flake8_snippets/tests/coverage' no previously-included directories found matching 'flake8_snippets/.ropeproject' adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'flake8_snippets.egg-info/SOURCES.txt' >>> WARNING: py3-flake8-snippets: APKBUILD does not run any tests! Alpine policy will soon require that packages have any relevant testsuites run during the build process. To fix, either define a check() function, or declare !check in $options to indicate the package does not have a testsuite. >>> py3-flake8-snippets: 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, 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-flake8-snippets/pkg creating /home/buildozer/aports/testing/py3-flake8-snippets/pkg/py3-flake8-snippets creating /home/buildozer/aports/testing/py3-flake8-snippets/pkg/py3-flake8-snippets/usr creating /home/buildozer/aports/testing/py3-flake8-snippets/pkg/py3-flake8-snippets/usr/lib creating /home/buildozer/aports/testing/py3-flake8-snippets/pkg/py3-flake8-snippets/usr/lib/python3.11 creating /home/buildozer/aports/testing/py3-flake8-snippets/pkg/py3-flake8-snippets/usr/lib/python3.11/site-packages creating /home/buildozer/aports/testing/py3-flake8-snippets/pkg/py3-flake8-snippets/usr/lib/python3.11/site-packages/flake8_snippets copying build/lib/flake8_snippets/__init__.py -> /home/buildozer/aports/testing/py3-flake8-snippets/pkg/py3-flake8-snippets/usr/lib/python3.11/site-packages/flake8_snippets copying build/lib/flake8_snippets/flake8_snippets.py -> /home/buildozer/aports/testing/py3-flake8-snippets/pkg/py3-flake8-snippets/usr/lib/python3.11/site-packages/flake8_snippets byte-compiling /home/buildozer/aports/testing/py3-flake8-snippets/pkg/py3-flake8-snippets/usr/lib/python3.11/site-packages/flake8_snippets/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-flake8-snippets/pkg/py3-flake8-snippets/usr/lib/python3.11/site-packages/flake8_snippets/flake8_snippets.py to flake8_snippets.cpython-311.pyc running install_egg_info running egg_info writing flake8_snippets.egg-info/PKG-INFO writing dependency_links to flake8_snippets.egg-info/dependency_links.txt writing entry points to flake8_snippets.egg-info/entry_points.txt writing requirements to flake8_snippets.egg-info/requires.txt writing top-level names to flake8_snippets.egg-info/top_level.txt reading manifest file 'flake8_snippets.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'README.md' warning: no previously-included files matching '*.orig' found anywhere in distribution warning: no previously-included files matching '*.log' found anywhere in distribution warning: no previously-included files matching '*.swp' found anywhere in distribution no previously-included directories found matching 'flake8_snippets/tests/coverage' no previously-included directories found matching 'flake8_snippets/.ropeproject' adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'flake8_snippets.egg-info/SOURCES.txt' Copying flake8_snippets.egg-info to /home/buildozer/aports/testing/py3-flake8-snippets/pkg/py3-flake8-snippets/usr/lib/python3.11/site-packages/flake8_snippets-0.2-py3.11.egg-info running install_scripts >>> py3-flake8-snippets-pyc*: Running split function pyc... '/home/buildozer/aports/testing/py3-flake8-snippets/pkg/py3-flake8-snippets/usr/lib/python3.11/site-packages/flake8_snippets/__pycache__' -> '/home/buildozer/aports/testing/py3-flake8-snippets/pkg/py3-flake8-snippets-pyc/usr/lib/python3.11/site-packages/flake8_snippets/__pycache__' >>> py3-flake8-snippets-pyc*: Preparing subpackage py3-flake8-snippets-pyc... >>> py3-flake8-snippets-pyc*: Running postcheck for py3-flake8-snippets-pyc >>> py3-flake8-snippets*: Running postcheck for py3-flake8-snippets >>> py3-flake8-snippets*: Preparing package py3-flake8-snippets... >>> py3-flake8-snippets-pyc*: Tracing dependencies... py3-flake8 python3~3.11 >>> py3-flake8-snippets-pyc*: Package size: 36.0 KB >>> py3-flake8-snippets-pyc*: Compressing data... >>> py3-flake8-snippets-pyc*: Create checksum... >>> py3-flake8-snippets-pyc*: Create py3-flake8-snippets-pyc-0.2-r6.apk >>> py3-flake8-snippets*: Tracing dependencies... py3-flake8 python3~3.11 >>> py3-flake8-snippets*: Package size: 60.0 KB >>> py3-flake8-snippets*: Compressing data... >>> py3-flake8-snippets*: Create checksum... >>> py3-flake8-snippets*: Create py3-flake8-snippets-0.2-r6.apk >>> py3-flake8-snippets: Build complete at Sat, 22 Apr 2023 15:38:23 +0000 elapsed time 0h 0m 2s >>> py3-flake8-snippets: Cleaning up srcdir >>> py3-flake8-snippets: Cleaning up pkgdir >>> py3-flake8-snippets: Uninstalling dependencies... (1/25) Purging .makedepends-py3-flake8-snippets (20230422.153822) (2/25) Purging py3-flake8-pyc (6.0.0-r1) (3/25) Purging py3-flake8 (6.0.0-r1) (4/25) Purging py3-pyflakes (3.0.1-r0) (5/25) Purging py3-pycodestyle (2.10.0-r1) (6/25) Purging py3-mccabe-pyc (0.7.0-r2) (7/25) Purging py3-mccabe (0.7.0-r2) (8/25) Purging py3-setuptools-pyc (67.7.1-r0) (9/25) Purging py3-setuptools (67.7.1-r0) (10/25) Purging py3-packaging-pyc (23.1-r1) (11/25) Purging py3-packaging (23.1-r1) (12/25) Purging py3-parsing-pyc (3.0.9-r2) (13/25) Purging py3-parsing (3.0.9-r2) (14/25) Purging python3-pyc (3.11.3-r10) (15/25) Purging python3-pycache-pyc0 (3.11.3-r10) (16/25) Purging pyc (0.1-r0) (17/25) Purging python3 (3.11.3-r10) (18/25) Purging gdbm (1.23-r1) (19/25) Purging libbz2 (1.0.8-r5) (20/25) Purging libffi (3.4.4-r2) (21/25) Purging libpanelw (6.4_p20230401-r5) (22/25) Purging mpdecimal (2.5.1-r2) (23/25) Purging readline (8.2.1-r1) (24/25) Purging sqlite-libs (3.41.2-r2) (25/25) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r7.trigger OK: 408 MiB in 99 packages >>> py3-flake8-snippets: Updating the testing/aarch64 repository index... >>> py3-flake8-snippets: Signing the index...