==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: python-hunter 3.7.0-3 (Sun Jan 11 17:19:23 2026)
==> Retrieving sources...
  -> Found python-hunter-3.7.0.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    python-hunter-3.7.0.tar.gz ... Passed
==> Making package: python-hunter 3.7.0-3 (Sun Jan 11 17:19:26 2026)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (5) mpdecimal-4.0.1-1  python-3.14.2-2  python-colorama-0.4.6-6  python-cymem-2.0.10-1  python-manhole-1.8.0-8

Total Download Size:    0.07 MiB
Total Installed Size:  78.34 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 python-cymem-2.0.10-1-aarch64 downloading...
 python-manhole-1.8.0-8-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-colorama...
installing python-cymem...
installing python-manhole...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (15) 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-setuptools-1:80.9.0-4  cython-3.2.4-2  python-build-1.3.0-4  python-installer-0.7.0-14  python-setuptools-scm-9.2.2-3  python-wheel-0.45.1-4

Total Installed Size:  30.92 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-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...
installing python-setuptools-scm...
Optional dependencies for python-setuptools-scm
    python-rich: use rich as console log handler
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 cython...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Retrieving sources...
  -> Found python-hunter-3.7.0.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting python-hunter-3.7.0.tar.gz with bsdtar
==> Starting prepare()...
==> Starting build()...
* Getting build dependencies for wheel...
* Building wheel...
toml section missing PosixPath('pyproject.toml') does not contain a tool.setuptools_scm section
toml section missing PosixPath('pyproject.toml') does not contain a tool.setuptools_scm section
/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.linux-aarch64-cpython-314/hunter
copying src/hunter/remote.py -> build/lib.linux-aarch64-cpython-314/hunter
copying src/hunter/_version.py -> build/lib.linux-aarch64-cpython-314/hunter
copying src/hunter/util.py -> build/lib.linux-aarch64-cpython-314/hunter
copying src/hunter/const.py -> build/lib.linux-aarch64-cpython-314/hunter
copying src/hunter/actions.py -> build/lib.linux-aarch64-cpython-314/hunter
copying src/hunter/config.py -> build/lib.linux-aarch64-cpython-314/hunter
copying src/hunter/__init__.py -> build/lib.linux-aarch64-cpython-314/hunter
copying src/hunter/tracer.py -> build/lib.linux-aarch64-cpython-314/hunter
copying src/hunter/event.py -> build/lib.linux-aarch64-cpython-314/hunter
copying src/hunter/predicates.py -> build/lib.linux-aarch64-cpython-314/hunter
running build_ext
Compiling src/hunter/_predicates.pyx because it changed.
[1/1] Cythonizing src/hunter/_predicates.pyx
building 'hunter._predicates' extension
creating build/temp.linux-aarch64-cpython-314/src/hunter
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Isrc/hunter -I/usr/include/python3.14 -c src/hunter/_predicates.c -o build/temp.linux-aarch64-cpython-314/src/hunter/_predicates.o
src/hunter/_predicates.c:1138:10: fatal error: vendor/_compat.h: No such file or directory
 1138 | #include "vendor/_compat.h"
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
distcc[1039] ERROR: compile src/hunter/_predicates.c on 10.3.0.16:3932/8 failed
distcc[1039] (dcc_build_somewhere) Warning: remote compilation of 'src/hunter/_predicates.c' failed, retrying locally
distcc[1039] Warning: failed to distribute src/hunter/_predicates.c to 10.3.0.16:3932/8, running locally instead
src/hunter/_predicates.c:1138:10: fatal error: vendor/_compat.h: No such file or directory
 1138 | #include "vendor/_compat.h"
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
distcc[1039] ERROR: compile src/hunter/_predicates.c on localhost failed
********************************************************************************
WARNING:

    An optional code optimization (C extension) could not be compiled.

    Optimizations for this package will not be available!
            
CAUSE:

    CompileError(DistutilsExecError("command '/usr/lib/distcc/bin/gcc' failed with exit code 1"))
