==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: python-elementpath 5.0.1-1 (Wed Jun 18 13:28:40 2025)
==> Retrieving sources...
  -> Updating elementpath git repo...
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    elementpath ... Passed
==> Making package: python-elementpath 5.0.1-1 (Wed Jun 18 13:29:03 2025)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (18) perl-error-0.17030-1  perl-mailtools-2.22-1  perl-timedate-2.33-7
              python-autocommand-2.2.2-7  python-jaraco.collections-5.1.0-1
              python-jaraco.context-6.0.1-1  python-jaraco.functools-4.1.0-1
              python-jaraco.text-4.0.0-2  python-more-itertools-10.7.0-1
              python-packaging-25.0-1  python-platformdirs-4.3.6-2
              python-pyproject-hooks-1.2.0-3  python-wheel-0.45.1-1
              zlib-ng-2.2.4-1  git-2.50.0-1  python-build-1.2.2-3
              python-installer-0.7.0-10  python-setuptools-1:80.9.0-1

Total Download Size:    1.64 MiB
Total Installed Size:  50.83 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 python-setuptools-1:80.9.0-1-any downloading...
 python-packaging-25.0-1-any downloading...
 python-more-itertools-10.7.0-1-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-platformdirs-4.3.6-2-any downloading...
 python-autocommand-2.2.2-7-any downloading...
 python-jaraco.collections-5.1.0-1-any downloading...
 python-pyproject-hooks-1.2.0-3-any downloading...
 python-jaraco.text-4.0.0-2-any downloading...
 python-jaraco.functools-4.1.0-1-any downloading...
 python-jaraco.context-6.0.1-1-any downloading...
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 zlib-ng...
installing git...
Optional dependencies for git
    git-zsh-completion: upstream zsh completion
    tk: gitk and git gui
    openssh: ssh transport and crypto
    man: show help with `git command --help`
    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) Checking for old perl modules...
