==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: python-patchwork 1.0.1-10 (Mon Jan 12 22:37:06 2026)
==> Retrieving sources...
-> Found python-patchwork-1.0.1.tar.gz
-> Found invoke-devendor.patch
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
python-patchwork-1.0.1.tar.gz ... Passed
invoke-devendor.patch ... Passed
==> Making package: python-patchwork 1.0.1-10 (Mon Jan 12 22:37:08 2026)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (23) libsodium-1.0.20-1 libyaml-0.2.5-3 mpdecimal-4.0.1-1 python-3.14.2-2 python-bcrypt-5.0.0-2 python-cffi-2.0.0-2 python-cryptography-46.0.3-2 python-decorator-5.2.1-2 python-deprecated-1.2.18-2 python-fluidity-0.2.1-7 python-iniconfig-2.1.0-3 python-invoke-2.2.1-2 python-lexicon-3.0.0-2 python-packaging-25.0-4 python-paramiko-4.0.0-2 python-pluggy-1.6.0-3 python-pycparser-2.23-2 python-pygments-2.19.2-3 python-pynacl-1.6.2-1 python-pytest-1:8.4.2-3 python-wrapt-1.17.3-2 python-yaml-6.0.3-2 fabric-3.2.2-4
Total Download Size: 0.08 MiB
Total Installed Size: 116.13 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
fabric-3.2.2-4-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-bcrypt...
installing python-pycparser...
installing python-cffi...
Optional dependencies for python-cffi
python-setuptools: "limited api" version checking in cffi.setuptools_ext
installing python-cryptography...
installing libsodium...
installing python-pynacl...
installing python-fluidity...
installing python-lexicon...
installing libyaml...
installing python-yaml...
installing python-invoke...
installing python-paramiko...
Optional dependencies for python-paramiko
python-gssapi: GSS-API/SSPI support
python-pyasn1: GSS-API/SSPI support
installing python-decorator...
installing python-wrapt...
installing python-deprecated...
installing python-iniconfig...
installing python-packaging...
installing python-pluggy...
installing python-pygments...
installing python-pytest...
installing fabric...
Optional dependencies for fabric
python-patchwork: Common deployment/sysadmin operations
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (9) 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-wheel-0.45.1-4 python-setuptools-1:80.9.0-4
Total Installed Size: 9.74 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-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...
==> Retrieving sources...
-> Found python-patchwork-1.0.1.tar.gz
-> Found invoke-devendor.patch
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Extracting python-patchwork-1.0.1.tar.gz with bsdtar
==> Starting prepare()...
patching file patchwork/files.py
patching file patchwork/transfers.py
==> Starting build()...
/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 :: BSD License
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
self._finalize_license_expression()
running build
running build_py
creating build/lib/patchwork
copying patchwork/info.py -> build/lib/patchwork
copying patchwork/_version.py -> build/lib/patchwork
copying patchwork/files.py -> build/lib/patchwork
copying patchwork/util.py -> build/lib/patchwork
copying patchwork/environment.py -> build/lib/patchwork
copying patchwork/__init__.py -> build/lib/patchwork
copying patchwork/transfers.py -> build/lib/patchwork
creating build/lib/patchwork/packages
copying patchwork/packages/__init__.py -> build/lib/patchwork/packages
==> Entering fakeroot environment...
==> Starting package()...
/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 :: BSD License
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
self._finalize_license_expression()
running install
/usr/lib/python3.14/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` directly.
Instead, use pypa/build, pypa/installer or other
standards-based tools.
This deprecation is overdue, please update your project and remove deprecated
calls to avoid build errors in the future.
See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
********************************************************************************
!!
self.initialize_options()
running install_lib
creating /build/python-patchwork/pkg/python-patchwork/usr/lib/python3.14/site-packages
creating /build/python-patchwork/pkg/python-patchwork/usr/lib/python3.14/site-packages/patchwork
creating /build/python-patchwork/pkg/python-patchwork/usr/lib/python3.14/site-packages/patchwork/packages
copying build/lib/patchwork/packages/__init__.py -> /build/python-patchwork/pkg/python-patchwork/usr/lib/python3.14/site-packages/patchwork/packages
copying build/lib/patchwork/info.py -> /build/python-patchwork/pkg/python-patchwork/usr/lib/python3.14/site-packages/patchwork
copying build/lib/patchwork/_version.py -> /build/python-patchwork/pkg/python-patchwork/usr/lib/python3.14/site-packages/patchwork
copying build/lib/patchwork/files.py -> /build/python-patchwork/pkg/python-patchwork/usr/lib/python3.14/site-packages/patchwork
copying build/lib/patchwork/util.py -> /build/python-patchwork/pkg/python-patchwork/usr/lib/python3.14/site-packages/patchwork
copying build/lib/patchwork/environment.py -> /build/python-patchwork/pkg/python-patchwork/usr/lib/python3.14/site-packages/patchwork
copying build/lib/patchwork/__init__.py -> /build/python-patchwork/pkg/python-patchwork/usr/lib/python3.14/site-packages/patchwork
copying build/lib/patchwork/transfers.py -> /build/python-patchwork/pkg/python-patchwork/usr/lib/python3.14/site-packages/patchwork
byte-compiling /build/python-patchwork/pkg/python-patchwork/usr/lib/python3.14/site-packages/patchwork/packages/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-patchwork/pkg/python-patchwork/usr/lib/python3.14/site-packages/patchwork/info.py to info.cpython-314.pyc
byte-compiling /build/python-patchwork/pkg/python-patchwork/usr/lib/python3.14/site-packages/patchwork/_version.py to _version.cpython-314.pyc
byte-compiling /build/python-patchwork/pkg/python-patchwork/usr/lib/python3.14/site-packages/patchwork/files.py to files.cpython-314.pyc
byte-compiling /build/python-patchwork/pkg/python-patchwork/usr/lib/python3.14/site-packages/patchwork/util.py to util.cpython-314.pyc
byte-compiling /build/python-patchwork/pkg/python-patchwork/usr/lib/python3.14/site-packages/patchwork/environment.py to environment.cpython-314.pyc
byte-compiling /build/python-patchwork/pkg/python-patchwork/usr/lib/python3.14/site-packages/patchwork/__init__.py to __init__.cpython-314.pyc
byte-compiling /build/python-patchwork/pkg/python-patchwork/usr/lib/python3.14/site-packages/patchwork/transfers.py to transfers.cpython-314.pyc
writing byte-compilation script '/tmp/tmprlbcp0i1.py'
/usr/bin/python /tmp/tmprlbcp0i1.py
removing /tmp/tmprlbcp0i1.py
running install_egg_info
running egg_info
creating patchwork.egg-info
writing patchwork.egg-info/PKG-INFO
writing dependency_links to patchwork.egg-info/dependency_links.txt
writing requirements to patchwork.egg-info/requires.txt
writing top-level names to patchwork.egg-info/top_level.txt
writing manifest file 'patchwork.egg-info/SOURCES.txt'
reading manifest file 'patchwork.egg-info/SOURCES.txt'
adding license file 'LICENSE'
writing manifest file 'patchwork.egg-info/SOURCES.txt'
Copying patchwork.egg-info to /build/python-patchwork/pkg/python-patchwork/usr/lib/python3.14/site-packages/patchwork-1.0.1-py3.14.egg-info
running install_scripts
==> 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-patchwork"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-patchwork 1.0.1-10 (Mon Jan 12 22:37:20 2026)
==> Cleaning up...
[?12l[?25h