==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: python-fastimport 0.9.14-7 (Sat Jan 10 19:57:08 2026)
==> Retrieving sources...
  -> Updating python-fastimport git repo...
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    python-fastimport ... Passed
==> Making package: python-fastimport 0.9.14-7 (Sun Jan 11 02:57:34 2026)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (2) mpdecimal-4.0.1-1  python-3.14.2-2

Total Installed Size:  68.57 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 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
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (15) perl-error-0.17030-3  perl-mailtools-2.22-3  perl-timedate-2.33-9  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-wheel-0.45.1-4  zlib-ng-2.3.2-1  git-2.52.0-2  python-setuptools-1:80.9.0-4

Total Installed Size:  60.15 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 perl-error...
installing perl-timedate...
installing perl-mailtools...
installing zlib-ng...
installing git...
Optional dependencies for git
    git-zsh-completion: upstream zsh completion
    tk: gitk and git gui
    openssh: ssh transport and crypto
    man: show help with `git command --help`
    perl-libwww: git svn
    perl-term-readkey: git svn and interactive.singlekey setting
    perl-io-socket-ssl: git send-email TLS support
    perl-authen-sasl: git send-email TLS support
    perl-cgi: gitweb (web interface) support
    python: git svn & git p4 [installed]
    subversion: git svn
    org.freedesktop.secrets: keyring credential helper
    libsecret: libsecret credential helper [installed]
    less: the default pager for git
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...
:: Running post-transaction hooks...
(1/3) Creating system user accounts...
Creating group 'git' with GID 968.
Creating user 'git' (git daemon user) with UID 968 and GID 968.
(2/3) Reloading system manager configuration...
  Skipped: Current root is not booted.
(3/3) Arming ConditionNeedsUpdate...
==> Retrieving sources...
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Creating working copy of python-fastimport git repo...
Cloning into 'python-fastimport'...
done.
Switched to a new branch 'makepkg'
==> Starting pkgver()...
==> Starting build()...
/usr/lib/python3.14/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'description-file' in 'metadata' (setup.cfg), please use the underscore name 'description_file' instead.
!!

        ********************************************************************************
        Usage of dash-separated 'description-file' will not be supported in future
        versions. Please use the underscore name 'description_file' instead.

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

        See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
        ********************************************************************************

!!
  opt = self._enforce_underscore(opt, section)
/usr/lib/python3.14/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'test_suite'
  warnings.warn(msg)
/usr/lib/python3.14/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'description-file' in 'metadata' (setup.cfg), please use the underscore name 'description_file' instead.
!!

        ********************************************************************************
        Usage of dash-separated 'description-file' will not be supported in future
        versions. Please use the underscore name 'description_file' instead.
        (Affected: fastimport).

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

        See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
        ********************************************************************************

!!
  opt = self._enforce_underscore(opt, section)
/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 :: GNU General Public License v2 or later (GPLv2+)

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

!!
  self._finalize_license_expression()
