>>> py3-qt-material: Building community/py3-qt-material 2.14-r1 (using abuild 3.15.0_rc3-r1) started Sun, 27 Apr 2025 20:24:25 +0000 >>> py3-qt-material: Validating /home/buildozer/aports/community/py3-qt-material/APKBUILD... >>> py3-qt-material: Analyzing dependencies... >>> py3-qt-material: Installing for build: build-base py3-jinja2 py3-gpep517 py3-setuptools py3-wheel (1/28) Installing libbz2 (1.0.8-r6) (2/28) Installing libffi (3.4.8-r0) (3/28) Installing gdbm (1.24-r0) (4/28) Installing xz-libs (5.8.1-r0) (5/28) Installing mpdecimal (4.0.0-r0) (6/28) Installing libpanelw (6.5_p20250412-r0) (7/28) Installing sqlite-libs (3.49.1-r0) (8/28) Installing python3 (3.12.10-r0) (9/28) Installing python3-pycache-pyc0 (3.12.10-r0) (10/28) Installing pyc (3.12.10-r0) (11/28) Installing py3-jinja2-pyc (3.1.6-r0) (12/28) Installing py3-markupsafe-pyc (3.0.2-r0) (13/28) Installing python3-pyc (3.12.10-r0) (14/28) Installing py3-markupsafe (3.0.2-r0) (15/28) Installing py3-jinja2 (3.1.6-r0) (16/28) Installing py3-installer (0.7.0-r2) (17/28) Installing py3-installer-pyc (0.7.0-r2) (18/28) Installing py3-gpep517 (16-r0) (19/28) Installing py3-gpep517-pyc (16-r0) (20/28) Installing py3-parsing (3.2.0-r0) (21/28) Installing py3-parsing-pyc (3.2.0-r0) (22/28) Installing py3-packaging (24.2-r0) (23/28) Installing py3-packaging-pyc (24.2-r0) (24/28) Installing py3-setuptools (77.0.3-r0) (25/28) Installing py3-setuptools-pyc (77.0.3-r0) (26/28) Installing py3-wheel (0.43.0-r0) (27/28) Installing py3-wheel-pyc (0.43.0-r0) (28/28) Installing .makedepends-py3-qt-material (20250427.202505) Executing busybox-1.37.0-r16.trigger OK: 302 MiB in 129 packages >>> py3-qt-material: Cleaning up srcdir >>> py3-qt-material: Cleaning up pkgdir >>> py3-qt-material: Cleaning up tmpdir >>> py3-qt-material: Fetching https://distfiles.alpinelinux.org/distfiles/edge/qt-material-2.14.tar.gz >>> py3-qt-material: Fetching https://distfiles.alpinelinux.org/distfiles/edge/qt-material-2.14.tar.gz >>> py3-qt-material: Checking sha512sums... qt-material-2.14.tar.gz: OK >>> py3-qt-material: Unpacking /var/cache/distfiles/qt-material-2.14.tar.gz... 2025-04-27 20:25:07,013 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ /usr/lib/python3.12/site-packages/setuptools/dist.py:760: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: BSD License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() 2025-04-27 20:25:07,051 root INFO running bdist_wheel 2025-04-27 20:25:07,078 root INFO running build 2025-04-27 20:25:07,078 root INFO running build_py 2025-04-27 20:25:07,085 root INFO creating build/lib/qt_material 2025-04-27 20:25:07,085 root INFO copying qt_material/__init__.py -> build/lib/qt_material 2025-04-27 20:25:07,086 root INFO copying qt_material/hook-qt_material.py -> build/lib/qt_material 2025-04-27 20:25:07,086 root INFO creating build/lib/qt_material/resources 2025-04-27 20:25:07,087 root INFO copying qt_material/resources/generate.py -> build/lib/qt_material/resources 2025-04-27 20:25:07,087 root INFO copying qt_material/resources/__init__.py -> build/lib/qt_material/resources 2025-04-27 20:25:07,088 root INFO creating build/lib/qt_material/resources/source 2025-04-27 20:25:07,088 root INFO copying qt_material/resources/source/__init__.py -> build/lib/qt_material/resources/source 2025-04-27 20:25:07,088 root INFO running egg_info 2025-04-27 20:25:07,094 root INFO writing qt_material.egg-info/PKG-INFO 2025-04-27 20:25:07,095 root INFO writing dependency_links to qt_material.egg-info/dependency_links.txt 2025-04-27 20:25:07,095 root INFO writing entry points to qt_material.egg-info/entry_points.txt 2025-04-27 20:25:07,095 root INFO writing requirements to qt_material.egg-info/requires.txt 2025-04-27 20:25:07,096 root INFO writing top-level names to qt_material.egg-info/top_level.txt 2025-04-27 20:25:07,103 root INFO reading manifest file 'qt_material.egg-info/SOURCES.txt' 2025-04-27 20:25:07,107 root INFO reading manifest template 'MANIFEST.in' 2025-04-27 20:25:07,124 root WARNING warning: no files found matching '*.csv' under directory '*' 2025-04-27 20:25:07,128 root WARNING warning: no previously-included files matching '__pycache__' found under directory '*' 2025-04-27 20:25:07,129 root WARNING warning: no previously-included files matching '*.py[co]' found under directory '*' 2025-04-27 20:25:07,129 root INFO adding license file 'LICENSE' 2025-04-27 20:25:07,133 root INFO writing manifest file 'qt_material.egg-info/SOURCES.txt' /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'qt_material.fonts.roboto' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'qt_material.fonts.roboto' 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 'qt_material.fonts.roboto' 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 'qt_material.fonts.roboto' to be distributed and are already explicitly excluding 'qt_material.fonts.roboto' 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.12/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'qt_material.resources.logo' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'qt_material.resources.logo' 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 'qt_material.resources.logo' 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 'qt_material.resources.logo' to be distributed and are already explicitly excluding 'qt_material.resources.logo' 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.12/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'qt_material.themes' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'qt_material.themes' 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 'qt_material.themes' 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 'qt_material.themes' to be distributed and are already explicitly excluding 'qt_material.themes' 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) 2025-04-27 20:25:07,140 root INFO copying qt_material/dock_theme.ui -> build/lib/qt_material 2025-04-27 20:25:07,141 root INFO copying qt_material/material.css.template -> build/lib/qt_material 2025-04-27 20:25:07,142 root INFO creating build/lib/qt_material/fonts/roboto 2025-04-27 20:25:07,142 root INFO copying qt_material/fonts/roboto/Roboto-Black.ttf -> build/lib/qt_material/fonts/roboto 2025-04-27 20:25:07,143 root INFO copying qt_material/fonts/roboto/Roboto-BlackItalic.ttf -> build/lib/qt_material/fonts/roboto 2025-04-27 20:25:07,143 root INFO copying qt_material/fonts/roboto/Roboto-Bold.ttf -> build/lib/qt_material/fonts/roboto 2025-04-27 20:25:07,144 root INFO copying qt_material/fonts/roboto/Roboto-BoldItalic.ttf -> build/lib/qt_material/fonts/roboto 2025-04-27 20:25:07,145 root INFO copying qt_material/fonts/roboto/Roboto-Italic.ttf -> build/lib/qt_material/fonts/roboto 2025-04-27 20:25:07,145 root INFO copying qt_material/fonts/roboto/Roboto-Light.ttf -> build/lib/qt_material/fonts/roboto 2025-04-27 20:25:07,146 root INFO copying qt_material/fonts/roboto/Roboto-LightItalic.ttf -> build/lib/qt_material/fonts/roboto 2025-04-27 20:25:07,147 root INFO copying qt_material/fonts/roboto/Roboto-Medium.ttf -> build/lib/qt_material/fonts/roboto 2025-04-27 20:25:07,147 root INFO copying qt_material/fonts/roboto/Roboto-MediumItalic.ttf -> build/lib/qt_material/fonts/roboto 2025-04-27 20:25:07,148 root INFO copying qt_material/fonts/roboto/Roboto-Regular.ttf -> build/lib/qt_material/fonts/roboto 2025-04-27 20:25:07,149 root INFO copying qt_material/fonts/roboto/Roboto-Thin.ttf -> build/lib/qt_material/fonts/roboto 2025-04-27 20:25:07,150 root INFO copying qt_material/fonts/roboto/Roboto-ThinItalic.ttf -> build/lib/qt_material/fonts/roboto 2025-04-27 20:25:07,150 root INFO copying qt_material/fonts/roboto/RobotoCondensed-Bold.ttf -> build/lib/qt_material/fonts/roboto 2025-04-27 20:25:07,151 root INFO copying qt_material/fonts/roboto/RobotoCondensed-BoldItalic.ttf -> build/lib/qt_material/fonts/roboto 2025-04-27 20:25:07,151 root INFO copying qt_material/fonts/roboto/RobotoCondensed-Italic.ttf -> build/lib/qt_material/fonts/roboto 2025-04-27 20:25:07,152 root INFO copying qt_material/fonts/roboto/RobotoCondensed-Light.ttf -> build/lib/qt_material/fonts/roboto 2025-04-27 20:25:07,153 root INFO copying qt_material/fonts/roboto/RobotoCondensed-LightItalic.ttf -> build/lib/qt_material/fonts/roboto 2025-04-27 20:25:07,153 root INFO copying qt_material/fonts/roboto/RobotoCondensed-Regular.ttf -> build/lib/qt_material/fonts/roboto 2025-04-27 20:25:07,154 root INFO creating build/lib/qt_material/themes 2025-04-27 20:25:07,154 root INFO copying qt_material/themes/dark_amber.xml -> build/lib/qt_material/themes 2025-04-27 20:25:07,155 root INFO copying qt_material/themes/dark_blue.xml -> build/lib/qt_material/themes 2025-04-27 20:25:07,155 root INFO copying qt_material/themes/dark_cyan.xml -> build/lib/qt_material/themes 2025-04-27 20:25:07,156 root INFO copying qt_material/themes/dark_lightgreen.xml -> build/lib/qt_material/themes 2025-04-27 20:25:07,156 root INFO copying qt_material/themes/dark_medical.xml -> build/lib/qt_material/themes 2025-04-27 20:25:07,156 root INFO copying qt_material/themes/dark_pink.xml -> build/lib/qt_material/themes 2025-04-27 20:25:07,157 root INFO copying qt_material/themes/dark_purple.xml -> build/lib/qt_material/themes 2025-04-27 20:25:07,157 root INFO copying qt_material/themes/dark_red.xml -> build/lib/qt_material/themes 2025-04-27 20:25:07,158 root INFO copying qt_material/themes/dark_teal.xml -> build/lib/qt_material/themes 2025-04-27 20:25:07,158 root INFO copying qt_material/themes/dark_yellow.xml -> build/lib/qt_material/themes 2025-04-27 20:25:07,159 root INFO copying qt_material/themes/light_amber.xml -> build/lib/qt_material/themes 2025-04-27 20:25:07,159 root INFO copying qt_material/themes/light_blue.xml -> build/lib/qt_material/themes 2025-04-27 20:25:07,159 root INFO copying qt_material/themes/light_blue_500.xml -> build/lib/qt_material/themes 2025-04-27 20:25:07,160 root INFO copying qt_material/themes/light_cyan.xml -> build/lib/qt_material/themes 2025-04-27 20:25:07,160 root INFO copying qt_material/themes/light_cyan_500.xml -> build/lib/qt_material/themes 2025-04-27 20:25:07,161 root INFO copying qt_material/themes/light_lightgreen.xml -> build/lib/qt_material/themes 2025-04-27 20:25:07,161 root INFO copying qt_material/themes/light_lightgreen_500.xml -> build/lib/qt_material/themes 2025-04-27 20:25:07,162 root INFO copying qt_material/themes/light_orange.xml -> build/lib/qt_material/themes 2025-04-27 20:25:07,162 root INFO copying qt_material/themes/light_pink.xml -> build/lib/qt_material/themes 2025-04-27 20:25:07,162 root INFO copying qt_material/themes/light_pink_500.xml -> build/lib/qt_material/themes 2025-04-27 20:25:07,163 root INFO copying qt_material/themes/light_purple.xml -> build/lib/qt_material/themes 2025-04-27 20:25:07,163 root INFO copying qt_material/themes/light_purple_500.xml -> build/lib/qt_material/themes 2025-04-27 20:25:07,164 root INFO copying qt_material/themes/light_red.xml -> build/lib/qt_material/themes 2025-04-27 20:25:07,164 root INFO copying qt_material/themes/light_red_500.xml -> build/lib/qt_material/themes 2025-04-27 20:25:07,165 root INFO copying qt_material/themes/light_teal.xml -> build/lib/qt_material/themes 2025-04-27 20:25:07,165 root INFO copying qt_material/themes/light_teal_500.xml -> build/lib/qt_material/themes 2025-04-27 20:25:07,166 root INFO copying qt_material/themes/light_yellow.xml -> build/lib/qt_material/themes 2025-04-27 20:25:07,166 root INFO creating build/lib/qt_material/resources/logo 2025-04-27 20:25:07,166 root INFO copying qt_material/resources/logo/__init__.py -> build/lib/qt_material/resources/logo 2025-04-27 20:25:07,167 root INFO copying qt_material/resources/logo/logo.svg -> build/lib/qt_material/resources/logo 2025-04-27 20:25:07,167 root INFO copying qt_material/resources/logo/logo_frame.svg -> build/lib/qt_material/resources/logo 2025-04-27 20:25:07,168 root INFO copying qt_material/resources/source/base.svg -> build/lib/qt_material/resources/source 2025-04-27 20:25:07,168 root INFO copying qt_material/resources/source/branch-closed.svg -> build/lib/qt_material/resources/source 2025-04-27 20:25:07,168 root INFO copying qt_material/resources/source/branch-end.svg -> build/lib/qt_material/resources/source 2025-04-27 20:25:07,169 root INFO copying qt_material/resources/source/branch-more.svg -> build/lib/qt_material/resources/source 2025-04-27 20:25:07,169 root INFO copying qt_material/resources/source/branch-open.svg -> build/lib/qt_material/resources/source 2025-04-27 20:25:07,170 root INFO copying qt_material/resources/source/checkbox_checked.svg -> build/lib/qt_material/resources/source 2025-04-27 20:25:07,170 root INFO copying qt_material/resources/source/checkbox_checked_invert.svg -> build/lib/qt_material/resources/source 2025-04-27 20:25:07,171 root INFO copying qt_material/resources/source/checkbox_indeterminate.svg -> build/lib/qt_material/resources/source 2025-04-27 20:25:07,171 root INFO copying qt_material/resources/source/checkbox_indeterminate_invert.svg -> build/lib/qt_material/resources/source 2025-04-27 20:25:07,172 root INFO copying qt_material/resources/source/checkbox_unchecked.svg -> build/lib/qt_material/resources/source 2025-04-27 20:25:07,172 root INFO copying qt_material/resources/source/checkbox_unchecked_invert.svg -> build/lib/qt_material/resources/source 2025-04-27 20:25:07,172 root INFO copying qt_material/resources/source/checklist.svg -> build/lib/qt_material/resources/source 2025-04-27 20:25:07,173 root INFO copying qt_material/resources/source/checklist_indeterminate.svg -> build/lib/qt_material/resources/source 2025-04-27 20:25:07,173 root INFO copying qt_material/resources/source/checklist_indeterminate_invert.svg -> build/lib/qt_material/resources/source 2025-04-27 20:25:07,174 root INFO copying qt_material/resources/source/checklist_invert.svg -> build/lib/qt_material/resources/source 2025-04-27 20:25:07,174 root INFO copying qt_material/resources/source/close.svg -> build/lib/qt_material/resources/source 2025-04-27 20:25:07,175 root INFO copying qt_material/resources/source/downarrow.svg -> build/lib/qt_material/resources/source 2025-04-27 20:25:07,175 root INFO copying qt_material/resources/source/downarrow2.svg -> build/lib/qt_material/resources/source 2025-04-27 20:25:07,176 root INFO copying qt_material/resources/source/float.svg -> build/lib/qt_material/resources/source 2025-04-27 20:25:07,176 root INFO copying qt_material/resources/source/leftarrow.svg -> build/lib/qt_material/resources/source 2025-04-27 20:25:07,177 root INFO copying qt_material/resources/source/leftarrow2.svg -> build/lib/qt_material/resources/source 2025-04-27 20:25:07,177 root INFO copying qt_material/resources/source/radiobutton_checked.svg -> build/lib/qt_material/resources/source 2025-04-27 20:25:07,177 root INFO copying qt_material/resources/source/radiobutton_checked_invert.svg -> build/lib/qt_material/resources/source 2025-04-27 20:25:07,178 root INFO copying qt_material/resources/source/radiobutton_unchecked.svg -> build/lib/qt_material/resources/source 2025-04-27 20:25:07,178 root INFO copying qt_material/resources/source/radiobutton_unchecked_invert.svg -> build/lib/qt_material/resources/source 2025-04-27 20:25:07,179 root INFO copying qt_material/resources/source/rightarrow.svg -> build/lib/qt_material/resources/source 2025-04-27 20:25:07,179 root INFO copying qt_material/resources/source/rightarrow2.svg -> build/lib/qt_material/resources/source 2025-04-27 20:25:07,180 root INFO copying qt_material/resources/source/sizegrip.svg -> build/lib/qt_material/resources/source 2025-04-27 20:25:07,180 root INFO copying qt_material/resources/source/slider.svg -> build/lib/qt_material/resources/source 2025-04-27 20:25:07,181 root INFO copying qt_material/resources/source/splitter-horizontal.svg -> build/lib/qt_material/resources/source 2025-04-27 20:25:07,181 root INFO copying qt_material/resources/source/splitter-vertical.svg -> build/lib/qt_material/resources/source 2025-04-27 20:25:07,181 root INFO copying qt_material/resources/source/tab_close.svg -> build/lib/qt_material/resources/source 2025-04-27 20:25:07,182 root INFO copying qt_material/resources/source/toolbar-handle-horizontal.svg -> build/lib/qt_material/resources/source 2025-04-27 20:25:07,182 root INFO copying qt_material/resources/source/toolbar-handle-vertical.svg -> build/lib/qt_material/resources/source 2025-04-27 20:25:07,183 root INFO copying qt_material/resources/source/uparrow.svg -> build/lib/qt_material/resources/source 2025-04-27 20:25:07,183 root INFO copying qt_material/resources/source/uparrow2.svg -> build/lib/qt_material/resources/source 2025-04-27 20:25:07,184 root INFO copying qt_material/resources/source/vline.svg -> build/lib/qt_material/resources/source 2025-04-27 20:25:07,195 root INFO installing to build/bdist.linux-loongarch64/wheel 2025-04-27 20:25:07,196 root INFO running install 2025-04-27 20:25:07,213 root INFO running install_lib 2025-04-27 20:25:07,218 root INFO creating build/bdist.linux-loongarch64/wheel 2025-04-27 20:25:07,219 root INFO creating build/bdist.linux-loongarch64/wheel/qt_material 2025-04-27 20:25:07,219 root INFO creating build/bdist.linux-loongarch64/wheel/qt_material/fonts 2025-04-27 20:25:07,220 root INFO creating build/bdist.linux-loongarch64/wheel/qt_material/fonts/roboto 2025-04-27 20:25:07,220 root INFO copying build/lib/qt_material/fonts/roboto/RobotoCondensed-Light.ttf -> build/bdist.linux-loongarch64/wheel/./qt_material/fonts/roboto 2025-04-27 20:25:07,220 root INFO copying build/lib/qt_material/fonts/roboto/Roboto-Italic.ttf -> build/bdist.linux-loongarch64/wheel/./qt_material/fonts/roboto 2025-04-27 20:25:07,221 root INFO copying build/lib/qt_material/fonts/roboto/Roboto-LightItalic.ttf -> build/bdist.linux-loongarch64/wheel/./qt_material/fonts/roboto 2025-04-27 20:25:07,221 root INFO copying build/lib/qt_material/fonts/roboto/RobotoCondensed-Regular.ttf -> build/bdist.linux-loongarch64/wheel/./qt_material/fonts/roboto 2025-04-27 20:25:07,222 root INFO copying build/lib/qt_material/fonts/roboto/Roboto-Medium.ttf -> build/bdist.linux-loongarch64/wheel/./qt_material/fonts/roboto 2025-04-27 20:25:07,222 root INFO copying build/lib/qt_material/fonts/roboto/Roboto-Bold.ttf -> build/bdist.linux-loongarch64/wheel/./qt_material/fonts/roboto 2025-04-27 20:25:07,223 root INFO copying build/lib/qt_material/fonts/roboto/Roboto-BlackItalic.ttf -> build/bdist.linux-loongarch64/wheel/./qt_material/fonts/roboto 2025-04-27 20:25:07,224 root INFO copying build/lib/qt_material/fonts/roboto/Roboto-Black.ttf -> build/bdist.linux-loongarch64/wheel/./qt_material/fonts/roboto 2025-04-27 20:25:07,224 root INFO copying build/lib/qt_material/fonts/roboto/Roboto-MediumItalic.ttf -> build/bdist.linux-loongarch64/wheel/./qt_material/fonts/roboto 2025-04-27 20:25:07,225 root INFO copying build/lib/qt_material/fonts/roboto/Roboto-Regular.ttf -> build/bdist.linux-loongarch64/wheel/./qt_material/fonts/roboto 2025-04-27 20:25:07,225 root INFO copying build/lib/qt_material/fonts/roboto/RobotoCondensed-LightItalic.ttf -> build/bdist.linux-loongarch64/wheel/./qt_material/fonts/roboto 2025-04-27 20:25:07,226 root INFO copying build/lib/qt_material/fonts/roboto/Roboto-ThinItalic.ttf -> build/bdist.linux-loongarch64/wheel/./qt_material/fonts/roboto 2025-04-27 20:25:07,226 root INFO copying build/lib/qt_material/fonts/roboto/RobotoCondensed-Bold.ttf -> build/bdist.linux-loongarch64/wheel/./qt_material/fonts/roboto 2025-04-27 20:25:07,227 root INFO copying build/lib/qt_material/fonts/roboto/RobotoCondensed-Italic.ttf -> build/bdist.linux-loongarch64/wheel/./qt_material/fonts/roboto 2025-04-27 20:25:07,227 root INFO copying build/lib/qt_material/fonts/roboto/RobotoCondensed-BoldItalic.ttf -> build/bdist.linux-loongarch64/wheel/./qt_material/fonts/roboto 2025-04-27 20:25:07,228 root INFO copying build/lib/qt_material/fonts/roboto/Roboto-BoldItalic.ttf -> build/bdist.linux-loongarch64/wheel/./qt_material/fonts/roboto 2025-04-27 20:25:07,228 root INFO copying build/lib/qt_material/fonts/roboto/Roboto-Light.ttf -> build/bdist.linux-loongarch64/wheel/./qt_material/fonts/roboto 2025-04-27 20:25:07,229 root INFO copying build/lib/qt_material/fonts/roboto/Roboto-Thin.ttf -> build/bdist.linux-loongarch64/wheel/./qt_material/fonts/roboto 2025-04-27 20:25:07,229 root INFO copying build/lib/qt_material/material.css.template -> build/bdist.linux-loongarch64/wheel/./qt_material 2025-04-27 20:25:07,230 root INFO creating build/bdist.linux-loongarch64/wheel/qt_material/resources 2025-04-27 20:25:07,230 root INFO creating build/bdist.linux-loongarch64/wheel/qt_material/resources/logo 2025-04-27 20:25:07,230 root INFO copying build/lib/qt_material/resources/logo/logo_frame.svg -> build/bdist.linux-loongarch64/wheel/./qt_material/resources/logo 2025-04-27 20:25:07,231 root INFO copying build/lib/qt_material/resources/logo/__init__.py -> build/bdist.linux-loongarch64/wheel/./qt_material/resources/logo 2025-04-27 20:25:07,231 root INFO copying build/lib/qt_material/resources/logo/logo.svg -> build/bdist.linux-loongarch64/wheel/./qt_material/resources/logo 2025-04-27 20:25:07,231 root INFO copying build/lib/qt_material/resources/generate.py -> build/bdist.linux-loongarch64/wheel/./qt_material/resources 2025-04-27 20:25:07,232 root INFO copying build/lib/qt_material/resources/__init__.py -> build/bdist.linux-loongarch64/wheel/./qt_material/resources 2025-04-27 20:25:07,232 root INFO creating build/bdist.linux-loongarch64/wheel/qt_material/resources/source 2025-04-27 20:25:07,233 root INFO copying build/lib/qt_material/resources/source/downarrow.svg -> build/bdist.linux-loongarch64/wheel/./qt_material/resources/source 2025-04-27 20:25:07,233 root INFO copying build/lib/qt_material/resources/source/uparrow2.svg -> build/bdist.linux-loongarch64/wheel/./qt_material/resources/source 2025-04-27 20:25:07,233 root INFO copying build/lib/qt_material/resources/source/downarrow2.svg -> build/bdist.linux-loongarch64/wheel/./qt_material/resources/source 2025-04-27 20:25:07,234 root INFO copying build/lib/qt_material/resources/source/float.svg -> build/bdist.linux-loongarch64/wheel/./qt_material/resources/source 2025-04-27 20:25:07,234 root INFO copying build/lib/qt_material/resources/source/splitter-vertical.svg -> build/bdist.linux-loongarch64/wheel/./qt_material/resources/source 2025-04-27 20:25:07,234 root INFO copying build/lib/qt_material/resources/source/radiobutton_unchecked_invert.svg -> build/bdist.linux-loongarch64/wheel/./qt_material/resources/source 2025-04-27 20:25:07,235 root INFO copying build/lib/qt_material/resources/source/radiobutton_checked_invert.svg -> build/bdist.linux-loongarch64/wheel/./qt_material/resources/source 2025-04-27 20:25:07,235 root INFO copying build/lib/qt_material/resources/source/checkbox_checked.svg -> build/bdist.linux-loongarch64/wheel/./qt_material/resources/source 2025-04-27 20:25:07,235 root INFO copying build/lib/qt_material/resources/source/radiobutton_unchecked.svg -> build/bdist.linux-loongarch64/wheel/./qt_material/resources/source 2025-04-27 20:25:07,236 root INFO copying build/lib/qt_material/resources/source/checkbox_unchecked.svg -> build/bdist.linux-loongarch64/wheel/./qt_material/resources/source 2025-04-27 20:25:07,236 root INFO copying build/lib/qt_material/resources/source/leftarrow2.svg -> build/bdist.linux-loongarch64/wheel/./qt_material/resources/source 2025-04-27 20:25:07,236 root INFO copying build/lib/qt_material/resources/source/close.svg -> build/bdist.linux-loongarch64/wheel/./qt_material/resources/source 2025-04-27 20:25:07,237 root INFO copying build/lib/qt_material/resources/source/uparrow.svg -> build/bdist.linux-loongarch64/wheel/./qt_material/resources/source 2025-04-27 20:25:07,237 root INFO copying build/lib/qt_material/resources/source/checkbox_indeterminate.svg -> build/bdist.linux-loongarch64/wheel/./qt_material/resources/source 2025-04-27 20:25:07,237 root INFO copying build/lib/qt_material/resources/source/checkbox_unchecked_invert.svg -> build/bdist.linux-loongarch64/wheel/./qt_material/resources/source 2025-04-27 20:25:07,238 root INFO copying build/lib/qt_material/resources/source/base.svg -> build/bdist.linux-loongarch64/wheel/./qt_material/resources/source 2025-04-27 20:25:07,238 root INFO copying build/lib/qt_material/resources/source/branch-closed.svg -> build/bdist.linux-loongarch64/wheel/./qt_material/resources/source 2025-04-27 20:25:07,238 root INFO copying build/lib/qt_material/resources/source/checklist_indeterminate.svg -> build/bdist.linux-loongarch64/wheel/./qt_material/resources/source 2025-04-27 20:25:07,239 root INFO copying build/lib/qt_material/resources/source/vline.svg -> build/bdist.linux-loongarch64/wheel/./qt_material/resources/source 2025-04-27 20:25:07,239 root INFO copying build/lib/qt_material/resources/source/checkbox_indeterminate_invert.svg -> build/bdist.linux-loongarch64/wheel/./qt_material/resources/source 2025-04-27 20:25:07,239 root INFO copying build/lib/qt_material/resources/source/slider.svg -> build/bdist.linux-loongarch64/wheel/./qt_material/resources/source 2025-04-27 20:25:07,240 root INFO copying build/lib/qt_material/resources/source/toolbar-handle-horizontal.svg -> build/bdist.linux-loongarch64/wheel/./qt_material/resources/source 2025-04-27 20:25:07,240 root INFO copying build/lib/qt_material/resources/source/branch-more.svg -> build/bdist.linux-loongarch64/wheel/./qt_material/resources/source 2025-04-27 20:25:07,240 root INFO copying build/lib/qt_material/resources/source/splitter-horizontal.svg -> build/bdist.linux-loongarch64/wheel/./qt_material/resources/source 2025-04-27 20:25:07,241 root INFO copying build/lib/qt_material/resources/source/checklist_invert.svg -> build/bdist.linux-loongarch64/wheel/./qt_material/resources/source 2025-04-27 20:25:07,241 root INFO copying build/lib/qt_material/resources/source/branch-end.svg -> build/bdist.linux-loongarch64/wheel/./qt_material/resources/source 2025-04-27 20:25:07,241 root INFO copying build/lib/qt_material/resources/source/__init__.py -> build/bdist.linux-loongarch64/wheel/./qt_material/resources/source 2025-04-27 20:25:07,242 root INFO copying build/lib/qt_material/resources/source/checklist_indeterminate_invert.svg -> build/bdist.linux-loongarch64/wheel/./qt_material/resources/source 2025-04-27 20:25:07,242 root INFO copying build/lib/qt_material/resources/source/leftarrow.svg -> build/bdist.linux-loongarch64/wheel/./qt_material/resources/source 2025-04-27 20:25:07,242 root INFO copying build/lib/qt_material/resources/source/sizegrip.svg -> build/bdist.linux-loongarch64/wheel/./qt_material/resources/source 2025-04-27 20:25:07,243 root INFO copying build/lib/qt_material/resources/source/checklist.svg -> build/bdist.linux-loongarch64/wheel/./qt_material/resources/source 2025-04-27 20:25:07,243 root INFO copying build/lib/qt_material/resources/source/rightarrow.svg -> build/bdist.linux-loongarch64/wheel/./qt_material/resources/source 2025-04-27 20:25:07,243 root INFO copying build/lib/qt_material/resources/source/toolbar-handle-vertical.svg -> build/bdist.linux-loongarch64/wheel/./qt_material/resources/source 2025-04-27 20:25:07,244 root INFO copying build/lib/qt_material/resources/source/rightarrow2.svg -> build/bdist.linux-loongarch64/wheel/./qt_material/resources/source 2025-04-27 20:25:07,244 root INFO copying build/lib/qt_material/resources/source/branch-open.svg -> build/bdist.linux-loongarch64/wheel/./qt_material/resources/source 2025-04-27 20:25:07,244 root INFO copying build/lib/qt_material/resources/source/radiobutton_checked.svg -> build/bdist.linux-loongarch64/wheel/./qt_material/resources/source 2025-04-27 20:25:07,245 root INFO copying build/lib/qt_material/resources/source/tab_close.svg -> build/bdist.linux-loongarch64/wheel/./qt_material/resources/source 2025-04-27 20:25:07,245 root INFO copying build/lib/qt_material/resources/source/checkbox_checked_invert.svg -> build/bdist.linux-loongarch64/wheel/./qt_material/resources/source 2025-04-27 20:25:07,246 root INFO creating build/bdist.linux-loongarch64/wheel/qt_material/themes 2025-04-27 20:25:07,246 root INFO copying build/lib/qt_material/themes/dark_blue.xml -> build/bdist.linux-loongarch64/wheel/./qt_material/themes 2025-04-27 20:25:07,246 root INFO copying build/lib/qt_material/themes/light_red.xml -> build/bdist.linux-loongarch64/wheel/./qt_material/themes 2025-04-27 20:25:07,247 root INFO copying build/lib/qt_material/themes/light_blue.xml -> build/bdist.linux-loongarch64/wheel/./qt_material/themes 2025-04-27 20:25:07,247 root INFO copying build/lib/qt_material/themes/light_purple_500.xml -> build/bdist.linux-loongarch64/wheel/./qt_material/themes 2025-04-27 20:25:07,247 root INFO copying build/lib/qt_material/themes/dark_amber.xml -> build/bdist.linux-loongarch64/wheel/./qt_material/themes 2025-04-27 20:25:07,248 root INFO copying build/lib/qt_material/themes/dark_purple.xml -> build/bdist.linux-loongarch64/wheel/./qt_material/themes 2025-04-27 20:25:07,248 root INFO copying build/lib/qt_material/themes/light_red_500.xml -> build/bdist.linux-loongarch64/wheel/./qt_material/themes 2025-04-27 20:25:07,248 root INFO copying build/lib/qt_material/themes/light_yellow.xml -> build/bdist.linux-loongarch64/wheel/./qt_material/themes 2025-04-27 20:25:07,248 root INFO copying build/lib/qt_material/themes/light_amber.xml -> build/bdist.linux-loongarch64/wheel/./qt_material/themes 2025-04-27 20:25:07,249 root INFO copying build/lib/qt_material/themes/light_cyan.xml -> build/bdist.linux-loongarch64/wheel/./qt_material/themes 2025-04-27 20:25:07,249 root INFO copying build/lib/qt_material/themes/light_lightgreen_500.xml -> build/bdist.linux-loongarch64/wheel/./qt_material/themes 2025-04-27 20:25:07,249 root INFO copying build/lib/qt_material/themes/dark_yellow.xml -> build/bdist.linux-loongarch64/wheel/./qt_material/themes 2025-04-27 20:25:07,250 root INFO copying build/lib/qt_material/themes/dark_medical.xml -> build/bdist.linux-loongarch64/wheel/./qt_material/themes 2025-04-27 20:25:07,250 root INFO copying build/lib/qt_material/themes/light_teal_500.xml -> build/bdist.linux-loongarch64/wheel/./qt_material/themes 2025-04-27 20:25:07,250 root INFO copying build/lib/qt_material/themes/light_teal.xml -> build/bdist.linux-loongarch64/wheel/./qt_material/themes 2025-04-27 20:25:07,251 root INFO copying build/lib/qt_material/themes/light_orange.xml -> build/bdist.linux-loongarch64/wheel/./qt_material/themes 2025-04-27 20:25:07,251 root INFO copying build/lib/qt_material/themes/dark_cyan.xml -> build/bdist.linux-loongarch64/wheel/./qt_material/themes 2025-04-27 20:25:07,251 root INFO copying build/lib/qt_material/themes/light_pink_500.xml -> build/bdist.linux-loongarch64/wheel/./qt_material/themes 2025-04-27 20:25:07,252 root INFO copying build/lib/qt_material/themes/light_cyan_500.xml -> build/bdist.linux-loongarch64/wheel/./qt_material/themes 2025-04-27 20:25:07,252 root INFO copying build/lib/qt_material/themes/light_lightgreen.xml -> build/bdist.linux-loongarch64/wheel/./qt_material/themes 2025-04-27 20:25:07,252 root INFO copying build/lib/qt_material/themes/light_pink.xml -> build/bdist.linux-loongarch64/wheel/./qt_material/themes 2025-04-27 20:25:07,253 root INFO copying build/lib/qt_material/themes/light_blue_500.xml -> build/bdist.linux-loongarch64/wheel/./qt_material/themes 2025-04-27 20:25:07,253 root INFO copying build/lib/qt_material/themes/dark_teal.xml -> build/bdist.linux-loongarch64/wheel/./qt_material/themes 2025-04-27 20:25:07,253 root INFO copying build/lib/qt_material/themes/light_purple.xml -> build/bdist.linux-loongarch64/wheel/./qt_material/themes 2025-04-27 20:25:07,254 root INFO copying build/lib/qt_material/themes/dark_red.xml -> build/bdist.linux-loongarch64/wheel/./qt_material/themes 2025-04-27 20:25:07,254 root INFO copying build/lib/qt_material/themes/dark_lightgreen.xml -> build/bdist.linux-loongarch64/wheel/./qt_material/themes 2025-04-27 20:25:07,254 root INFO copying build/lib/qt_material/themes/dark_pink.xml -> build/bdist.linux-loongarch64/wheel/./qt_material/themes 2025-04-27 20:25:07,255 root INFO copying build/lib/qt_material/__init__.py -> build/bdist.linux-loongarch64/wheel/./qt_material 2025-04-27 20:25:07,255 root INFO copying build/lib/qt_material/hook-qt_material.py -> build/bdist.linux-loongarch64/wheel/./qt_material 2025-04-27 20:25:07,255 root INFO copying build/lib/qt_material/dock_theme.ui -> build/bdist.linux-loongarch64/wheel/./qt_material 2025-04-27 20:25:07,256 root INFO running install_egg_info 2025-04-27 20:25:07,262 root INFO Copying qt_material.egg-info to build/bdist.linux-loongarch64/wheel/./qt_material-2.14-py3.12.egg-info 2025-04-27 20:25:07,264 root INFO running install_scripts 2025-04-27 20:25:07,266 root INFO creating build/bdist.linux-loongarch64/wheel/qt_material-2.14.dist-info/WHEEL 2025-04-27 20:25:07,267 wheel INFO creating '/home/buildozer/aports/community/py3-qt-material/src/qt-material-2.14/.dist/.tmp-q9hi3444/qt_material-2.14-py3-none-any.whl' and adding 'build/bdist.linux-loongarch64/wheel' to it 2025-04-27 20:25:07,268 wheel INFO adding 'qt_material/__init__.py' 2025-04-27 20:25:07,268 wheel INFO adding 'qt_material/dock_theme.ui' 2025-04-27 20:25:07,269 wheel INFO adding 'qt_material/hook-qt_material.py' 2025-04-27 20:25:07,269 wheel INFO adding 'qt_material/material.css.template' 2025-04-27 20:25:07,270 wheel INFO adding 'qt_material/fonts/roboto/Roboto-Black.ttf' 2025-04-27 20:25:07,272 wheel INFO adding 'qt_material/fonts/roboto/Roboto-BlackItalic.ttf' 2025-04-27 20:25:07,274 wheel INFO adding 'qt_material/fonts/roboto/Roboto-Bold.ttf' 2025-04-27 20:25:07,276 wheel INFO adding 'qt_material/fonts/roboto/Roboto-BoldItalic.ttf' 2025-04-27 20:25:07,278 wheel INFO adding 'qt_material/fonts/roboto/Roboto-Italic.ttf' 2025-04-27 20:25:07,279 wheel INFO adding 'qt_material/fonts/roboto/Roboto-Light.ttf' 2025-04-27 20:25:07,281 wheel INFO adding 'qt_material/fonts/roboto/Roboto-LightItalic.ttf' 2025-04-27 20:25:07,283 wheel INFO adding 'qt_material/fonts/roboto/Roboto-Medium.ttf' 2025-04-27 20:25:07,285 wheel INFO adding 'qt_material/fonts/roboto/Roboto-MediumItalic.ttf' 2025-04-27 20:25:07,287 wheel INFO adding 'qt_material/fonts/roboto/Roboto-Regular.ttf' 2025-04-27 20:25:07,289 wheel INFO adding 'qt_material/fonts/roboto/Roboto-Thin.ttf' 2025-04-27 20:25:07,290 wheel INFO adding 'qt_material/fonts/roboto/Roboto-ThinItalic.ttf' 2025-04-27 20:25:07,292 wheel INFO adding 'qt_material/fonts/roboto/RobotoCondensed-Bold.ttf' 2025-04-27 20:25:07,294 wheel INFO adding 'qt_material/fonts/roboto/RobotoCondensed-BoldItalic.ttf' 2025-04-27 20:25:07,295 wheel INFO adding 'qt_material/fonts/roboto/RobotoCondensed-Italic.ttf' 2025-04-27 20:25:07,297 wheel INFO adding 'qt_material/fonts/roboto/RobotoCondensed-Light.ttf' 2025-04-27 20:25:07,298 wheel INFO adding 'qt_material/fonts/roboto/RobotoCondensed-LightItalic.ttf' 2025-04-27 20:25:07,300 wheel INFO adding 'qt_material/fonts/roboto/RobotoCondensed-Regular.ttf' 2025-04-27 20:25:07,301 wheel INFO adding 'qt_material/resources/__init__.py' 2025-04-27 20:25:07,302 wheel INFO adding 'qt_material/resources/generate.py' 2025-04-27 20:25:07,302 wheel INFO adding 'qt_material/resources/logo/__init__.py' 2025-04-27 20:25:07,302 wheel INFO adding 'qt_material/resources/logo/logo.svg' 2025-04-27 20:25:07,303 wheel INFO adding 'qt_material/resources/logo/logo_frame.svg' 2025-04-27 20:25:07,303 wheel INFO adding 'qt_material/resources/source/__init__.py' 2025-04-27 20:25:07,304 wheel INFO adding 'qt_material/resources/source/base.svg' 2025-04-27 20:25:07,304 wheel INFO adding 'qt_material/resources/source/branch-closed.svg' 2025-04-27 20:25:07,304 wheel INFO adding 'qt_material/resources/source/branch-end.svg' 2025-04-27 20:25:07,305 wheel INFO adding 'qt_material/resources/source/branch-more.svg' 2025-04-27 20:25:07,305 wheel INFO adding 'qt_material/resources/source/branch-open.svg' 2025-04-27 20:25:07,306 wheel INFO adding 'qt_material/resources/source/checkbox_checked.svg' 2025-04-27 20:25:07,306 wheel INFO adding 'qt_material/resources/source/checkbox_checked_invert.svg' 2025-04-27 20:25:07,306 wheel INFO adding 'qt_material/resources/source/checkbox_indeterminate.svg' 2025-04-27 20:25:07,307 wheel INFO adding 'qt_material/resources/source/checkbox_indeterminate_invert.svg' 2025-04-27 20:25:07,307 wheel INFO adding 'qt_material/resources/source/checkbox_unchecked.svg' 2025-04-27 20:25:07,308 wheel INFO adding 'qt_material/resources/source/checkbox_unchecked_invert.svg' 2025-04-27 20:25:07,308 wheel INFO adding 'qt_material/resources/source/checklist.svg' 2025-04-27 20:25:07,309 wheel INFO adding 'qt_material/resources/source/checklist_indeterminate.svg' 2025-04-27 20:25:07,309 wheel INFO adding 'qt_material/resources/source/checklist_indeterminate_invert.svg' 2025-04-27 20:25:07,310 wheel INFO adding 'qt_material/resources/source/checklist_invert.svg' 2025-04-27 20:25:07,310 wheel INFO adding 'qt_material/resources/source/close.svg' 2025-04-27 20:25:07,310 wheel INFO adding 'qt_material/resources/source/downarrow.svg' 2025-04-27 20:25:07,311 wheel INFO adding 'qt_material/resources/source/downarrow2.svg' 2025-04-27 20:25:07,311 wheel INFO adding 'qt_material/resources/source/float.svg' 2025-04-27 20:25:07,312 wheel INFO adding 'qt_material/resources/source/leftarrow.svg' 2025-04-27 20:25:07,312 wheel INFO adding 'qt_material/resources/source/leftarrow2.svg' 2025-04-27 20:25:07,312 wheel INFO adding 'qt_material/resources/source/radiobutton_checked.svg' 2025-04-27 20:25:07,313 wheel INFO adding 'qt_material/resources/source/radiobutton_checked_invert.svg' 2025-04-27 20:25:07,313 wheel INFO adding 'qt_material/resources/source/radiobutton_unchecked.svg' 2025-04-27 20:25:07,314 wheel INFO adding 'qt_material/resources/source/radiobutton_unchecked_invert.svg' 2025-04-27 20:25:07,314 wheel INFO adding 'qt_material/resources/source/rightarrow.svg' 2025-04-27 20:25:07,314 wheel INFO adding 'qt_material/resources/source/rightarrow2.svg' 2025-04-27 20:25:07,315 wheel INFO adding 'qt_material/resources/source/sizegrip.svg' 2025-04-27 20:25:07,315 wheel INFO adding 'qt_material/resources/source/slider.svg' 2025-04-27 20:25:07,316 wheel INFO adding 'qt_material/resources/source/splitter-horizontal.svg' 2025-04-27 20:25:07,316 wheel INFO adding 'qt_material/resources/source/splitter-vertical.svg' 2025-04-27 20:25:07,316 wheel INFO adding 'qt_material/resources/source/tab_close.svg' 2025-04-27 20:25:07,317 wheel INFO adding 'qt_material/resources/source/toolbar-handle-horizontal.svg' 2025-04-27 20:25:07,317 wheel INFO adding 'qt_material/resources/source/toolbar-handle-vertical.svg' 2025-04-27 20:25:07,318 wheel INFO adding 'qt_material/resources/source/uparrow.svg' 2025-04-27 20:25:07,318 wheel INFO adding 'qt_material/resources/source/uparrow2.svg' 2025-04-27 20:25:07,318 wheel INFO adding 'qt_material/resources/source/vline.svg' 2025-04-27 20:25:07,319 wheel INFO adding 'qt_material/themes/dark_amber.xml' 2025-04-27 20:25:07,319 wheel INFO adding 'qt_material/themes/dark_blue.xml' 2025-04-27 20:25:07,320 wheel INFO adding 'qt_material/themes/dark_cyan.xml' 2025-04-27 20:25:07,320 wheel INFO adding 'qt_material/themes/dark_lightgreen.xml' 2025-04-27 20:25:07,320 wheel INFO adding 'qt_material/themes/dark_medical.xml' 2025-04-27 20:25:07,321 wheel INFO adding 'qt_material/themes/dark_pink.xml' 2025-04-27 20:25:07,321 wheel INFO adding 'qt_material/themes/dark_purple.xml' 2025-04-27 20:25:07,321 wheel INFO adding 'qt_material/themes/dark_red.xml' 2025-04-27 20:25:07,322 wheel INFO adding 'qt_material/themes/dark_teal.xml' 2025-04-27 20:25:07,322 wheel INFO adding 'qt_material/themes/dark_yellow.xml' 2025-04-27 20:25:07,322 wheel INFO adding 'qt_material/themes/light_amber.xml' 2025-04-27 20:25:07,323 wheel INFO adding 'qt_material/themes/light_blue.xml' 2025-04-27 20:25:07,323 wheel INFO adding 'qt_material/themes/light_blue_500.xml' 2025-04-27 20:25:07,324 wheel INFO adding 'qt_material/themes/light_cyan.xml' 2025-04-27 20:25:07,324 wheel INFO adding 'qt_material/themes/light_cyan_500.xml' 2025-04-27 20:25:07,324 wheel INFO adding 'qt_material/themes/light_lightgreen.xml' 2025-04-27 20:25:07,324 wheel INFO adding 'qt_material/themes/light_lightgreen_500.xml' 2025-04-27 20:25:07,325 wheel INFO adding 'qt_material/themes/light_orange.xml' 2025-04-27 20:25:07,325 wheel INFO adding 'qt_material/themes/light_pink.xml' 2025-04-27 20:25:07,326 wheel INFO adding 'qt_material/themes/light_pink_500.xml' 2025-04-27 20:25:07,326 wheel INFO adding 'qt_material/themes/light_purple.xml' 2025-04-27 20:25:07,326 wheel INFO adding 'qt_material/themes/light_purple_500.xml' 2025-04-27 20:25:07,327 wheel INFO adding 'qt_material/themes/light_red.xml' 2025-04-27 20:25:07,327 wheel INFO adding 'qt_material/themes/light_red_500.xml' 2025-04-27 20:25:07,327 wheel INFO adding 'qt_material/themes/light_teal.xml' 2025-04-27 20:25:07,328 wheel INFO adding 'qt_material/themes/light_teal_500.xml' 2025-04-27 20:25:07,328 wheel INFO adding 'qt_material/themes/light_yellow.xml' 2025-04-27 20:25:07,329 wheel INFO adding 'qt_material-2.14.dist-info/licenses/LICENSE' 2025-04-27 20:25:07,329 wheel INFO adding 'qt_material-2.14.dist-info/METADATA' 2025-04-27 20:25:07,329 wheel INFO adding 'qt_material-2.14.dist-info/WHEEL' 2025-04-27 20:25:07,330 wheel INFO adding 'qt_material-2.14.dist-info/entry_points.txt' 2025-04-27 20:25:07,330 wheel INFO adding 'qt_material-2.14.dist-info/top_level.txt' 2025-04-27 20:25:07,331 wheel INFO adding 'qt_material-2.14.dist-info/RECORD' 2025-04-27 20:25:07,331 root INFO removing build/bdist.linux-loongarch64/wheel 2025-04-27 20:25:07,336 gpep517 INFO The backend produced .dist/qt_material-2.14-py3-none-any.whl qt_material-2.14-py3-none-any.whl >>> py3-qt-material: Entering fakeroot... >>> py3-qt-material-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/qt_material/__pycache__' -> '/home/buildozer/aports/community/py3-qt-material/pkg/py3-qt-material-pyc/usr/lib/python3.12/site-packages/qt_material/__pycache__' 'usr/lib/python3.12/site-packages/qt_material/resources/logo/__pycache__' -> '/home/buildozer/aports/community/py3-qt-material/pkg/py3-qt-material-pyc/usr/lib/python3.12/site-packages/qt_material/resources/logo/__pycache__' 'usr/lib/python3.12/site-packages/qt_material/resources/__pycache__' -> '/home/buildozer/aports/community/py3-qt-material/pkg/py3-qt-material-pyc/usr/lib/python3.12/site-packages/qt_material/resources/__pycache__' 'usr/lib/python3.12/site-packages/qt_material/resources/source/__pycache__' -> '/home/buildozer/aports/community/py3-qt-material/pkg/py3-qt-material-pyc/usr/lib/python3.12/site-packages/qt_material/resources/source/__pycache__' >>> py3-qt-material-pyc*: Preparing subpackage py3-qt-material-pyc... >>> py3-qt-material-pyc*: Running postcheck for py3-qt-material-pyc >>> py3-qt-material*: Running postcheck for py3-qt-material >>> py3-qt-material*: Preparing package py3-qt-material... >>> py3-qt-material-pyc*: Tracing dependencies... py3-jinja2 python3~3.12 >>> py3-qt-material-pyc*: Package size: 34.5 KB >>> py3-qt-material-pyc*: Compressing data... >>> py3-qt-material-pyc*: Create checksum... >>> py3-qt-material-pyc*: Create py3-qt-material-pyc-2.14-r1.apk >>> py3-qt-material*: Tracing dependencies... py3-jinja2 python3~3.12 >>> py3-qt-material*: Package size: 3.2 MB >>> py3-qt-material*: Compressing data... >>> py3-qt-material*: Create checksum... >>> py3-qt-material*: Create py3-qt-material-2.14-r1.apk >>> py3-qt-material: Build complete at Sun, 27 Apr 2025 20:25:08 +0000 elapsed time 0h 0m 43s >>> py3-qt-material: Cleaning up srcdir >>> py3-qt-material: Cleaning up pkgdir >>> py3-qt-material: Uninstalling dependencies... (1/28) Purging .makedepends-py3-qt-material (20250427.202505) (2/28) Purging py3-jinja2-pyc (3.1.6-r0) (3/28) Purging py3-jinja2 (3.1.6-r0) (4/28) Purging py3-markupsafe-pyc (3.0.2-r0) (5/28) Purging py3-markupsafe (3.0.2-r0) (6/28) Purging py3-gpep517-pyc (16-r0) (7/28) Purging py3-gpep517 (16-r0) (8/28) Purging py3-installer-pyc (0.7.0-r2) (9/28) Purging py3-installer (0.7.0-r2) (10/28) Purging py3-setuptools-pyc (77.0.3-r0) (11/28) Purging py3-setuptools (77.0.3-r0) (12/28) Purging py3-wheel-pyc (0.43.0-r0) (13/28) Purging py3-wheel (0.43.0-r0) (14/28) Purging py3-packaging-pyc (24.2-r0) (15/28) Purging py3-packaging (24.2-r0) (16/28) Purging py3-parsing-pyc (3.2.0-r0) (17/28) Purging py3-parsing (3.2.0-r0) (18/28) Purging python3-pyc (3.12.10-r0) (19/28) Purging python3-pycache-pyc0 (3.12.10-r0) (20/28) Purging pyc (3.12.10-r0) (21/28) Purging python3 (3.12.10-r0) (22/28) Purging gdbm (1.24-r0) (23/28) Purging libbz2 (1.0.8-r6) (24/28) Purging libffi (3.4.8-r0) (25/28) Purging libpanelw (6.5_p20250412-r0) (26/28) Purging mpdecimal (4.0.0-r0) (27/28) Purging sqlite-libs (3.49.1-r0) (28/28) Purging xz-libs (5.8.1-r0) Executing busybox-1.37.0-r16.trigger OK: 251 MiB in 101 packages >>> py3-qt-material: Updating the community/loongarch64 repository index... >>> py3-qt-material: Signing the index...