==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: codespell 2.4.1-2 (Sun Jan 11 15:07:08 2026)
==> Retrieving sources...
  -> Found codespell-2.4.1.tar.gz
  -> Found remove-check-test_command.patch
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    codespell-2.4.1.tar.gz ... Passed
    remove-check-test_command.patch ... Passed
==> Making package: codespell 2.4.1-2 (Sun Jan 11 20:07:14 2026)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (3) mpdecimal-4.0.1-1  python-3.14.2-2  python-chardet-5.2.0-7

Total Download Size:    0.22 MiB
Total Installed Size:  80.87 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 python-chardet-5.2.0-7-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
    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-chardet...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (14) python-autocommand-2.2.2-9  python-jaraco.collections-5.1.0-3  python-jaraco.context-6.0.1-3  python-jaraco.functools-4.1.0-3  python-jaraco.text-4.0.0-4  python-more-itertools-10.8.0-2  python-packaging-25.0-4  python-platformdirs-4.5.1-3  python-pyproject-hooks-1.2.0-6  python-setuptools-1:80.9.0-4  python-build-1.3.0-4  python-installer-0.7.0-14  python-setuptools-scm-9.2.2-3  python-wheel-0.45.1-4

Total Installed Size:  11.61 MiB

:: Proceed with installation? [Y/n] 
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-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-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-setuptools...
installing python-setuptools-scm...
Optional dependencies for python-setuptools-scm
    python-rich: use rich as console log handler
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Retrieving sources...
  -> Found codespell-2.4.1.tar.gz
  -> Found remove-check-test_command.patch
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting codespell-2.4.1.tar.gz with bsdtar
==> Starting prepare()...
patching file codespell_lib/tests/test_basic.py
Hunk #1 succeeded at 80 with fuzz 1 (offset 8 lines).
==> Starting build()...
* Getting build dependencies for wheel...
/usr/lib/python3.14/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
!!

        ********************************************************************************
        Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).

        By 2026-Feb-18, you need to update your project and remove deprecated calls
        or your builds will no longer be supported.

        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************

!!
  corresp(dist, value, root_dir)
/usr/lib/python3.14/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        ********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX license expression:

        License :: OSI Approved

        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************

!!
  dist._finalize_license_expression()
/usr/lib/python3.14/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

        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************

!!
  self._finalize_license_expression()
running egg_info
writing codespell.egg-info/PKG-INFO
writing dependency_links to codespell.egg-info/dependency_links.txt
writing entry points to codespell.egg-info/entry_points.txt
writing requirements to codespell.egg-info/requires.txt
writing top-level names to codespell.egg-info/top_level.txt
reading manifest file 'codespell.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files found matching '*.yml'
warning: no previously-included files found matching '*.yaml'
warning: no previously-included files found matching '.coveragerc'
warning: no previously-included files found matching '.git-blame-ignore-revs'
warning: no previously-included files found matching 'example'
warning: no previously-included files found matching 'example/*'
warning: no previously-included files found matching 'snap'
warning: no previously-included files found matching 'snap/*'
warning: no previously-included files found matching 'Makefile'
warning: no previously-included files found matching 'codespell.1.include'
warning: no previously-included files found matching 'pyproject-codespell.precommit-toml'
adding license file 'COPYING'
writing manifest file 'codespell.egg-info/SOURCES.txt'
* Building wheel...
/usr/lib/python3.14/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
!!

        ********************************************************************************
        Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).

        By 2026-Feb-18, you need to update your project and remove deprecated calls
        or your builds will no longer be supported.

        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************

!!
  corresp(dist, value, root_dir)
/usr/lib/python3.14/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        ********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX license expression:

        License :: OSI Approved

        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************

!!
  dist._finalize_license_expression()
/usr/lib/python3.14/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

        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************

!!
  self._finalize_license_expression()
