==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: python-respx 0.22.0-3 (Sat Dec 28 10:25:02 2024)
==> Retrieving sources...
  -> Found python-respx-0.22.0.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    python-respx-0.22.0.tar.gz ... Passed
==> Making package: python-respx 0.22.0-3 (Sat Dec 28 10:25:09 2024)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (11) python-anyio-4.6.2.post1-2  python-certifi-2024.12.14-1
              python-h11-0.14.0-6  python-idna-3.10-2  python-iniconfig-2.0.0-6
              python-packaging-24.2-3  python-pluggy-1.5.0-3
              python-sniffio-1.3.1-4  python-httpcore-1.0.7-2
              python-httpx-0.28.1-2  python-pytest-1:8.3.4-1

Total Installed Size:  9.47 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-h11...
installing python-certifi...
installing python-httpcore...
Optional dependencies for python-httpcore
    python-h2: for HTTP/2 support
    python-socksio: for SOCKS support
    python-anyio: for asyncio backend [pending]
    python-trio: for trio backend
    python-sniffio: for async support [pending]
installing python-idna...
installing python-sniffio...
installing python-anyio...
Optional dependencies for python-anyio
    python-trio: trio backend
    python-outcome: trio backend
    python-uvloop: use uvloop for asyncio backend
    python-pytest: pytest plugin [pending]
installing python-httpx...
Optional dependencies for python-httpx
    python-brotli: for brotli response decompression
    python-brotlicffi: for brotli response decompression
    python-zstandard: for zstd response decompression
    python-h2: HTTP/2 support
    python-socksio: SOCKS proxy support
    python-click: command line client support
    python-rich: command line client support
    python-pygments: command line client support
    python-trio: alternative async library
installing python-iniconfig...
installing python-packaging...
installing python-pluggy...
installing python-pytest...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (12) python-autocommand-2.2.2-7  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-platformdirs-4.3.6-2  python-pyproject-hooks-1.2.0-3
              python-build-1.2.2-3  python-installer-0.7.0-10
              python-setuptools-1:75.2.0-4  python-wheel-0.45.0-3

Total Installed Size:  10.06 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-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...
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-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...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Retrieving sources...
  -> Found python-respx-0.22.0.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting python-respx-0.22.0.tar.gz with bsdtar
==> Starting build()...
* Getting build dependencies for wheel...
running egg_info
creating respx.egg-info
writing respx.egg-info/PKG-INFO
writing dependency_links to respx.egg-info/dependency_links.txt
writing entry points to respx.egg-info/entry_points.txt
writing requirements to respx.egg-info/requires.txt
writing top-level names to respx.egg-info/top_level.txt
writing manifest file 'respx.egg-info/SOURCES.txt'
reading manifest file 'respx.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*' found under directory '.github'
warning: no previously-included files matching '*' found under directory 'docs'
warning: no previously-included files found matching '*.yaml'
warning: no previously-included files found matching '*.xml'
warning: no previously-included files found matching 'flake.*'
warning: no previously-included files found matching 'noxfile.py'
warning: no previously-included files found matching 'CONTRIBUTING.md'
adding license file 'LICENSE.md'
writing manifest file 'respx.egg-info/SOURCES.txt'
* Building wheel...
running bdist_wheel
/usr/lib/python3.13/site-packages/setuptools/_distutils/cmd.py:111: SetuptoolsDeprecationWarning: bdist_wheel.universal is deprecated
!!

        ********************************************************************************
        With Python 2.7 end-of-life, support for building universal wheels
        (i.e., wheels that support both Python 2 and Python 3)
        is being obviated.
        Please discontinue using this option, or if you still need it,
        file an issue with pypa/setuptools describing your use case.

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

!!
  self.finalize_options()
