==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done ==> Making package: python-strictyaml 1.7.3-4 (Mon Dec 23 13:18:09 2024) ==> Retrieving sources... -> Cloning strictyaml git repo... Cloning into bare repository '/home/leming/work/python-strictyaml/strictyaml'... ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with b2sums... strictyaml ... Skipped ==> Making package: python-strictyaml 1.7.3-4 (Mon Dec 23 13:18:31 2024) ==> Checking runtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Packages (3) python-six-1.16.0-10 python-dateutil-2.9.0-6 python-ruamel.yaml.clib-0.2.12-3 Total Download Size: 0.29 MiB Total Installed Size: 1.43 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... python-dateutil-2.9.0-6-any downloading... checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing python-six... installing python-dateutil... installing python-ruamel.yaml.clib... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... [?25h==> Checking buildtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Packages (17) perl-error-0.17029-7 perl-mailtools-2.22-1 perl-timedate-2.33-7 python-autocommand-2.2.2-7 python-jaraco.collections-5.0.1-2 python-jaraco.context-5.3.0-3 python-jaraco.functools-4.1.0-1 python-jaraco.text-4.0.0-2 python-more-itertools-10.5.0-1 python-packaging-24.2-3 python-platformdirs-4.3.6-2 python-pyproject-hooks-1.2.0-3 git-2.47.1-1 python-build-1.2.2-3 python-installer-0.7.0-10 python-setuptools-1:75.2.0-4 python-wheel-0.45.0-3 Total Installed Size: 50.18 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 perl-error... installing perl-timedate... installing perl-mailtools... installing git... Optional dependencies for git tk: gitk and git gui openssh: ssh transport and crypto perl-libwww: git svn perl-term-readkey: git svn and interactive.singlekey setting perl-io-socket-ssl: git send-email TLS support perl-authen-sasl: git send-email TLS support perl-mediawiki-api: git mediawiki support perl-datetime-format-iso8601: git mediawiki support perl-lwp-protocol-https: git mediawiki https support perl-cgi: gitweb (web interface) support python: git svn & git p4 [installed] subversion: git svn org.freedesktop.secrets: keyring credential helper libsecret: libsecret credential helper [installed] 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/4) Creating system user accounts... Creating group 'git' with GID 971. Creating user 'git' (git daemon user) with UID 971 and GID 971. (2/4) Reloading system manager configuration... Skipped: Current root is not booted. (3/4) Arming ConditionNeedsUpdate... (4/4) Warn about old perl modules [?25h==> Retrieving sources... ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Creating working copy of strictyaml git repo... Cloning into 'strictyaml'... done. Switched to a new branch 'makepkg' ==> Starting build()... * Getting build dependencies for wheel... running egg_info creating strictyaml.egg-info writing strictyaml.egg-info/PKG-INFO writing dependency_links to strictyaml.egg-info/dependency_links.txt writing requirements to strictyaml.egg-info/requires.txt writing top-level names to strictyaml.egg-info/top_level.txt writing manifest file 'strictyaml.egg-info/SOURCES.txt' reading manifest file 'strictyaml.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: manifest_maker: MANIFEST.in, line 2: 'recursive-include' expects <dir> <pattern1> <pattern2> ... warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.py[co]' found anywhere in distribution adding license file 'LICENSE.txt' writing manifest file 'strictyaml.egg-info/SOURCES.txt' * Building wheel... running bdist_wheel running build running build_py creating build/lib/strictyaml copying strictyaml/yamlpointer.py -> build/lib/strictyaml copying strictyaml/dumper.py -> build/lib/strictyaml copying strictyaml/representation.py -> build/lib/strictyaml copying strictyaml/parser.py -> build/lib/strictyaml copying strictyaml/validators.py -> build/lib/strictyaml copying strictyaml/exceptions.py -> build/lib/strictyaml copying strictyaml/__init__.py -> build/lib/strictyaml copying strictyaml/any_validator.py -> build/lib/strictyaml copying strictyaml/compound.py -> build/lib/strictyaml copying strictyaml/scalar.py -> build/lib/strictyaml copying strictyaml/yamllocation.py -> build/lib/strictyaml copying strictyaml/utils.py -> build/lib/strictyaml copying strictyaml/constants.py -> build/lib/strictyaml creating build/lib/strictyaml/ruamel copying strictyaml/ruamel/constructor.py -> build/lib/strictyaml/ruamel copying strictyaml/ruamel/util.py -> build/lib/strictyaml/ruamel copying strictyaml/ruamel/scalarstring.py -> build/lib/strictyaml/ruamel copying strictyaml/ruamel/nodes.py -> build/lib/strictyaml/ruamel copying strictyaml/ruamel/scalarfloat.py -> build/lib/strictyaml/ruamel copying strictyaml/ruamel/timestamp.py -> build/lib/strictyaml/ruamel copying strictyaml/ruamel/reader.py -> build/lib/strictyaml/ruamel copying strictyaml/ruamel/scanner.py -> build/lib/strictyaml/ruamel copying strictyaml/ruamel/anchor.py -> build/lib/strictyaml/ruamel copying strictyaml/ruamel/representer.py -> build/lib/strictyaml/ruamel copying strictyaml/ruamel/dumper.py -> build/lib/strictyaml/ruamel copying strictyaml/ruamel/emitter.py -> build/lib/strictyaml/ruamel copying strictyaml/ruamel/main.py -> build/lib/strictyaml/ruamel copying strictyaml/ruamel/scalarint.py -> build/lib/strictyaml/ruamel copying strictyaml/ruamel/parser.py -> build/lib/strictyaml/ruamel copying strictyaml/ruamel/scalarbool.py -> build/lib/strictyaml/ruamel copying strictyaml/ruamel/resolver.py -> build/lib/strictyaml/ruamel copying strictyaml/ruamel/loader.py -> build/lib/strictyaml/ruamel copying strictyaml/ruamel/events.py -> build/lib/strictyaml/ruamel copying strictyaml/ruamel/comments.py -> build/lib/strictyaml/ruamel copying strictyaml/ruamel/composer.py -> build/lib/strictyaml/ruamel copying strictyaml/ruamel/__init__.py -> build/lib/strictyaml/ruamel copying strictyaml/ruamel/error.py -> build/lib/strictyaml/ruamel copying strictyaml/ruamel/tokens.py -> build/lib/strictyaml/ruamel copying strictyaml/ruamel/configobjwalker.py -> build/lib/strictyaml/ruamel copying strictyaml/ruamel/serializer.py -> build/lib/strictyaml/ruamel copying strictyaml/ruamel/cyaml.py -> build/lib/strictyaml/ruamel copying strictyaml/ruamel/compat.py -> build/lib/strictyaml/ruamel running egg_info writing strictyaml.egg-info/PKG-INFO writing dependency_links to strictyaml.egg-info/dependency_links.txt writing requirements to strictyaml.egg-info/requires.txt writing top-level names to strictyaml.egg-info/top_level.txt reading manifest file 'strictyaml.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: manifest_maker: MANIFEST.in, line 2: 'recursive-include' expects <dir> <pattern1> <pattern2> ... warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.py[co]' found anywhere in distribution adding license file 'LICENSE.txt' writing manifest file 'strictyaml.egg-info/SOURCES.txt' copying strictyaml/ruamel/py.typed -> build/lib/strictyaml/ruamel installing to build/bdist.linux-armv7l/wheel running install running install_lib creating build/bdist.linux-armv7l/wheel creating build/bdist.linux-armv7l/wheel/strictyaml copying build/lib/strictyaml/yamlpointer.py -> build/bdist.linux-armv7l/wheel/./strictyaml copying build/lib/strictyaml/dumper.py -> build/bdist.linux-armv7l/wheel/./strictyaml copying build/lib/strictyaml/representation.py -> build/bdist.linux-armv7l/wheel/./strictyaml copying build/lib/strictyaml/parser.py -> build/bdist.linux-armv7l/wheel/./strictyaml copying build/lib/strictyaml/validators.py -> build/bdist.linux-armv7l/wheel/./strictyaml copying build/lib/strictyaml/exceptions.py -> build/bdist.linux-armv7l/wheel/./strictyaml creating build/bdist.linux-armv7l/wheel/strictyaml/ruamel copying build/lib/strictyaml/ruamel/constructor.py -> build/bdist.linux-armv7l/wheel/./strictyaml/ruamel copying build/lib/strictyaml/ruamel/util.py -> build/bdist.linux-armv7l/wheel/./strictyaml/ruamel copying build/lib/strictyaml/ruamel/scalarstring.py -> build/bdist.linux-armv7l/wheel/./strictyaml/ruamel copying build/lib/strictyaml/ruamel/nodes.py -> build/bdist.linux-armv7l/wheel/./strictyaml/ruamel copying build/lib/strictyaml/ruamel/scalarfloat.py -> build/bdist.linux-armv7l/wheel/./strictyaml/ruamel copying build/lib/strictyaml/ruamel/timestamp.py -> build/bdist.linux-armv7l/wheel/./strictyaml/ruamel copying build/lib/strictyaml/ruamel/reader.py -> build/bdist.linux-armv7l/wheel/./strictyaml/ruamel copying build/lib/strictyaml/ruamel/scanner.py -> build/bdist.linux-armv7l/wheel/./strictyaml/ruamel copying build/lib/strictyaml/ruamel/anchor.py -> build/bdist.linux-armv7l/wheel/./strictyaml/ruamel copying build/lib/strictyaml/ruamel/py.typed -> build/bdist.linux-armv7l/wheel/./strictyaml/ruamel copying build/lib/strictyaml/ruamel/representer.py -> build/bdist.linux-armv7l/wheel/./strictyaml/ruamel copying build/lib/strictyaml/ruamel/dumper.py -> build/bdist.linux-armv7l/wheel/./strictyaml/ruamel copying build/lib/strictyaml/ruamel/emitter.py -> build/bdist.linux-armv7l/wheel/./strictyaml/ruamel copying build/lib/strictyaml/ruamel/main.py -> build/bdist.linux-armv7l/wheel/./strictyaml/ruamel copying build/lib/strictyaml/ruamel/scalarint.py -> build/bdist.linux-armv7l/wheel/./strictyaml/ruamel copying build/lib/strictyaml/ruamel/parser.py -> build/bdist.linux-armv7l/wheel/./strictyaml/ruamel copying build/lib/strictyaml/ruamel/scalarbool.py -> build/bdist.linux-armv7l/wheel/./strictyaml/ruamel copying build/lib/strictyaml/ruamel/resolver.py -> build/bdist.linux-armv7l/wheel/./strictyaml/ruamel copying build/lib/strictyaml/ruamel/loader.py -> build/bdist.linux-armv7l/wheel/./strictyaml/ruamel copying build/lib/strictyaml/ruamel/events.py -> build/bdist.linux-armv7l/wheel/./strictyaml/ruamel copying build/lib/strictyaml/ruamel/comments.py -> build/bdist.linux-armv7l/wheel/./strictyaml/ruamel copying build/lib/strictyaml/ruamel/composer.py -> build/bdist.linux-armv7l/wheel/./strictyaml/ruamel copying build/lib/strictyaml/ruamel/__init__.py -> build/bdist.linux-armv7l/wheel/./strictyaml/ruamel copying build/lib/strictyaml/ruamel/error.py -> build/bdist.linux-armv7l/wheel/./strictyaml/ruamel copying build/lib/strictyaml/ruamel/tokens.py -> build/bdist.linux-armv7l/wheel/./strictyaml/ruamel copying build/lib/strictyaml/ruamel/configobjwalker.py -> build/bdist.linux-armv7l/wheel/./strictyaml/ruamel copying build/lib/strictyaml/ruamel/serializer.py -> build/bdist.linux-armv7l/wheel/./strictyaml/ruamel copying build/lib/strictyaml/ruamel/cyaml.py -> build/bdist.linux-armv7l/wheel/./strictyaml/ruamel copying build/lib/strictyaml/ruamel/compat.py -> build/bdist.linux-armv7l/wheel/./strictyaml/ruamel copying build/lib/strictyaml/__init__.py -> build/bdist.linux-armv7l/wheel/./strictyaml copying build/lib/strictyaml/any_validator.py -> build/bdist.linux-armv7l/wheel/./strictyaml copying build/lib/strictyaml/compound.py -> build/bdist.linux-armv7l/wheel/./strictyaml copying build/lib/strictyaml/scalar.py -> build/bdist.linux-armv7l/wheel/./strictyaml copying build/lib/strictyaml/yamllocation.py -> build/bdist.linux-armv7l/wheel/./strictyaml copying build/lib/strictyaml/utils.py -> build/bdist.linux-armv7l/wheel/./strictyaml copying build/lib/strictyaml/constants.py -> build/bdist.linux-armv7l/wheel/./strictyaml running install_egg_info Copying strictyaml.egg-info to build/bdist.linux-armv7l/wheel/./strictyaml-1.7.3-py3.13.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/strictyaml-1.7.3.dist-info/WHEEL creating '/build/python-strictyaml/src/strictyaml/dist/.tmp-8x_f1jyz/strictyaml-1.7.3-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'strictyaml/__init__.py' adding 'strictyaml/any_validator.py' adding 'strictyaml/compound.py' adding 'strictyaml/constants.py' adding 'strictyaml/dumper.py' adding 'strictyaml/exceptions.py' adding 'strictyaml/parser.py' adding 'strictyaml/representation.py' adding 'strictyaml/scalar.py' adding 'strictyaml/utils.py' adding 'strictyaml/validators.py' adding 'strictyaml/yamllocation.py' adding 'strictyaml/yamlpointer.py' adding 'strictyaml/ruamel/__init__.py' adding 'strictyaml/ruamel/anchor.py' adding 'strictyaml/ruamel/comments.py' adding 'strictyaml/ruamel/compat.py' adding 'strictyaml/ruamel/composer.py' adding 'strictyaml/ruamel/configobjwalker.py' adding 'strictyaml/ruamel/constructor.py' adding 'strictyaml/ruamel/cyaml.py' adding 'strictyaml/ruamel/dumper.py' adding 'strictyaml/ruamel/emitter.py' adding 'strictyaml/ruamel/error.py' adding 'strictyaml/ruamel/events.py' adding 'strictyaml/ruamel/loader.py' adding 'strictyaml/ruamel/main.py' adding 'strictyaml/ruamel/nodes.py' adding 'strictyaml/ruamel/parser.py' adding 'strictyaml/ruamel/py.typed' adding 'strictyaml/ruamel/reader.py' adding 'strictyaml/ruamel/representer.py' adding 'strictyaml/ruamel/resolver.py' adding 'strictyaml/ruamel/scalarbool.py' adding 'strictyaml/ruamel/scalarfloat.py' adding 'strictyaml/ruamel/scalarint.py' adding 'strictyaml/ruamel/scalarstring.py' adding 'strictyaml/ruamel/scanner.py' adding 'strictyaml/ruamel/serializer.py' adding 'strictyaml/ruamel/timestamp.py' adding 'strictyaml/ruamel/tokens.py' adding 'strictyaml/ruamel/util.py' adding 'strictyaml-1.7.3.dist-info/LICENSE.txt' adding 'strictyaml-1.7.3.dist-info/METADATA' adding 'strictyaml-1.7.3.dist-info/WHEEL' adding 'strictyaml-1.7.3.dist-info/top_level.txt' adding 'strictyaml-1.7.3.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Successfully built strictyaml-1.7.3-py3-none-any.whl ==> Entering fakeroot environment... ==> Starting package()... ==> 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-strictyaml"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: python-strictyaml 1.7.3-4 (Mon Dec 23 13:18:52 2024) ==> Cleaning up...