>>> py3-pytest-flake8: Building community/py3-pytest-flake8 1.1.1-r3 (using abuild 3.11.21-r0) started Sat, 26 Aug 2023 11:16:32 +0000 >>> py3-pytest-flake8: Checking sanity of /home/buildozer/aports/community/py3-pytest-flake8/APKBUILD... >>> py3-pytest-flake8: Analyzing dependencies... >>> py3-pytest-flake8: Installing for build: build-base py3-pytest py3-flake8 py3-setuptools (1/35) Installing libbz2 (1.0.8-r6) (2/35) Installing libffi (3.4.4-r3) (3/35) Installing gdbm (1.23-r1) (4/35) Installing xz-libs (5.4.4-r0) (5/35) Installing mpdecimal (2.5.1-r2) (6/35) Installing libpanelw (6.4_p20230722-r0) (7/35) Installing readline (8.2.1-r2) (8/35) Installing sqlite-libs (3.42.0-r2) (9/35) Installing python3 (3.11.5-r0) (10/35) Installing python3-pycache-pyc0 (3.11.5-r0) (11/35) Installing pyc (0.1-r0) (12/35) Installing py3-iniconfig-pyc (1.1.1-r6) (13/35) Installing py3-parsing (3.1.1-r0) (14/35) Installing py3-parsing-pyc (3.1.1-r0) (15/35) Installing py3-packaging (23.1-r3) (16/35) Installing py3-packaging-pyc (23.1-r3) (17/35) Installing py3-pluggy (1.2.0-r0) (18/35) Installing py3-pluggy-pyc (1.2.0-r0) (19/35) Installing py3-py (1.11.0-r2) (20/35) Installing py3-py-pyc (1.11.0-r2) (21/35) Installing py3-pytest-pyc (7.4.0-r0) (22/35) Installing python3-pyc (3.11.5-r0) (23/35) Installing py3-iniconfig (1.1.1-r6) (24/35) Installing py3-pytest (7.4.0-r0) (25/35) Installing py3-pyflakes (3.1.0-r0) (26/35) Installing py3-pyflakes-pyc (3.1.0-r0) (27/35) Installing py3-pycodestyle (2.11.0-r0) (28/35) Installing py3-pycodestyle-pyc (2.11.0-r0) (29/35) Installing py3-mccabe (0.7.0-r2) (30/35) Installing py3-mccabe-pyc (0.7.0-r2) (31/35) Installing py3-flake8 (6.1.0-r0) (32/35) Installing py3-flake8-pyc (6.1.0-r0) (33/35) Installing py3-setuptools (68.0.0-r2) (34/35) Installing py3-setuptools-pyc (68.0.0-r2) (35/35) Installing .makedepends-py3-pytest-flake8 (20230826.111633) Executing busybox-1.36.1-r6.trigger OK: 438 MiB in 138 packages >>> py3-pytest-flake8: Cleaning up srcdir >>> py3-pytest-flake8: Cleaning up pkgdir >>> py3-pytest-flake8: Cleaning up tmpdir >>> py3-pytest-flake8: Fetching https://files.pythonhosted.org/packages/source/p/pytest-flake8/pytest-flake8-1.1.1.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 9144 100 9144 0 0 286k 0 --:--:-- --:--:-- --:--:-- 286k >>> py3-pytest-flake8: Fetching https://files.pythonhosted.org/packages/source/p/pytest-flake8/pytest-flake8-1.1.1.tar.gz >>> py3-pytest-flake8: Checking sha512sums... pytest-flake8-1.1.1.tar.gz: OK >>> py3-pytest-flake8: Unpacking /var/cache/distfiles/pytest-flake8-1.1.1.tar.gz... running build running build_py creating build creating build/lib copying pytest_flake8.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 pytest_flake8.egg-info/PKG-INFO writing dependency_links to pytest_flake8.egg-info/dependency_links.txt writing entry points to pytest_flake8.egg-info/entry_points.txt writing requirements to pytest_flake8.egg-info/requires.txt writing top-level names to pytest_flake8.egg-info/top_level.txt reading manifest file 'pytest_flake8.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no directories found matching 'doc' warning: no directories found matching 'test_flake8.py' adding license file 'LICENSE' writing manifest file 'pytest_flake8.egg-info/SOURCES.txt' running build_ext ---------------------------------------------------------------------- Ran 0 tests in 0.000s OK >>> py3-pytest-flake8: 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/community/py3-pytest-flake8/pkg creating /home/buildozer/aports/community/py3-pytest-flake8/pkg/py3-pytest-flake8 creating /home/buildozer/aports/community/py3-pytest-flake8/pkg/py3-pytest-flake8/usr creating /home/buildozer/aports/community/py3-pytest-flake8/pkg/py3-pytest-flake8/usr/lib creating /home/buildozer/aports/community/py3-pytest-flake8/pkg/py3-pytest-flake8/usr/lib/python3.11 creating /home/buildozer/aports/community/py3-pytest-flake8/pkg/py3-pytest-flake8/usr/lib/python3.11/site-packages copying build/lib/pytest_flake8.py -> /home/buildozer/aports/community/py3-pytest-flake8/pkg/py3-pytest-flake8/usr/lib/python3.11/site-packages byte-compiling /home/buildozer/aports/community/py3-pytest-flake8/pkg/py3-pytest-flake8/usr/lib/python3.11/site-packages/pytest_flake8.py to pytest_flake8.cpython-311.pyc running install_egg_info running egg_info writing pytest_flake8.egg-info/PKG-INFO writing dependency_links to pytest_flake8.egg-info/dependency_links.txt writing entry points to pytest_flake8.egg-info/entry_points.txt writing requirements to pytest_flake8.egg-info/requires.txt writing top-level names to pytest_flake8.egg-info/top_level.txt reading manifest file 'pytest_flake8.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no directories found matching 'doc' warning: no directories found matching 'test_flake8.py' adding license file 'LICENSE' writing manifest file 'pytest_flake8.egg-info/SOURCES.txt' Copying pytest_flake8.egg-info to /home/buildozer/aports/community/py3-pytest-flake8/pkg/py3-pytest-flake8/usr/lib/python3.11/site-packages/pytest_flake8-1.1.1-py3.11.egg-info running install_scripts >>> py3-pytest-flake8-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-pytest-flake8/pkg/py3-pytest-flake8/usr/lib/python3.11/site-packages/__pycache__' -> '/home/buildozer/aports/community/py3-pytest-flake8/pkg/py3-pytest-flake8-pyc/usr/lib/python3.11/site-packages/__pycache__' >>> py3-pytest-flake8-pyc*: Preparing subpackage py3-pytest-flake8-pyc... >>> py3-pytest-flake8-pyc*: Running postcheck for py3-pytest-flake8-pyc >>> py3-pytest-flake8*: Running postcheck for py3-pytest-flake8 >>> py3-pytest-flake8*: Preparing package py3-pytest-flake8... >>> py3-pytest-flake8-pyc*: Tracing dependencies... py3-pytest py3-flake8 python3~3.11 >>> py3-pytest-flake8-pyc*: Package size: 40.0 KB >>> py3-pytest-flake8-pyc*: Compressing data... >>> py3-pytest-flake8-pyc*: Create checksum... >>> py3-pytest-flake8-pyc*: Create py3-pytest-flake8-pyc-1.1.1-r3.apk >>> py3-pytest-flake8*: Tracing dependencies... py3-pytest py3-flake8 python3~3.11 >>> py3-pytest-flake8*: Package size: 64.0 KB >>> py3-pytest-flake8*: Compressing data... >>> py3-pytest-flake8*: Create checksum... >>> py3-pytest-flake8*: Create py3-pytest-flake8-1.1.1-r3.apk >>> py3-pytest-flake8: Build complete at Sat, 26 Aug 2023 11:16:34 +0000 elapsed time 0h 0m 2s >>> py3-pytest-flake8: Cleaning up srcdir >>> py3-pytest-flake8: Cleaning up pkgdir >>> py3-pytest-flake8: Uninstalling dependencies... (1/35) Purging .makedepends-py3-pytest-flake8 (20230826.111633) (2/35) Purging py3-pytest-pyc (7.4.0-r0) (3/35) Purging py3-pytest (7.4.0-r0) (4/35) Purging py3-iniconfig-pyc (1.1.1-r6) (5/35) Purging py3-iniconfig (1.1.1-r6) (6/35) Purging py3-pluggy-pyc (1.2.0-r0) (7/35) Purging py3-pluggy (1.2.0-r0) (8/35) Purging py3-py-pyc (1.11.0-r2) (9/35) Purging py3-py (1.11.0-r2) (10/35) Purging py3-flake8-pyc (6.1.0-r0) (11/35) Purging py3-flake8 (6.1.0-r0) (12/35) Purging py3-pyflakes-pyc (3.1.0-r0) (13/35) Purging py3-pyflakes (3.1.0-r0) (14/35) Purging py3-pycodestyle-pyc (2.11.0-r0) (15/35) Purging py3-pycodestyle (2.11.0-r0) (16/35) Purging py3-mccabe-pyc (0.7.0-r2) (17/35) Purging py3-mccabe (0.7.0-r2) (18/35) Purging py3-setuptools-pyc (68.0.0-r2) (19/35) Purging py3-setuptools (68.0.0-r2) (20/35) Purging py3-packaging-pyc (23.1-r3) (21/35) Purging py3-packaging (23.1-r3) (22/35) Purging py3-parsing-pyc (3.1.1-r0) (23/35) Purging py3-parsing (3.1.1-r0) (24/35) Purging python3-pyc (3.11.5-r0) (25/35) Purging python3-pycache-pyc0 (3.11.5-r0) (26/35) Purging pyc (0.1-r0) (27/35) Purging python3 (3.11.5-r0) (28/35) Purging gdbm (1.23-r1) (29/35) Purging libbz2 (1.0.8-r6) (30/35) Purging libffi (3.4.4-r3) (31/35) Purging libpanelw (6.4_p20230722-r0) (32/35) Purging mpdecimal (2.5.1-r2) (33/35) Purging readline (8.2.1-r2) (34/35) Purging sqlite-libs (3.42.0-r2) (35/35) Purging xz-libs (5.4.4-r0) Executing busybox-1.36.1-r6.trigger OK: 379 MiB in 103 packages >>> py3-pytest-flake8: Updating the community/aarch64 repository index... >>> py3-pytest-flake8: Signing the index...