running bdist_wheel
running build
running build_py
creating build/lib/codespell_lib
copying codespell_lib/__main__.py -> build/lib/codespell_lib
copying codespell_lib/__init__.py -> build/lib/codespell_lib
copying codespell_lib/_version.py -> build/lib/codespell_lib
copying codespell_lib/_spellchecker.py -> build/lib/codespell_lib
copying codespell_lib/_codespell.py -> build/lib/codespell_lib
copying codespell_lib/_text_util.py -> build/lib/codespell_lib
creating build/lib/codespell_lib/tests
copying codespell_lib/tests/__init__.py -> build/lib/codespell_lib/tests
copying codespell_lib/tests/test_dictionary.py -> build/lib/codespell_lib/tests
copying codespell_lib/tests/test_basic.py -> build/lib/codespell_lib/tests
creating build/lib/codespell_lib/data
copying codespell_lib/data/__init__.py -> build/lib/codespell_lib/data
running egg_info
writing codespell.egg-info/PKG-INFO
writing dependency_links to codespell.egg-info/dependency_links.txt
writing entry points to codespell.egg-info/entry_points.txt
writing requirements to codespell.egg-info/requires.txt
writing top-level names to codespell.egg-info/top_level.txt
reading manifest file 'codespell.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files found matching '*.yml'
warning: no previously-included files found matching '*.yaml'
warning: no previously-included files found matching '.coveragerc'
warning: no previously-included files found matching '.git-blame-ignore-revs'
warning: no previously-included files found matching 'example'
warning: no previously-included files found matching 'example/*'
warning: no previously-included files found matching 'snap'
warning: no previously-included files found matching 'snap/*'
warning: no previously-included files found matching 'Makefile'
warning: no previously-included files found matching 'codespell.1.include'
warning: no previously-included files found matching 'pyproject-codespell.precommit-toml'
adding license file 'COPYING'
writing manifest file 'codespell.egg-info/SOURCES.txt'
copying codespell_lib/py.typed -> build/lib/codespell_lib
copying codespell_lib/data/dictionary_rare.txt -> build/lib/codespell_lib/data
copying codespell_lib/data/dictionary_names.txt -> build/lib/codespell_lib/data
copying codespell_lib/data/dictionary_en-GB_to_en-US.txt -> build/lib/codespell_lib/data
copying codespell_lib/data/dictionary_usage.txt -> build/lib/codespell_lib/data
copying codespell_lib/data/dictionary_informal.txt -> build/lib/codespell_lib/data
copying codespell_lib/data/dictionary.txt -> build/lib/codespell_lib/data
copying codespell_lib/data/dictionary_code.txt -> build/lib/codespell_lib/data
copying codespell_lib/data/linux-kernel.exclude -> build/lib/codespell_lib/data
creating build/lib/codespell_lib/tests/data
copying codespell_lib/tests/data/en_GB-additional.wordlist -> build/lib/codespell_lib/tests/data
copying codespell_lib/tests/data/en_US-additional.wordlist -> build/lib/codespell_lib/tests/data
installing to build/bdist.linux-aarch64/wheel
running install
running install_lib
creating build/bdist.linux-aarch64/wheel
creating build/bdist.linux-aarch64/wheel/codespell_lib
copying build/lib/codespell_lib/__main__.py -> build/bdist.linux-aarch64/wheel/./codespell_lib
copying build/lib/codespell_lib/py.typed -> build/bdist.linux-aarch64/wheel/./codespell_lib
copying build/lib/codespell_lib/__init__.py -> build/bdist.linux-aarch64/wheel/./codespell_lib
copying build/lib/codespell_lib/_version.py -> build/bdist.linux-aarch64/wheel/./codespell_lib
copying build/lib/codespell_lib/_spellchecker.py -> build/bdist.linux-aarch64/wheel/./codespell_lib
copying build/lib/codespell_lib/_codespell.py -> build/bdist.linux-aarch64/wheel/./codespell_lib
creating build/bdist.linux-aarch64/wheel/codespell_lib/tests
copying build/lib/codespell_lib/tests/__init__.py -> build/bdist.linux-aarch64/wheel/./codespell_lib/tests
copying build/lib/codespell_lib/tests/test_dictionary.py -> build/bdist.linux-aarch64/wheel/./codespell_lib/tests
creating build/bdist.linux-aarch64/wheel/codespell_lib/tests/data
copying build/lib/codespell_lib/tests/data/en_US-additional.wordlist -> build/bdist.linux-aarch64/wheel/./codespell_lib/tests/data
copying build/lib/codespell_lib/tests/data/en_GB-additional.wordlist -> build/bdist.linux-aarch64/wheel/./codespell_lib/tests/data
copying build/lib/codespell_lib/tests/test_basic.py -> build/bdist.linux-aarch64/wheel/./codespell_lib/tests
copying build/lib/codespell_lib/_text_util.py -> build/bdist.linux-aarch64/wheel/./codespell_lib
creating build/bdist.linux-aarch64/wheel/codespell_lib/data
copying build/lib/codespell_lib/data/dictionary_rare.txt -> build/bdist.linux-aarch64/wheel/./codespell_lib/data
copying build/lib/codespell_lib/data/__init__.py -> build/bdist.linux-aarch64/wheel/./codespell_lib/data
copying build/lib/codespell_lib/data/dictionary_names.txt -> build/bdist.linux-aarch64/wheel/./codespell_lib/data
copying build/lib/codespell_lib/data/dictionary_en-GB_to_en-US.txt -> build/bdist.linux-aarch64/wheel/./codespell_lib/data
copying build/lib/codespell_lib/data/dictionary_usage.txt -> build/bdist.linux-aarch64/wheel/./codespell_lib/data
copying build/lib/codespell_lib/data/linux-kernel.exclude -> build/bdist.linux-aarch64/wheel/./codespell_lib/data
copying build/lib/codespell_lib/data/dictionary_informal.txt -> build/bdist.linux-aarch64/wheel/./codespell_lib/data
copying build/lib/codespell_lib/data/dictionary.txt -> build/bdist.linux-aarch64/wheel/./codespell_lib/data
copying build/lib/codespell_lib/data/dictionary_code.txt -> build/bdist.linux-aarch64/wheel/./codespell_lib/data
running install_egg_info
Copying codespell.egg-info to build/bdist.linux-aarch64/wheel/./codespell-2.4.1-py3.14.egg-info
running install_scripts
creating build/bdist.linux-aarch64/wheel/codespell-2.4.1.dist-info/WHEEL
creating '/build/codespell/src/codespell-2.4.1/dist/.tmp-agombnj9/codespell-2.4.1-py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it
adding 'codespell-2.4.1.dist-info/licenses/COPYING'
adding 'codespell_lib/__init__.py'
adding 'codespell_lib/__main__.py'
adding 'codespell_lib/_codespell.py'
adding 'codespell_lib/_spellchecker.py'
adding 'codespell_lib/_text_util.py'
adding 'codespell_lib/_version.py'
adding 'codespell_lib/py.typed'
adding 'codespell_lib/data/__init__.py'
adding 'codespell_lib/data/dictionary.txt'
adding 'codespell_lib/data/dictionary_code.txt'
adding 'codespell_lib/data/dictionary_en-GB_to_en-US.txt'
adding 'codespell_lib/data/dictionary_informal.txt'
adding 'codespell_lib/data/dictionary_names.txt'
adding 'codespell_lib/data/dictionary_rare.txt'
adding 'codespell_lib/data/dictionary_usage.txt'
adding 'codespell_lib/data/linux-kernel.exclude'
adding 'codespell_lib/tests/__init__.py'
adding 'codespell_lib/tests/test_basic.py'
adding 'codespell_lib/tests/test_dictionary.py'
adding 'codespell_lib/tests/data/en_GB-additional.wordlist'
adding 'codespell_lib/tests/data/en_US-additional.wordlist'
adding 'codespell-2.4.1.dist-info/METADATA'
adding 'codespell-2.4.1.dist-info/WHEEL'
adding 'codespell-2.4.1.dist-info/entry_points.txt'
adding 'codespell-2.4.1.dist-info/top_level.txt'
adding 'codespell-2.4.1.dist-info/RECORD'
removing build/bdist.linux-aarch64/wheel
Successfully built codespell-2.4.1-py3-none-any.whl
==> Entering fakeroot environment...
==> Starting package()...
==> 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 "codespell"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: codespell 2.4.1-2 (Sun Jan 11 20:07:23 2026)
==> Cleaning up...
[?12l[?25h