==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: python-qtawesome 1.4.0-1 (Mon Mar 31 16:26:22 2025)
==> Retrieving sources...
  -> Found python-qtawesome-1.4.0.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    python-qtawesome-1.4.0.tar.gz ... Passed
==> Making package: python-qtawesome 1.4.0-1 (Mon 31 Mar 2025 04:26:28 PM MDT)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (2) python-packaging-24.2-3  python-qtpy-2.4.3-1

Total Download Size:   0.12 MiB
Total Installed Size:  1.33 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 python-qtpy-2.4.3-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-qtpy...
Optional dependencies for python-qtpy
    python-pyqt5: Qt5 Python bindings
    python-pyqt6: Qt6 Python bindings
    python-pyqt5-webengine: Qt5-WebEngine python bindings
    python-pyqt6-webengine: Qt6-WebEngine python bindings
    pyside6: PySide Qt6 Python bindings
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (9) 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-platformdirs-4.3.6-2  python-wheel-0.45.1-1
             python-setuptools-1:75.8.0-1

Total Installed Size:  9.71 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-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-qtawesome-1.4.0.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting python-qtawesome-1.4.0.tar.gz with bsdtar
==> Starting build()...
running build
running build_py
creating build/lib/qtawesome
copying qtawesome/__init__.py -> build/lib/qtawesome
copying qtawesome/iconic_font.py -> build/lib/qtawesome
copying qtawesome/styles.py -> build/lib/qtawesome
copying qtawesome/_version.py -> build/lib/qtawesome
copying qtawesome/icon_browser.py -> build/lib/qtawesome
copying qtawesome/animation.py -> build/lib/qtawesome
running egg_info
creating QtAwesome.egg-info
writing QtAwesome.egg-info/PKG-INFO
writing dependency_links to QtAwesome.egg-info/dependency_links.txt
writing entry points to QtAwesome.egg-info/entry_points.txt
writing requirements to QtAwesome.egg-info/requires.txt
writing top-level names to QtAwesome.egg-info/top_level.txt
writing manifest file 'QtAwesome.egg-info/SOURCES.txt'
reading manifest file 'QtAwesome.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE.txt'
writing manifest file 'QtAwesome.egg-info/SOURCES.txt'
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'qtawesome.fonts' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'qtawesome.fonts' as an importable package[^1],
        but it is absent from setuptools' `packages` configuration.

        This leads to an ambiguous overall configuration. If you want to distribute this
        package, please make sure that 'qtawesome.fonts' is explicitly added
        to the `packages` configuration field.

        Alternatively, you can also rely on setuptools' discovery methods
        (for example by using `find_namespace_packages(...)`/`find_namespace:`
        instead of `find_packages(...)`/`find:`).

        You can read more about "package discovery" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html

        If you don't want 'qtawesome.fonts' to be distributed and are
        already explicitly excluding 'qtawesome.fonts' via
        `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
        you can try to use `exclude_package_data`, or `include-package-data=False` in
        combination with a more fine grained `package-data` configuration.

        You can read more about "package data files" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/datafiles.html


        [^1]: For Python, any directory (with suitable naming) can be imported,
              even if it does not contain any `.py` files.
              On the other hand, currently there is no concept of package data
              directory, all directories are treated like packages.
        ********************************************************************************

!!
  check.warn(importable)
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'qtawesome.tests' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'qtawesome.tests' as an importable package[^1],
        but it is absent from setuptools' `packages` configuration.

        This leads to an ambiguous overall configuration. If you want to distribute this
        package, please make sure that 'qtawesome.tests' is explicitly added
        to the `packages` configuration field.

        Alternatively, you can also rely on setuptools' discovery methods
        (for example by using `find_namespace_packages(...)`/`find_namespace:`
        instead of `find_packages(...)`/`find:`).

        You can read more about "package discovery" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html

        If you don't want 'qtawesome.tests' to be distributed and are
        already explicitly excluding 'qtawesome.tests' via
        `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
        you can try to use `exclude_package_data`, or `include-package-data=False` in
        combination with a more fine grained `package-data` configuration.

        You can read more about "package data files" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/datafiles.html


        [^1]: For Python, any directory (with suitable naming) can be imported,
              even if it does not contain any `.py` files.
              On the other hand, currently there is no concept of package data
              directory, all directories are treated like packages.
        ********************************************************************************

!!
  check.warn(importable)