running build
running build_py
creating build/lib/fastimport
copying fastimport/__init__.py -> build/lib/fastimport
copying fastimport/processor.py -> build/lib/fastimport
copying fastimport/errors.py -> build/lib/fastimport
copying fastimport/parser.py -> build/lib/fastimport
copying fastimport/helpers.py -> build/lib/fastimport
copying fastimport/commands.py -> build/lib/fastimport
copying fastimport/dates.py -> build/lib/fastimport
copying fastimport/reftracker.py -> build/lib/fastimport
creating build/lib/fastimport/tests
copying fastimport/tests/test_filter_processor.py -> build/lib/fastimport/tests
copying fastimport/tests/__init__.py -> build/lib/fastimport/tests
copying fastimport/tests/test_commands.py -> build/lib/fastimport/tests
copying fastimport/tests/test_parser.py -> build/lib/fastimport/tests
copying fastimport/tests/test_dates.py -> build/lib/fastimport/tests
copying fastimport/tests/test_errors.py -> build/lib/fastimport/tests
copying fastimport/tests/test_info_processor.py -> build/lib/fastimport/tests
copying fastimport/tests/test_helpers.py -> build/lib/fastimport/tests
creating build/lib/fastimport/processors
copying fastimport/processors/__init__.py -> build/lib/fastimport/processors
copying fastimport/processors/query_processor.py -> build/lib/fastimport/processors
copying fastimport/processors/filter_processor.py -> build/lib/fastimport/processors
copying fastimport/processors/info_processor.py -> build/lib/fastimport/processors
copying fastimport/py.typed -> build/lib/fastimport
running build_scripts
creating build/scripts-3.14
copying and adjusting bin/fast-import-query -> build/scripts-3.14
copying and adjusting bin/fast-import-filter -> build/scripts-3.14
copying and adjusting bin/fast-import-info -> build/scripts-3.14
changing mode of build/scripts-3.14/fast-import-query from 644 to 755
changing mode of build/scripts-3.14/fast-import-filter from 644 to 755
changing mode of build/scripts-3.14/fast-import-info from 644 to 755
==> Entering fakeroot environment...
==> Starting package()...
/usr/lib/python3.14/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'description-file' in 'metadata' (setup.cfg), please use the underscore name 'description_file' instead.
!!

        ********************************************************************************
        Usage of dash-separated 'description-file' will not be supported in future
        versions. Please use the underscore name 'description_file' instead.

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

        See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
        ********************************************************************************

!!
  opt = self._enforce_underscore(opt, section)
/usr/lib/python3.14/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'test_suite'
  warnings.warn(msg)
/usr/lib/python3.14/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'description-file' in 'metadata' (setup.cfg), please use the underscore name 'description_file' instead.
!!

        ********************************************************************************
        Usage of dash-separated 'description-file' will not be supported in future
        versions. Please use the underscore name 'description_file' instead.
        (Affected: fastimport).

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

        See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
        ********************************************************************************

!!
  opt = self._enforce_underscore(opt, section)
/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 :: GNU General Public License v2 or later (GPLv2+)

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

!!
  self._finalize_license_expression()
running install
/usr/lib/python3.14/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!

        ********************************************************************************
        Please avoid running ``setup.py`` directly.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.

        This deprecation is overdue, please update your project and remove deprecated
        calls to avoid build errors in the future.

        See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
        ********************************************************************************

!!
  self.initialize_options()
