==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: vulture 2.14-2 (Fri Jan 9 19:54:05 2026)
==> Retrieving sources...
-> Found vulture-2.14.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
vulture-2.14.tar.gz ... Passed
==> Validating source files with b2sums...
vulture-2.14.tar.gz ... Passed
==> Making package: vulture 2.14-2 (Fri Jan 9 19:54:07 2026)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (13) mpdecimal-4.0.1-1 python-3.13.11-1 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.8.0-1 python-packaging-25.0-1 python-platformdirs-4.5.1-1 python-wheel-0.45.1-1 python-setuptools-1:80.9.0-2 python-toml-0.10.2-12
Total Download Size: 1.63 MiB
Total Installed Size: 83.27 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
python-setuptools-1:80.9.0-2-any downloading...
python-packaging-25.0-1-any downloading...
python-more-itertools-10.8.0-1-any downloading...
python-wheel-0.45.1-1-any downloading...
python-toml-0.10.2-12-any downloading...
python-platformdirs-4.5.1-1-any downloading...
python-autocommand-2.2.2-7-any downloading...
python-jaraco.collections-5.1.0-1-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 mpdecimal...
installing python...
Optional dependencies for python
python-setuptools: for building Python packages using tooling that is usually bundled with Python [pending]
python-pip: for installing Python packages using tooling that is usually bundled with Python
python-pipx: for installing Python software not packaged on Arch Linux
sqlite: for a default database integration [installed]
xz: for lzma [installed]
tk: for tkinter
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-packaging...
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...
installing python-toml...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (3) python-pyproject-hooks-1.2.0-3 python-build-1.3.0-1 python-installer-0.7.0-10
Total Download Size: 0.11 MiB
Total Installed Size: 0.47 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
python-build-1.3.0-1-any downloading...
python-installer-0.7.0-10-any downloading...
python-pyproject-hooks-1.2.0-3-any downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
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...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Retrieving sources...
-> Found vulture-2.14.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Extracting vulture-2.14.tar.gz with bsdtar
==> Starting build()...
* Getting build dependencies for wheel...
/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 vulture.egg-info
writing vulture.egg-info/PKG-INFO
writing dependency_links to vulture.egg-info/dependency_links.txt
writing entry points to vulture.egg-info/entry_points.txt
writing requirements to vulture.egg-info/requires.txt
writing top-level names to vulture.egg-info/top_level.txt
writing manifest file 'vulture.egg-info/SOURCES.txt'
reading manifest file 'vulture.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE.txt'
writing manifest file 'vulture.egg-info/SOURCES.txt'
* Building wheel...
/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.
This deprecation is overdue, please update your project and remove deprecated
calls to avoid build errors in the future.
********************************************************************************
!!
self.finalize_options()
running build
running build_py
creating build/lib/vulture
copying vulture/version.py -> build/lib/vulture
copying vulture/reachability.py -> build/lib/vulture
copying vulture/utils.py -> build/lib/vulture
copying vulture/config.py -> build/lib/vulture
copying vulture/__init__.py -> build/lib/vulture
copying vulture/lines.py -> build/lib/vulture
copying vulture/core.py -> build/lib/vulture
copying vulture/noqa.py -> build/lib/vulture
copying vulture/__main__.py -> build/lib/vulture
creating build/lib/vulture/whitelists
copying vulture/whitelists/sys_whitelist.py -> build/lib/vulture/whitelists
copying vulture/whitelists/string_whitelist.py -> build/lib/vulture/whitelists
copying vulture/whitelists/unittest_whitelist.py -> build/lib/vulture/whitelists
copying vulture/whitelists/whitelist_utils.py -> build/lib/vulture/whitelists
copying vulture/whitelists/ctypes_whitelist.py -> build/lib/vulture/whitelists
copying vulture/whitelists/logging_whitelist.py -> build/lib/vulture/whitelists
copying vulture/whitelists/threading_whitelist.py -> build/lib/vulture/whitelists
copying vulture/whitelists/socketserver_whitelist.py -> build/lib/vulture/whitelists
copying vulture/whitelists/ast_whitelist.py -> build/lib/vulture/whitelists
copying vulture/whitelists/collections_whitelist.py -> build/lib/vulture/whitelists
copying vulture/whitelists/enum_whitelist.py -> build/lib/vulture/whitelists
copying vulture/whitelists/pint_whitelist.py -> build/lib/vulture/whitelists
copying vulture/whitelists/argparse_whitelist.py -> build/lib/vulture/whitelists
installing to build/bdist.linux-aarch64/wheel
running install
running install_lib
creating build/bdist.linux-aarch64/wheel
creating build/bdist.linux-aarch64/wheel/vulture
copying build/lib/vulture/version.py -> build/bdist.linux-aarch64/wheel/./vulture
copying build/lib/vulture/reachability.py -> build/bdist.linux-aarch64/wheel/./vulture
copying build/lib/vulture/utils.py -> build/bdist.linux-aarch64/wheel/./vulture
creating build/bdist.linux-aarch64/wheel/vulture/whitelists
copying build/lib/vulture/whitelists/sys_whitelist.py -> build/bdist.linux-aarch64/wheel/./vulture/whitelists
copying build/lib/vulture/whitelists/string_whitelist.py -> build/bdist.linux-aarch64/wheel/./vulture/whitelists
copying build/lib/vulture/whitelists/unittest_whitelist.py -> build/bdist.linux-aarch64/wheel/./vulture/whitelists
copying build/lib/vulture/whitelists/whitelist_utils.py -> build/bdist.linux-aarch64/wheel/./vulture/whitelists
copying build/lib/vulture/whitelists/ctypes_whitelist.py -> build/bdist.linux-aarch64/wheel/./vulture/whitelists
copying build/lib/vulture/whitelists/logging_whitelist.py -> build/bdist.linux-aarch64/wheel/./vulture/whitelists
copying build/lib/vulture/whitelists/threading_whitelist.py -> build/bdist.linux-aarch64/wheel/./vulture/whitelists
copying build/lib/vulture/whitelists/socketserver_whitelist.py -> build/bdist.linux-aarch64/wheel/./vulture/whitelists
copying build/lib/vulture/whitelists/ast_whitelist.py -> build/bdist.linux-aarch64/wheel/./vulture/whitelists
copying build/lib/vulture/whitelists/collections_whitelist.py -> build/bdist.linux-aarch64/wheel/./vulture/whitelists
copying build/lib/vulture/whitelists/enum_whitelist.py -> build/bdist.linux-aarch64/wheel/./vulture/whitelists
copying build/lib/vulture/whitelists/pint_whitelist.py -> build/bdist.linux-aarch64/wheel/./vulture/whitelists
copying build/lib/vulture/whitelists/argparse_whitelist.py -> build/bdist.linux-aarch64/wheel/./vulture/whitelists
copying build/lib/vulture/config.py -> build/bdist.linux-aarch64/wheel/./vulture
copying build/lib/vulture/__init__.py -> build/bdist.linux-aarch64/wheel/./vulture
copying build/lib/vulture/lines.py -> build/bdist.linux-aarch64/wheel/./vulture
copying build/lib/vulture/core.py -> build/bdist.linux-aarch64/wheel/./vulture
copying build/lib/vulture/noqa.py -> build/bdist.linux-aarch64/wheel/./vulture
copying build/lib/vulture/__main__.py -> build/bdist.linux-aarch64/wheel/./vulture
running install_egg_info
running egg_info
writing vulture.egg-info/PKG-INFO
writing dependency_links to vulture.egg-info/dependency_links.txt
writing entry points to vulture.egg-info/entry_points.txt
writing requirements to vulture.egg-info/requires.txt
writing top-level names to vulture.egg-info/top_level.txt
reading manifest file 'vulture.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE.txt'
writing manifest file 'vulture.egg-info/SOURCES.txt'
Copying vulture.egg-info to build/bdist.linux-aarch64/wheel/./vulture-2.14-py3.13.egg-info
running install_scripts
creating build/bdist.linux-aarch64/wheel/vulture-2.14.dist-info/WHEEL
creating '/build/vulture/src/vulture-2.14/dist/.tmp-z2k86357/vulture-2.14-py2.py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it
adding 'vulture/__init__.py'
adding 'vulture/__main__.py'
adding 'vulture/config.py'
adding 'vulture/core.py'
adding 'vulture/lines.py'
adding 'vulture/noqa.py'
adding 'vulture/reachability.py'
adding 'vulture/utils.py'
adding 'vulture/version.py'
adding 'vulture/whitelists/argparse_whitelist.py'
adding 'vulture/whitelists/ast_whitelist.py'
adding 'vulture/whitelists/collections_whitelist.py'
adding 'vulture/whitelists/ctypes_whitelist.py'
adding 'vulture/whitelists/enum_whitelist.py'
adding 'vulture/whitelists/logging_whitelist.py'
adding 'vulture/whitelists/pint_whitelist.py'
adding 'vulture/whitelists/socketserver_whitelist.py'
adding 'vulture/whitelists/string_whitelist.py'
adding 'vulture/whitelists/sys_whitelist.py'
adding 'vulture/whitelists/threading_whitelist.py'
adding 'vulture/whitelists/unittest_whitelist.py'
adding 'vulture/whitelists/whitelist_utils.py'
adding 'vulture-2.14.dist-info/licenses/LICENSE.txt'
adding 'vulture-2.14.dist-info/METADATA'
adding 'vulture-2.14.dist-info/WHEEL'
adding 'vulture-2.14.dist-info/entry_points.txt'
adding 'vulture-2.14.dist-info/top_level.txt'
adding 'vulture-2.14.dist-info/RECORD'
removing build/bdist.linux-aarch64/wheel
Successfully built vulture-2.14-py2.py3-none-any.whl
==> Entering fakeroot environment...
==> Starting package()...
install: creating directory '/build/vulture/pkg/vulture/usr/share'
install: creating directory '/build/vulture/pkg/vulture/usr/share/licenses'
install: creating directory '/build/vulture/pkg/vulture/usr/share/licenses/vulture'
'LICENSE.txt' -> '/build/vulture/pkg/vulture/usr/share/licenses/vulture/LICENSE.txt'
==> Tidying install...
-> Removing libtool files...
-> Removing static library files...
-> Purging unwanted files...
-> Stripping unneeded symbols from binaries and libraries...
-> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "vulture"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: vulture 2.14-2 (Fri Jan 9 19:54:18 2026)
==> Cleaning up...
[?12l[?25h