creating build/lib/qtawesome/fonts
copying qtawesome/fonts/codicon-0.0.36.ttf -> build/lib/qtawesome/fonts
copying qtawesome/fonts/codicon-charmap-0.0.36.json -> build/lib/qtawesome/fonts
copying qtawesome/fonts/elusiveicons-webfont-2.0.ttf -> build/lib/qtawesome/fonts
copying qtawesome/fonts/elusiveicons-webfont-charmap-2.0.json -> build/lib/qtawesome/fonts
copying qtawesome/fonts/fontawesome5-brands-webfont-5.15.4.ttf -> build/lib/qtawesome/fonts
copying qtawesome/fonts/fontawesome5-brands-webfont-charmap-5.15.4.json -> build/lib/qtawesome/fonts
copying qtawesome/fonts/fontawesome5-regular-webfont-5.15.4.ttf -> build/lib/qtawesome/fonts
copying qtawesome/fonts/fontawesome5-regular-webfont-charmap-5.15.4.json -> build/lib/qtawesome/fonts
copying qtawesome/fonts/fontawesome5-solid-webfont-5.15.4.ttf -> build/lib/qtawesome/fonts
copying qtawesome/fonts/fontawesome5-solid-webfont-charmap-5.15.4.json -> build/lib/qtawesome/fonts
copying qtawesome/fonts/fontawesome6-brands-webfont-6.7.2.ttf -> build/lib/qtawesome/fonts
copying qtawesome/fonts/fontawesome6-brands-webfont-charmap-6.7.2.json -> build/lib/qtawesome/fonts
copying qtawesome/fonts/fontawesome6-regular-webfont-6.7.2.ttf -> build/lib/qtawesome/fonts
copying qtawesome/fonts/fontawesome6-regular-webfont-charmap-6.7.2.json -> build/lib/qtawesome/fonts
copying qtawesome/fonts/fontawesome6-solid-webfont-6.7.2.ttf -> build/lib/qtawesome/fonts
copying qtawesome/fonts/fontawesome6-solid-webfont-charmap-6.7.2.json -> build/lib/qtawesome/fonts
copying qtawesome/fonts/materialdesignicons5-webfont-5.9.55.ttf -> build/lib/qtawesome/fonts
copying qtawesome/fonts/materialdesignicons5-webfont-charmap-5.9.55.json -> build/lib/qtawesome/fonts
copying qtawesome/fonts/materialdesignicons6-webfont-6.9.96.ttf -> build/lib/qtawesome/fonts
copying qtawesome/fonts/materialdesignicons6-webfont-charmap-6.9.96.json -> build/lib/qtawesome/fonts
copying qtawesome/fonts/phosphor-1.3.0.ttf -> build/lib/qtawesome/fonts
copying qtawesome/fonts/phosphor-charmap-1.3.0.json -> build/lib/qtawesome/fonts
copying qtawesome/fonts/remixicon-2.5.0.ttf -> build/lib/qtawesome/fonts
copying qtawesome/fonts/remixicon-charmap-2.5.0.json -> build/lib/qtawesome/fonts
creating build/lib/qtawesome/tests
copying qtawesome/tests/test_icon_browser.py -> build/lib/qtawesome/tests
copying qtawesome/tests/test_qtawesome.py -> build/lib/qtawesome/tests
==> Entering fakeroot environment...
==> Starting package()...
running install
/usr/lib/python3.13/site-packages/setuptools/_distutils/cmd.py:79: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!

        ********************************************************************************
        Please avoid running ``setup.py`` directly.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.

        See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
        ********************************************************************************

!!
  self.initialize_options()
