==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done ==> Making package: python-fastimport 0.9.14-6 (Mon Dec 23 02:23:49 2024) ==> Retrieving sources... -> Cloning python-fastimport git repo... Cloning into bare repository '/home/leming/work/python-fastimport/python-fastimport'... ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha256sums... python-fastimport ... Skipped ==> Making package: python-fastimport 0.9.14-6 (Mon Dec 23 02:24:10 2024) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Packages (14) perl-error-0.17029-7 perl-mailtools-2.22-1 perl-timedate-2.33-7 python-autocommand-2.2.2-7 python-jaraco.collections-5.0.1-2 python-jaraco.context-5.3.0-3 python-jaraco.functools-4.1.0-1 python-jaraco.text-4.0.0-2 python-more-itertools-10.5.0-1 python-packaging-24.2-3 python-platformdirs-4.3.6-2 python-wheel-0.45.0-3 git-2.47.1-1 python-setuptools-1:75.2.0-4 Total Installed Size: 49.71 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 git... Optional dependencies for git tk: gitk and git gui openssh: ssh transport and crypto 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-mediawiki-api: git mediawiki support perl-datetime-format-iso8601: git mediawiki support perl-lwp-protocol-https: git mediawiki https 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] 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/4) Creating system user accounts... Creating group 'git' with GID 971. Creating user 'git' (git daemon user) with UID 971 and GID 971. (2/4) Reloading system manager configuration... Skipped: Current root is not booted. (3/4) Arming ConditionNeedsUpdate... (4/4) Warn about old perl modules [?25h==> 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.13/site-packages/setuptools/dist.py:491: SetuptoolsDeprecationWarning: Invalid dash-separated options !! ******************************************************************************** Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead. By 2025-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.warn_dash_deprecation(opt, section) /usr/lib/python3.13/site-packages/setuptools/_distutils/dist.py:261: UserWarning: Unknown distribution option: 'test_suite' warnings.warn(msg) running build running build_py creating build/lib/fastimport copying fastimport/commands.py -> build/lib/fastimport copying fastimport/dates.py -> build/lib/fastimport copying fastimport/reftracker.py -> 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/helpers.py -> build/lib/fastimport copying fastimport/parser.py -> build/lib/fastimport creating build/lib/fastimport/tests copying fastimport/tests/test_info_processor.py -> build/lib/fastimport/tests copying fastimport/tests/test_errors.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/__init__.py -> build/lib/fastimport/tests copying fastimport/tests/test_filter_processor.py -> build/lib/fastimport/tests copying fastimport/tests/test_helpers.py -> build/lib/fastimport/tests copying fastimport/tests/test_commands.py -> build/lib/fastimport/tests creating 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/__init__.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.13 copying and adjusting bin/fast-import-query -> build/scripts-3.13 copying and adjusting bin/fast-import-filter -> build/scripts-3.13 copying and adjusting bin/fast-import-info -> build/scripts-3.13 changing mode of build/scripts-3.13/fast-import-query from 644 to 755 changing mode of build/scripts-3.13/fast-import-filter from 644 to 755 changing mode of build/scripts-3.13/fast-import-info from 644 to 755 ==> Entering fakeroot environment... ==> Starting package()... /usr/lib/python3.13/site-packages/setuptools/dist.py:491: SetuptoolsDeprecationWarning: Invalid dash-separated options !! ******************************************************************************** Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead. By 2025-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.warn_dash_deprecation(opt, section) /usr/lib/python3.13/site-packages/setuptools/_distutils/dist.py:261: UserWarning: Unknown distribution option: 'test_suite' warnings.warn(msg) running install /usr/lib/python3.13/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. 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.13/site-packages creating /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.13/site-packages/fastimport copying build/lib/fastimport/commands.py -> /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.13/site-packages/fastimport copying build/lib/fastimport/dates.py -> /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.13/site-packages/fastimport copying build/lib/fastimport/reftracker.py -> /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.13/site-packages/fastimport copying build/lib/fastimport/__init__.py -> /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.13/site-packages/fastimport creating /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.13/site-packages/fastimport/tests copying build/lib/fastimport/tests/test_info_processor.py -> /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.13/site-packages/fastimport/tests copying build/lib/fastimport/tests/test_errors.py -> /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.13/site-packages/fastimport/tests copying build/lib/fastimport/tests/test_parser.py -> /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.13/site-packages/fastimport/tests copying build/lib/fastimport/tests/test_dates.py -> /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.13/site-packages/fastimport/tests copying build/lib/fastimport/tests/__init__.py -> /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.13/site-packages/fastimport/tests copying build/lib/fastimport/tests/test_filter_processor.py -> /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.13/site-packages/fastimport/tests copying build/lib/fastimport/tests/test_helpers.py -> /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.13/site-packages/fastimport/tests copying build/lib/fastimport/tests/test_commands.py -> /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.13/site-packages/fastimport/tests copying build/lib/fastimport/processor.py -> /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.13/site-packages/fastimport copying build/lib/fastimport/errors.py -> /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.13/site-packages/fastimport creating /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.13/site-packages/fastimport/processors copying build/lib/fastimport/processors/query_processor.py -> /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.13/site-packages/fastimport/processors copying build/lib/fastimport/processors/filter_processor.py -> /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.13/site-packages/fastimport/processors copying build/lib/fastimport/processors/__init__.py -> /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.13/site-packages/fastimport/processors copying build/lib/fastimport/processors/info_processor.py -> /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.13/site-packages/fastimport/processors copying build/lib/fastimport/py.typed -> /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.13/site-packages/fastimport copying build/lib/fastimport/helpers.py -> /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.13/site-packages/fastimport copying build/lib/fastimport/parser.py -> /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.13/site-packages/fastimport byte-compiling /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.13/site-packages/fastimport/commands.py to commands.cpython-313.pyc byte-compiling /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.13/site-packages/fastimport/dates.py to dates.cpython-313.pyc byte-compiling /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.13/site-packages/fastimport/reftracker.py to reftracker.cpython-313.pyc byte-compiling /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.13/site-packages/fastimport/__init__.py to __init__.cpython-313.pyc byte-compiling /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.13/site-packages/fastimport/tests/test_info_processor.py to test_info_processor.cpython-313.pyc byte-compiling /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.13/site-packages/fastimport/tests/test_errors.py to test_errors.cpython-313.pyc byte-compiling /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.13/site-packages/fastimport/tests/test_parser.py to test_parser.cpython-313.pyc byte-compiling /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.13/site-packages/fastimport/tests/test_dates.py to test_dates.cpython-313.pyc byte-compiling /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.13/site-packages/fastimport/tests/__init__.py to __init__.cpython-313.pyc byte-compiling /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.13/site-packages/fastimport/tests/test_filter_processor.py to test_filter_processor.cpython-313.pyc byte-compiling /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.13/site-packages/fastimport/tests/test_helpers.py to test_helpers.cpython-313.pyc byte-compiling /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.13/site-packages/fastimport/tests/test_commands.py to test_commands.cpython-313.pyc byte-compiling /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.13/site-packages/fastimport/processor.py to processor.cpython-313.pyc byte-compiling /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.13/site-packages/fastimport/errors.py to errors.cpython-313.pyc byte-compiling /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.13/site-packages/fastimport/processors/query_processor.py to query_processor.cpython-313.pyc byte-compiling /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.13/site-packages/fastimport/processors/filter_processor.py to filter_processor.cpython-313.pyc byte-compiling /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.13/site-packages/fastimport/processors/__init__.py to __init__.cpython-313.pyc byte-compiling /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.13/site-packages/fastimport/processors/info_processor.py to info_processor.cpython-313.pyc byte-compiling /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.13/site-packages/fastimport/helpers.py to helpers.cpython-313.pyc byte-compiling /build/python-fastimport/pkg/python-fastimport/usr/lib/python3.13/site-packages/fastimport/parser.py to parser.cpython-313.pyc writing byte-compilation script '/tmp/tmpvwgq6mzg.py' /usr/bin/python /tmp/tmpvwgq6mzg.py removing /tmp/tmpvwgq6mzg.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.13/site-packages/fastimport-0.9.14-py3.13.egg-info running install_scripts creating /build/python-fastimport/pkg/python-fastimport/usr/bin copying build/scripts-3.13/fast-import-info -> /build/python-fastimport/pkg/python-fastimport/usr/bin copying build/scripts-3.13/fast-import-query -> /build/python-fastimport/pkg/python-fastimport/usr/bin copying build/scripts-3.13/fast-import-filter -> /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-query to 755 changing mode of /build/python-fastimport/pkg/python-fastimport/usr/bin/fast-import-filter to 755 ==> 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-fastimport"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: python-fastimport 0.9.14-6 (Mon Dec 23 02:24:25 2024) ==> Cleaning up...