==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: python-oslotest 5.0.1-1 (Fri Aug  1 08:20:12 2025)
==> Retrieving sources...
  -> Cloning oslotest git repo...
Cloning into bare repository '/home/leming/work/python-oslotest/oslotest'...
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    oslotest ... Skipped
==> Making package: python-oslotest 5.0.1-1 (Fri 01 Aug 2025 08:20:19 AM MDT)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (14) python-autocommand-2.2.2-7  python-iso8601-2.1.0-3
              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.7.0-1  python-packaging-25.0-1
              python-platformdirs-4.3.6-2  python-setuptools-1:80.9.0-1
              python-wheel-0.45.1-1  python-fixtures-4.2.5-2
              python-subunit-1.4.4-4  python-testtools-2.7.2-2

Total Download Size:    0.62 MiB
Total Installed Size:  14.56 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 python-testtools-2.7.2-2-any downloading...
 python-subunit-1.4.4-4-any downloading...
 python-fixtures-4.2.5-2-any downloading...
 python-iso8601-2.1.0-3-any downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing python-fixtures...
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...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (6) perl-error-0.17030-2  perl-mailtools-2.22-2  perl-timedate-2.33-8
             zlib-ng-2.2.4-1  git-2.50.1-3  python-pbr-6.1.1-1

