==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: python-betamax 0.9.0-7 (Mon Jan 12 01:35:45 2026)
==> Retrieving sources...
-> Found python-betamax-0.9.0.tar.gz
-> Found python-betamax-urllib3-2.0-compatibility.patch
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
python-betamax-0.9.0.tar.gz ... Passed
python-betamax-urllib3-2.0-compatibility.patch ... Passed
==> Making package: python-betamax 0.9.0-7 (Mon Jan 12 01:35:47 2026)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (6) mpdecimal-4.0.1-1 python-charset-normalizer-3.4.4-2 python-idna-3.11-2 python-urllib3-2.6.3-1 python-3.14.2-2 python-requests-2.32.5-3
Total Installed Size: 81.94 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 mpdecimal...
installing python...
Optional dependencies for python
python-setuptools: for building Python packages using tooling that is usually bundled with Python
python-pip: for installing Python packages using tooling that is usually bundled with Python
python-pipx: for installing Python software not packaged on Arch Linux
sqlite: for a default database integration [installed]
xz: for lzma [installed]
tk: for tkinter
installing python-charset-normalizer...
installing python-idna...
installing python-urllib3...
Optional dependencies for python-urllib3
python-brotli: Brotli support
python-brotlicffi: Brotli support
python-h2: HTTP/2 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...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (13) python-autocommand-2.2.2-9 python-jaraco.collections-5.1.0-3 python-jaraco.context-6.0.1-3 python-jaraco.functools-4.1.0-3 python-jaraco.text-4.0.0-4 python-more-itertools-10.8.0-2 python-packaging-25.0-4 python-platformdirs-4.5.1-3 python-pyproject-hooks-1.2.0-6 python-build-1.3.0-4 python-installer-0.7.0-14 python-setuptools-1:80.9.0-4 python-wheel-0.45.1-4
Total Installed Size: 11.01 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...
==> Retrieving sources...
-> Found python-betamax-0.9.0.tar.gz
-> Found python-betamax-urllib3-2.0-compatibility.patch
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Extracting python-betamax-0.9.0.tar.gz with bsdtar
==> Starting prepare()...
patching file src/betamax/util.py
==> Starting build()...
* Getting build dependencies for wheel...
/usr/lib/python3.14/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 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...
/usr/lib/python3.14/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
/usr/lib/python3.14/site-packages/setuptools/_distutils/cmd.py:135: 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.
This deprecation is overdue, please update your project and remove deprecated
calls to avoid build errors in the future.
********************************************************************************
!!
self.finalize_options()
running build
running build_py
creating build/lib/betamax
copying src/betamax/options.py -> build/lib/betamax
copying src/betamax/exceptions.py -> build/lib/betamax
copying src/betamax/util.py -> build/lib/betamax
copying src/betamax/headers.py -> build/lib/betamax
copying src/betamax/decorator.py -> build/lib/betamax
copying src/betamax/__init__.py -> build/lib/betamax
copying src/betamax/mock_response.py -> build/lib/betamax
copying src/betamax/adapter.py -> build/lib/betamax
copying src/betamax/configure.py -> build/lib/betamax
copying src/betamax/recorder.py -> build/lib/betamax
creating build/lib/betamax/cassette
copying src/betamax/cassette/__init__.py -> build/lib/betamax/cassette
copying src/betamax/cassette/cassette.py -> build/lib/betamax/cassette
copying src/betamax/cassette/interaction.py -> build/lib/betamax/cassette
creating build/lib/betamax/matchers
copying src/betamax/matchers/method.py -> build/lib/betamax/matchers
copying src/betamax/matchers/base.py -> build/lib/betamax/matchers
copying src/betamax/matchers/headers.py -> build/lib/betamax/matchers
copying src/betamax/matchers/host.py -> build/lib/betamax/matchers
copying src/betamax/matchers/path.py -> build/lib/betamax/matchers
copying src/betamax/matchers/__init__.py -> build/lib/betamax/matchers
copying src/betamax/matchers/digest_auth.py -> build/lib/betamax/matchers
copying src/betamax/matchers/body.py -> build/lib/betamax/matchers
copying src/betamax/matchers/query.py -> build/lib/betamax/matchers
copying src/betamax/matchers/uri.py -> build/lib/betamax/matchers
creating build/lib/betamax/serializers
copying src/betamax/serializers/base.py -> build/lib/betamax/serializers
copying src/betamax/serializers/__init__.py -> build/lib/betamax/serializers
copying src/betamax/serializers/proxy.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-aarch64/wheel
running install
running install_lib
creating build/bdist.linux-aarch64/wheel
creating build/bdist.linux-aarch64/wheel/betamax
copying build/lib/betamax/options.py -> build/bdist.linux-aarch64/wheel/./betamax
creating build/bdist.linux-aarch64/wheel/betamax/cassette
copying build/lib/betamax/cassette/__init__.py -> build/bdist.linux-aarch64/wheel/./betamax/cassette
copying build/lib/betamax/cassette/cassette.py -> build/bdist.linux-aarch64/wheel/./betamax/cassette
copying build/lib/betamax/cassette/interaction.py -> build/bdist.linux-aarch64/wheel/./betamax/cassette
copying build/lib/betamax/exceptions.py -> build/bdist.linux-aarch64/wheel/./betamax
copying build/lib/betamax/util.py -> build/bdist.linux-aarch64/wheel/./betamax
copying build/lib/betamax/headers.py -> build/bdist.linux-aarch64/wheel/./betamax
copying build/lib/betamax/decorator.py -> build/bdist.linux-aarch64/wheel/./betamax
creating build/bdist.linux-aarch64/wheel/betamax/matchers
copying build/lib/betamax/matchers/method.py -> build/bdist.linux-aarch64/wheel/./betamax/matchers
copying build/lib/betamax/matchers/base.py -> build/bdist.linux-aarch64/wheel/./betamax/matchers
copying build/lib/betamax/matchers/headers.py -> build/bdist.linux-aarch64/wheel/./betamax/matchers
copying build/lib/betamax/matchers/host.py -> build/bdist.linux-aarch64/wheel/./betamax/matchers
copying build/lib/betamax/matchers/path.py -> build/bdist.linux-aarch64/wheel/./betamax/matchers
copying build/lib/betamax/matchers/__init__.py -> build/bdist.linux-aarch64/wheel/./betamax/matchers
copying build/lib/betamax/matchers/digest_auth.py -> build/bdist.linux-aarch64/wheel/./betamax/matchers
copying build/lib/betamax/matchers/body.py -> build/bdist.linux-aarch64/wheel/./betamax/matchers
copying build/lib/betamax/matchers/query.py -> build/bdist.linux-aarch64/wheel/./betamax/matchers
copying build/lib/betamax/matchers/uri.py -> build/bdist.linux-aarch64/wheel/./betamax/matchers
creating build/bdist.linux-aarch64/wheel/betamax/serializers
copying build/lib/betamax/serializers/base.py -> build/bdist.linux-aarch64/wheel/./betamax/serializers
copying build/lib/betamax/serializers/__init__.py -> build/bdist.linux-aarch64/wheel/./betamax/serializers
copying build/lib/betamax/serializers/proxy.py -> build/bdist.linux-aarch64/wheel/./betamax/serializers
copying build/lib/betamax/serializers/json_serializer.py -> build/bdist.linux-aarch64/wheel/./betamax/serializers
copying build/lib/betamax/__init__.py -> build/bdist.linux-aarch64/wheel/./betamax
copying build/lib/betamax/mock_response.py -> build/bdist.linux-aarch64/wheel/./betamax
copying build/lib/betamax/adapter.py -> build/bdist.linux-aarch64/wheel/./betamax
copying build/lib/betamax/configure.py -> build/bdist.linux-aarch64/wheel/./betamax
copying build/lib/betamax/recorder.py -> build/bdist.linux-aarch64/wheel/./betamax
creating build/bdist.linux-aarch64/wheel/betamax/fixtures
copying build/lib/betamax/fixtures/unittest.py -> build/bdist.linux-aarch64/wheel/./betamax/fixtures
copying build/lib/betamax/fixtures/__init__.py -> build/bdist.linux-aarch64/wheel/./betamax/fixtures
copying build/lib/betamax/fixtures/pytest.py -> build/bdist.linux-aarch64/wheel/./betamax/fixtures
running install_egg_info
Copying src/betamax.egg-info to build/bdist.linux-aarch64/wheel/./betamax-0.9.0-py3.14.egg-info
running install_scripts
creating build/bdist.linux-aarch64/wheel/betamax-0.9.0.dist-info/WHEEL
creating '/build/python-betamax/src/betamax-0.9.0/dist/.tmp-usb30nlb/betamax-0.9.0-py2.py3-none-any.whl' and adding 'build/bdist.linux-aarch64/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/licenses/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-aarch64/wheel
Successfully built betamax-0.9.0-py2.py3-none-any.whl
==> Entering fakeroot environment...
==> Starting package()...
==> Tidying install...
-> Removing libtool files...
-> Removing static library files...
-> Purging unwanted 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-7 (Mon Jan 12 01:35:59 2026)
==> Cleaning up...
[?12l[?25h