==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: python-pygccxml 3.0.2-1 (Sat Mar 22 11:42:58 2025)
==> Retrieving sources...
  -> Found python-pygccxml-3.0.2.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    python-pygccxml-3.0.2.tar.gz ... Passed
==> Making package: python-pygccxml 3.0.2-1 (Sat Mar 22 11:43:20 2025)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (5) clang-19.1.7-1  compiler-rt-19.1.7-1  libedit-20250104_3.1-1
             llvm-libs-19.1.7-1  castxml-0.6.11-1

Total Download Size:     0.83 MiB
Total Installed Size:  364.32 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 castxml-0.6.11-1-armv7h downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing libedit...
installing llvm-libs...
installing compiler-rt...
installing clang...
Optional dependencies for clang
    openmp: OpenMP support in clang with -fopenmp
    python: for scan-view and git-clang-format [installed]
    llvm: referenced by some clang headers
installing castxml...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (13) 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.6.0-1
              python-packaging-24.2-3  python-platformdirs-4.3.6-2
              python-pyproject-hooks-1.2.0-3  python-build-1.2.2-3
              python-installer-0.7.0-10  python-setuptools-1:75.8.0-1
              python-wheel-0.45.1-1

Total Download Size:    0.06 MiB
Total Installed Size:  10.84 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 python-wheel-0.45.1-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-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...
[?25h==> Retrieving sources...
  -> Found python-pygccxml-3.0.2.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting python-pygccxml-3.0.2.tar.gz with bsdtar
==> Starting build()...
* Getting build dependencies for wheel...
running egg_info
creating src/pygccxml.egg-info
writing src/pygccxml.egg-info/PKG-INFO
writing dependency_links to src/pygccxml.egg-info/dependency_links.txt
writing requirements to src/pygccxml.egg-info/requires.txt
writing top-level names to src/pygccxml.egg-info/top_level.txt
writing manifest file 'src/pygccxml.egg-info/SOURCES.txt'
reading manifest file 'src/pygccxml.egg-info/SOURCES.txt'
adding license file 'LICENSE.rst'
adding license file 'NOTICE'
writing manifest file 'src/pygccxml.egg-info/SOURCES.txt'
* Building wheel...
running bdist_wheel
running build
running build_py
creating build/lib/pygccxml
copying src/pygccxml/__init__.py -> build/lib/pygccxml
creating build/lib/pygccxml/utils
copying src/pygccxml/utils/__init__.py -> build/lib/pygccxml/utils
copying src/pygccxml/utils/xml_generators.py -> build/lib/pygccxml/utils
copying src/pygccxml/utils/utils.py -> build/lib/pygccxml/utils
creating build/lib/pygccxml/parser
copying src/pygccxml/parser/linker.py -> build/lib/pygccxml/parser
copying src/pygccxml/parser/etree_scanner.py -> build/lib/pygccxml/parser
copying src/pygccxml/parser/__init__.py -> build/lib/pygccxml/parser
copying src/pygccxml/parser/config.py -> build/lib/pygccxml/parser
copying src/pygccxml/parser/patcher.py -> build/lib/pygccxml/parser
copying src/pygccxml/parser/declarations_cache.py -> build/lib/pygccxml/parser
copying src/pygccxml/parser/scanner.py -> build/lib/pygccxml/parser
copying src/pygccxml/parser/source_reader.py -> build/lib/pygccxml/parser
copying src/pygccxml/parser/declarations_joiner.py -> build/lib/pygccxml/parser
copying src/pygccxml/parser/project_reader.py -> build/lib/pygccxml/parser
copying src/pygccxml/parser/directory_cache.py -> build/lib/pygccxml/parser
creating build/lib/pygccxml/declarations
copying src/pygccxml/declarations/free_calldef.py -> build/lib/pygccxml/declarations
copying src/pygccxml/declarations/declarations_matchers.py -> build/lib/pygccxml/declarations
copying src/pygccxml/declarations/container_traits.py -> build/lib/pygccxml/declarations
copying src/pygccxml/declarations/type_visitor.py -> build/lib/pygccxml/declarations
copying src/pygccxml/declarations/typedef.py -> build/lib/pygccxml/declarations
copying src/pygccxml/declarations/calldef_members.py -> build/lib/pygccxml/declarations
copying src/pygccxml/declarations/declaration_utils.py -> build/lib/pygccxml/declarations
copying src/pygccxml/declarations/decl_visitor.py -> build/lib/pygccxml/declarations
copying src/pygccxml/declarations/function_traits.py -> build/lib/pygccxml/declarations
copying src/pygccxml/declarations/matchers.py -> build/lib/pygccxml/declarations
copying src/pygccxml/declarations/__init__.py -> build/lib/pygccxml/declarations
copying src/pygccxml/declarations/call_invocation.py -> build/lib/pygccxml/declarations
copying src/pygccxml/declarations/xml_generators.py -> build/lib/pygccxml/declarations
copying src/pygccxml/declarations/decl_printer.py -> build/lib/pygccxml/declarations
copying src/pygccxml/declarations/decl_factory.py -> build/lib/pygccxml/declarations
copying src/pygccxml/declarations/templates.py -> build/lib/pygccxml/declarations
copying src/pygccxml/declarations/comment.py -> build/lib/pygccxml/declarations
copying src/pygccxml/declarations/traits_impl_details.py -> build/lib/pygccxml/declarations
copying src/pygccxml/declarations/calldef_types.py -> build/lib/pygccxml/declarations
copying src/pygccxml/declarations/algorithm.py -> build/lib/pygccxml/declarations
copying src/pygccxml/declarations/pattern_parser.py -> build/lib/pygccxml/declarations
copying src/pygccxml/declarations/class_declaration.py -> build/lib/pygccxml/declarations
copying src/pygccxml/declarations/variable.py -> build/lib/pygccxml/declarations
copying src/pygccxml/declarations/algorithms_cache.py -> build/lib/pygccxml/declarations
copying src/pygccxml/declarations/has_operator_matcher.py -> build/lib/pygccxml/declarations
copying src/pygccxml/declarations/cpptypes.py -> build/lib/pygccxml/declarations
copying src/pygccxml/declarations/location.py -> build/lib/pygccxml/declarations
copying src/pygccxml/declarations/byte_info.py -> build/lib/pygccxml/declarations
copying src/pygccxml/declarations/elaborated_info.py -> build/lib/pygccxml/declarations
copying src/pygccxml/declarations/type_traits.py -> build/lib/pygccxml/declarations
copying src/pygccxml/declarations/mdecl_wrapper.py -> build/lib/pygccxml/declarations
copying src/pygccxml/declarations/enumeration.py -> build/lib/pygccxml/declarations
copying src/pygccxml/declarations/scopedef.py -> build/lib/pygccxml/declarations
copying src/pygccxml/declarations/runtime_errors.py -> build/lib/pygccxml/declarations
copying src/pygccxml/declarations/dependencies.py -> build/lib/pygccxml/declarations
copying src/pygccxml/declarations/calldef.py -> build/lib/pygccxml/declarations
copying src/pygccxml/declarations/pointer_traits.py -> build/lib/pygccxml/declarations
copying src/pygccxml/declarations/namespace.py -> build/lib/pygccxml/declarations
copying src/pygccxml/declarations/declaration.py -> build/lib/pygccxml/declarations
copying src/pygccxml/declarations/type_traits_classes.py -> build/lib/pygccxml/declarations
running egg_info
writing src/pygccxml.egg-info/PKG-INFO
writing dependency_links to src/pygccxml.egg-info/dependency_links.txt
writing requirements to src/pygccxml.egg-info/requires.txt
writing top-level names to src/pygccxml.egg-info/top_level.txt
reading manifest file 'src/pygccxml.egg-info/SOURCES.txt'
adding license file 'LICENSE.rst'
adding license file 'NOTICE'
writing manifest file 'src/pygccxml.egg-info/SOURCES.txt'
installing to build/bdist.linux-armv7l/wheel
running install
running install_lib
creating build/bdist.linux-armv7l/wheel
creating build/bdist.linux-armv7l/wheel/pygccxml
creating build/bdist.linux-armv7l/wheel/pygccxml/utils
copying build/lib/pygccxml/utils/__init__.py -> build/bdist.linux-armv7l/wheel/./pygccxml/utils
copying build/lib/pygccxml/utils/xml_generators.py -> build/bdist.linux-armv7l/wheel/./pygccxml/utils
copying build/lib/pygccxml/utils/utils.py -> build/bdist.linux-armv7l/wheel/./pygccxml/utils
copying build/lib/pygccxml/__init__.py -> build/bdist.linux-armv7l/wheel/./pygccxml
creating build/bdist.linux-armv7l/wheel/pygccxml/parser
copying build/lib/pygccxml/parser/linker.py -> build/bdist.linux-armv7l/wheel/./pygccxml/parser
copying build/lib/pygccxml/parser/etree_scanner.py -> build/bdist.linux-armv7l/wheel/./pygccxml/parser
copying build/lib/pygccxml/parser/__init__.py -> build/bdist.linux-armv7l/wheel/./pygccxml/parser
copying build/lib/pygccxml/parser/config.py -> build/bdist.linux-armv7l/wheel/./pygccxml/parser
copying build/lib/pygccxml/parser/patcher.py -> build/bdist.linux-armv7l/wheel/./pygccxml/parser
copying build/lib/pygccxml/parser/declarations_cache.py -> build/bdist.linux-armv7l/wheel/./pygccxml/parser
copying build/lib/pygccxml/parser/scanner.py -> build/bdist.linux-armv7l/wheel/./pygccxml/parser
copying build/lib/pygccxml/parser/source_reader.py -> build/bdist.linux-armv7l/wheel/./pygccxml/parser
copying build/lib/pygccxml/parser/declarations_joiner.py -> build/bdist.linux-armv7l/wheel/./pygccxml/parser
copying build/lib/pygccxml/parser/project_reader.py -> build/bdist.linux-armv7l/wheel/./pygccxml/parser
copying build/lib/pygccxml/parser/directory_cache.py -> build/bdist.linux-armv7l/wheel/./pygccxml/parser
creating build/bdist.linux-armv7l/wheel/pygccxml/declarations
copying build/lib/pygccxml/declarations/free_calldef.py -> build/bdist.linux-armv7l/wheel/./pygccxml/declarations
copying build/lib/pygccxml/declarations/declarations_matchers.py -> build/bdist.linux-armv7l/wheel/./pygccxml/declarations
copying build/lib/pygccxml/declarations/container_traits.py -> build/bdist.linux-armv7l/wheel/./pygccxml/declarations
copying build/lib/pygccxml/declarations/type_visitor.py -> build/bdist.linux-armv7l/wheel/./pygccxml/declarations
copying build/lib/pygccxml/declarations/typedef.py -> build/bdist.linux-armv7l/wheel/./pygccxml/declarations
copying build/lib/pygccxml/declarations/calldef_members.py -> build/bdist.linux-armv7l/wheel/./pygccxml/declarations
copying build/lib/pygccxml/declarations/declaration_utils.py -> build/bdist.linux-armv7l/wheel/./pygccxml/declarations
copying build/lib/pygccxml/declarations/decl_visitor.py -> build/bdist.linux-armv7l/wheel/./pygccxml/declarations
copying build/lib/pygccxml/declarations/function_traits.py -> build/bdist.linux-armv7l/wheel/./pygccxml/declarations
copying build/lib/pygccxml/declarations/matchers.py -> build/bdist.linux-armv7l/wheel/./pygccxml/declarations
copying build/lib/pygccxml/declarations/__init__.py -> build/bdist.linux-armv7l/wheel/./pygccxml/declarations
copying build/lib/pygccxml/declarations/call_invocation.py -> build/bdist.linux-armv7l/wheel/./pygccxml/declarations
copying build/lib/pygccxml/declarations/xml_generators.py -> build/bdist.linux-armv7l/wheel/./pygccxml/declarations
copying build/lib/pygccxml/declarations/decl_printer.py -> build/bdist.linux-armv7l/wheel/./pygccxml/declarations
copying build/lib/pygccxml/declarations/decl_factory.py -> build/bdist.linux-armv7l/wheel/./pygccxml/declarations
copying build/lib/pygccxml/declarations/templates.py -> build/bdist.linux-armv7l/wheel/./pygccxml/declarations
copying build/lib/pygccxml/declarations/comment.py -> build/bdist.linux-armv7l/wheel/./pygccxml/declarations
copying build/lib/pygccxml/declarations/traits_impl_details.py -> build/bdist.linux-armv7l/wheel/./pygccxml/declarations
copying build/lib/pygccxml/declarations/calldef_types.py -> build/bdist.linux-armv7l/wheel/./pygccxml/declarations
copying build/lib/pygccxml/declarations/algorithm.py -> build/bdist.linux-armv7l/wheel/./pygccxml/declarations
copying build/lib/pygccxml/declarations/pattern_parser.py -> build/bdist.linux-armv7l/wheel/./pygccxml/declarations
copying build/lib/pygccxml/declarations/class_declaration.py -> build/bdist.linux-armv7l/wheel/./pygccxml/declarations
copying build/lib/pygccxml/declarations/variable.py -> build/bdist.linux-armv7l/wheel/./pygccxml/declarations
copying build/lib/pygccxml/declarations/algorithms_cache.py -> build/bdist.linux-armv7l/wheel/./pygccxml/declarations
copying build/lib/pygccxml/declarations/has_operator_matcher.py -> build/bdist.linux-armv7l/wheel/./pygccxml/declarations
copying build/lib/pygccxml/declarations/cpptypes.py -> build/bdist.linux-armv7l/wheel/./pygccxml/declarations
copying build/lib/pygccxml/declarations/location.py -> build/bdist.linux-armv7l/wheel/./pygccxml/declarations
copying build/lib/pygccxml/declarations/byte_info.py -> build/bdist.linux-armv7l/wheel/./pygccxml/declarations
copying build/lib/pygccxml/declarations/elaborated_info.py -> build/bdist.linux-armv7l/wheel/./pygccxml/declarations
copying build/lib/pygccxml/declarations/type_traits.py -> build/bdist.linux-armv7l/wheel/./pygccxml/declarations
copying build/lib/pygccxml/declarations/mdecl_wrapper.py -> build/bdist.linux-armv7l/wheel/./pygccxml/declarations
copying build/lib/pygccxml/declarations/enumeration.py -> build/bdist.linux-armv7l/wheel/./pygccxml/declarations
copying build/lib/pygccxml/declarations/scopedef.py -> build/bdist.linux-armv7l/wheel/./pygccxml/declarations
copying build/lib/pygccxml/declarations/runtime_errors.py -> build/bdist.linux-armv7l/wheel/./pygccxml/declarations
copying build/lib/pygccxml/declarations/dependencies.py -> build/bdist.linux-armv7l/wheel/./pygccxml/declarations
copying build/lib/pygccxml/declarations/calldef.py -> build/bdist.linux-armv7l/wheel/./pygccxml/declarations
copying build/lib/pygccxml/declarations/pointer_traits.py -> build/bdist.linux-armv7l/wheel/./pygccxml/declarations
copying build/lib/pygccxml/declarations/namespace.py -> build/bdist.linux-armv7l/wheel/./pygccxml/declarations
copying build/lib/pygccxml/declarations/declaration.py -> build/bdist.linux-armv7l/wheel/./pygccxml/declarations
copying build/lib/pygccxml/declarations/type_traits_classes.py -> build/bdist.linux-armv7l/wheel/./pygccxml/declarations
running install_egg_info
Copying src/pygccxml.egg-info to build/bdist.linux-armv7l/wheel/./pygccxml-3.0.2-py3.13.egg-info
running install_scripts
creating build/bdist.linux-armv7l/wheel/pygccxml-3.0.2.dist-info/WHEEL
creating '/build/python-pygccxml/src/pygccxml-3.0.2/dist/.tmp-gv9e0urt/pygccxml-3.0.2-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it
adding 'pygccxml/__init__.py'
adding 'pygccxml/declarations/__init__.py'
adding 'pygccxml/declarations/algorithm.py'
adding 'pygccxml/declarations/algorithms_cache.py'
adding 'pygccxml/declarations/byte_info.py'
adding 'pygccxml/declarations/call_invocation.py'
adding 'pygccxml/declarations/calldef.py'
adding 'pygccxml/declarations/calldef_members.py'
adding 'pygccxml/declarations/calldef_types.py'
adding 'pygccxml/declarations/class_declaration.py'
adding 'pygccxml/declarations/comment.py'
adding 'pygccxml/declarations/container_traits.py'
adding 'pygccxml/declarations/cpptypes.py'
adding 'pygccxml/declarations/decl_factory.py'
adding 'pygccxml/declarations/decl_printer.py'
adding 'pygccxml/declarations/decl_visitor.py'
adding 'pygccxml/declarations/declaration.py'
adding 'pygccxml/declarations/declaration_utils.py'
adding 'pygccxml/declarations/declarations_matchers.py'
adding 'pygccxml/declarations/dependencies.py'
adding 'pygccxml/declarations/elaborated_info.py'
adding 'pygccxml/declarations/enumeration.py'
adding 'pygccxml/declarations/free_calldef.py'
adding 'pygccxml/declarations/function_traits.py'
adding 'pygccxml/declarations/has_operator_matcher.py'
adding 'pygccxml/declarations/location.py'
adding 'pygccxml/declarations/matchers.py'
adding 'pygccxml/declarations/mdecl_wrapper.py'
adding 'pygccxml/declarations/namespace.py'
adding 'pygccxml/declarations/pattern_parser.py'
adding 'pygccxml/declarations/pointer_traits.py'
adding 'pygccxml/declarations/runtime_errors.py'
adding 'pygccxml/declarations/scopedef.py'
adding 'pygccxml/declarations/templates.py'
adding 'pygccxml/declarations/traits_impl_details.py'
adding 'pygccxml/declarations/type_traits.py'
adding 'pygccxml/declarations/type_traits_classes.py'
adding 'pygccxml/declarations/type_visitor.py'
adding 'pygccxml/declarations/typedef.py'
adding 'pygccxml/declarations/variable.py'
adding 'pygccxml/declarations/xml_generators.py'
adding 'pygccxml/parser/__init__.py'
adding 'pygccxml/parser/config.py'
adding 'pygccxml/parser/declarations_cache.py'
adding 'pygccxml/parser/declarations_joiner.py'
adding 'pygccxml/parser/directory_cache.py'
adding 'pygccxml/parser/etree_scanner.py'
adding 'pygccxml/parser/linker.py'
adding 'pygccxml/parser/patcher.py'
adding 'pygccxml/parser/project_reader.py'
adding 'pygccxml/parser/scanner.py'
adding 'pygccxml/parser/source_reader.py'
adding 'pygccxml/utils/__init__.py'
adding 'pygccxml/utils/utils.py'
adding 'pygccxml/utils/xml_generators.py'
adding 'pygccxml-3.0.2.dist-info/LICENSE.rst'
adding 'pygccxml-3.0.2.dist-info/METADATA'
adding 'pygccxml-3.0.2.dist-info/NOTICE'
adding 'pygccxml-3.0.2.dist-info/WHEEL'
adding 'pygccxml-3.0.2.dist-info/top_level.txt'
adding 'pygccxml-3.0.2.dist-info/RECORD'
removing build/bdist.linux-armv7l/wheel
Successfully built pygccxml-3.0.2-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-pygccxml"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-pygccxml 3.0.2-1 (Sat Mar 22 11:43:57 2025)
==> Cleaning up...