==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: python-flup 1.0.3-13 (Sat Feb  7 12:47:00 2026)
==> Retrieving sources...
  -> Found flup-1.0.3.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    flup-1.0.3.tar.gz ... Passed
==> Making package: python-flup 1.0.3-13 (Sat Feb  7 19:47:07 2026)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (2) mpdecimal-4.0.1-1  python-3.14.2-2

Total Download Size:   12.81 MiB
Total Installed Size:  77.81 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 python-3.14.2-2-aarch64 downloading...
 mpdecimal-4.0.1-1-aarch64 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
:: 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-26.0-1  python-platformdirs-4.5.1-3  python-pyproject-hooks-1.2.0-6  python-build-1.4.0-1  python-installer-0.7.0-14  python-setuptools-1:80.9.0-4  python-wheel-0.46.3-1

Total Download Size:    1.77 MiB
Total Installed Size:  11.17 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 python-setuptools-1:80.9.0-4-any downloading...
 python-packaging-26.0-1-any downloading...
 python-more-itertools-10.8.0-2-any downloading...
 python-wheel-0.46.3-1-any downloading...
 python-build-1.4.0-1-any downloading...
 python-installer-0.7.0-14-any downloading...
 python-platformdirs-4.5.1-3-any downloading...
 python-autocommand-2.2.2-9-any downloading...
 python-jaraco.collections-5.1.0-3-any downloading...
 python-pyproject-hooks-1.2.0-6-any downloading...
 python-jaraco.text-4.0.0-4-any downloading...
 python-jaraco.functools-4.1.0-3-any downloading...
 python-jaraco.context-6.0.1-3-any downloading...
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...
==> Retrieving sources...
  -> Found flup-1.0.3.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting flup-1.0.3.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 :: BSD License

        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************

!!
  self._finalize_license_expression()