********************************************************************************
copying /build/python-hunter/src/python-hunter-3.7.0/src/hunter.pth -> build/lib.linux-aarch64-cpython-314
installing to build/bdist.linux-aarch64/wheel
running install
running install_lib
creating build/bdist.linux-aarch64/wheel
copying build/lib.linux-aarch64-cpython-314/hunter.pth -> build/bdist.linux-aarch64/wheel/.
creating build/bdist.linux-aarch64/wheel/hunter
copying build/lib.linux-aarch64-cpython-314/hunter/remote.py -> build/bdist.linux-aarch64/wheel/./hunter
copying build/lib.linux-aarch64-cpython-314/hunter/_version.py -> build/bdist.linux-aarch64/wheel/./hunter
copying build/lib.linux-aarch64-cpython-314/hunter/util.py -> build/bdist.linux-aarch64/wheel/./hunter
copying build/lib.linux-aarch64-cpython-314/hunter/const.py -> build/bdist.linux-aarch64/wheel/./hunter
copying build/lib.linux-aarch64-cpython-314/hunter/actions.py -> build/bdist.linux-aarch64/wheel/./hunter
copying build/lib.linux-aarch64-cpython-314/hunter/config.py -> build/bdist.linux-aarch64/wheel/./hunter
copying build/lib.linux-aarch64-cpython-314/hunter/__init__.py -> build/bdist.linux-aarch64/wheel/./hunter
copying build/lib.linux-aarch64-cpython-314/hunter/tracer.py -> build/bdist.linux-aarch64/wheel/./hunter
copying build/lib.linux-aarch64-cpython-314/hunter/event.py -> build/bdist.linux-aarch64/wheel/./hunter
copying build/lib.linux-aarch64-cpython-314/hunter/predicates.py -> build/bdist.linux-aarch64/wheel/./hunter
running install_egg_info
running egg_info
creating src/hunter.egg-info
writing src/hunter.egg-info/PKG-INFO
writing dependency_links to src/hunter.egg-info/dependency_links.txt
writing entry points to src/hunter.egg-info/entry_points.txt
writing requirements to src/hunter.egg-info/requires.txt
writing top-level names to src/hunter.egg-info/top_level.txt
writing manifest file 'src/hunter.egg-info/SOURCES.txt'
reading manifest file 'src/hunter.egg-info/SOURCES.txt'
adding license file 'LICENSE'
adding license file 'AUTHORS.rst'
writing manifest file 'src/hunter.egg-info/SOURCES.txt'
Copying src/hunter.egg-info to build/bdist.linux-aarch64/wheel/./hunter-3.7.0-py3.14.egg-info
running install_scripts
creating build/bdist.linux-aarch64/wheel/hunter-3.7.0.dist-info/WHEEL
creating '/build/python-hunter/src/python-hunter-3.7.0/dist/.tmp-m4ptfoy_/hunter-3.7.0-cp314-cp314-linux_aarch64.whl' and adding 'build/bdist.linux-aarch64/wheel' to it
adding 'hunter.pth'
adding 'hunter/__init__.py'
adding 'hunter/_version.py'
adding 'hunter/actions.py'
adding 'hunter/config.py'
adding 'hunter/const.py'
adding 'hunter/event.py'
adding 'hunter/predicates.py'
adding 'hunter/remote.py'
adding 'hunter/tracer.py'
adding 'hunter/util.py'
adding 'hunter-3.7.0.dist-info/licenses/AUTHORS.rst'
adding 'hunter-3.7.0.dist-info/licenses/LICENSE'
adding 'hunter-3.7.0.dist-info/METADATA'
adding 'hunter-3.7.0.dist-info/WHEEL'
adding 'hunter-3.7.0.dist-info/entry_points.txt'
adding 'hunter-3.7.0.dist-info/top_level.txt'
adding 'hunter-3.7.0.dist-info/RECORD'
removing build/bdist.linux-aarch64/wheel
Successfully built hunter-3.7.0-cp314-cp314-linux_aarch64.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-hunter"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-hunter 3.7.0-3 (Sun Jan 11 17:19:42 2026)
==> Cleaning up...
[?12l[?25h