running install_lib
creating /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.14/site-packages
creating /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.14/site-packages/fastimport
creating /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.14/site-packages/fastimport/tests
copying build/lib/fastimport/tests/test_filter_processor.py -> /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.14/site-packages/fastimport/tests
copying build/lib/fastimport/tests/__init__.py -> /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.14/site-packages/fastimport/tests
copying build/lib/fastimport/tests/test_commands.py -> /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.14/site-packages/fastimport/tests
copying build/lib/fastimport/tests/test_parser.py -> /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.14/site-packages/fastimport/tests
copying build/lib/fastimport/tests/test_dates.py -> /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.14/site-packages/fastimport/tests
copying build/lib/fastimport/tests/test_errors.py -> /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.14/site-packages/fastimport/tests
copying build/lib/fastimport/tests/test_info_processor.py -> /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.14/site-packages/fastimport/tests
copying build/lib/fastimport/tests/test_helpers.py -> /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.14/site-packages/fastimport/tests
copying build/lib/fastimport/py.typed -> /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.14/site-packages/fastimport
copying build/lib/fastimport/__init__.py -> /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.14/site-packages/fastimport
copying build/lib/fastimport/processor.py -> /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.14/site-packages/fastimport
copying build/lib/fastimport/errors.py -> /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.14/site-packages/fastimport
copying build/lib/fastimport/parser.py -> /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.14/site-packages/fastimport
creating /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.14/site-packages/fastimport/processors
copying build/lib/fastimport/processors/__init__.py -> /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.14/site-packages/fastimport/processors
copying build/lib/fastimport/processors/query_processor.py -> /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.14/site-packages/fastimport/processors
copying build/lib/fastimport/processors/filter_processor.py -> /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.14/site-packages/fastimport/processors
copying build/lib/fastimport/processors/info_processor.py -> /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.14/site-packages/fastimport/processors
copying build/lib/fastimport/helpers.py -> /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.14/site-packages/fastimport
copying build/lib/fastimport/commands.py -> /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.14/site-packages/fastimport
copying build/lib/fastimport/dates.py -> /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.14/site-packages/fastimport
copying build/lib/fastimport/reftracker.py -> /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.14/site-packages/fastimport
byte-compiling /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.14/site-packages/fastimport/tests/test_filter_processor.py to test_filter_processor.cpython-314.pyc
byte-compiling /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.14/site-packages/fastimport/tests/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.14/site-packages/fastimport/tests/test_commands.py to test_commands.cpython-314.pyc
byte-compiling /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.14/site-packages/fastimport/tests/test_parser.py to test_parser.cpython-314.pyc
byte-compiling /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.14/site-packages/fastimport/tests/test_dates.py to test_dates.cpython-314.pyc
byte-compiling /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.14/site-packages/fastimport/tests/test_errors.py to test_errors.cpython-314.pyc
byte-compiling /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.14/site-packages/fastimport/tests/test_info_processor.py to test_info_processor.cpython-314.pyc
byte-compiling /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.14/site-packages/fastimport/tests/test_helpers.py to test_helpers.cpython-314.pyc
byte-compiling /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.14/site-packages/fastimport/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.14/site-packages/fastimport/processor.py to processor.cpython-314.pyc
byte-compiling /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.14/site-packages/fastimport/errors.py to errors.cpython-314.pyc
byte-compiling /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.14/site-packages/fastimport/parser.py to parser.cpython-314.pyc
byte-compiling /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.14/site-packages/fastimport/processors/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.14/site-packages/fastimport/processors/query_processor.py to query_processor.cpython-314.pyc
byte-compiling /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.14/site-packages/fastimport/processors/filter_processor.py to filter_processor.cpython-314.pyc
byte-compiling /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.14/site-packages/fastimport/processors/info_processor.py to info_processor.cpython-314.pyc
byte-compiling /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.14/site-packages/fastimport/helpers.py to helpers.cpython-314.pyc
byte-compiling /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.14/site-packages/fastimport/commands.py to commands.cpython-314.pyc
byte-compiling /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.14/site-packages/fastimport/dates.py to dates.cpython-314.pyc
byte-compiling /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.14/site-packages/fastimport/reftracker.py to reftracker.cpython-314.pyc
writing byte-compilation script '/tmp/tmphgsq1l0l.py'
/usr/bin/python /tmp/tmphgsq1l0l.py
removing /tmp/tmphgsq1l0l.py
running install_egg_info
running egg_info
creating fastimport.egg-info
writing fastimport.egg-info/PKG-INFO
writing dependency_links to fastimport.egg-info/dependency_links.txt
writing top-level names to fastimport.egg-info/top_level.txt
writing manifest file 'fastimport.egg-info/SOURCES.txt'
reading manifest file 'fastimport.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'COPYING'
adding license file 'AUTHORS'
writing manifest file 'fastimport.egg-info/SOURCES.txt'
Copying fastimport.egg-info to /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.14/site-packages/fastimport-0.9.14-py3.14.egg-info
running install_scripts
creating /build/python-fastimport/pkg/python-fastimport/usr/bin
copying build/scripts-3.14/fast-import-info -> /build/python-fastimport/pkg/python-fastimport/usr/bin
copying build/scripts-3.14/fast-import-filter -> /build/python-fastimport/pkg/python-fastimport/usr/bin
copying build/scripts-3.14/fast-import-query -> /build/python-fastimport/pkg/python-fastimport/usr/bin
changing mode of /build/python-fastimport/pkg/python-fastimport/usr/bin/fast-import-info to 755
changing mode of /build/python-fastimport/pkg/python-fastimport/usr/bin/fast-import-filter to 755
changing mode of /build/python-fastimport/pkg/python-fastimport/usr/bin/fast-import-query to 755
==> 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 "python-fastimport"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-fastimport 0.9.14-7 (Sun Jan 11 02:57:53 2026)
==> Cleaning up...
[?12l[?25h