running egg_info
writing flup.egg-info/PKG-INFO
writing dependency_links to flup.egg-info/dependency_links.txt
writing entry points to flup.egg-info/entry_points.txt
writing top-level names to flup.egg-info/top_level.txt
reading manifest file 'flup.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'flup.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 :: BSD 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/flup
copying flup/__init__.py -> build/lib/flup
creating build/lib/flup/server
copying flup/server/threadedserver.py -> build/lib/flup/server
copying flup/server/cgi.py -> build/lib/flup/server
copying flup/server/fcgi_single.py -> build/lib/flup/server
copying flup/server/ajp_base.py -> build/lib/flup/server
copying flup/server/singleserver.py -> build/lib/flup/server
copying flup/server/__init__.py -> build/lib/flup/server
copying flup/server/paste_factory.py -> build/lib/flup/server
copying flup/server/scgi.py -> build/lib/flup/server
copying flup/server/ajp.py -> build/lib/flup/server
copying flup/server/scgi_fork.py -> build/lib/flup/server
copying flup/server/preforkserver.py -> build/lib/flup/server
copying flup/server/scgi_base.py -> build/lib/flup/server
copying flup/server/ajp_fork.py -> build/lib/flup/server
copying flup/server/threadpool.py -> build/lib/flup/server
copying flup/server/fcgi_base.py -> build/lib/flup/server
copying flup/server/fcgi.py -> build/lib/flup/server
copying flup/server/fcgi_fork.py -> build/lib/flup/server
creating build/lib/flup/client
copying flup/client/__init__.py -> build/lib/flup/client
copying flup/client/fcgi_app.py -> build/lib/flup/client
copying flup/client/scgi_app.py -> build/lib/flup/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/flup
copying build/lib/flup/__init__.py -> build/bdist.linux-aarch64/wheel/./flup
creating build/bdist.linux-aarch64/wheel/flup/server
copying build/lib/flup/server/threadedserver.py -> build/bdist.linux-aarch64/wheel/./flup/server
copying build/lib/flup/server/cgi.py -> build/bdist.linux-aarch64/wheel/./flup/server
copying build/lib/flup/server/fcgi_single.py -> build/bdist.linux-aarch64/wheel/./flup/server
copying build/lib/flup/server/ajp_base.py -> build/bdist.linux-aarch64/wheel/./flup/server
copying build/lib/flup/server/singleserver.py -> build/bdist.linux-aarch64/wheel/./flup/server
copying build/lib/flup/server/__init__.py -> build/bdist.linux-aarch64/wheel/./flup/server
copying build/lib/flup/server/paste_factory.py -> build/bdist.linux-aarch64/wheel/./flup/server
copying build/lib/flup/server/scgi.py -> build/bdist.linux-aarch64/wheel/./flup/server
copying build/lib/flup/server/ajp.py -> build/bdist.linux-aarch64/wheel/./flup/server
copying build/lib/flup/server/scgi_fork.py -> build/bdist.linux-aarch64/wheel/./flup/server
copying build/lib/flup/server/preforkserver.py -> build/bdist.linux-aarch64/wheel/./flup/server
copying build/lib/flup/server/scgi_base.py -> build/bdist.linux-aarch64/wheel/./flup/server
copying build/lib/flup/server/ajp_fork.py -> build/bdist.linux-aarch64/wheel/./flup/server
copying build/lib/flup/server/threadpool.py -> build/bdist.linux-aarch64/wheel/./flup/server
copying build/lib/flup/server/fcgi_base.py -> build/bdist.linux-aarch64/wheel/./flup/server
copying build/lib/flup/server/fcgi.py -> build/bdist.linux-aarch64/wheel/./flup/server
copying build/lib/flup/server/fcgi_fork.py -> build/bdist.linux-aarch64/wheel/./flup/server
creating build/bdist.linux-aarch64/wheel/flup/client
copying build/lib/flup/client/__init__.py -> build/bdist.linux-aarch64/wheel/./flup/client
copying build/lib/flup/client/fcgi_app.py -> build/bdist.linux-aarch64/wheel/./flup/client
copying build/lib/flup/client/scgi_app.py -> build/bdist.linux-aarch64/wheel/./flup/client
running install_egg_info
running egg_info
writing flup.egg-info/PKG-INFO
writing dependency_links to flup.egg-info/dependency_links.txt
writing entry points to flup.egg-info/entry_points.txt
writing top-level names to flup.egg-info/top_level.txt
reading manifest file 'flup.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'flup.egg-info/SOURCES.txt'
Copying flup.egg-info to build/bdist.linux-aarch64/wheel/./flup-1.0.3-py3.14.egg-info
running install_scripts
creating build/bdist.linux-aarch64/wheel/flup-1.0.3.dist-info/WHEEL
creating '/build/python-flup/src/flup-1.0.3/dist/.tmp-54m8eklv/flup-1.0.3-py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it
adding 'flup/__init__.py'
adding 'flup/client/__init__.py'
adding 'flup/client/fcgi_app.py'
adding 'flup/client/scgi_app.py'
adding 'flup/server/__init__.py'
adding 'flup/server/ajp.py'
adding 'flup/server/ajp_base.py'
adding 'flup/server/ajp_fork.py'
adding 'flup/server/cgi.py'
adding 'flup/server/fcgi.py'
adding 'flup/server/fcgi_base.py'
adding 'flup/server/fcgi_fork.py'
adding 'flup/server/fcgi_single.py'
adding 'flup/server/paste_factory.py'
adding 'flup/server/preforkserver.py'
adding 'flup/server/scgi.py'
adding 'flup/server/scgi_base.py'
adding 'flup/server/scgi_fork.py'
adding 'flup/server/singleserver.py'
adding 'flup/server/threadedserver.py'
adding 'flup/server/threadpool.py'
adding 'flup-1.0.3.dist-info/METADATA'
adding 'flup-1.0.3.dist-info/WHEEL'
adding 'flup-1.0.3.dist-info/entry_points.txt'
adding 'flup-1.0.3.dist-info/top_level.txt'
adding 'flup-1.0.3.dist-info/zip-safe'
adding 'flup-1.0.3.dist-info/RECORD'
removing build/bdist.linux-aarch64/wheel
Successfully built flup-1.0.3-py3-none-any.whl
==> Entering fakeroot environment...
==> Starting package_python-flup()...
==> 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-flup"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-flup 1.0.3-13 (Sat Feb  7 19:47:16 2026)
==> Cleaning up...
[?12l[?25h