running install_lib
creating /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.13/site-packages
creating /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.13/site-packages/qtawesome
copying build/lib/qtawesome/__init__.py -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.13/site-packages/qtawesome
creating /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.13/site-packages/qtawesome/tests
copying build/lib/qtawesome/tests/test_qtawesome.py -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.13/site-packages/qtawesome/tests
copying build/lib/qtawesome/tests/test_icon_browser.py -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.13/site-packages/qtawesome/tests
copying build/lib/qtawesome/iconic_font.py -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.13/site-packages/qtawesome
copying build/lib/qtawesome/styles.py -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.13/site-packages/qtawesome
creating /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.13/site-packages/qtawesome/fonts
copying build/lib/qtawesome/fonts/remixicon-charmap-2.5.0.json -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.13/site-packages/qtawesome/fonts
copying build/lib/qtawesome/fonts/fontawesome5-regular-webfont-5.15.4.ttf -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.13/site-packages/qtawesome/fonts
copying build/lib/qtawesome/fonts/remixicon-2.5.0.ttf -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.13/site-packages/qtawesome/fonts
copying build/lib/qtawesome/fonts/fontawesome6-regular-webfont-6.7.2.ttf -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.13/site-packages/qtawesome/fonts
copying build/lib/qtawesome/fonts/fontawesome5-brands-webfont-charmap-5.15.4.json -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.13/site-packages/qtawesome/fonts
copying build/lib/qtawesome/fonts/phosphor-charmap-1.3.0.json -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.13/site-packages/qtawesome/fonts
copying build/lib/qtawesome/fonts/materialdesignicons6-webfont-6.9.96.ttf -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.13/site-packages/qtawesome/fonts
copying build/lib/qtawesome/fonts/fontawesome6-brands-webfont-6.7.2.ttf -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.13/site-packages/qtawesome/fonts
copying build/lib/qtawesome/fonts/fontawesome6-brands-webfont-charmap-6.7.2.json -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.13/site-packages/qtawesome/fonts
copying build/lib/qtawesome/fonts/fontawesome6-solid-webfont-6.7.2.ttf -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.13/site-packages/qtawesome/fonts
copying build/lib/qtawesome/fonts/elusiveicons-webfont-2.0.ttf -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.13/site-packages/qtawesome/fonts
copying build/lib/qtawesome/fonts/materialdesignicons5-webfont-charmap-5.9.55.json -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.13/site-packages/qtawesome/fonts
copying build/lib/qtawesome/fonts/elusiveicons-webfont-charmap-2.0.json -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.13/site-packages/qtawesome/fonts
copying build/lib/qtawesome/fonts/fontawesome6-solid-webfont-charmap-6.7.2.json -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.13/site-packages/qtawesome/fonts
copying build/lib/qtawesome/fonts/codicon-0.0.36.ttf -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.13/site-packages/qtawesome/fonts
copying build/lib/qtawesome/fonts/fontawesome5-solid-webfont-5.15.4.ttf -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.13/site-packages/qtawesome/fonts
copying build/lib/qtawesome/fonts/phosphor-1.3.0.ttf -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.13/site-packages/qtawesome/fonts
copying build/lib/qtawesome/fonts/fontawesome5-brands-webfont-5.15.4.ttf -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.13/site-packages/qtawesome/fonts
copying build/lib/qtawesome/fonts/codicon-charmap-0.0.36.json -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.13/site-packages/qtawesome/fonts
copying build/lib/qtawesome/fonts/fontawesome5-solid-webfont-charmap-5.15.4.json -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.13/site-packages/qtawesome/fonts
copying build/lib/qtawesome/fonts/fontawesome5-regular-webfont-charmap-5.15.4.json -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.13/site-packages/qtawesome/fonts
copying build/lib/qtawesome/fonts/materialdesignicons6-webfont-charmap-6.9.96.json -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.13/site-packages/qtawesome/fonts
copying build/lib/qtawesome/fonts/materialdesignicons5-webfont-5.9.55.ttf -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.13/site-packages/qtawesome/fonts
copying build/lib/qtawesome/fonts/fontawesome6-regular-webfont-charmap-6.7.2.json -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.13/site-packages/qtawesome/fonts
copying build/lib/qtawesome/_version.py -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.13/site-packages/qtawesome
copying build/lib/qtawesome/icon_browser.py -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.13/site-packages/qtawesome
copying build/lib/qtawesome/animation.py -> /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.13/site-packages/qtawesome
byte-compiling /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.13/site-packages/qtawesome/__init__.py to __init__.cpython-313.pyc
byte-compiling /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.13/site-packages/qtawesome/tests/test_qtawesome.py to test_qtawesome.cpython-313.pyc
byte-compiling /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.13/site-packages/qtawesome/tests/test_icon_browser.py to test_icon_browser.cpython-313.pyc
byte-compiling /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.13/site-packages/qtawesome/iconic_font.py to iconic_font.cpython-313.pyc
byte-compiling /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.13/site-packages/qtawesome/styles.py to styles.cpython-313.pyc
byte-compiling /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.13/site-packages/qtawesome/_version.py to _version.cpython-313.pyc
byte-compiling /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.13/site-packages/qtawesome/icon_browser.py to icon_browser.cpython-313.pyc
byte-compiling /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.13/site-packages/qtawesome/animation.py to animation.cpython-313.pyc
writing byte-compilation script '/tmp/tmpbwl8w5sk.py'
/usr/bin/python /tmp/tmpbwl8w5sk.py
removing /tmp/tmpbwl8w5sk.py
running install_egg_info
running egg_info
writing QtAwesome.egg-info/PKG-INFO
writing dependency_links to QtAwesome.egg-info/dependency_links.txt
writing entry points to QtAwesome.egg-info/entry_points.txt
writing requirements to QtAwesome.egg-info/requires.txt
writing top-level names to QtAwesome.egg-info/top_level.txt
reading manifest file 'QtAwesome.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE.txt'
writing manifest file 'QtAwesome.egg-info/SOURCES.txt'
Copying QtAwesome.egg-info to /build/python-qtawesome/pkg/python-qtawesome/usr/lib/python3.13/site-packages/QtAwesome-1.4.0-py3.13.egg-info
running install_scripts
Installing qta-browser script to /build/python-qtawesome/pkg/python-qtawesome/usr/bin
Installing qta-install-fonts-all-users script to /build/python-qtawesome/pkg/python-qtawesome/usr/bin
==> 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-qtawesome"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-qtawesome 1.4.0-1 (Mon 31 Mar 2025 04:26:43 PM MDT)
==> Cleaning up...