>>> py3-pyflakes: Building community/py3-pyflakes 3.3.2-r0 (using abuild 3.14.1-r7) started Tue, 01 Apr 2025 21:24:17 +0000 >>> py3-pyflakes: Validating /home/buildozer/aports/community/py3-pyflakes/APKBUILD... >>> py3-pyflakes: Analyzing dependencies... >>> py3-pyflakes: Installing for build: build-base python3 py3-gpep517 py3-setuptools py3-wheel py3-pytest (1/30) Installing libffi (3.4.7-r0) (2/30) Installing gdbm (1.24-r0) (3/30) Installing mpdecimal (4.0.0-r0) (4/30) Installing libpanelw (6.5_p20250216-r0) (5/30) Installing sqlite-libs (3.49.1-r0) (6/30) Installing python3 (3.12.9-r0) (7/30) Installing python3-pycache-pyc0 (3.12.9-r0) (8/30) Installing pyc (3.12.9-r0) (9/30) Installing python3-pyc (3.12.9-r0) (10/30) Installing py3-installer (0.7.0-r2) (11/30) Installing py3-installer-pyc (0.7.0-r2) (12/30) Installing py3-gpep517 (16-r0) (13/30) Installing py3-gpep517-pyc (16-r0) (14/30) Installing py3-parsing (3.2.0-r0) (15/30) Installing py3-parsing-pyc (3.2.0-r0) (16/30) Installing py3-packaging (24.2-r0) (17/30) Installing py3-packaging-pyc (24.2-r0) (18/30) Installing py3-setuptools (77.0.3-r0) (19/30) Installing py3-setuptools-pyc (77.0.3-r0) (20/30) Installing py3-wheel (0.43.0-r0) (21/30) Installing py3-wheel-pyc (0.43.0-r0) (22/30) Installing py3-iniconfig (2.1.0-r0) (23/30) Installing py3-iniconfig-pyc (2.1.0-r0) (24/30) Installing py3-pluggy (1.5.0-r0) (25/30) Installing py3-pluggy-pyc (1.5.0-r0) (26/30) Installing py3-py (1.11.0-r4) (27/30) Installing py3-py-pyc (1.11.0-r4) (28/30) Installing py3-pytest (8.3.5-r0) (29/30) Installing py3-pytest-pyc (8.3.5-r0) (30/30) Installing .makedepends-py3-pyflakes (20250401.212418) Executing busybox-1.37.0-r14.trigger OK: 453 MiB in 148 packages >>> py3-pyflakes: Cleaning up srcdir >>> py3-pyflakes: Cleaning up pkgdir >>> py3-pyflakes: Cleaning up tmpdir >>> py3-pyflakes: Fetching https://distfiles.alpinelinux.org/distfiles/edge/pyflakes-3.3.2.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 curl: (22) The requested URL returned error: 404 >>> py3-pyflakes: Fetching https://files.pythonhosted.org/packages/source/p/pyflakes/pyflakes-3.3.2.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 64175 100 64175 0 0 970k 0 --:--:-- --:--:-- --:--:-- 970k >>> py3-pyflakes: Fetching https://distfiles.alpinelinux.org/distfiles/edge/pyflakes-3.3.2.tar.gz >>> py3-pyflakes: Checking sha512sums... pyflakes-3.3.2.tar.gz: OK >>> py3-pyflakes: Unpacking /var/cache/distfiles/edge/pyflakes-3.3.2.tar.gz... 2025-04-01 21:24:19,567 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ /usr/lib/python3.12/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'test_suite' warnings.warn(msg) /usr/lib/python3.12/site-packages/setuptools/dist.py:760: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() 2025-04-01 21:24:19,587 root INFO running bdist_wheel /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:135: SetuptoolsDeprecationWarning: bdist_wheel.universal is deprecated !! ******************************************************************************** With Python 2.7 end-of-life, support for building universal wheels (i.e., wheels that support both Python 2 and Python 3) is being obviated. Please discontinue using this option, or if you still need it, file an issue with pypa/setuptools describing your use case. By 2025-Aug-30, you need to update your project and remove deprecated calls or your builds will no longer be supported. ******************************************************************************** !! self.finalize_options() 2025-04-01 21:24:19,603 root INFO running build 2025-04-01 21:24:19,603 root INFO running build_py 2025-04-01 21:24:19,606 root INFO creating build/lib/pyflakes 2025-04-01 21:24:19,607 root INFO copying pyflakes/checker.py -> build/lib/pyflakes 2025-04-01 21:24:19,607 root INFO copying pyflakes/reporter.py -> build/lib/pyflakes 2025-04-01 21:24:19,607 root INFO copying pyflakes/__init__.py -> build/lib/pyflakes 2025-04-01 21:24:19,608 root INFO copying pyflakes/messages.py -> build/lib/pyflakes 2025-04-01 21:24:19,608 root INFO copying pyflakes/api.py -> build/lib/pyflakes 2025-04-01 21:24:19,608 root INFO copying pyflakes/__main__.py -> build/lib/pyflakes 2025-04-01 21:24:19,608 root INFO creating build/lib/pyflakes/scripts 2025-04-01 21:24:19,609 root INFO copying pyflakes/scripts/pyflakes.py -> build/lib/pyflakes/scripts 2025-04-01 21:24:19,609 root INFO copying pyflakes/scripts/__init__.py -> build/lib/pyflakes/scripts 2025-04-01 21:24:19,609 root INFO creating build/lib/pyflakes/test 2025-04-01 21:24:19,609 root INFO copying pyflakes/test/test_other.py -> build/lib/pyflakes/test 2025-04-01 21:24:19,610 root INFO copying pyflakes/test/test_match.py -> build/lib/pyflakes/test 2025-04-01 21:24:19,610 root INFO copying pyflakes/test/test_undefined_names.py -> build/lib/pyflakes/test 2025-04-01 21:24:19,610 root INFO copying pyflakes/test/test_is_literal.py -> build/lib/pyflakes/test 2025-04-01 21:24:19,611 root INFO copying pyflakes/test/test_imports.py -> build/lib/pyflakes/test 2025-04-01 21:24:19,611 root INFO copying pyflakes/test/__init__.py -> build/lib/pyflakes/test 2025-04-01 21:24:19,611 root INFO copying pyflakes/test/test_api.py -> build/lib/pyflakes/test 2025-04-01 21:24:19,611 root INFO copying pyflakes/test/test_type_annotations.py -> build/lib/pyflakes/test 2025-04-01 21:24:19,612 root INFO copying pyflakes/test/test_doctests.py -> build/lib/pyflakes/test 2025-04-01 21:24:19,612 root INFO copying pyflakes/test/test_dict.py -> build/lib/pyflakes/test 2025-04-01 21:24:19,612 root INFO copying pyflakes/test/test_builtin.py -> build/lib/pyflakes/test 2025-04-01 21:24:19,612 root INFO copying pyflakes/test/harness.py -> build/lib/pyflakes/test 2025-04-01 21:24:19,613 root INFO copying pyflakes/test/test_code_segment.py -> build/lib/pyflakes/test 2025-04-01 21:24:19,619 root INFO installing to build/bdist.linux-i686/wheel 2025-04-01 21:24:19,619 root INFO running install 2025-04-01 21:24:19,628 root INFO running install_lib 2025-04-01 21:24:19,630 root INFO creating build/bdist.linux-i686/wheel 2025-04-01 21:24:19,631 root INFO creating build/bdist.linux-i686/wheel/pyflakes 2025-04-01 21:24:19,631 root INFO copying build/lib/pyflakes/checker.py -> build/bdist.linux-i686/wheel/./pyflakes 2025-04-01 21:24:19,631 root INFO copying build/lib/pyflakes/reporter.py -> build/bdist.linux-i686/wheel/./pyflakes 2025-04-01 21:24:19,631 root INFO creating build/bdist.linux-i686/wheel/pyflakes/scripts 2025-04-01 21:24:19,632 root INFO copying build/lib/pyflakes/scripts/pyflakes.py -> build/bdist.linux-i686/wheel/./pyflakes/scripts 2025-04-01 21:24:19,632 root INFO copying build/lib/pyflakes/scripts/__init__.py -> build/bdist.linux-i686/wheel/./pyflakes/scripts 2025-04-01 21:24:19,632 root INFO copying build/lib/pyflakes/__init__.py -> build/bdist.linux-i686/wheel/./pyflakes 2025-04-01 21:24:19,632 root INFO copying build/lib/pyflakes/messages.py -> build/bdist.linux-i686/wheel/./pyflakes 2025-04-01 21:24:19,632 root INFO copying build/lib/pyflakes/api.py -> build/bdist.linux-i686/wheel/./pyflakes 2025-04-01 21:24:19,633 root INFO copying build/lib/pyflakes/__main__.py -> build/bdist.linux-i686/wheel/./pyflakes 2025-04-01 21:24:19,633 root INFO creating build/bdist.linux-i686/wheel/pyflakes/test 2025-04-01 21:24:19,633 root INFO copying build/lib/pyflakes/test/test_other.py -> build/bdist.linux-i686/wheel/./pyflakes/test 2025-04-01 21:24:19,633 root INFO copying build/lib/pyflakes/test/test_match.py -> build/bdist.linux-i686/wheel/./pyflakes/test 2025-04-01 21:24:19,633 root INFO copying build/lib/pyflakes/test/test_undefined_names.py -> build/bdist.linux-i686/wheel/./pyflakes/test 2025-04-01 21:24:19,634 root INFO copying build/lib/pyflakes/test/test_is_literal.py -> build/bdist.linux-i686/wheel/./pyflakes/test 2025-04-01 21:24:19,634 root INFO copying build/lib/pyflakes/test/test_imports.py -> build/bdist.linux-i686/wheel/./pyflakes/test 2025-04-01 21:24:19,634 root INFO copying build/lib/pyflakes/test/__init__.py -> build/bdist.linux-i686/wheel/./pyflakes/test 2025-04-01 21:24:19,634 root INFO copying build/lib/pyflakes/test/test_api.py -> build/bdist.linux-i686/wheel/./pyflakes/test 2025-04-01 21:24:19,635 root INFO copying build/lib/pyflakes/test/test_type_annotations.py -> build/bdist.linux-i686/wheel/./pyflakes/test 2025-04-01 21:24:19,635 root INFO copying build/lib/pyflakes/test/test_doctests.py -> build/bdist.linux-i686/wheel/./pyflakes/test 2025-04-01 21:24:19,635 root INFO copying build/lib/pyflakes/test/test_dict.py -> build/bdist.linux-i686/wheel/./pyflakes/test 2025-04-01 21:24:19,635 root INFO copying build/lib/pyflakes/test/test_builtin.py -> build/bdist.linux-i686/wheel/./pyflakes/test 2025-04-01 21:24:19,635 root INFO copying build/lib/pyflakes/test/harness.py -> build/bdist.linux-i686/wheel/./pyflakes/test 2025-04-01 21:24:19,636 root INFO copying build/lib/pyflakes/test/test_code_segment.py -> build/bdist.linux-i686/wheel/./pyflakes/test 2025-04-01 21:24:19,636 root INFO running install_egg_info 2025-04-01 21:24:19,639 root INFO running egg_info 2025-04-01 21:24:19,642 root INFO writing pyflakes.egg-info/PKG-INFO 2025-04-01 21:24:19,643 root INFO writing dependency_links to pyflakes.egg-info/dependency_links.txt 2025-04-01 21:24:19,643 root INFO writing entry points to pyflakes.egg-info/entry_points.txt 2025-04-01 21:24:19,643 root INFO writing top-level names to pyflakes.egg-info/top_level.txt 2025-04-01 21:24:19,647 root INFO reading manifest file 'pyflakes.egg-info/SOURCES.txt' 2025-04-01 21:24:19,648 root INFO reading manifest template 'MANIFEST.in' 2025-04-01 21:24:19,648 root INFO adding license file 'LICENSE' 2025-04-01 21:24:19,649 root INFO writing manifest file 'pyflakes.egg-info/SOURCES.txt' 2025-04-01 21:24:19,649 root INFO Copying pyflakes.egg-info to build/bdist.linux-i686/wheel/./pyflakes-3.3.2-py3.12.egg-info 2025-04-01 21:24:19,650 root INFO running install_scripts 2025-04-01 21:24:19,651 root INFO creating build/bdist.linux-i686/wheel/pyflakes-3.3.2.dist-info/WHEEL 2025-04-01 21:24:19,651 wheel INFO creating '/home/buildozer/aports/community/py3-pyflakes/src/pyflakes-3.3.2/.dist/.tmp-ou2m66c6/pyflakes-3.3.2-py2.py3-none-any.whl' and adding 'build/bdist.linux-i686/wheel' to it 2025-04-01 21:24:19,652 wheel INFO adding 'pyflakes/__init__.py' 2025-04-01 21:24:19,652 wheel INFO adding 'pyflakes/__main__.py' 2025-04-01 21:24:19,652 wheel INFO adding 'pyflakes/api.py' 2025-04-01 21:24:19,652 wheel INFO adding 'pyflakes/checker.py' 2025-04-01 21:24:19,653 wheel INFO adding 'pyflakes/messages.py' 2025-04-01 21:24:19,653 wheel INFO adding 'pyflakes/reporter.py' 2025-04-01 21:24:19,653 wheel INFO adding 'pyflakes/scripts/__init__.py' 2025-04-01 21:24:19,653 wheel INFO adding 'pyflakes/scripts/pyflakes.py' 2025-04-01 21:24:19,654 wheel INFO adding 'pyflakes/test/__init__.py' 2025-04-01 21:24:19,654 wheel INFO adding 'pyflakes/test/harness.py' 2025-04-01 21:24:19,654 wheel INFO adding 'pyflakes/test/test_api.py' 2025-04-01 21:24:19,654 wheel INFO adding 'pyflakes/test/test_builtin.py' 2025-04-01 21:24:19,655 wheel INFO adding 'pyflakes/test/test_code_segment.py' 2025-04-01 21:24:19,655 wheel INFO adding 'pyflakes/test/test_dict.py' 2025-04-01 21:24:19,655 wheel INFO adding 'pyflakes/test/test_doctests.py' 2025-04-01 21:24:19,655 wheel INFO adding 'pyflakes/test/test_imports.py' 2025-04-01 21:24:19,656 wheel INFO adding 'pyflakes/test/test_is_literal.py' 2025-04-01 21:24:19,656 wheel INFO adding 'pyflakes/test/test_match.py' 2025-04-01 21:24:19,656 wheel INFO adding 'pyflakes/test/test_other.py' 2025-04-01 21:24:19,657 wheel INFO adding 'pyflakes/test/test_type_annotations.py' 2025-04-01 21:24:19,657 wheel INFO adding 'pyflakes/test/test_undefined_names.py' 2025-04-01 21:24:19,657 wheel INFO adding 'pyflakes-3.3.2.dist-info/licenses/LICENSE' 2025-04-01 21:24:19,657 wheel INFO adding 'pyflakes-3.3.2.dist-info/METADATA' 2025-04-01 21:24:19,658 wheel INFO adding 'pyflakes-3.3.2.dist-info/WHEEL' 2025-04-01 21:24:19,658 wheel INFO adding 'pyflakes-3.3.2.dist-info/entry_points.txt' 2025-04-01 21:24:19,658 wheel INFO adding 'pyflakes-3.3.2.dist-info/top_level.txt' 2025-04-01 21:24:19,658 wheel INFO adding 'pyflakes-3.3.2.dist-info/RECORD' 2025-04-01 21:24:19,658 root INFO removing build/bdist.linux-i686/wheel 2025-04-01 21:24:19,659 gpep517 INFO The backend produced .dist/pyflakes-3.3.2-py2.py3-none-any.whl pyflakes-3.3.2-py2.py3-none-any.whl ============================= test session starts ============================== platform linux -- Python 3.12.9, pytest-8.3.5, pluggy-1.5.0 rootdir: /home/buildozer/aports/community/py3-pyflakes/src/pyflakes-3.3.2 collected 746 items pyflakes/test/test_api.py ........................................ [ 5%] pyflakes/test/test_builtin.py .. [ 5%] pyflakes/test/test_code_segment.py ..... [ 6%] pyflakes/test/test_dict.py ......................... [ 9%] pyflakes/test/test_doctests.py .................s....................... [ 15%] .....................................s.................................. [ 24%] ........................................................................ [ 34%] .....................ss..s..........s.......s.............. [ 42%] pyflakes/test/test_imports.py ....................................s..... [ 47%] ........................................................................ [ 57%] ................... [ 60%] pyflakes/test/test_is_literal.py ............................... [ 64%] pyflakes/test/test_match.py ........ [ 65%] pyflakes/test/test_other.py .................s.......................... [ 71%] ..................................................s..................... [ 80%] ....................... [ 84%] pyflakes/test/test_type_annotations.py ................................. [ 88%] s.................. [ 91%] pyflakes/test/test_undefined_names.py .................................. [ 95%] ...............ss..s..........s.. [100%] ======================= 731 passed, 15 skipped in 1.85s ======================== >>> py3-pyflakes: Entering fakeroot... >>> py3-pyflakes-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/pyflakes/__pycache__' -> '/home/buildozer/aports/community/py3-pyflakes/pkg/py3-pyflakes-pyc/usr/lib/python3.12/site-packages/pyflakes/__pycache__' 'usr/lib/python3.12/site-packages/pyflakes/scripts/__pycache__' -> '/home/buildozer/aports/community/py3-pyflakes/pkg/py3-pyflakes-pyc/usr/lib/python3.12/site-packages/pyflakes/scripts/__pycache__' 'usr/lib/python3.12/site-packages/pyflakes/test/__pycache__' -> '/home/buildozer/aports/community/py3-pyflakes/pkg/py3-pyflakes-pyc/usr/lib/python3.12/site-packages/pyflakes/test/__pycache__' >>> py3-pyflakes-pyc*: Preparing subpackage py3-pyflakes-pyc... >>> py3-pyflakes-pyc*: Running postcheck for py3-pyflakes-pyc >>> py3-pyflakes*: Running postcheck for py3-pyflakes >>> py3-pyflakes*: Preparing package py3-pyflakes... >>> py3-pyflakes-pyc*: Tracing dependencies... python3 python3~3.12 >>> py3-pyflakes-pyc*: Package size: 410.0 KB >>> py3-pyflakes-pyc*: Compressing data... >>> py3-pyflakes-pyc*: Create checksum... >>> py3-pyflakes-pyc*: Create py3-pyflakes-pyc-3.3.2-r0.apk >>> py3-pyflakes*: Tracing dependencies... python3 python3~3.12 >>> py3-pyflakes*: Package size: 283.5 KB >>> py3-pyflakes*: Compressing data... >>> py3-pyflakes*: Create checksum... >>> py3-pyflakes*: Create py3-pyflakes-3.3.2-r0.apk >>> py3-pyflakes: Build complete at Tue, 01 Apr 2025 21:24:22 +0000 elapsed time 0h 0m 5s >>> py3-pyflakes: Cleaning up srcdir >>> py3-pyflakes: Cleaning up pkgdir >>> py3-pyflakes: Uninstalling dependencies... (1/30) Purging .makedepends-py3-pyflakes (20250401.212418) (2/30) Purging py3-gpep517-pyc (16-r0) (3/30) Purging py3-gpep517 (16-r0) (4/30) Purging py3-installer-pyc (0.7.0-r2) (5/30) Purging py3-installer (0.7.0-r2) (6/30) Purging py3-setuptools-pyc (77.0.3-r0) (7/30) Purging py3-setuptools (77.0.3-r0) (8/30) Purging py3-wheel-pyc (0.43.0-r0) (9/30) Purging py3-wheel (0.43.0-r0) (10/30) Purging py3-pytest-pyc (8.3.5-r0) (11/30) Purging py3-pytest (8.3.5-r0) (12/30) Purging py3-iniconfig-pyc (2.1.0-r0) (13/30) Purging py3-iniconfig (2.1.0-r0) (14/30) Purging py3-packaging-pyc (24.2-r0) (15/30) Purging py3-packaging (24.2-r0) (16/30) Purging py3-parsing-pyc (3.2.0-r0) (17/30) Purging py3-parsing (3.2.0-r0) (18/30) Purging py3-pluggy-pyc (1.5.0-r0) (19/30) Purging py3-pluggy (1.5.0-r0) (20/30) Purging py3-py-pyc (1.11.0-r4) (21/30) Purging py3-py (1.11.0-r4) (22/30) Purging python3-pyc (3.12.9-r0) (23/30) Purging python3-pycache-pyc0 (3.12.9-r0) (24/30) Purging pyc (3.12.9-r0) (25/30) Purging python3 (3.12.9-r0) (26/30) Purging gdbm (1.24-r0) (27/30) Purging libffi (3.4.7-r0) (28/30) Purging libpanelw (6.5_p20250216-r0) (29/30) Purging mpdecimal (4.0.0-r0) (30/30) Purging sqlite-libs (3.49.1-r0) Executing busybox-1.37.0-r14.trigger OK: 403 MiB in 118 packages >>> py3-pyflakes: Updating the community/x86 repository index... >>> py3-pyflakes: Signing the index...