==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: python-debtcollector 3.0.0-3 (Wed Dec 25 09:24:07 2024)
==> Retrieving sources...
  -> Found python-debtcollector-3.0.0.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    python-debtcollector-3.0.0.tar.gz ... Passed
==> Making package: python-debtcollector 3.0.0-3 (Wed Dec 25 09:24:26 2024)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (1) python-wrapt-1.16.0-4

Total Download Size:   0.05 MiB
Total Installed Size:  0.24 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 python-wrapt-1.16.0-4-armv7h downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing python-wrapt...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (30) libyaml-0.2.5-3  python-attrs-23.2.0-4
              python-autocommand-2.2.2-7  python-autopage-0.5.2-3
              python-cliff-4.7.0-3  python-cmd2-2.4.3-5
              python-colorama-0.4.6-5  python-extras-1.0.0-13
              python-fixtures-4.1.0-5  python-iso8601-2.1.0-3
              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-prettytable-3.11.0-2
              python-pyperclip-1.9.0-3  python-setuptools-1:75.2.0-4
              python-stevedore-5.4.0-1  python-subunit-1.4.4-4
              python-testtools-2.7.2-2  python-tomlkit-0.13.2-2
              python-voluptuous-0.14.2-3  python-wcwidth-0.2.13-3
              python-wheel-0.45.0-3  python-yaml-6.0.2-2  python-pbr-6.1.0-2
              python-stestr-4.1.0-7

Total Download Size:    2.01 MiB
Total Installed Size:  24.04 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 python-testtools-2.7.2-2-any downloading...
 python-cmd2-2.4.3-5-any downloading...
 python-yaml-6.0.2-2-armv7h downloading...
 python-subunit-1.4.4-4-any downloading...
 python-stestr-4.1.0-7-any downloading...
 python-pbr-6.1.0-2-any downloading...
 python-cliff-4.7.0-3-any downloading...
 python-attrs-23.2.0-4-any downloading...
 python-tomlkit-0.13.2-2-any downloading...
 python-fixtures-4.1.0-5-any downloading...
 python-voluptuous-0.14.2-3-any downloading...
 python-autopage-0.5.2-3-any downloading...
 python-prettytable-3.11.0-2-any downloading...
 python-stevedore-5.4.0-1-any downloading...
 libyaml-0.2.5-3-armv7h downloading...
 python-colorama-0.4.6-5-any downloading...
 python-pyperclip-1.9.0-3-any downloading...
 python-iso8601-2.1.0-3-any downloading...
 python-extras-1.0.0-13-any downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing python-pbr...
installing python-autopage...
installing python-attrs...
installing python-colorama...
installing python-pyperclip...
Optional dependencies for python-pyperclip
    xclip: xclip backend
    xsel: xsel backend
    wl-clipboard: wl-clipboard backend
    plasma-workspace: klipper backend
installing python-wcwidth...
installing python-cmd2...
installing python-prettytable...
installing python-stevedore...
installing libyaml...
installing python-yaml...
installing python-cliff...
installing python-iso8601...
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-testtools...
installing python-subunit...
installing python-fixtures...
installing python-voluptuous...
installing python-tomlkit...
installing python-extras...
installing python-stestr...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Retrieving sources...
  -> Found python-debtcollector-3.0.0.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting python-debtcollector-3.0.0.tar.gz with bsdtar
==> Starting build()...
/usr/lib/python3.13/site-packages/setuptools/__init__.py:94: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
!!

        ********************************************************************************
        Requirements should be satisfied by a PEP 517 installer.
        If you are using pip, you can try `pip install --use-pep517`.
        ********************************************************************************

!!
  dist.fetch_build_eggs(dist.setup_requires)
/usr/lib/python3.13/site-packages/setuptools/command/develop.py:41: EasyInstallDeprecationWarning: easy_install command is deprecated.
!!

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

        See https://github.com/pypa/setuptools/issues/917 for details.
        ********************************************************************************