running build
running build_py
creating build/lib/respx
copying respx/handlers.py -> build/lib/respx
copying respx/router.py -> build/lib/respx
copying respx/models.py -> build/lib/respx
copying respx/patterns.py -> build/lib/respx
copying respx/api.py -> build/lib/respx
copying respx/fixtures.py -> build/lib/respx
copying respx/mocks.py -> build/lib/respx
copying respx/__version__.py -> build/lib/respx
copying respx/types.py -> build/lib/respx
copying respx/transports.py -> build/lib/respx
copying respx/plugin.py -> build/lib/respx
copying respx/utils.py -> build/lib/respx
copying respx/__init__.py -> build/lib/respx
running egg_info
writing respx.egg-info/PKG-INFO
writing dependency_links to respx.egg-info/dependency_links.txt
writing entry points to respx.egg-info/entry_points.txt
writing requirements to respx.egg-info/requires.txt
writing top-level names to respx.egg-info/top_level.txt
reading manifest file 'respx.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*' found under directory '.github'
warning: no previously-included files matching '*' found under directory 'docs'
warning: no previously-included files found matching '*.yaml'
warning: no previously-included files found matching '*.xml'
warning: no previously-included files found matching 'flake.*'
warning: no previously-included files found matching 'noxfile.py'
warning: no previously-included files found matching 'CONTRIBUTING.md'
adding license file 'LICENSE.md'
writing manifest file 'respx.egg-info/SOURCES.txt'
copying respx/py.typed -> build/lib/respx
installing to build/bdist.linux-aarch64/wheel
running install
running install_lib
creating build/bdist.linux-aarch64/wheel
creating build/bdist.linux-aarch64/wheel/respx
copying build/lib/respx/handlers.py -> build/bdist.linux-aarch64/wheel/./respx
copying build/lib/respx/router.py -> build/bdist.linux-aarch64/wheel/./respx
copying build/lib/respx/models.py -> build/bdist.linux-aarch64/wheel/./respx
copying build/lib/respx/patterns.py -> build/bdist.linux-aarch64/wheel/./respx
copying build/lib/respx/api.py -> build/bdist.linux-aarch64/wheel/./respx
copying build/lib/respx/fixtures.py -> build/bdist.linux-aarch64/wheel/./respx
copying build/lib/respx/mocks.py -> build/bdist.linux-aarch64/wheel/./respx
copying build/lib/respx/__version__.py -> build/bdist.linux-aarch64/wheel/./respx
copying build/lib/respx/types.py -> build/bdist.linux-aarch64/wheel/./respx
copying build/lib/respx/transports.py -> build/bdist.linux-aarch64/wheel/./respx
copying build/lib/respx/plugin.py -> build/bdist.linux-aarch64/wheel/./respx
copying build/lib/respx/utils.py -> build/bdist.linux-aarch64/wheel/./respx
copying build/lib/respx/py.typed -> build/bdist.linux-aarch64/wheel/./respx
copying build/lib/respx/__init__.py -> build/bdist.linux-aarch64/wheel/./respx
running install_egg_info
Copying respx.egg-info to build/bdist.linux-aarch64/wheel/./respx-0.22.0-py3.13.egg-info
running install_scripts
creating build/bdist.linux-aarch64/wheel/respx-0.22.0.dist-info/WHEEL
creating '/build/python-respx/src/respx-0.22.0/dist/.tmp-3a27ww_n/respx-0.22.0-py2.py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it
adding 'respx/__init__.py'
adding 'respx/__version__.py'
adding 'respx/api.py'
adding 'respx/fixtures.py'
adding 'respx/handlers.py'
adding 'respx/mocks.py'
adding 'respx/models.py'
adding 'respx/patterns.py'
adding 'respx/plugin.py'
adding 'respx/py.typed'
adding 'respx/router.py'
adding 'respx/transports.py'
adding 'respx/types.py'
adding 'respx/utils.py'
adding 'respx-0.22.0.dist-info/LICENSE.md'
adding 'respx-0.22.0.dist-info/METADATA'
adding 'respx-0.22.0.dist-info/WHEEL'
adding 'respx-0.22.0.dist-info/entry_points.txt'
adding 'respx-0.22.0.dist-info/top_level.txt'
adding 'respx-0.22.0.dist-info/RECORD'
removing build/bdist.linux-aarch64/wheel
Successfully built respx-0.22.0-py2.py3-none-any.whl
==> Entering fakeroot environment...
==> Starting package()...
install: creating directory '/build/python-respx/pkg/python-respx/usr/share'
install: creating directory '/build/python-respx/pkg/python-respx/usr/share/licenses'
install: creating directory '/build/python-respx/pkg/python-respx/usr/share/licenses/python-respx'
'LICENSE.md' -> '/build/python-respx/pkg/python-respx/usr/share/licenses/python-respx/LICENSE.md'
==> 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-respx"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-respx 0.22.0-3 (Sat Dec 28 10:25:16 2024)
==> Cleaning up...