==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: python-testscenarios 0.5.0-19 (Mon Jan 12 06:49:02 2026)
==> Retrieving sources...
  -> Found testscenarios-0.5.0.tar.gz
  -> Found assertEqual-assertEquals.patch
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    testscenarios-0.5.0.tar.gz ... Passed
    assertEqual-assertEquals.patch ... Passed
==> Making package: python-testscenarios 0.5.0-19 (Mon Jan 12 13:49:28 2026)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (14) mpdecimal-4.0.1-1  python-3.14.2-2  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-setuptools-1:80.9.0-4  python-wheel-0.45.1-4  python-pbr-7.0.3-3  python-testtools-2.8.0-3

Total Download Size:    0.36 MiB
Total Installed Size:  82.95 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 python-testtools-2.8.0-3-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-pbr...
installing python-testtools...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found testscenarios-0.5.0.tar.gz
  -> Found assertEqual-assertEquals.patch
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting testscenarios-0.5.0.tar.gz with bsdtar
==> Starting prepare()...
patching file testscenarios/tests/test_scenarios.py
patch: setting attribute security.SMACK64 for security.SMACK64: Operation not permitted
==> 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/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'author-email' in 'metadata' (setup.cfg), please use the underscore name 'author_email' instead.
!!

        ********************************************************************************
        Usage of dash-separated 'author-email' will not be supported in future
        versions. Please use the underscore name 'author_email' 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/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'home-page' in 'metadata' (setup.cfg), please use the underscore name 'home_page' instead.
!!

        ********************************************************************************
        Usage of dash-separated 'home-page' will not be supported in future
        versions. Please use the underscore name 'home_page' 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/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

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

        License :: OSI Approved :: BSD License
        License :: OSI Approved :: Apache Software License

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

!!
  self._finalize_license_expression()
/usr/lib/python3.14/site-packages/setuptools/__init__.py:92: _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`.

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

!!
  dist.fetch_build_eggs(dist.setup_requires)
/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()
/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: testscenarios).

        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:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'author-email' in 'metadata' (setup.cfg), please use the underscore name 'author_email' instead.
!!

        ********************************************************************************
        Usage of dash-separated 'author-email' will not be supported in future
        versions. Please use the underscore name 'author_email' instead.
        (Affected: testscenarios).

        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:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'home-page' in 'metadata' (setup.cfg), please use the underscore name 'home_page' instead.
!!

        ********************************************************************************
        Usage of dash-separated 'home-page' will not be supported in future
        versions. Please use the underscore name 'home_page' instead.
        (Affected: testscenarios).

        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)
running build
running build_py
creating build/lib/testscenarios
copying testscenarios/testcase.py -> build/lib/testscenarios
copying testscenarios/scenarios.py -> build/lib/testscenarios
copying testscenarios/__init__.py -> build/lib/testscenarios
creating build/lib/testscenarios/tests
copying testscenarios/tests/test_scenarios.py -> build/lib/testscenarios/tests
copying testscenarios/tests/__init__.py -> build/lib/testscenarios/tests
copying testscenarios/tests/test_testcase.py -> build/lib/testscenarios/tests
running egg_info
writing testscenarios.egg-info/PKG-INFO
writing dependency_links to testscenarios.egg-info/dependency_links.txt
writing requirements to testscenarios.egg-info/requires.txt
writing top-level names to testscenarios.egg-info/top_level.txt
[pbr] Reusing existing SOURCES.txt
==> 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/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'author-email' in 'metadata' (setup.cfg), please use the underscore name 'author_email' instead.
!!

        ********************************************************************************
        Usage of dash-separated 'author-email' will not be supported in future
        versions. Please use the underscore name 'author_email' 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/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'home-page' in 'metadata' (setup.cfg), please use the underscore name 'home_page' instead.
!!

        ********************************************************************************
        Usage of dash-separated 'home-page' will not be supported in future
        versions. Please use the underscore name 'home_page' 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/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

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

        License :: OSI Approved :: BSD License
        License :: OSI Approved :: Apache Software License

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

!!
  self._finalize_license_expression()
/usr/lib/python3.14/site-packages/setuptools/__init__.py:92: _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`.

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

