==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: python-betamax 0.9.0-4 (Mon Dec 23 22:22:38 2024)
==> Retrieving sources...
  -> Found python-betamax-0.9.0.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    python-betamax-0.9.0.tar.gz ... Passed
==> Making package: python-betamax 0.9.0-4 (Mon Dec 23 22:22:59 2024)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (4) python-charset-normalizer-3.4.0-5  python-idna-3.10-2
             python-urllib3-1.26.20-4  python-requests-2.32.3-4

Total Installed Size:  3.18 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-charset-normalizer...
installing python-idna...
installing python-urllib3...
Optional dependencies for python-urllib3
    python-brotli: Brotli support
    python-certifi: security support
    python-cryptography: security support
    python-idna: security support [installed]
    python-pyopenssl: security support
    python-pysocks: SOCKS support
installing python-requests...
Optional dependencies for python-requests
    python-chardet: alternative character encoding library
    python-pysocks: SOCKS proxy support
:: 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.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-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.72 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-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-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-setuptools...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Retrieving sources...
  -> Found python-betamax-0.9.0.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting python-betamax-0.9.0.tar.gz with bsdtar
==> Starting prepare()...
==> Starting build()...
* Getting build dependencies for wheel...
running egg_info
creating src/betamax.egg-info
writing src/betamax.egg-info/PKG-INFO
writing dependency_links to src/betamax.egg-info/dependency_links.txt
writing entry points to src/betamax.egg-info/entry_points.txt
writing requirements to src/betamax.egg-info/requires.txt
writing top-level names to src/betamax.egg-info/top_level.txt
writing manifest file 'src/betamax.egg-info/SOURCES.txt'
reading manifest file 'src/betamax.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'Makefile' under directory 'docs'
no previously-included directories found matching '*.pyc'
no previously-included directories found matching 'docs/_build'
adding license file 'LICENSE'
writing manifest file 'src/betamax.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/betamax
copying src/betamax/configure.py -> build/lib/betamax
copying src/betamax/util.py -> build/lib/betamax
copying src/betamax/adapter.py -> build/lib/betamax
copying src/betamax/decorator.py -> build/lib/betamax
copying src/betamax/exceptions.py -> build/lib/betamax
copying src/betamax/__init__.py -> build/lib/betamax
copying src/betamax/recorder.py -> build/lib/betamax
copying src/betamax/options.py -> build/lib/betamax
copying src/betamax/headers.py -> build/lib/betamax
copying src/betamax/mock_response.py -> build/lib/betamax
creating build/lib/betamax/cassette
copying src/betamax/cassette/cassette.py -> build/lib/betamax/cassette
copying src/betamax/cassette/interaction.py -> build/lib/betamax/cassette
copying src/betamax/cassette/__init__.py -> build/lib/betamax/cassette
creating build/lib/betamax/matchers
copying src/betamax/matchers/host.py -> build/lib/betamax/matchers
copying src/betamax/matchers/uri.py -> build/lib/betamax/matchers
copying src/betamax/matchers/path.py -> build/lib/betamax/matchers
copying src/betamax/matchers/method.py -> build/lib/betamax/matchers
copying src/betamax/matchers/query.py -> build/lib/betamax/matchers
copying src/betamax/matchers/__init__.py -> build/lib/betamax/matchers
copying src/betamax/matchers/body.py -> build/lib/betamax/matchers
copying src/betamax/matchers/base.py -> build/lib/betamax/matchers
copying src/betamax/matchers/digest_auth.py -> build/lib/betamax/matchers
copying src/betamax/matchers/headers.py -> build/lib/betamax/matchers
creating build/lib/betamax/serializers
copying src/betamax/serializers/proxy.py -> build/lib/betamax/serializers
copying src/betamax/serializers/__init__.py -> build/lib/betamax/serializers
copying src/betamax/serializers/base.py -> build/lib/betamax/serializers
copying src/betamax/serializers/json_serializer.py -> build/lib/betamax/serializers
creating build/lib/betamax/fixtures
copying src/betamax/fixtures/unittest.py -> build/lib/betamax/fixtures
copying src/betamax/fixtures/__init__.py -> build/lib/betamax/fixtures
copying src/betamax/fixtures/pytest.py -> build/lib/betamax/fixtures
running egg_info
writing src/betamax.egg-info/PKG-INFO
writing dependency_links to src/betamax.egg-info/dependency_links.txt
writing entry points to src/betamax.egg-info/entry_points.txt
writing requirements to src/betamax.egg-info/requires.txt
writing top-level names to src/betamax.egg-info/top_level.txt
reading manifest file 'src/betamax.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'Makefile' under directory 'docs'
no previously-included directories found matching '*.pyc'
no previously-included directories found matching 'docs/_build'
adding license file 'LICENSE'
writing manifest file 'src/betamax.egg-info/SOURCES.txt'
installing to build/bdist.linux-armv7l/wheel
running install
running install_lib
creating build/bdist.linux-armv7l/wheel
creating build/bdist.linux-armv7l/wheel/betamax
copying build/lib/betamax/configure.py -> build/bdist.linux-armv7l/wheel/./betamax
copying build/lib/betamax/util.py -> build/bdist.linux-armv7l/wheel/./betamax
creating build/bdist.linux-armv7l/wheel/betamax/cassette
copying build/lib/betamax/cassette/cassette.py -> build/bdist.linux-armv7l/wheel/./betamax/cassette
copying build/lib/betamax/cassette/interaction.py -> build/bdist.linux-armv7l/wheel/./betamax/cassette
copying build/lib/betamax/cassette/__init__.py -> build/bdist.linux-armv7l/wheel/./betamax/cassette
copying build/lib/betamax/adapter.py -> build/bdist.linux-armv7l/wheel/./betamax
copying build/lib/betamax/decorator.py -> build/bdist.linux-armv7l/wheel/./betamax
copying build/lib/betamax/exceptions.py -> build/bdist.linux-armv7l/wheel/./betamax
copying build/lib/betamax/__init__.py -> build/bdist.linux-armv7l/wheel/./betamax
copying build/lib/betamax/recorder.py -> build/bdist.linux-armv7l/wheel/./betamax
creating build/bdist.linux-armv7l/wheel/betamax/matchers
copying build/lib/betamax/matchers/host.py -> build/bdist.linux-armv7l/wheel/./betamax/matchers
copying build/lib/betamax/matchers/uri.py -> build/bdist.linux-armv7l/wheel/./betamax/matchers
copying build/lib/betamax/matchers/path.py -> build/bdist.linux-armv7l/wheel/./betamax/matchers
copying build/lib/betamax/matchers/method.py -> build/bdist.linux-armv7l/wheel/./betamax/matchers
copying build/lib/betamax/matchers/query.py -> build/bdist.linux-armv7l/wheel/./betamax/matchers
copying build/lib/betamax/matchers/__init__.py -> build/bdist.linux-armv7l/wheel/./betamax/matchers
copying build/lib/betamax/matchers/body.py -> build/bdist.linux-armv7l/wheel/./betamax/matchers
copying build/lib/betamax/matchers/base.py -> build/bdist.linux-armv7l/wheel/./betamax/matchers
copying build/lib/betamax/matchers/digest_auth.py -> build/bdist.linux-armv7l/wheel/./betamax/matchers
copying build/lib/betamax/matchers/headers.py -> build/bdist.linux-armv7l/wheel/./betamax/matchers
creating build/bdist.linux-armv7l/wheel/betamax/serializers
copying build/lib/betamax/serializers/proxy.py -> build/bdist.linux-armv7l/wheel/./betamax/serializers
copying build/lib/betamax/serializers/__init__.py -> build/bdist.linux-armv7l/wheel/./betamax/serializers
copying build/lib/betamax/serializers/base.py -> build/bdist.linux-armv7l/wheel/./betamax/serializers
copying build/lib/betamax/serializers/json_serializer.py -> build/bdist.linux-armv7l/wheel/./betamax/serializers
copying build/lib/betamax/options.py -> build/bdist.linux-armv7l/wheel/./betamax
creating build/bdist.linux-armv7l/wheel/betamax/fixtures
copying build/lib/betamax/fixtures/unittest.py -> build/bdist.linux-armv7l/wheel/./betamax/fixtures
copying build/lib/betamax/fixtures/__init__.py -> build/bdist.linux-armv7l/wheel/./betamax/fixtures
copying build/lib/betamax/fixtures/pytest.py -> build/bdist.linux-armv7l/wheel/./betamax/fixtures
copying build/lib/betamax/headers.py -> build/bdist.linux-armv7l/wheel/./betamax
copying build/lib/betamax/mock_response.py -> build/bdist.linux-armv7l/wheel/./betamax
running install_egg_info
Copying src/betamax.egg-info to build/bdist.linux-armv7l/wheel/./betamax-0.9.0-py3.13.egg-info
running install_scripts
creating build/bdist.linux-armv7l/wheel/betamax-0.9.0.dist-info/WHEEL
creating '/build/python-betamax/src/betamax-0.9.0/dist/.tmp-ldcjs1ec/betamax-0.9.0-py2.py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it
adding 'betamax/__init__.py'
adding 'betamax/adapter.py'
adding 'betamax/configure.py'
adding 'betamax/decorator.py'
adding 'betamax/exceptions.py'
adding 'betamax/headers.py'
adding 'betamax/mock_response.py'
adding 'betamax/options.py'
adding 'betamax/recorder.py'
adding 'betamax/util.py'
adding 'betamax/cassette/__init__.py'
adding 'betamax/cassette/cassette.py'
adding 'betamax/cassette/interaction.py'
adding 'betamax/fixtures/__init__.py'
adding 'betamax/fixtures/pytest.py'
adding 'betamax/fixtures/unittest.py'
adding 'betamax/matchers/__init__.py'
adding 'betamax/matchers/base.py'
adding 'betamax/matchers/body.py'
adding 'betamax/matchers/digest_auth.py'
adding 'betamax/matchers/headers.py'
adding 'betamax/matchers/host.py'
adding 'betamax/matchers/method.py'
adding 'betamax/matchers/path.py'
adding 'betamax/matchers/query.py'
adding 'betamax/matchers/uri.py'
adding 'betamax/serializers/__init__.py'
adding 'betamax/serializers/base.py'
adding 'betamax/serializers/json_serializer.py'
adding 'betamax/serializers/proxy.py'
adding 'betamax-0.9.0.dist-info/LICENSE'
adding 'betamax-0.9.0.dist-info/METADATA'
adding 'betamax-0.9.0.dist-info/WHEEL'
adding 'betamax-0.9.0.dist-info/entry_points.txt'
adding 'betamax-0.9.0.dist-info/top_level.txt'
adding 'betamax-0.9.0.dist-info/RECORD'
removing build/bdist.linux-armv7l/wheel
Successfully built betamax-0.9.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-betamax"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-betamax 0.9.0-4 (Mon Dec 23 22:23:15 2024)
==> Cleaning up...