==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: python-stevedore 5.4.0-2 (Sun Jan 11 11:23:52 2026)
==> Retrieving sources...
  -> Found stevedore-5.4.0.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    stevedore-5.4.0.tar.gz ... Passed
==> Making package: python-stevedore 5.4.0-2 (Sun Jan 11 11:23:54 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:  77.81 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 (11) 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  python-pbr-7.0.3-3  python-setuptools-1:80.9.0-4

Total Installed Size:  11.51 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-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...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Retrieving sources...
  -> Found stevedore-5.4.0.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting stevedore-5.4.0.tar.gz with bsdtar
==> Starting prepare()...
==> Entering fakeroot environment...
==> Starting package()...
/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 :: 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/pbr/setupcfg.py:833: UserWarning: Unknown distribution option: 'tests_require'
  warnings.warn(msg)
running install
[pbr] Generating AUTHORS
[pbr] AUTHORS complete (0.0s)
running build
running build_py
creating build/lib/stevedore/tests
copying stevedore/tests/test_test_manager.py -> build/lib/stevedore/tests
copying stevedore/tests/test_driver.py -> build/lib/stevedore/tests
copying stevedore/tests/test_sphinxext.py -> build/lib/stevedore/tests
copying stevedore/tests/test_named.py -> build/lib/stevedore/tests
copying stevedore/tests/manager.py -> build/lib/stevedore/tests
copying stevedore/tests/utils.py -> build/lib/stevedore/tests
copying stevedore/tests/test_cache.py -> build/lib/stevedore/tests
copying stevedore/tests/test_extension.py -> build/lib/stevedore/tests
copying stevedore/tests/test_enabled.py -> build/lib/stevedore/tests
copying stevedore/tests/test_callback.py -> build/lib/stevedore/tests
copying stevedore/tests/test_example_fields.py -> build/lib/stevedore/tests
copying stevedore/tests/__init__.py -> build/lib/stevedore/tests
copying stevedore/tests/test_hook.py -> build/lib/stevedore/tests
copying stevedore/tests/extension_unimportable.py -> build/lib/stevedore/tests
copying stevedore/tests/test_example_simple.py -> build/lib/stevedore/tests
copying stevedore/tests/test_dispatch.py -> build/lib/stevedore/tests
creating build/lib/stevedore/example
copying stevedore/example/base.py -> build/lib/stevedore/example
copying stevedore/example/load_as_extension.py -> build/lib/stevedore/example
copying stevedore/example/simple.py -> build/lib/stevedore/example
copying stevedore/example/setup.py -> build/lib/stevedore/example
copying stevedore/example/load_as_driver.py -> build/lib/stevedore/example
copying stevedore/example/__init__.py -> build/lib/stevedore/example
creating build/lib/stevedore/example2
copying stevedore/example2/fields.py -> build/lib/stevedore/example2
copying stevedore/example2/setup.py -> build/lib/stevedore/example2
copying stevedore/example2/__init__.py -> build/lib/stevedore/example2
copying stevedore/driver.py -> build/lib/stevedore
copying stevedore/dispatch.py -> build/lib/stevedore
copying stevedore/enabled.py -> build/lib/stevedore
copying stevedore/extension.py -> build/lib/stevedore
copying stevedore/_cache.py -> build/lib/stevedore
copying stevedore/exception.py -> build/lib/stevedore
copying stevedore/__init__.py -> build/lib/stevedore
copying stevedore/named.py -> build/lib/stevedore
copying stevedore/sphinxext.py -> build/lib/stevedore
copying stevedore/hook.py -> build/lib/stevedore
running egg_info
writing stevedore.egg-info/PKG-INFO
writing dependency_links to stevedore.egg-info/dependency_links.txt
writing entry points to stevedore.egg-info/entry_points.txt
deleting stevedore.egg-info/requires.txt
writing top-level names to stevedore.egg-info/top_level.txt
[pbr] Reusing existing SOURCES.txt
running install_lib
creating /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages
creating /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore
copying build/lib/stevedore/driver.py -> /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore
copying build/lib/stevedore/dispatch.py -> /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore
creating /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/example2
copying build/lib/stevedore/example2/fields.py -> /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/example2
copying build/lib/stevedore/example2/setup.py -> /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/example2
copying build/lib/stevedore/example2/__init__.py -> /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/example2
copying build/lib/stevedore/enabled.py -> /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore
copying build/lib/stevedore/extension.py -> /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore
creating /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/tests
copying build/lib/stevedore/tests/test_test_manager.py -> /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/tests
copying build/lib/stevedore/tests/test_driver.py -> /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/tests
copying build/lib/stevedore/tests/test_sphinxext.py -> /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/tests
copying build/lib/stevedore/tests/test_named.py -> /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/tests
copying build/lib/stevedore/tests/manager.py -> /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/tests
copying build/lib/stevedore/tests/utils.py -> /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/tests
copying build/lib/stevedore/tests/test_cache.py -> /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/tests
copying build/lib/stevedore/tests/test_extension.py -> /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/tests
copying build/lib/stevedore/tests/test_enabled.py -> /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/tests
copying build/lib/stevedore/tests/test_callback.py -> /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/tests
copying build/lib/stevedore/tests/test_example_fields.py -> /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/tests
copying build/lib/stevedore/tests/__init__.py -> /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/tests
copying build/lib/stevedore/tests/test_hook.py -> /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/tests
copying build/lib/stevedore/tests/extension_unimportable.py -> /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/tests
copying build/lib/stevedore/tests/test_example_simple.py -> /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/tests
copying build/lib/stevedore/tests/test_dispatch.py -> /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/tests
copying build/lib/stevedore/_cache.py -> /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore
copying build/lib/stevedore/exception.py -> /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore
copying build/lib/stevedore/__init__.py -> /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore
copying build/lib/stevedore/named.py -> /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore
copying build/lib/stevedore/sphinxext.py -> /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore
creating /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/example
copying build/lib/stevedore/example/base.py -> /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/example
copying build/lib/stevedore/example/load_as_extension.py -> /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/example
copying build/lib/stevedore/example/simple.py -> /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/example
copying build/lib/stevedore/example/setup.py -> /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/example
copying build/lib/stevedore/example/load_as_driver.py -> /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/example
copying build/lib/stevedore/example/__init__.py -> /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/example
copying build/lib/stevedore/hook.py -> /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore
byte-compiling /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/driver.py to driver.cpython-314.pyc
byte-compiling /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/dispatch.py to dispatch.cpython-314.pyc
byte-compiling /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/example2/fields.py to fields.cpython-314.pyc
byte-compiling /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/example2/setup.py to setup.cpython-314.pyc
byte-compiling /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/example2/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/enabled.py to enabled.cpython-314.pyc
byte-compiling /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/extension.py to extension.cpython-314.pyc
byte-compiling /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/tests/test_test_manager.py to test_test_manager.cpython-314.pyc
byte-compiling /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/tests/test_driver.py to test_driver.cpython-314.pyc
byte-compiling /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/tests/test_sphinxext.py to test_sphinxext.cpython-314.pyc
byte-compiling /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/tests/test_named.py to test_named.cpython-314.pyc
byte-compiling /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/tests/manager.py to manager.cpython-314.pyc
byte-compiling /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/tests/utils.py to utils.cpython-314.pyc
byte-compiling /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/tests/test_cache.py to test_cache.cpython-314.pyc
byte-compiling /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/tests/test_extension.py to test_extension.cpython-314.pyc
byte-compiling /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/tests/test_enabled.py to test_enabled.cpython-314.pyc
byte-compiling /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/tests/test_callback.py to test_callback.cpython-314.pyc
byte-compiling /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/tests/test_example_fields.py to test_example_fields.cpython-314.pyc
byte-compiling /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/tests/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/tests/test_hook.py to test_hook.cpython-314.pyc
byte-compiling /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/tests/extension_unimportable.py to extension_unimportable.cpython-314.pyc
byte-compiling /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/tests/test_example_simple.py to test_example_simple.cpython-314.pyc
byte-compiling /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/tests/test_dispatch.py to test_dispatch.cpython-314.pyc
byte-compiling /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/_cache.py to _cache.cpython-314.pyc
byte-compiling /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/exception.py to exception.cpython-314.pyc
byte-compiling /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/named.py to named.cpython-314.pyc
byte-compiling /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/sphinxext.py to sphinxext.cpython-314.pyc
byte-compiling /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/example/base.py to base.cpython-314.pyc
byte-compiling /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/example/load_as_extension.py to load_as_extension.cpython-314.pyc
byte-compiling /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/example/simple.py to simple.cpython-314.pyc
byte-compiling /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/example/setup.py to setup.cpython-314.pyc
byte-compiling /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/example/load_as_driver.py to load_as_driver.cpython-314.pyc
byte-compiling /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/example/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore/hook.py to hook.cpython-314.pyc
writing byte-compilation script '/tmp/tmpzwjji6mx.py'
/usr/bin/python3 /tmp/tmpzwjji6mx.py
removing /tmp/tmpzwjji6mx.py
running install_egg_info
Copying stevedore.egg-info to /build/python-stevedore/pkg/python-stevedore/usr/lib/python3.14/site-packages/stevedore-5.4.0-py3.14.egg-info
running install_scripts
==> Tidying install...
  -> Removing libtool files...
  -> Removing static library files...
  -> Purging unwanted files...
  -> Removing empty directories...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "python-stevedore"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-stevedore 5.4.0-2 (Sun Jan 11 11:24:05 2026)
==> Cleaning up...
[?12l[?25h