==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: python-oslo-context 6.1.0-1 (Thu Oct  2 11:54:49 2025)
==> Retrieving sources...
  -> Updating oslo.context git repo...
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    oslo.context ... Passed
==> Making package: python-oslo-context 6.1.0-1 (Thu Oct  2 11:55:12 2025)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (12) python-autocommand-2.2.2-7  python-jaraco.collections-5.1.0-1
              python-jaraco.context-6.0.1-1  python-jaraco.functools-4.1.0-1
              python-jaraco.text-4.0.0-2  python-more-itertools-10.8.0-1
              python-packaging-25.0-1  python-platformdirs-4.4.0-1
              python-setuptools-1:80.9.0-2  python-wheel-0.45.1-1
              python-pbr-7.0.1-1  python-typing_extensions-4.15.0-1

Total Download Size:    1.83 MiB
Total Installed Size:  11.27 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 python-setuptools-1:80.9.0-2-any downloading...
 python-pbr-7.0.1-1-any downloading...
 python-packaging-25.0-1-any downloading...
 python-more-itertools-10.8.0-1-any downloading...
 python-typing_extensions-4.15.0-1-any downloading...
 python-wheel-0.45.1-1-any downloading...
 python-platformdirs-4.4.0-1-any downloading...
 python-autocommand-2.2.2-7-any downloading...
 python-jaraco.collections-5.1.0-1-any downloading...
 python-jaraco.text-4.0.0-2-any downloading...
 python-jaraco.functools-4.1.0-1-any downloading...
 python-jaraco.context-6.0.1-1-any downloading...
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...
installing python-typing_extensions...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (8) perl-error-0.17030-2  perl-mailtools-2.22-2  perl-timedate-2.33-8
             python-pyproject-hooks-1.2.0-3  zlib-ng-2.2.5-1  git-2.51.0-1
             python-build-1.3.0-1  python-installer-0.7.0-10

Total Download Size:    6.69 MiB
Total Installed Size:  40.76 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 git-2.51.0-1-armv7h downloading...
 zlib-ng-2.2.5-1-armv7h downloading...
 perl-mailtools-2.22-2-any downloading...
 python-build-1.3.0-1-any downloading...
 python-installer-0.7.0-10-any downloading...
 perl-timedate-2.33-8-any downloading...
 python-pyproject-hooks-1.2.0-3-any downloading...
 perl-error-0.17030-2-any downloading...
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-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]
    less: the default pager for git [installed]
installing python-pyproject-hooks...
installing python-build...
Optional dependencies for python-build
    python-pip: to use as the Python package installer (default)
    python-uv: to use as the Python package installer
    python-virtualenv: to use virtualenv for build isolation
installing python-installer...
:: Running post-transaction hooks...
(1/4) Creating system user accounts...
Creating group 'git' with GID 970.
Creating user 'git' (git daemon user) with UID 970 and GID 970.
(2/4) Reloading system manager configuration...
  Skipped: Current root is not booted.