[?25h==> Retrieving sources...
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Creating working copy of elementpath git repo...
Cloning into 'elementpath'...
done.
Switched to a new branch 'makepkg'
==> Starting build()...
* Getting build dependencies for wheel...
running egg_info
creating elementpath.egg-info
writing elementpath.egg-info/PKG-INFO
writing dependency_links to elementpath.egg-info/dependency_links.txt
writing requirements to elementpath.egg-info/requires.txt
writing top-level names to elementpath.egg-info/top_level.txt
writing manifest file 'elementpath.egg-info/SOURCES.txt'
reading manifest file 'elementpath.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*' found under directory 'tests/.mypy_cache'
warning: no previously-included files matching '*.py[cod]' found anywhere in distribution
adding license file 'LICENSE'
writing manifest file 'elementpath.egg-info/SOURCES.txt'
* Building wheel...
running bdist_wheel
running build
running build_py
creating build/lib/elementpath
copying elementpath/xpath_tokens.py -> build/lib/elementpath
copying elementpath/decoder.py -> build/lib/elementpath
copying elementpath/namespaces.py -> build/lib/elementpath
copying elementpath/sequence_types.py -> build/lib/elementpath
copying elementpath/aliases.py -> build/lib/elementpath
copying elementpath/__init__.py -> build/lib/elementpath
copying elementpath/protocols.py -> build/lib/elementpath
copying elementpath/collations.py -> build/lib/elementpath
copying elementpath/tdop.py -> build/lib/elementpath
copying elementpath/xpath_nodes.py -> build/lib/elementpath
copying elementpath/tree_builders.py -> build/lib/elementpath
copying elementpath/serialization.py -> build/lib/elementpath
copying elementpath/helpers.py -> build/lib/elementpath
copying elementpath/xpath3.py -> build/lib/elementpath
copying elementpath/xpath_selectors.py -> build/lib/elementpath
copying elementpath/xpath_context.py -> build/lib/elementpath
copying elementpath/schema_proxy.py -> build/lib/elementpath
copying elementpath/compare.py -> build/lib/elementpath
copying elementpath/exceptions.py -> build/lib/elementpath
copying elementpath/etree.py -> build/lib/elementpath
creating build/lib/elementpath/regex
copying elementpath/regex/patterns.py -> build/lib/elementpath/regex
copying elementpath/regex/character_classes.py -> build/lib/elementpath/regex
copying elementpath/regex/unicode_categories.py -> build/lib/elementpath/regex
copying elementpath/regex/__init__.py -> build/lib/elementpath/regex
copying elementpath/regex/unicode_subsets.py -> build/lib/elementpath/regex
copying elementpath/regex/unicode_blocks.py -> build/lib/elementpath/regex
copying elementpath/regex/codepoints.py -> build/lib/elementpath/regex
copying elementpath/regex/categories_fallback.py -> build/lib/elementpath/regex
creating build/lib/elementpath/xpath2
copying elementpath/xpath2/xpath2_parser.py -> build/lib/elementpath/xpath2
copying elementpath/xpath2/_xpath2_functions.py -> build/lib/elementpath/xpath2
copying elementpath/xpath2/__init__.py -> build/lib/elementpath/xpath2
copying elementpath/xpath2/_xpath2_constructors.py -> build/lib/elementpath/xpath2
copying elementpath/xpath2/_xpath2_operators.py -> build/lib/elementpath/xpath2
creating build/lib/elementpath/xpath1
copying elementpath/xpath1/_xpath1_axes.py -> build/lib/elementpath/xpath1
copying elementpath/xpath1/xpath1_parser.py -> build/lib/elementpath/xpath1
copying elementpath/xpath1/__init__.py -> build/lib/elementpath/xpath1
copying elementpath/xpath1/_xpath1_functions.py -> build/lib/elementpath/xpath1
copying elementpath/xpath1/_xpath1_operators.py -> build/lib/elementpath/xpath1
creating build/lib/elementpath/xpath30
copying elementpath/xpath30/_xpath30_functions.py -> build/lib/elementpath/xpath30
copying elementpath/xpath30/__init__.py -> build/lib/elementpath/xpath30
copying elementpath/xpath30/xpath30_parser.py -> build/lib/elementpath/xpath30
copying elementpath/xpath30/_translation_maps.py -> build/lib/elementpath/xpath30
copying elementpath/xpath30/_xpath30_operators.py -> build/lib/elementpath/xpath30
copying elementpath/xpath30/xpath30_helpers.py -> build/lib/elementpath/xpath30
creating build/lib/elementpath/validators
copying elementpath/validators/__init__.py -> build/lib/elementpath/validators
creating build/lib/elementpath/datatypes
copying elementpath/datatypes/qname.py -> build/lib/elementpath/datatypes
copying elementpath/datatypes/string.py -> build/lib/elementpath/datatypes
copying elementpath/datatypes/__init__.py -> build/lib/elementpath/datatypes
copying elementpath/datatypes/binary.py -> build/lib/elementpath/datatypes
copying elementpath/datatypes/uri.py -> build/lib/elementpath/datatypes
copying elementpath/datatypes/proxies.py -> build/lib/elementpath/datatypes
copying elementpath/datatypes/numeric.py -> build/lib/elementpath/datatypes
copying elementpath/datatypes/untyped.py -> build/lib/elementpath/datatypes
copying elementpath/datatypes/datetime.py -> build/lib/elementpath/datatypes
copying elementpath/datatypes/atomic_types.py -> build/lib/elementpath/datatypes
creating build/lib/elementpath/xpath31
copying elementpath/xpath31/_xpath31_functions.py -> build/lib/elementpath/xpath31
copying elementpath/xpath31/__init__.py -> build/lib/elementpath/xpath31
copying elementpath/xpath31/xpath31_parser.py -> build/lib/elementpath/xpath31
copying elementpath/xpath31/_xpath31_operators.py -> build/lib/elementpath/xpath31
creating build/lib/elementpath/extras
copying elementpath/extras/__init__.py -> build/lib/elementpath/extras
copying elementpath/extras/pathnodes.py -> build/lib/elementpath/extras
copying elementpath/py.typed -> build/lib/elementpath
copying elementpath/validators/schema-for-json.xsd -> build/lib/elementpath/validators
copying elementpath/validators/analyze-string.xsd -> build/lib/elementpath/validators
installing to build/bdist.linux-armv7l/wheel
running install
running install_lib
creating build/bdist.linux-armv7l/wheel
creating build/bdist.linux-armv7l/wheel/elementpath
copying build/lib/elementpath/xpath_tokens.py -> build/bdist.linux-armv7l/wheel/./elementpath
copying build/lib/elementpath/decoder.py -> build/bdist.linux-armv7l/wheel/./elementpath
copying build/lib/elementpath/py.typed -> build/bdist.linux-armv7l/wheel/./elementpath
creating build/bdist.linux-armv7l/wheel/elementpath/regex
copying build/lib/elementpath/regex/patterns.py -> build/bdist.linux-armv7l/wheel/./elementpath/regex
copying build/lib/elementpath/regex/character_classes.py -> build/bdist.linux-armv7l/wheel/./elementpath/regex
copying build/lib/elementpath/regex/unicode_categories.py -> build/bdist.linux-armv7l/wheel/./elementpath/regex
copying build/lib/elementpath/regex/__init__.py -> build/bdist.linux-armv7l/wheel/./elementpath/regex
copying build/lib/elementpath/regex/unicode_subsets.py -> build/bdist.linux-armv7l/wheel/./elementpath/regex
copying build/lib/elementpath/regex/unicode_blocks.py -> build/bdist.linux-armv7l/wheel/./elementpath/regex
copying build/lib/elementpath/regex/codepoints.py -> build/bdist.linux-armv7l/wheel/./elementpath/regex
copying build/lib/elementpath/regex/categories_fallback.py -> build/bdist.linux-armv7l/wheel/./elementpath/regex
copying build/lib/elementpath/namespaces.py -> build/bdist.linux-armv7l/wheel/./elementpath
creating build/bdist.linux-armv7l/wheel/elementpath/xpath2
copying build/lib/elementpath/xpath2/xpath2_parser.py -> build/bdist.linux-armv7l/wheel/./elementpath/xpath2
copying build/lib/elementpath/xpath2/_xpath2_functions.py -> build/bdist.linux-armv7l/wheel/./elementpath/xpath2
copying build/lib/elementpath/xpath2/__init__.py -> build/bdist.linux-armv7l/wheel/./elementpath/xpath2
copying build/lib/elementpath/xpath2/_xpath2_constructors.py -> build/bdist.linux-armv7l/wheel/./elementpath/xpath2
copying build/lib/elementpath/xpath2/_xpath2_operators.py -> build/bdist.linux-armv7l/wheel/./elementpath/xpath2
copying build/lib/elementpath/sequence_types.py -> build/bdist.linux-armv7l/wheel/./elementpath
copying build/lib/elementpath/aliases.py -> build/bdist.linux-armv7l/wheel/./elementpath
copying build/lib/elementpath/__init__.py -> build/bdist.linux-armv7l/wheel/./elementpath
creating build/bdist.linux-armv7l/wheel/elementpath/xpath1
copying build/lib/elementpath/xpath1/_xpath1_axes.py -> build/bdist.linux-armv7l/wheel/./elementpath/xpath1
copying build/lib/elementpath/xpath1/xpath1_parser.py -> build/bdist.linux-armv7l/wheel/./elementpath/xpath1
copying build/lib/elementpath/xpath1/__init__.py -> build/bdist.linux-armv7l/wheel/./elementpath/xpath1
copying build/lib/elementpath/xpath1/_xpath1_functions.py -> build/bdist.linux-armv7l/wheel/./elementpath/xpath1
copying build/lib/elementpath/xpath1/_xpath1_operators.py -> build/bdist.linux-armv7l/wheel/./elementpath/xpath1
copying build/lib/elementpath/protocols.py -> build/bdist.linux-armv7l/wheel/./elementpath
copying build/lib/elementpath/collations.py -> build/bdist.linux-armv7l/wheel/./elementpath
creating build/bdist.linux-armv7l/wheel/elementpath/xpath30
copying build/lib/elementpath/xpath30/_xpath30_functions.py -> build/bdist.linux-armv7l/wheel/./elementpath/xpath30
copying build/lib/elementpath/xpath30/__init__.py -> build/bdist.linux-armv7l/wheel/./elementpath/xpath30
copying build/lib/elementpath/xpath30/xpath30_parser.py -> build/bdist.linux-armv7l/wheel/./elementpath/xpath30
copying build/lib/elementpath/xpath30/_translation_maps.py -> build/bdist.linux-armv7l/wheel/./elementpath/xpath30
copying build/lib/elementpath/xpath30/_xpath30_operators.py -> build/bdist.linux-armv7l/wheel/./elementpath/xpath30
copying build/lib/elementpath/xpath30/xpath30_helpers.py -> build/bdist.linux-armv7l/wheel/./elementpath/xpath30
creating build/bdist.linux-armv7l/wheel/elementpath/validators
copying build/lib/elementpath/validators/schema-for-json.xsd -> build/bdist.linux-armv7l/wheel/./elementpath/validators
copying build/lib/elementpath/validators/__init__.py -> build/bdist.linux-armv7l/wheel/./elementpath/validators
copying build/lib/elementpath/validators/analyze-string.xsd -> build/bdist.linux-armv7l/wheel/./elementpath/validators
creating build/bdist.linux-armv7l/wheel/elementpath/datatypes
copying build/lib/elementpath/datatypes/qname.py -> build/bdist.linux-armv7l/wheel/./elementpath/datatypes
copying build/lib/elementpath/datatypes/string.py -> build/bdist.linux-armv7l/wheel/./elementpath/datatypes
copying build/lib/elementpath/datatypes/__init__.py -> build/bdist.linux-armv7l/wheel/./elementpath/datatypes
copying build/lib/elementpath/datatypes/binary.py -> build/bdist.linux-armv7l/wheel/./elementpath/datatypes
copying build/lib/elementpath/datatypes/uri.py -> build/bdist.linux-armv7l/wheel/./elementpath/datatypes
copying build/lib/elementpath/datatypes/proxies.py -> build/bdist.linux-armv7l/wheel/./elementpath/datatypes
copying build/lib/elementpath/datatypes/numeric.py -> build/bdist.linux-armv7l/wheel/./elementpath/datatypes
copying build/lib/elementpath/datatypes/untyped.py -> build/bdist.linux-armv7l/wheel/./elementpath/datatypes
copying build/lib/elementpath/datatypes/datetime.py -> build/bdist.linux-armv7l/wheel/./elementpath/datatypes
copying build/lib/elementpath/datatypes/atomic_types.py -> build/bdist.linux-armv7l/wheel/./elementpath/datatypes
copying build/lib/elementpath/tdop.py -> build/bdist.linux-armv7l/wheel/./elementpath
creating build/bdist.linux-armv7l/wheel/elementpath/xpath31
copying build/lib/elementpath/xpath31/_xpath31_functions.py -> build/bdist.linux-armv7l/wheel/./elementpath/xpath31
copying build/lib/elementpath/xpath31/__init__.py -> build/bdist.linux-armv7l/wheel/./elementpath/xpath31
copying build/lib/elementpath/xpath31/xpath31_parser.py -> build/bdist.linux-armv7l/wheel/./elementpath/xpath31
copying build/lib/elementpath/xpath31/_xpath31_operators.py -> build/bdist.linux-armv7l/wheel/./elementpath/xpath31
copying build/lib/elementpath/xpath_nodes.py -> build/bdist.linux-armv7l/wheel/./elementpath
copying build/lib/elementpath/tree_builders.py -> build/bdist.linux-armv7l/wheel/./elementpath
copying build/lib/elementpath/serialization.py -> build/bdist.linux-armv7l/wheel/./elementpath
copying build/lib/elementpath/helpers.py -> build/bdist.linux-armv7l/wheel/./elementpath
copying build/lib/elementpath/xpath3.py -> build/bdist.linux-armv7l/wheel/./elementpath
copying build/lib/elementpath/xpath_selectors.py -> build/bdist.linux-armv7l/wheel/./elementpath
copying build/lib/elementpath/xpath_context.py -> build/bdist.linux-armv7l/wheel/./elementpath
copying build/lib/elementpath/schema_proxy.py -> build/bdist.linux-armv7l/wheel/./elementpath
copying build/lib/elementpath/compare.py -> build/bdist.linux-armv7l/wheel/./elementpath
copying build/lib/elementpath/exceptions.py -> build/bdist.linux-armv7l/wheel/./elementpath
creating build/bdist.linux-armv7l/wheel/elementpath/extras
copying build/lib/elementpath/extras/__init__.py -> build/bdist.linux-armv7l/wheel/./elementpath/extras
copying build/lib/elementpath/extras/pathnodes.py -> build/bdist.linux-armv7l/wheel/./elementpath/extras
copying build/lib/elementpath/etree.py -> build/bdist.linux-armv7l/wheel/./elementpath
running install_egg_info
running egg_info
writing elementpath.egg-info/PKG-INFO
writing dependency_links to elementpath.egg-info/dependency_links.txt
writing requirements to elementpath.egg-info/requires.txt
writing top-level names to elementpath.egg-info/top_level.txt
reading manifest file 'elementpath.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*' found under directory 'tests/.mypy_cache'
warning: no previously-included files matching '*.py[cod]' found anywhere in distribution
adding license file 'LICENSE'
writing manifest file 'elementpath.egg-info/SOURCES.txt'
Copying elementpath.egg-info to build/bdist.linux-armv7l/wheel/./elementpath-5.0.1-py3.13.egg-info
running install_scripts
creating build/bdist.linux-armv7l/wheel/elementpath-5.0.1.dist-info/WHEEL
creating '/build/python-elementpath/src/elementpath/dist/.tmp-e1vvxj5u/elementpath-5.0.1-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it
adding 'elementpath/__init__.py'
adding 'elementpath/aliases.py'
adding 'elementpath/collations.py'
adding 'elementpath/compare.py'
adding 'elementpath/decoder.py'
adding 'elementpath/etree.py'
adding 'elementpath/exceptions.py'
adding 'elementpath/helpers.py'
adding 'elementpath/namespaces.py'
adding 'elementpath/protocols.py'
adding 'elementpath/py.typed'
adding 'elementpath/schema_proxy.py'
adding 'elementpath/sequence_types.py'
adding 'elementpath/serialization.py'
adding 'elementpath/tdop.py'
adding 'elementpath/tree_builders.py'
adding 'elementpath/xpath3.py'
adding 'elementpath/xpath_context.py'
adding 'elementpath/xpath_nodes.py'
adding 'elementpath/xpath_selectors.py'
adding 'elementpath/xpath_tokens.py'
adding 'elementpath/datatypes/__init__.py'
adding 'elementpath/datatypes/atomic_types.py'
adding 'elementpath/datatypes/binary.py'
adding 'elementpath/datatypes/datetime.py'
adding 'elementpath/datatypes/numeric.py'
adding 'elementpath/datatypes/proxies.py'
adding 'elementpath/datatypes/qname.py'
adding 'elementpath/datatypes/string.py'
adding 'elementpath/datatypes/untyped.py'
adding 'elementpath/datatypes/uri.py'
adding 'elementpath/extras/__init__.py'
adding 'elementpath/extras/pathnodes.py'
adding 'elementpath/regex/__init__.py'
adding 'elementpath/regex/categories_fallback.py'
adding 'elementpath/regex/character_classes.py'
adding 'elementpath/regex/codepoints.py'
adding 'elementpath/regex/patterns.py'
adding 'elementpath/regex/unicode_blocks.py'
adding 'elementpath/regex/unicode_categories.py'
adding 'elementpath/regex/unicode_subsets.py'
adding 'elementpath/validators/__init__.py'
adding 'elementpath/validators/analyze-string.xsd'
adding 'elementpath/validators/schema-for-json.xsd'
adding 'elementpath/xpath1/__init__.py'
adding 'elementpath/xpath1/_xpath1_axes.py'
adding 'elementpath/xpath1/_xpath1_functions.py'
adding 'elementpath/xpath1/_xpath1_operators.py'
adding 'elementpath/xpath1/xpath1_parser.py'
adding 'elementpath/xpath2/__init__.py'
adding 'elementpath/xpath2/_xpath2_constructors.py'
adding 'elementpath/xpath2/_xpath2_functions.py'
adding 'elementpath/xpath2/_xpath2_operators.py'
adding 'elementpath/xpath2/xpath2_parser.py'
adding 'elementpath/xpath30/__init__.py'
adding 'elementpath/xpath30/_translation_maps.py'
adding 'elementpath/xpath30/_xpath30_functions.py'
adding 'elementpath/xpath30/_xpath30_operators.py'
adding 'elementpath/xpath30/xpath30_helpers.py'
adding 'elementpath/xpath30/xpath30_parser.py'
adding 'elementpath/xpath31/__init__.py'
adding 'elementpath/xpath31/_xpath31_functions.py'
adding 'elementpath/xpath31/_xpath31_operators.py'
adding 'elementpath/xpath31/xpath31_parser.py'
adding 'elementpath-5.0.1.dist-info/licenses/LICENSE'
adding 'elementpath-5.0.1.dist-info/METADATA'
adding 'elementpath-5.0.1.dist-info/WHEEL'
adding 'elementpath-5.0.1.dist-info/top_level.txt'
adding 'elementpath-5.0.1.dist-info/RECORD'
removing build/bdist.linux-armv7l/wheel
Successfully built elementpath-5.0.1-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-elementpath"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-elementpath 5.0.1-1 (Wed Jun 18 13:29:28 2025)
==> Cleaning up...