!!
  easy_install.initialize_options(self)
/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()
/usr/lib/python3.13/site-packages/pbr/core.py:140: UserWarning: Unknown distribution option: 'tests_require'
  warnings.warn(msg)
running build
running build_py
creating build/lib/debtcollector/fixtures
copying debtcollector/fixtures/disable.py -> build/lib/debtcollector/fixtures
copying debtcollector/fixtures/__init__.py -> build/lib/debtcollector/fixtures
copying debtcollector/renames.py -> build/lib/debtcollector
copying debtcollector/moves.py -> build/lib/debtcollector
copying debtcollector/__init__.py -> build/lib/debtcollector
copying debtcollector/updating.py -> build/lib/debtcollector
copying debtcollector/_utils.py -> build/lib/debtcollector
copying debtcollector/removals.py -> build/lib/debtcollector
creating build/lib/debtcollector/tests
copying debtcollector/tests/test_deprecation.py -> build/lib/debtcollector/tests
copying debtcollector/tests/__init__.py -> build/lib/debtcollector/tests
copying debtcollector/tests/base.py -> build/lib/debtcollector/tests
running egg_info
creating debtcollector.egg-info
writing debtcollector.egg-info/PKG-INFO
writing dependency_links to debtcollector.egg-info/dependency_links.txt
writing requirements to debtcollector.egg-info/requires.txt
writing top-level names to debtcollector.egg-info/top_level.txt
[pbr] Processing SOURCES.txt
writing manifest file 'debtcollector.egg-info/SOURCES.txt'
warning: no files found matching 'AUTHORS'
warning: no files found matching 'ChangeLog'
warning: no previously-included files found matching '.gitignore'
warning: no previously-included files found matching '.gitreview'
warning: no previously-included files matching '*.pyc' found anywhere in distribution
adding license file 'LICENSE'
writing manifest file 'debtcollector.egg-info/SOURCES.txt'
==> Entering fakeroot environment...
==> Starting package()...
/usr/lib/python3.13/site-packages/setuptools/__init__.py:94: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
!!

        ********************************************************************************
        Requirements should be satisfied by a PEP 517 installer.
        If you are using pip, you can try `pip install --use-pep517`.
        ********************************************************************************

!!
  dist.fetch_build_eggs(dist.setup_requires)
/usr/lib/python3.13/site-packages/setuptools/command/develop.py:41: EasyInstallDeprecationWarning: easy_install command is deprecated.
!!

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

        See https://github.com/pypa/setuptools/issues/917 for details.
        ********************************************************************************

!!
  easy_install.initialize_options(self)
/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()
/usr/lib/python3.13/site-packages/pbr/core.py:140: UserWarning: Unknown distribution option: 'tests_require'
  warnings.warn(msg)