(3/4) Arming ConditionNeedsUpdate...
(4/4) Checking for old perl modules...
[?25h==> Retrieving sources...
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Creating working copy of oslo.context git repo...
Cloning into 'oslo.context'...
done.
Switched to a new branch 'makepkg'
==> Starting build()...
* Getting build dependencies for wheel...
/usr/lib/python3.13/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()
* Building wheel...
[pbr] Generating ChangeLog
/usr/lib/python3.13/site-packages/setuptools/_distutils/cmd.py:90: DevelopDeprecationWarning: develop command is deprecated.
!!

        ********************************************************************************
        Please avoid running ``setup.py`` and ``develop``.
        Instead, use standards-based tools like pip or uv.

        By 2025-Oct-31, you need to update your project and remove deprecated calls
        or your builds will no longer be supported.

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

!!
  self.initialize_options()
/usr/lib/python3.13/site-packages/pbr/core.py:141: UserWarning: Unknown distribution option: 'tests_require'
  warnings.warn(msg)
/usr/lib/python3.13/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()
running bdist_wheel
running build
running build_py
creating build/lib/oslo_context/tests
copying oslo_context/tests/__init__.py -> build/lib/oslo_context/tests
copying oslo_context/tests/test_context.py -> build/lib/oslo_context/tests
copying oslo_context/tests/test_fixture.py -> build/lib/oslo_context/tests
copying oslo_context/version.py -> build/lib/oslo_context
copying oslo_context/__init__.py -> build/lib/oslo_context
copying oslo_context/fixture.py -> build/lib/oslo_context
copying oslo_context/context.py -> build/lib/oslo_context
running egg_info
creating oslo.context.egg-info
writing oslo.context.egg-info/PKG-INFO
writing dependency_links to oslo.context.egg-info/dependency_links.txt
writing requirements to oslo.context.egg-info/requires.txt
writing top-level names to oslo.context.egg-info/top_level.txt
writing pbr to oslo.context.egg-info/pbr.json
[pbr] Processing SOURCES.txt
writing manifest file 'oslo.context.egg-info/SOURCES.txt'
[pbr] In git context, generating filelist from git
warning: no files found matching 'AUTHORS'
warning: no files found matching 'ChangeLog'
warning: no previously-included files matching '*.pyc' found anywhere in distribution
adding license file 'LICENSE'
writing manifest file 'oslo.context.egg-info/SOURCES.txt'
installing to build/bdist.linux-armv7l/wheel
running install
[pbr] Writing ChangeLog
[pbr] Generating ChangeLog
[pbr] ChangeLog complete (0.1s)
[pbr] Generating AUTHORS
[pbr] AUTHORS complete (0.1s)
running install_lib
creating build/bdist.linux-armv7l/wheel
creating build/bdist.linux-armv7l/wheel/oslo_context
creating build/bdist.linux-armv7l/wheel/oslo_context/tests
copying build/lib/oslo_context/tests/__init__.py -> build/bdist.linux-armv7l/wheel/./oslo_context/tests
copying build/lib/oslo_context/tests/test_context.py -> build/bdist.linux-armv7l/wheel/./oslo_context/tests
copying build/lib/oslo_context/tests/test_fixture.py -> build/bdist.linux-armv7l/wheel/./oslo_context/tests
copying build/lib/oslo_context/version.py -> build/bdist.linux-armv7l/wheel/./oslo_context
copying build/lib/oslo_context/__init__.py -> build/bdist.linux-armv7l/wheel/./oslo_context
copying build/lib/oslo_context/fixture.py -> build/bdist.linux-armv7l/wheel/./oslo_context
copying build/lib/oslo_context/context.py -> build/bdist.linux-armv7l/wheel/./oslo_context
running install_egg_info
Copying oslo.context.egg-info to build/bdist.linux-armv7l/wheel/./oslo.context-6.1.0-py3.13.egg-info
running install_scripts
/usr/lib/python3.13/site-packages/pbr/_compat/commands.py:182: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
  import pkg_resources
/usr/lib/python3.13/site-packages/pbr/_compat/commands.py:199: SetuptoolsDeprecationWarning: easy_install module is deprecated
!!

        ********************************************************************************
        Avoid accessing attributes of setuptools.command.easy_install.

        By 2025-Oct-31, you need to update your project and remove deprecated calls
        or your builds will no longer be supported.

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

!!
  executable = getattr(bs_cmd, 'executable', easy_install.sys_executable)
/usr/lib/python3.13/site-packages/pbr/_compat/commands.py:170: SetuptoolsDeprecationWarning: easy_install module is deprecated
!!

        ********************************************************************************
        Avoid accessing attributes of setuptools.command.easy_install.

        By 2025-Oct-31, you need to update your project and remove deprecated calls
        or your builds will no longer be supported.

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

!!
  header = easy_install.ScriptWriter.get_header("", executable)
creating build/bdist.linux-armv7l/wheel/oslo_context-6.1.0.dist-info/WHEEL
creating '/build/python-oslo-context/src/oslo.context/dist/.tmp-ae08ombt/oslo_context-6.1.0-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it
adding 'oslo_context/__init__.py'
adding 'oslo_context/context.py'
adding 'oslo_context/fixture.py'
adding 'oslo_context/version.py'
adding 'oslo_context/tests/__init__.py'
adding 'oslo_context/tests/test_context.py'
adding 'oslo_context/tests/test_fixture.py'
adding 'oslo_context-6.1.0.dist-info/licenses/LICENSE'
adding 'oslo_context-6.1.0.dist-info/METADATA'
adding 'oslo_context-6.1.0.dist-info/WHEEL'
adding 'oslo_context-6.1.0.dist-info/pbr.json'
adding 'oslo_context-6.1.0.dist-info/top_level.txt'
adding 'oslo_context-6.1.0.dist-info/RECORD'
removing build/bdist.linux-armv7l/wheel
Successfully built oslo_context-6.1.0-py3-none-any.whl
==> Entering fakeroot environment...
==> Starting package()...
==> 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-oslo-context"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-oslo-context 6.1.0-1 (Thu Oct  2 11:55:29 2025)
==> Cleaning up...