==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: python-crate 2.0.0-3 (Tue Jan 13 00:26:22 2026)
==> Retrieving sources...
-> Found crate-2.0.0.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
crate-2.0.0.tar.gz ... Passed
==> Making package: python-crate 2.0.0-3 (Tue Jan 13 05:26:28 2026)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (7) mpdecimal-4.0.1-1 python-packaging-25.0-4 python-versioningit-3.3.0-2 python-3.14.2-2 python-orjson-3.11.5-2 python-urllib3-2.6.3-1 python-verlib2-0.3.1-2
Total Download Size: 0.23 MiB
Total Installed Size: 81.10 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
python-orjson-3.11.5-2-aarch64 downloading...
python-verlib2-0.3.1-2-any downloading...
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-orjson...
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-packaging...
installing python-versioningit...
installing python-verlib2...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (12) 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-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: 10.26 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-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 crate-2.0.0.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Extracting crate-2.0.0.tar.gz with bsdtar
==> 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
writing src/crate.egg-info/PKG-INFO
writing dependency_links to src/crate.egg-info/dependency_links.txt
writing requirements to src/crate.egg-info/requires.txt
writing top-level names to src/crate.egg-info/top_level.txt
reading manifest file 'src/crate.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
no previously-included directories found matching 'docs/.crate-docs'
adding license file 'LICENSE'
adding license file 'NOTICE'
writing manifest file 'src/crate.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
running build
running build_py
creating build/lib/crate/testing
copying src/crate/testing/__init__.py -> build/lib/crate/testing
copying src/crate/testing/layer.py -> build/lib/crate/testing
copying src/crate/testing/util.py -> build/lib/crate/testing
creating build/lib/crate/client
copying src/crate/client/blob.py -> build/lib/crate/client
copying src/crate/client/__init__.py -> build/lib/crate/client
copying src/crate/client/cursor.py -> build/lib/crate/client
copying src/crate/client/converter.py -> build/lib/crate/client
copying src/crate/client/_pep440.py -> build/lib/crate/client
copying src/crate/client/connection.py -> build/lib/crate/client
copying src/crate/client/exceptions.py -> build/lib/crate/client
copying src/crate/client/http.py -> build/lib/crate/client
installing to build/bdist.linux-aarch64/wheel
running install
running install_lib
creating build/bdist.linux-aarch64/wheel
creating build/bdist.linux-aarch64/wheel/crate
creating build/bdist.linux-aarch64/wheel/crate/testing
copying build/lib/crate/testing/__init__.py -> build/bdist.linux-aarch64/wheel/./crate/testing
copying build/lib/crate/testing/layer.py -> build/bdist.linux-aarch64/wheel/./crate/testing
copying build/lib/crate/testing/util.py -> build/bdist.linux-aarch64/wheel/./crate/testing
creating build/bdist.linux-aarch64/wheel/crate/client
copying build/lib/crate/client/blob.py -> build/bdist.linux-aarch64/wheel/./crate/client
copying build/lib/crate/client/__init__.py -> build/bdist.linux-aarch64/wheel/./crate/client
copying build/lib/crate/client/cursor.py -> build/bdist.linux-aarch64/wheel/./crate/client
copying build/lib/crate/client/converter.py -> build/bdist.linux-aarch64/wheel/./crate/client
copying build/lib/crate/client/_pep440.py -> build/bdist.linux-aarch64/wheel/./crate/client
copying build/lib/crate/client/connection.py -> build/bdist.linux-aarch64/wheel/./crate/client
copying build/lib/crate/client/exceptions.py -> build/bdist.linux-aarch64/wheel/./crate/client
copying build/lib/crate/client/http.py -> build/bdist.linux-aarch64/wheel/./crate/client
running install_egg_info
running egg_info
writing src/crate.egg-info/PKG-INFO
writing dependency_links to src/crate.egg-info/dependency_links.txt
writing requirements to src/crate.egg-info/requires.txt
writing top-level names to src/crate.egg-info/top_level.txt
reading manifest file 'src/crate.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
no previously-included directories found matching 'docs/.crate-docs'
adding license file 'LICENSE'
adding license file 'NOTICE'
writing manifest file 'src/crate.egg-info/SOURCES.txt'
Copying src/crate.egg-info to build/bdist.linux-aarch64/wheel/./crate-2.0.0-py3.14.egg-info
running install_scripts
creating build/bdist.linux-aarch64/wheel/crate-2.0.0.dist-info/WHEEL
creating '/build/python-crate/src/crate-2.0.0/dist/.tmp-b0j2zr1q/crate-2.0.0-py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it
adding 'crate/client/__init__.py'
adding 'crate/client/_pep440.py'
adding 'crate/client/blob.py'
adding 'crate/client/connection.py'
adding 'crate/client/converter.py'
adding 'crate/client/cursor.py'
adding 'crate/client/exceptions.py'
adding 'crate/client/http.py'
adding 'crate/testing/__init__.py'
adding 'crate/testing/layer.py'
adding 'crate/testing/util.py'
adding 'crate-2.0.0.dist-info/licenses/LICENSE'
adding 'crate-2.0.0.dist-info/licenses/NOTICE'
adding 'crate-2.0.0.dist-info/METADATA'
adding 'crate-2.0.0.dist-info/WHEEL'
adding 'crate-2.0.0.dist-info/top_level.txt'
adding 'crate-2.0.0.dist-info/RECORD'
removing build/bdist.linux-aarch64/wheel
Successfully built crate-2.0.0-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-crate"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-crate 2.0.0-3 (Tue Jan 13 05:26:36 2026)
==> Cleaning up...
[?12l[?25h