==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done ==> Making package: python-pyflakes 3.3.2-1 (Fri Apr 18 05:25:52 2025) ==> Retrieving sources... -> Found python-pyflakes-3.3.2.tar.gz ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha512sums... python-pyflakes-3.3.2.tar.gz ... Passed ==> Making package: python-pyflakes 3.3.2-1 (Fri 18 Apr 2025 05:25:58 AM MDT) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Packages (13) python-autocommand-2.2.2-7 python-jaraco.collections-5.1.0-1 python-jaraco.context-6.0.1-1 python-jaraco.functools-4.1.0-1 python-jaraco.text-4.0.0-2 python-more-itertools-10.6.0-1 python-packaging-24.2-3 python-platformdirs-4.3.6-2 python-pyproject-hooks-1.2.0-3 python-build-1.2.2-3 python-installer-0.7.0-10 python-setuptools-1:78.1.0-1 python-wheel-0.45.1-1 Total Download Size: 1.74 MiB Total Installed Size: 11.07 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... python-setuptools-1:78.1.0-1-any downloading... python-packaging-24.2-3-any downloading... python-more-itertools-10.6.0-1-any downloading... python-wheel-0.45.1-1-any downloading... python-build-1.2.2-3-any downloading... python-installer-0.7.0-10-any downloading... python-platformdirs-4.3.6-2-any downloading... python-autocommand-2.2.2-7-any downloading... python-jaraco.collections-5.1.0-1-any downloading... python-pyproject-hooks-1.2.0-3-any downloading... python-jaraco.text-4.0.0-2-any downloading... python-jaraco.functools-4.1.0-1-any downloading... python-jaraco.context-6.0.1-1-any downloading... checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing python-packaging... installing python-pyproject-hooks... installing python-build... Optional dependencies for python-build python-pip: to use as the Python package installer (default) python-uv: to use as the Python package installer python-virtualenv: to use virtualenv for build isolation installing python-installer... installing python-more-itertools... installing python-jaraco.functools... installing python-jaraco.context... installing python-autocommand... installing python-jaraco.text... Optional dependencies for python-jaraco.text python-inflect: for show-newlines script installing python-jaraco.collections... installing python-platformdirs... installing python-wheel... Optional dependencies for python-wheel python-keyring: for wheel.signatures python-xdg: for wheel.signatures python-setuptools: for legacy bdist_wheel subcommand [pending] installing python-setuptools... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... [?25h==> Retrieving sources... -> Found python-pyflakes-3.3.2.tar.gz ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting python-pyflakes-3.3.2.tar.gz with bsdtar ==> Starting build()... * Getting build dependencies for wheel... /usr/lib/python3.13/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'test_suite' warnings.warn(msg) /usr/lib/python3.13/site-packages/setuptools/dist.py:759: 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() running egg_info creating pyflakes.egg-info writing pyflakes.egg-info/PKG-INFO writing dependency_links to pyflakes.egg-info/dependency_links.txt writing entry points to pyflakes.egg-info/entry_points.txt writing top-level names to pyflakes.egg-info/top_level.txt writing manifest file 'pyflakes.egg-info/SOURCES.txt' reading manifest file 'pyflakes.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'pyflakes.egg-info/SOURCES.txt' * Building wheel... /usr/lib/python3.13/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'test_suite' warnings.warn(msg) /usr/lib/python3.13/site-packages/setuptools/dist.py:759: 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() running bdist_wheel /usr/lib/python3.13/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() running build running build_py creating build/lib/pyflakes copying pyflakes/__init__.py -> build/lib/pyflakes copying pyflakes/reporter.py -> build/lib/pyflakes copying pyflakes/messages.py -> build/lib/pyflakes copying pyflakes/checker.py -> build/lib/pyflakes copying pyflakes/api.py -> build/lib/pyflakes copying pyflakes/__main__.py -> build/lib/pyflakes creating build/lib/pyflakes/scripts copying pyflakes/scripts/__init__.py -> build/lib/pyflakes/scripts copying pyflakes/scripts/pyflakes.py -> build/lib/pyflakes/scripts creating build/lib/pyflakes/test copying pyflakes/test/__init__.py -> build/lib/pyflakes/test copying pyflakes/test/test_api.py -> build/lib/pyflakes/test copying pyflakes/test/test_builtin.py -> build/lib/pyflakes/test copying pyflakes/test/test_other.py -> build/lib/pyflakes/test copying pyflakes/test/harness.py -> build/lib/pyflakes/test copying pyflakes/test/test_is_literal.py -> build/lib/pyflakes/test copying pyflakes/test/test_imports.py -> build/lib/pyflakes/test copying pyflakes/test/test_match.py -> build/lib/pyflakes/test copying pyflakes/test/test_type_annotations.py -> build/lib/pyflakes/test copying pyflakes/test/test_code_segment.py -> build/lib/pyflakes/test copying pyflakes/test/test_doctests.py -> build/lib/pyflakes/test copying pyflakes/test/test_undefined_names.py -> build/lib/pyflakes/test copying pyflakes/test/test_dict.py -> build/lib/pyflakes/test installing to build/bdist.linux-aarch64/wheel running install running install_lib creating build/bdist.linux-aarch64/wheel creating build/bdist.linux-aarch64/wheel/pyflakes copying build/lib/pyflakes/__init__.py -> build/bdist.linux-aarch64/wheel/./pyflakes copying build/lib/pyflakes/reporter.py -> build/bdist.linux-aarch64/wheel/./pyflakes creating build/bdist.linux-aarch64/wheel/pyflakes/scripts copying build/lib/pyflakes/scripts/__init__.py -> build/bdist.linux-aarch64/wheel/./pyflakes/scripts copying build/lib/pyflakes/scripts/pyflakes.py -> build/bdist.linux-aarch64/wheel/./pyflakes/scripts copying build/lib/pyflakes/messages.py -> build/bdist.linux-aarch64/wheel/./pyflakes creating build/bdist.linux-aarch64/wheel/pyflakes/test copying build/lib/pyflakes/test/__init__.py -> build/bdist.linux-aarch64/wheel/./pyflakes/test copying build/lib/pyflakes/test/test_api.py -> build/bdist.linux-aarch64/wheel/./pyflakes/test copying build/lib/pyflakes/test/test_builtin.py -> build/bdist.linux-aarch64/wheel/./pyflakes/test copying build/lib/pyflakes/test/test_other.py -> build/bdist.linux-aarch64/wheel/./pyflakes/test copying build/lib/pyflakes/test/harness.py -> build/bdist.linux-aarch64/wheel/./pyflakes/test copying build/lib/pyflakes/test/test_is_literal.py -> build/bdist.linux-aarch64/wheel/./pyflakes/test copying build/lib/pyflakes/test/test_imports.py -> build/bdist.linux-aarch64/wheel/./pyflakes/test copying build/lib/pyflakes/test/test_match.py -> build/bdist.linux-aarch64/wheel/./pyflakes/test copying build/lib/pyflakes/test/test_type_annotations.py -> build/bdist.linux-aarch64/wheel/./pyflakes/test copying build/lib/pyflakes/test/test_code_segment.py -> build/bdist.linux-aarch64/wheel/./pyflakes/test copying build/lib/pyflakes/test/test_doctests.py -> build/bdist.linux-aarch64/wheel/./pyflakes/test copying build/lib/pyflakes/test/test_undefined_names.py -> build/bdist.linux-aarch64/wheel/./pyflakes/test copying build/lib/pyflakes/test/test_dict.py -> build/bdist.linux-aarch64/wheel/./pyflakes/test copying build/lib/pyflakes/checker.py -> build/bdist.linux-aarch64/wheel/./pyflakes copying build/lib/pyflakes/api.py -> build/bdist.linux-aarch64/wheel/./pyflakes copying build/lib/pyflakes/__main__.py -> build/bdist.linux-aarch64/wheel/./pyflakes running install_egg_info running egg_info writing pyflakes.egg-info/PKG-INFO writing dependency_links to pyflakes.egg-info/dependency_links.txt writing entry points to pyflakes.egg-info/entry_points.txt writing top-level names to pyflakes.egg-info/top_level.txt reading manifest file 'pyflakes.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'pyflakes.egg-info/SOURCES.txt' Copying pyflakes.egg-info to build/bdist.linux-aarch64/wheel/./pyflakes-3.3.2-py3.13.egg-info running install_scripts creating build/bdist.linux-aarch64/wheel/pyflakes-3.3.2.dist-info/WHEEL creating '/build/python-pyflakes/src/pyflakes-3.3.2/dist/.tmp-ioq_qt1g/pyflakes-3.3.2-py2.py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it adding 'pyflakes/__init__.py' adding 'pyflakes/__main__.py' adding 'pyflakes/api.py' adding 'pyflakes/checker.py' adding 'pyflakes/messages.py' adding 'pyflakes/reporter.py' adding 'pyflakes/scripts/__init__.py' adding 'pyflakes/scripts/pyflakes.py' adding 'pyflakes/test/__init__.py' adding 'pyflakes/test/harness.py' adding 'pyflakes/test/test_api.py' adding 'pyflakes/test/test_builtin.py' adding 'pyflakes/test/test_code_segment.py' adding 'pyflakes/test/test_dict.py' adding 'pyflakes/test/test_doctests.py' adding 'pyflakes/test/test_imports.py' adding 'pyflakes/test/test_is_literal.py' adding 'pyflakes/test/test_match.py' adding 'pyflakes/test/test_other.py' adding 'pyflakes/test/test_type_annotations.py' adding 'pyflakes/test/test_undefined_names.py' adding 'pyflakes-3.3.2.dist-info/licenses/LICENSE' adding 'pyflakes-3.3.2.dist-info/METADATA' adding 'pyflakes-3.3.2.dist-info/WHEEL' adding 'pyflakes-3.3.2.dist-info/entry_points.txt' adding 'pyflakes-3.3.2.dist-info/top_level.txt' adding 'pyflakes-3.3.2.dist-info/RECORD' removing build/bdist.linux-aarch64/wheel Successfully built pyflakes-3.3.2-py2.py3-none-any.whl ==> Entering fakeroot environment... ==> Starting package()... ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Stripping unneeded symbols from binaries and libraries... -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "python-pyflakes"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: python-pyflakes 3.3.2-1 (Fri 18 Apr 2025 05:26:09 AM MDT) ==> Cleaning up...