==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done ==> Making package: python-unearth 0.17.5-1 (Wed Apr 9 08:46:13 2025) ==> Retrieving sources... -> Found python-unearth-0.17.5.tar.gz ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha512sums... python-unearth-0.17.5.tar.gz ... Passed ==> Validating source files with b2sums... python-unearth-0.17.5.tar.gz ... Passed ==> Making package: python-unearth 0.17.5-1 (Wed 09 Apr 2025 08:46:19 AM MDT) ==> Checking runtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Packages (8) python-anyio-4.8.0-1 python-certifi-2025.01.31-1 python-h11-0.14.0-6 python-httpcore-1.0.7-2 python-idna-3.10-2 python-sniffio-1.3.1-4 python-httpx-0.28.1-2 python-packaging-24.2-3 Total Download Size: 0.78 MiB Total Installed Size: 5.37 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... python-anyio-4.8.0-1-any downloading... python-httpx-0.28.1-2-any downloading... python-packaging-24.2-3-any downloading... python-httpcore-1.0.7-2-any downloading... python-h11-0.14.0-6-any downloading... python-idna-3.10-2-any downloading... python-sniffio-1.3.1-4-any downloading... python-certifi-2025.01.31-1-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-certifi... installing python-h11... installing python-httpcore... Optional dependencies for python-httpcore python-h2: for HTTP/2 support python-socksio: for SOCKS support python-anyio: for asyncio backend [pending] python-trio: for trio backend python-sniffio: for async support [pending] installing python-idna... installing python-sniffio... installing python-anyio... Optional dependencies for python-anyio python-trio: trio backend python-outcome: trio backend python-uvloop: use uvloop for asyncio backend python-pytest: pytest plugin installing python-httpx... Optional dependencies for python-httpx python-brotli: for brotli response decompression python-brotlicffi: for brotli response decompression python-zstandard: for zstd response decompression python-h2: HTTP/2 support python-socksio: SOCKS proxy support python-click: command line client support python-rich: command line client support python-pygments: command line client support python-trio: alternative async library :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... [?25h==> Checking buildtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Packages (7) python-pyproject-hooks-1.2.0-3 python-pyproject-metadata-0.9.0-2 python-tomli-w-1.2.0-1 python-build-1.2.2-3 python-installer-0.7.0-10 python-pdm-backend-2.4.3-2 python-wheel-0.45.1-1 Total Download Size: 0.28 MiB Total Installed Size: 1.28 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... python-pdm-backend-2.4.3-2-any downloading... python-wheel-0.45.1-1-any downloading... python-build-1.2.2-3-any downloading... python-installer-0.7.0-10-any downloading... python-pyproject-metadata-0.9.0-2-any downloading... python-pyproject-hooks-1.2.0-3-any downloading... python-tomli-w-1.2.0-1-any downloading... 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-pyproject-metadata... installing python-tomli-w... installing python-pdm-backend... Optional dependencies for python-pdm-backend python-setuptools: for setuptools support python-editables: for editables backend support 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 :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... [?25h==> Retrieving sources... -> Found python-unearth-0.17.5.tar.gz ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting python-unearth-0.17.5.tar.gz with bsdtar ==> Starting build()... * Getting build dependencies for wheel... * Building wheel... - Adding .pdm-build/unearth-0.17.5.dist-info/METADATA -> unearth-0.17.5.dist-info/METADATA - Adding .pdm-build/unearth-0.17.5.dist-info/WHEEL -> unearth-0.17.5.dist-info/WHEEL - Adding .pdm-build/unearth-0.17.5.dist-info/entry_points.txt -> unearth-0.17.5.dist-info/entry_points.txt - Adding .pdm-build/unearth-0.17.5.dist-info/licenses/LICENSE -> unearth-0.17.5.dist-info/licenses/LICENSE - Adding src/unearth/__init__.py -> unearth/__init__.py - Adding src/unearth/__main__.py -> unearth/__main__.py - Adding src/unearth/auth.py -> unearth/auth.py - Adding src/unearth/collector.py -> unearth/collector.py - Adding src/unearth/errors.py -> unearth/errors.py - Adding src/unearth/evaluator.py -> unearth/evaluator.py - Adding src/unearth/fetchers/__init__.py -> unearth/fetchers/__init__.py - Adding src/unearth/fetchers/legacy.py -> unearth/fetchers/legacy.py - Adding src/unearth/fetchers/sync.py -> unearth/fetchers/sync.py - Adding src/unearth/finder.py -> unearth/finder.py - Adding src/unearth/link.py -> unearth/link.py - Adding src/unearth/pep425tags.py -> unearth/pep425tags.py - Adding src/unearth/preparer.py -> unearth/preparer.py - Adding src/unearth/py.typed -> unearth/py.typed - Adding src/unearth/session.py -> unearth/session.py - Adding src/unearth/utils.py -> unearth/utils.py - Adding src/unearth/vcs/__init__.py -> unearth/vcs/__init__.py - Adding src/unearth/vcs/base.py -> unearth/vcs/base.py - Adding src/unearth/vcs/bazaar.py -> unearth/vcs/bazaar.py - Adding src/unearth/vcs/git.py -> unearth/vcs/git.py - Adding src/unearth/vcs/hg.py -> unearth/vcs/hg.py - Adding src/unearth/vcs/svn.py -> unearth/vcs/svn.py - Adding unearth-0.17.5.dist-info/RECORD -> unearth-0.17.5.dist-info/RECORD Successfully built unearth-0.17.5-py3-none-any.whl ==> Entering fakeroot environment... ==> Starting package()... install: creating directory '/build/python-unearth/pkg/python-unearth/usr/share' install: creating directory '/build/python-unearth/pkg/python-unearth/usr/share/licenses' install: creating directory '/build/python-unearth/pkg/python-unearth/usr/share/licenses/python-unearth' 'LICENSE' -> '/build/python-unearth/pkg/python-unearth/usr/share/licenses/python-unearth/LICENSE' install: creating directory '/build/python-unearth/pkg/python-unearth/usr/share/doc' install: creating directory '/build/python-unearth/pkg/python-unearth/usr/share/doc/python-unearth' 'README.md' -> '/build/python-unearth/pkg/python-unearth/usr/share/doc/python-unearth/README.md' ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Stripping unneeded symbols from binaries and libraries... -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "python-unearth"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: python-unearth 0.17.5-1 (Wed 09 Apr 2025 08:46:28 AM MDT) ==> Cleaning up...