running install
[pbr] Generating AUTHORS
[pbr] AUTHORS complete (0.0s)
running build
running build_py
running egg_info
writing debtcollector.egg-info/PKG-INFO
writing dependency_links to debtcollector.egg-info/dependency_links.txt
writing requirements to debtcollector.egg-info/requires.txt
writing top-level names to debtcollector.egg-info/top_level.txt
[pbr] Reusing existing SOURCES.txt
running install_lib
creating /build/python-debtcollector/pkg/python-debtcollector/usr/lib/python3.13/site-packages
creating /build/python-debtcollector/pkg/python-debtcollector/usr/lib/python3.13/site-packages/debtcollector
creating /build/python-debtcollector/pkg/python-debtcollector/usr/lib/python3.13/site-packages/debtcollector/fixtures
copying build/lib/debtcollector/fixtures/disable.py -> /build/python-debtcollector/pkg/python-debtcollector/usr/lib/python3.13/site-packages/debtcollector/fixtures
copying build/lib/debtcollector/fixtures/__init__.py -> /build/python-debtcollector/pkg/python-debtcollector/usr/lib/python3.13/site-packages/debtcollector/fixtures
copying build/lib/debtcollector/renames.py -> /build/python-debtcollector/pkg/python-debtcollector/usr/lib/python3.13/site-packages/debtcollector
copying build/lib/debtcollector/moves.py -> /build/python-debtcollector/pkg/python-debtcollector/usr/lib/python3.13/site-packages/debtcollector
copying build/lib/debtcollector/__init__.py -> /build/python-debtcollector/pkg/python-debtcollector/usr/lib/python3.13/site-packages/debtcollector
creating /build/python-debtcollector/pkg/python-debtcollector/usr/lib/python3.13/site-packages/debtcollector/tests
copying build/lib/debtcollector/tests/test_deprecation.py -> /build/python-debtcollector/pkg/python-debtcollector/usr/lib/python3.13/site-packages/debtcollector/tests
copying build/lib/debtcollector/tests/__init__.py -> /build/python-debtcollector/pkg/python-debtcollector/usr/lib/python3.13/site-packages/debtcollector/tests
copying build/lib/debtcollector/tests/base.py -> /build/python-debtcollector/pkg/python-debtcollector/usr/lib/python3.13/site-packages/debtcollector/tests
copying build/lib/debtcollector/updating.py -> /build/python-debtcollector/pkg/python-debtcollector/usr/lib/python3.13/site-packages/debtcollector
copying build/lib/debtcollector/_utils.py -> /build/python-debtcollector/pkg/python-debtcollector/usr/lib/python3.13/site-packages/debtcollector
copying build/lib/debtcollector/removals.py -> /build/python-debtcollector/pkg/python-debtcollector/usr/lib/python3.13/site-packages/debtcollector
byte-compiling /build/python-debtcollector/pkg/python-debtcollector/usr/lib/python3.13/site-packages/debtcollector/fixtures/disable.py to disable.cpython-313.pyc
byte-compiling /build/python-debtcollector/pkg/python-debtcollector/usr/lib/python3.13/site-packages/debtcollector/fixtures/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-debtcollector/pkg/python-debtcollector/usr/lib/python3.13/site-packages/debtcollector/renames.py to renames.cpython-313.pyc
byte-compiling /build/python-debtcollector/pkg/python-debtcollector/usr/lib/python3.13/site-packages/debtcollector/moves.py to moves.cpython-313.pyc
byte-compiling /build/python-debtcollector/pkg/python-debtcollector/usr/lib/python3.13/site-packages/debtcollector/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-debtcollector/pkg/python-debtcollector/usr/lib/python3.13/site-packages/debtcollector/tests/test_deprecation.py to test_deprecation.cpython-313.pyc
byte-compiling /build/python-debtcollector/pkg/python-debtcollector/usr/lib/python3.13/site-packages/debtcollector/tests/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-debtcollector/pkg/python-debtcollector/usr/lib/python3.13/site-packages/debtcollector/tests/base.py to base.cpython-313.pyc
byte-compiling /build/python-debtcollector/pkg/python-debtcollector/usr/lib/python3.13/site-packages/debtcollector/updating.py to updating.cpython-313.pyc
byte-compiling /build/python-debtcollector/pkg/python-debtcollector/usr/lib/python3.13/site-packages/debtcollector/_utils.py to _utils.cpython-313.pyc
byte-compiling /build/python-debtcollector/pkg/python-debtcollector/usr/lib/python3.13/site-packages/debtcollector/removals.py to removals.cpython-313.pyc
writing byte-compilation script '/tmp/tmp6g4etj5h.py'
/usr/bin/python /tmp/tmp6g4etj5h.py
removing /tmp/tmp6g4etj5h.py
running install_egg_info
Copying debtcollector.egg-info to /build/python-debtcollector/pkg/python-debtcollector/usr/lib/python3.13/site-packages/debtcollector-3.0.0-py3.13.egg-info
running install_scripts
==> 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-debtcollector"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-debtcollector 3.0.0-3 (Wed Dec 25 09:24:42 2024)
==> Cleaning up...