Total Download Size:    0.15 MiB
Total Installed Size:  46.21 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 python-pbr-6.1.1-1-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-pbr...
:: 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) Checking for old perl modules...
[?25h==> Retrieving sources...
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Creating working copy of oslotest git repo...
Cloning into 'oslotest'...
done.
Switched to a new branch 'makepkg'
==> Starting build()...
/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()
/usr/lib/python3.13/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`.

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

!!
  dist.fetch_build_eggs(dist.setup_requires)
/usr/lib/python3.13/site-packages/pbr/util.py:75: 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
[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/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.

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

        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)
/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 build
running build_py
creating build/lib/oslotest/tests
copying oslotest/tests/__init__.py -> build/lib/oslotest/tests
creating build/lib/oslotest/tools
copying oslotest/tools/__init__.py -> build/lib/oslotest/tools
copying oslotest/tools/config.py -> build/lib/oslotest/tools
copying oslotest/__init__.py -> build/lib/oslotest
copying oslotest/log.py -> build/lib/oslotest
copying oslotest/base.py -> build/lib/oslotest
copying oslotest/timeout.py -> build/lib/oslotest
copying oslotest/modules.py -> build/lib/oslotest
copying oslotest/mock_fixture.py -> build/lib/oslotest
copying oslotest/output.py -> build/lib/oslotest
copying oslotest/createfile.py -> build/lib/oslotest
creating build/lib/oslotest/tests/unit
copying oslotest/tests/unit/__init__.py -> build/lib/oslotest/tests/unit
copying oslotest/tests/unit/test_modules.py -> build/lib/oslotest/tests/unit
copying oslotest/tests/unit/test_timeout.py -> build/lib/oslotest/tests/unit
copying oslotest/tests/unit/test_base.py -> build/lib/oslotest/tests/unit
copying oslotest/tests/unit/test_output.py -> build/lib/oslotest/tests/unit
copying oslotest/tests/unit/test_createfile.py -> build/lib/oslotest/tests/unit
copying oslotest/tests/unit/test_mockpatch.py -> build/lib/oslotest/tests/unit
copying oslotest/tests/unit/test_log.py -> build/lib/oslotest/tests/unit
copying oslotest/tests/unit/test_mock_fixture.py -> build/lib/oslotest/tests/unit
running egg_info
creating oslotest.egg-info
writing oslotest.egg-info/PKG-INFO
writing dependency_links to oslotest.egg-info/dependency_links.txt
writing requirements to oslotest.egg-info/requires.txt
writing top-level names to oslotest.egg-info/top_level.txt
writing pbr to oslotest.egg-info/pbr.json
[pbr] Processing SOURCES.txt
writing manifest file 'oslotest.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 'oslotest.egg-info/SOURCES.txt'
running build_scripts
creating build/scripts-3.13
copying tools/oslo_debug_helper -> build/scripts-3.13
copying tools/oslo_run_cross_tests -> build/scripts-3.13
copying and adjusting tools/oslo_run_pre_release_tests -> build/scripts-3.13
changing mode of build/scripts-3.13/oslo_run_pre_release_tests from 644 to 755
==> Entering fakeroot environment...
==> Starting package()...
/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()
/usr/lib/python3.13/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`.

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

!!
  dist.fetch_build_eggs(dist.setup_requires)
/usr/lib/python3.13/site-packages/pbr/util.py:75: 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
[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/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.

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

        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)
/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 install
[pbr] Writing ChangeLog
[pbr] Generating ChangeLog
[pbr] ChangeLog complete (0.0s)
[pbr] Generating AUTHORS
[pbr] AUTHORS complete (0.1s)
running build
running build_py
copying oslotest/tests/__init__.py -> build/lib/oslotest/tests
copying oslotest/tools/__init__.py -> build/lib/oslotest/tools
copying oslotest/tools/config.py -> build/lib/oslotest/tools
copying oslotest/__init__.py -> build/lib/oslotest
copying oslotest/log.py -> build/lib/oslotest
copying oslotest/base.py -> build/lib/oslotest
copying oslotest/timeout.py -> build/lib/oslotest
copying oslotest/modules.py -> build/lib/oslotest
copying oslotest/mock_fixture.py -> build/lib/oslotest
copying oslotest/output.py -> build/lib/oslotest
copying oslotest/createfile.py -> build/lib/oslotest
copying oslotest/tests/unit/__init__.py -> build/lib/oslotest/tests/unit
copying oslotest/tests/unit/test_modules.py -> build/lib/oslotest/tests/unit
copying oslotest/tests/unit/test_timeout.py -> build/lib/oslotest/tests/unit
copying oslotest/tests/unit/test_base.py -> build/lib/oslotest/tests/unit
copying oslotest/tests/unit/test_output.py -> build/lib/oslotest/tests/unit
copying oslotest/tests/unit/test_createfile.py -> build/lib/oslotest/tests/unit
copying oslotest/tests/unit/test_mockpatch.py -> build/lib/oslotest/tests/unit
copying oslotest/tests/unit/test_log.py -> build/lib/oslotest/tests/unit
copying oslotest/tests/unit/test_mock_fixture.py -> build/lib/oslotest/tests/unit
running egg_info
writing oslotest.egg-info/PKG-INFO
writing dependency_links to oslotest.egg-info/dependency_links.txt
writing requirements to oslotest.egg-info/requires.txt
writing top-level names to oslotest.egg-info/top_level.txt
writing pbr to oslotest.egg-info/pbr.json
[pbr] Processing SOURCES.txt
[pbr] In git context, generating filelist from git
warning: no previously-included files matching '*.pyc' found anywhere in distribution
adding license file 'LICENSE'
writing manifest file 'oslotest.egg-info/SOURCES.txt'
running build_scripts
copying tools/oslo_debug_helper -> build/scripts-3.13
copying tools/oslo_run_cross_tests -> build/scripts-3.13
running install_lib
creating /build/python-oslotest/pkg/python-oslotest/usr/lib/python3.13/site-packages
creating /build/python-oslotest/pkg/python-oslotest/usr/lib/python3.13/site-packages/oslotest
copying build/lib/oslotest/__init__.py -> /build/python-oslotest/pkg/python-oslotest/usr/lib/python3.13/site-packages/oslotest
creating /build/python-oslotest/pkg/python-oslotest/usr/lib/python3.13/site-packages/oslotest/tools
copying build/lib/oslotest/tools/__init__.py -> /build/python-oslotest/pkg/python-oslotest/usr/lib/python3.13/site-packages/oslotest/tools
copying build/lib/oslotest/tools/config.py -> /build/python-oslotest/pkg/python-oslotest/usr/lib/python3.13/site-packages/oslotest/tools
creating /build/python-oslotest/pkg/python-oslotest/usr/lib/python3.13/site-packages/oslotest/tests
copying build/lib/oslotest/tests/__init__.py -> /build/python-oslotest/pkg/python-oslotest/usr/lib/python3.13/site-packages/oslotest/tests
creating /build/python-oslotest/pkg/python-oslotest/usr/lib/python3.13/site-packages/oslotest/tests/unit
copying build/lib/oslotest/tests/unit/__init__.py -> /build/python-oslotest/pkg/python-oslotest/usr/lib/python3.13/site-packages/oslotest/tests/unit
copying build/lib/oslotest/tests/unit/test_modules.py -> /build/python-oslotest/pkg/python-oslotest/usr/lib/python3.13/site-packages/oslotest/tests/unit
copying build/lib/oslotest/tests/unit/test_timeout.py -> /build/python-oslotest/pkg/python-oslotest/usr/lib/python3.13/site-packages/oslotest/tests/unit
copying build/lib/oslotest/tests/unit/test_base.py -> /build/python-oslotest/pkg/python-oslotest/usr/lib/python3.13/site-packages/oslotest/tests/unit
copying build/lib/oslotest/tests/unit/test_output.py -> /build/python-oslotest/pkg/python-oslotest/usr/lib/python3.13/site-packages/oslotest/tests/unit
copying build/lib/oslotest/tests/unit/test_createfile.py -> /build/python-oslotest/pkg/python-oslotest/usr/lib/python3.13/site-packages/oslotest/tests/unit
copying build/lib/oslotest/tests/unit/test_mockpatch.py -> /build/python-oslotest/pkg/python-oslotest/usr/lib/python3.13/site-packages/oslotest/tests/unit
copying build/lib/oslotest/tests/unit/test_log.py -> /build/python-oslotest/pkg/python-oslotest/usr/lib/python3.13/site-packages/oslotest/tests/unit
copying build/lib/oslotest/tests/unit/test_mock_fixture.py -> /build/python-oslotest/pkg/python-oslotest/usr/lib/python3.13/site-packages/oslotest/tests/unit
copying build/lib/oslotest/log.py -> /build/python-oslotest/pkg/python-oslotest/usr/lib/python3.13/site-packages/oslotest
copying build/lib/oslotest/base.py -> /build/python-oslotest/pkg/python-oslotest/usr/lib/python3.13/site-packages/oslotest
copying build/lib/oslotest/timeout.py -> /build/python-oslotest/pkg/python-oslotest/usr/lib/python3.13/site-packages/oslotest
copying build/lib/oslotest/modules.py -> /build/python-oslotest/pkg/python-oslotest/usr/lib/python3.13/site-packages/oslotest
copying build/lib/oslotest/mock_fixture.py -> /build/python-oslotest/pkg/python-oslotest/usr/lib/python3.13/site-packages/oslotest
copying build/lib/oslotest/output.py -> /build/python-oslotest/pkg/python-oslotest/usr/lib/python3.13/site-packages/oslotest
copying build/lib/oslotest/createfile.py -> /build/python-oslotest/pkg/python-oslotest/usr/lib/python3.13/site-packages/oslotest
byte-compiling /build/python-oslotest/pkg/python-oslotest/usr/lib/python3.13/site-packages/oslotest/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-oslotest/pkg/python-oslotest/usr/lib/python3.13/site-packages/oslotest/tools/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-oslotest/pkg/python-oslotest/usr/lib/python3.13/site-packages/oslotest/tools/config.py to config.cpython-313.pyc
byte-compiling /build/python-oslotest/pkg/python-oslotest/usr/lib/python3.13/site-packages/oslotest/tests/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-oslotest/pkg/python-oslotest/usr/lib/python3.13/site-packages/oslotest/tests/unit/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-oslotest/pkg/python-oslotest/usr/lib/python3.13/site-packages/oslotest/tests/unit/test_modules.py to test_modules.cpython-313.pyc
byte-compiling /build/python-oslotest/pkg/python-oslotest/usr/lib/python3.13/site-packages/oslotest/tests/unit/test_timeout.py to test_timeout.cpython-313.pyc
byte-compiling /build/python-oslotest/pkg/python-oslotest/usr/lib/python3.13/site-packages/oslotest/tests/unit/test_base.py to test_base.cpython-313.pyc
byte-compiling /build/python-oslotest/pkg/python-oslotest/usr/lib/python3.13/site-packages/oslotest/tests/unit/test_output.py to test_output.cpython-313.pyc
byte-compiling /build/python-oslotest/pkg/python-oslotest/usr/lib/python3.13/site-packages/oslotest/tests/unit/test_createfile.py to test_createfile.cpython-313.pyc
byte-compiling /build/python-oslotest/pkg/python-oslotest/usr/lib/python3.13/site-packages/oslotest/tests/unit/test_mockpatch.py to test_mockpatch.cpython-313.pyc
byte-compiling /build/python-oslotest/pkg/python-oslotest/usr/lib/python3.13/site-packages/oslotest/tests/unit/test_log.py to test_log.cpython-313.pyc
byte-compiling /build/python-oslotest/pkg/python-oslotest/usr/lib/python3.13/site-packages/oslotest/tests/unit/test_mock_fixture.py to test_mock_fixture.cpython-313.pyc
byte-compiling /build/python-oslotest/pkg/python-oslotest/usr/lib/python3.13/site-packages/oslotest/log.py to log.cpython-313.pyc
byte-compiling /build/python-oslotest/pkg/python-oslotest/usr/lib/python3.13/site-packages/oslotest/base.py to base.cpython-313.pyc
byte-compiling /build/python-oslotest/pkg/python-oslotest/usr/lib/python3.13/site-packages/oslotest/timeout.py to timeout.cpython-313.pyc
byte-compiling /build/python-oslotest/pkg/python-oslotest/usr/lib/python3.13/site-packages/oslotest/modules.py to modules.cpython-313.pyc
byte-compiling /build/python-oslotest/pkg/python-oslotest/usr/lib/python3.13/site-packages/oslotest/mock_fixture.py to mock_fixture.cpython-313.pyc
byte-compiling /build/python-oslotest/pkg/python-oslotest/usr/lib/python3.13/site-packages/oslotest/output.py to output.cpython-313.pyc
byte-compiling /build/python-oslotest/pkg/python-oslotest/usr/lib/python3.13/site-packages/oslotest/createfile.py to createfile.cpython-313.pyc
writing byte-compilation script '/tmp/tmpp8d2qhbk.py'
/usr/bin/python /tmp/tmpp8d2qhbk.py
removing /tmp/tmpp8d2qhbk.py
running install_egg_info
Copying oslotest.egg-info to /build/python-oslotest/pkg/python-oslotest/usr/lib/python3.13/site-packages/oslotest-5.0.1-py3.13.egg-info
running install_scripts
creating /build/python-oslotest/pkg/python-oslotest/usr/bin
copying build/scripts-3.13/oslo_debug_helper -> /build/python-oslotest/pkg/python-oslotest/usr/bin
copying build/scripts-3.13/oslo_run_cross_tests -> /build/python-oslotest/pkg/python-oslotest/usr/bin
copying build/scripts-3.13/oslo_run_pre_release_tests -> /build/python-oslotest/pkg/python-oslotest/usr/bin
changing mode of /build/python-oslotest/pkg/python-oslotest/usr/bin/oslo_debug_helper to 755
changing mode of /build/python-oslotest/pkg/python-oslotest/usr/bin/oslo_run_cross_tests to 755
changing mode of /build/python-oslotest/pkg/python-oslotest/usr/bin/oslo_run_pre_release_tests to 755
/usr/lib/python3.13/site-packages/pbr/packaging.py:492: 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.
        ********************************************************************************

!!
  bs_cmd, 'executable', easy_install.sys_executable)
/usr/lib/python3.13/site-packages/pbr/packaging.py:438: 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)
==> 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-oslotest"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-oslotest 5.0.1-1 (Fri 01 Aug 2025 08:20:36 AM MDT)
==> Cleaning up...