!!
  dist.fetch_build_eggs(dist.setup_requires)
/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()
/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: testscenarios).

        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:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'author-email' in 'metadata' (setup.cfg), please use the underscore name 'author_email' instead.
!!

        ********************************************************************************
        Usage of dash-separated 'author-email' will not be supported in future
        versions. Please use the underscore name 'author_email' instead.
        (Affected: testscenarios).

        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:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'home-page' in 'metadata' (setup.cfg), please use the underscore name 'home_page' instead.
!!

        ********************************************************************************
        Usage of dash-separated 'home-page' will not be supported in future
        versions. Please use the underscore name 'home_page' instead.
        (Affected: testscenarios).

        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)
running install
[pbr] Generating AUTHORS
[pbr] AUTHORS complete (0.0s)
running build
running build_py
copying testscenarios/tests/test_scenarios.py -> build/lib/testscenarios/tests
running egg_info
writing testscenarios.egg-info/PKG-INFO
writing dependency_links to testscenarios.egg-info/dependency_links.txt
writing requirements to testscenarios.egg-info/requires.txt
writing top-level names to testscenarios.egg-info/top_level.txt
[pbr] Reusing existing SOURCES.txt
running install_lib
creating /build/python-testscenarios/pkg/python-testscenarios/usr/lib/python3.14/site-packages
creating /build/python-testscenarios/pkg/python-testscenarios/usr/lib/python3.14/site-packages/testscenarios
copying build/lib/testscenarios/testcase.py -> /build/python-testscenarios/pkg/python-testscenarios/usr/lib/python3.14/site-packages/testscenarios
copying build/lib/testscenarios/scenarios.py -> /build/python-testscenarios/pkg/python-testscenarios/usr/lib/python3.14/site-packages/testscenarios
copying build/lib/testscenarios/__init__.py -> /build/python-testscenarios/pkg/python-testscenarios/usr/lib/python3.14/site-packages/testscenarios
creating /build/python-testscenarios/pkg/python-testscenarios/usr/lib/python3.14/site-packages/testscenarios/tests
copying build/lib/testscenarios/tests/test_scenarios.py -> /build/python-testscenarios/pkg/python-testscenarios/usr/lib/python3.14/site-packages/testscenarios/tests
copying build/lib/testscenarios/tests/__init__.py -> /build/python-testscenarios/pkg/python-testscenarios/usr/lib/python3.14/site-packages/testscenarios/tests
copying build/lib/testscenarios/tests/test_testcase.py -> /build/python-testscenarios/pkg/python-testscenarios/usr/lib/python3.14/site-packages/testscenarios/tests
byte-compiling /build/python-testscenarios/pkg/python-testscenarios/usr/lib/python3.14/site-packages/testscenarios/testcase.py to testcase.cpython-314.pyc
byte-compiling /build/python-testscenarios/pkg/python-testscenarios/usr/lib/python3.14/site-packages/testscenarios/scenarios.py to scenarios.cpython-314.pyc
byte-compiling /build/python-testscenarios/pkg/python-testscenarios/usr/lib/python3.14/site-packages/testscenarios/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-testscenarios/pkg/python-testscenarios/usr/lib/python3.14/site-packages/testscenarios/tests/test_scenarios.py to test_scenarios.cpython-314.pyc
byte-compiling /build/python-testscenarios/pkg/python-testscenarios/usr/lib/python3.14/site-packages/testscenarios/tests/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-testscenarios/pkg/python-testscenarios/usr/lib/python3.14/site-packages/testscenarios/tests/test_testcase.py to test_testcase.cpython-314.pyc
writing byte-compilation script '/tmp/tmp82jsadn6.py'
/usr/bin/python /tmp/tmp82jsadn6.py
removing /tmp/tmp82jsadn6.py
running install_egg_info
Copying testscenarios.egg-info to /build/python-testscenarios/pkg/python-testscenarios/usr/lib/python3.14/site-packages/testscenarios-0.5.0-py3.14.egg-info
running install_scripts
==> 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-testscenarios"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-testscenarios 0.5.0-19 (Mon Jan 12 13:49:44 2026)
==> Cleaning up...
[?12l[?25h