==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: python-vcrpy 7.0.0-1 (Tue Jan 28 08:56:11 2025)
==> Retrieving sources...
  -> Found python-vcrpy-7.0.0.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    python-vcrpy-7.0.0.tar.gz ... Passed
==> Making package: python-vcrpy 7.0.0-1 (Tue 28 Jan 2025 08:56:18 AM MST)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (6) libyaml-0.2.5-3  python-idna-3.10-2  python-multidict-6.0.5-4
             python-wrapt-1.16.0-4  python-yaml-6.0.2-2  python-yarl-1.9.4-4

Total Download Size:   0.05 MiB
Total Installed Size:  2.82 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 python-wrapt-1.16.0-4-aarch64 downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing libyaml...
installing python-yaml...
installing python-wrapt...
installing python-multidict...
installing python-idna...
installing python-yarl...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (13) 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.5.0-1
              python-packaging-24.2-3  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.73 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-packaging...
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-vcrpy-7.0.0.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting python-vcrpy-7.0.0.tar.gz with bsdtar
==> Starting build()...
* Getting build dependencies for wheel...
/usr/lib/python3.13/site-packages/setuptools/_distutils/dist.py:261: UserWarning: Unknown distribution option: 'tests_require'
  warnings.warn(msg)
running egg_info
creating vcrpy.egg-info
writing vcrpy.egg-info/PKG-INFO
writing dependency_links to vcrpy.egg-info/dependency_links.txt
writing requirements to vcrpy.egg-info/requires.txt
writing top-level names to vcrpy.egg-info/top_level.txt
writing manifest file 'vcrpy.egg-info/SOURCES.txt'
reading manifest file 'vcrpy.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '__pycache__' found under directory '*'
warning: no previously-included files matching '*.py[co]' found under directory '*'
adding license file 'LICENSE.txt'
writing manifest file 'vcrpy.egg-info/SOURCES.txt'
* Building wheel...
/usr/lib/python3.13/site-packages/setuptools/_distutils/dist.py:261: UserWarning: Unknown distribution option: 'tests_require'
  warnings.warn(msg)
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/vcr
copying vcr/__init__.py -> build/lib/vcr
copying vcr/migration.py -> build/lib/vcr
copying vcr/patch.py -> build/lib/vcr
copying vcr/matchers.py -> build/lib/vcr
copying vcr/cassette.py -> build/lib/vcr
copying vcr/util.py -> build/lib/vcr
copying vcr/request.py -> build/lib/vcr
copying vcr/serialize.py -> build/lib/vcr
copying vcr/unittest.py -> build/lib/vcr
copying vcr/_handle_coroutine.py -> build/lib/vcr
copying vcr/config.py -> build/lib/vcr
copying vcr/record_mode.py -> build/lib/vcr
copying vcr/filters.py -> build/lib/vcr
copying vcr/errors.py -> build/lib/vcr
creating build/lib/vcr/serializers
copying vcr/serializers/__init__.py -> build/lib/vcr/serializers
copying vcr/serializers/jsonserializer.py -> build/lib/vcr/serializers
copying vcr/serializers/compat.py -> build/lib/vcr/serializers
copying vcr/serializers/yamlserializer.py -> build/lib/vcr/serializers
creating build/lib/vcr/stubs
copying vcr/stubs/__init__.py -> build/lib/vcr/stubs
copying vcr/stubs/boto3_stubs.py -> build/lib/vcr/stubs
copying vcr/stubs/urllib3_stubs.py -> build/lib/vcr/stubs
copying vcr/stubs/compat.py -> build/lib/vcr/stubs
copying vcr/stubs/tornado_stubs.py -> build/lib/vcr/stubs
copying vcr/stubs/httpx_stubs.py -> build/lib/vcr/stubs
copying vcr/stubs/httplib2_stubs.py -> build/lib/vcr/stubs
copying vcr/stubs/requests_stubs.py -> build/lib/vcr/stubs
copying vcr/stubs/aiohttp_stubs.py -> build/lib/vcr/stubs
creating build/lib/vcr/persisters
copying vcr/persisters/__init__.py -> build/lib/vcr/persisters
copying vcr/persisters/filesystem.py -> build/lib/vcr/persisters
installing to build/bdist.linux-aarch64/wheel
running install
running install_lib
creating build/bdist.linux-aarch64/wheel
creating build/bdist.linux-aarch64/wheel/vcr
copying build/lib/vcr/__init__.py -> build/bdist.linux-aarch64/wheel/./vcr
copying build/lib/vcr/migration.py -> build/bdist.linux-aarch64/wheel/./vcr
creating build/bdist.linux-aarch64/wheel/vcr/serializers
copying build/lib/vcr/serializers/__init__.py -> build/bdist.linux-aarch64/wheel/./vcr/serializers
copying build/lib/vcr/serializers/jsonserializer.py -> build/bdist.linux-aarch64/wheel/./vcr/serializers
copying build/lib/vcr/serializers/compat.py -> build/bdist.linux-aarch64/wheel/./vcr/serializers
copying build/lib/vcr/serializers/yamlserializer.py -> build/bdist.linux-aarch64/wheel/./vcr/serializers
copying build/lib/vcr/patch.py -> build/bdist.linux-aarch64/wheel/./vcr
creating build/bdist.linux-aarch64/wheel/vcr/stubs
copying build/lib/vcr/stubs/__init__.py -> build/bdist.linux-aarch64/wheel/./vcr/stubs
copying build/lib/vcr/stubs/boto3_stubs.py -> build/bdist.linux-aarch64/wheel/./vcr/stubs
copying build/lib/vcr/stubs/urllib3_stubs.py -> build/bdist.linux-aarch64/wheel/./vcr/stubs
copying build/lib/vcr/stubs/compat.py -> build/bdist.linux-aarch64/wheel/./vcr/stubs
copying build/lib/vcr/stubs/tornado_stubs.py -> build/bdist.linux-aarch64/wheel/./vcr/stubs
copying build/lib/vcr/stubs/httpx_stubs.py -> build/bdist.linux-aarch64/wheel/./vcr/stubs
copying build/lib/vcr/stubs/httplib2_stubs.py -> build/bdist.linux-aarch64/wheel/./vcr/stubs
copying build/lib/vcr/stubs/requests_stubs.py -> build/bdist.linux-aarch64/wheel/./vcr/stubs
copying build/lib/vcr/stubs/aiohttp_stubs.py -> build/bdist.linux-aarch64/wheel/./vcr/stubs
copying build/lib/vcr/matchers.py -> build/bdist.linux-aarch64/wheel/./vcr
copying build/lib/vcr/cassette.py -> build/bdist.linux-aarch64/wheel/./vcr
copying build/lib/vcr/util.py -> build/bdist.linux-aarch64/wheel/./vcr
copying build/lib/vcr/request.py -> build/bdist.linux-aarch64/wheel/./vcr
copying build/lib/vcr/serialize.py -> build/bdist.linux-aarch64/wheel/./vcr
copying build/lib/vcr/unittest.py -> build/bdist.linux-aarch64/wheel/./vcr
copying build/lib/vcr/_handle_coroutine.py -> build/bdist.linux-aarch64/wheel/./vcr
copying build/lib/vcr/config.py -> build/bdist.linux-aarch64/wheel/./vcr
copying build/lib/vcr/record_mode.py -> build/bdist.linux-aarch64/wheel/./vcr
copying build/lib/vcr/filters.py -> build/bdist.linux-aarch64/wheel/./vcr
creating build/bdist.linux-aarch64/wheel/vcr/persisters
copying build/lib/vcr/persisters/__init__.py -> build/bdist.linux-aarch64/wheel/./vcr/persisters
copying build/lib/vcr/persisters/filesystem.py -> build/bdist.linux-aarch64/wheel/./vcr/persisters
copying build/lib/vcr/errors.py -> build/bdist.linux-aarch64/wheel/./vcr
running install_egg_info
running egg_info
writing vcrpy.egg-info/PKG-INFO
writing dependency_links to vcrpy.egg-info/dependency_links.txt
writing requirements to vcrpy.egg-info/requires.txt
writing top-level names to vcrpy.egg-info/top_level.txt
reading manifest file 'vcrpy.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '__pycache__' found under directory '*'
warning: no previously-included files matching '*.py[co]' found under directory '*'
adding license file 'LICENSE.txt'
writing manifest file 'vcrpy.egg-info/SOURCES.txt'
Copying vcrpy.egg-info to build/bdist.linux-aarch64/wheel/./vcrpy-7.0.0-py3.13.egg-info
running install_scripts
creating build/bdist.linux-aarch64/wheel/vcrpy-7.0.0.dist-info/WHEEL
creating '/build/python-vcrpy/src/vcrpy-7.0.0/dist/.tmp-78b5_lww/vcrpy-7.0.0-py2.py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it
adding 'vcr/__init__.py'
adding 'vcr/_handle_coroutine.py'
adding 'vcr/cassette.py'
adding 'vcr/config.py'
adding 'vcr/errors.py'
adding 'vcr/filters.py'
adding 'vcr/matchers.py'
adding 'vcr/migration.py'
adding 'vcr/patch.py'
adding 'vcr/record_mode.py'
adding 'vcr/request.py'
adding 'vcr/serialize.py'
adding 'vcr/unittest.py'
adding 'vcr/util.py'
adding 'vcr/persisters/__init__.py'
adding 'vcr/persisters/filesystem.py'
adding 'vcr/serializers/__init__.py'
adding 'vcr/serializers/compat.py'
adding 'vcr/serializers/jsonserializer.py'
adding 'vcr/serializers/yamlserializer.py'
adding 'vcr/stubs/__init__.py'
adding 'vcr/stubs/aiohttp_stubs.py'
adding 'vcr/stubs/boto3_stubs.py'
adding 'vcr/stubs/compat.py'
adding 'vcr/stubs/httplib2_stubs.py'
adding 'vcr/stubs/httpx_stubs.py'
adding 'vcr/stubs/requests_stubs.py'
adding 'vcr/stubs/tornado_stubs.py'
adding 'vcr/stubs/urllib3_stubs.py'
adding 'vcrpy-7.0.0.dist-info/LICENSE.txt'
adding 'vcrpy-7.0.0.dist-info/METADATA'
adding 'vcrpy-7.0.0.dist-info/WHEEL'
adding 'vcrpy-7.0.0.dist-info/top_level.txt'
adding 'vcrpy-7.0.0.dist-info/RECORD'
removing build/bdist.linux-aarch64/wheel
Successfully built vcrpy-7.0.0-py2.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-vcrpy"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-vcrpy 7.0.0-1 (Tue 28 Jan 2025 08:56:28 AM MST)
==> Cleaning up...