>>> py3-qt-material: Building community/py3-qt-material 2.14-r0 (using abuild 3.12.0-r0) started Mon, 04 Dec 2023 20:03:12 +0000 >>> py3-qt-material: Checking sanity of /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/29) Installing libbz2 (1.0.8-r6) (2/29) Installing libffi (3.4.4-r3) (3/29) Installing gdbm (1.23-r1) (4/29) Installing xz-libs (5.4.5-r0) (5/29) Installing mpdecimal (2.5.1-r2) (6/29) Installing libpanelw (6.4_p20231125-r0) (7/29) Installing readline (8.2.1-r2) (8/29) Installing sqlite-libs (3.44.2-r0) (9/29) Installing python3 (3.11.6-r1) (10/29) Installing python3-pycache-pyc0 (3.11.6-r1) (11/29) Installing pyc (3.11.6-r1) (12/29) Installing py3-jinja2-pyc (3.1.2-r3) (13/29) Installing py3-markupsafe-pyc (2.1.3-r0) (14/29) Installing python3-pyc (3.11.6-r1) (15/29) Installing py3-markupsafe (2.1.3-r0) (16/29) Installing py3-jinja2 (3.1.2-r3) (17/29) Installing py3-installer (0.7.0-r1) (18/29) Installing py3-installer-pyc (0.7.0-r1) (19/29) Installing py3-gpep517 (15-r1) (20/29) Installing py3-gpep517-pyc (15-r1) (21/29) Installing py3-parsing (3.1.1-r0) (22/29) Installing py3-parsing-pyc (3.1.1-r0) (23/29) Installing py3-packaging (23.2-r0) (24/29) Installing py3-packaging-pyc (23.2-r0) (25/29) Installing py3-setuptools (68.2.2-r0) (26/29) Installing py3-setuptools-pyc (68.2.2-r0) (27/29) Installing py3-wheel (0.42.0-r0) (28/29) Installing py3-wheel-pyc (0.42.0-r0) (29/29) Installing .makedepends-py3-qt-material (20231204.200318) Executing busybox-1.36.1-r15.trigger OK: 279 MiB in 131 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... 2023-12-04 20:03:21,922 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ 2023-12-04 20:03:22,114 root INFO running bdist_wheel 2023-12-04 20:03:22,193 root INFO running build 2023-12-04 20:03:22,193 root INFO running build_py 2023-12-04 20:03:22,205 root INFO creating build 2023-12-04 20:03:22,206 root INFO creating build/lib 2023-12-04 20:03:22,206 root INFO creating build/lib/qt_material 2023-12-04 20:03:22,207 root INFO copying qt_material/hook-qt_material.py -> build/lib/qt_material 2023-12-04 20:03:22,208 root INFO copying qt_material/__init__.py -> build/lib/qt_material 2023-12-04 20:03:22,210 root INFO creating build/lib/qt_material/resources 2023-12-04 20:03:22,211 root INFO copying qt_material/resources/__init__.py -> build/lib/qt_material/resources 2023-12-04 20:03:22,211 root INFO copying qt_material/resources/generate.py -> build/lib/qt_material/resources 2023-12-04 20:03:22,213 root INFO creating build/lib/qt_material/resources/source 2023-12-04 20:03:22,214 root INFO copying qt_material/resources/source/__init__.py -> build/lib/qt_material/resources/source 2023-12-04 20:03:22,214 root INFO running egg_info 2023-12-04 20:03:22,222 root INFO writing qt_material.egg-info/PKG-INFO 2023-12-04 20:03:22,225 root INFO writing dependency_links to qt_material.egg-info/dependency_links.txt 2023-12-04 20:03:22,226 root INFO writing entry points to qt_material.egg-info/entry_points.txt 2023-12-04 20:03:22,227 root INFO writing requirements to qt_material.egg-info/requires.txt 2023-12-04 20:03:22,228 root INFO writing top-level names to qt_material.egg-info/top_level.txt 2023-12-04 20:03:22,239 root INFO reading manifest file 'qt_material.egg-info/SOURCES.txt' 2023-12-04 20:03:22,244 root INFO reading manifest template 'MANIFEST.in' 2023-12-04 20:03:22,292 root WARNING warning: no files found matching '*.csv' under directory '*' 2023-12-04 20:03:22,306 root WARNING warning: no previously-included files matching '__pycache__' found under directory '*' 2023-12-04 20:03:22,308 root WARNING warning: no previously-included files matching '*.py[co]' found under directory '*' 2023-12-04 20:03:22,308 root INFO adding license file 'LICENSE' 2023-12-04 20:03:22,324 root INFO writing manifest file 'qt_material.egg-info/SOURCES.txt' /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:204: _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.11/site-packages/setuptools/command/build_py.py:204: _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.11/site-packages/setuptools/command/build_py.py:204: _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) 2023-12-04 20:03:22,347 root INFO copying qt_material/dock_theme.ui -> build/lib/qt_material 2023-12-04 20:03:22,349 root INFO copying qt_material/material.css.template -> build/lib/qt_material 2023-12-04 20:03:22,350 root INFO creating build/lib/qt_material/fonts 2023-12-04 20:03:22,350 root INFO creating build/lib/qt_material/fonts/roboto 2023-12-04 20:03:22,350 root INFO copying qt_material/fonts/roboto/Roboto-Black.ttf -> build/lib/qt_material/fonts/roboto 2023-12-04 20:03:22,352 root INFO copying qt_material/fonts/roboto/Roboto-BlackItalic.ttf -> build/lib/qt_material/fonts/roboto 2023-12-04 20:03:22,353 root INFO copying qt_material/fonts/roboto/Roboto-Bold.ttf -> build/lib/qt_material/fonts/roboto 2023-12-04 20:03:22,355 root INFO copying qt_material/fonts/roboto/Roboto-BoldItalic.ttf -> build/lib/qt_material/fonts/roboto 2023-12-04 20:03:22,356 root INFO copying qt_material/fonts/roboto/Roboto-Italic.ttf -> build/lib/qt_material/fonts/roboto 2023-12-04 20:03:22,358 root INFO copying qt_material/fonts/roboto/Roboto-Light.ttf -> build/lib/qt_material/fonts/roboto 2023-12-04 20:03:22,359 root INFO copying qt_material/fonts/roboto/Roboto-LightItalic.ttf -> build/lib/qt_material/fonts/roboto 2023-12-04 20:03:22,361 root INFO copying qt_material/fonts/roboto/Roboto-Medium.ttf -> build/lib/qt_material/fonts/roboto 2023-12-04 20:03:22,362 root INFO copying qt_material/fonts/roboto/Roboto-MediumItalic.ttf -> build/lib/qt_material/fonts/roboto 2023-12-04 20:03:22,363 root INFO copying qt_material/fonts/roboto/Roboto-Regular.ttf -> build/lib/qt_material/fonts/roboto 2023-12-04 20:03:22,364 root INFO copying qt_material/fonts/roboto/Roboto-Thin.ttf -> build/lib/qt_material/fonts/roboto 2023-12-04 20:03:22,365 root INFO copying qt_material/fonts/roboto/Roboto-ThinItalic.ttf -> build/lib/qt_material/fonts/roboto 2023-12-04 20:03:22,366 root INFO copying qt_material/fonts/roboto/RobotoCondensed-Bold.ttf -> build/lib/qt_material/fonts/roboto 2023-12-04 20:03:22,367 root INFO copying qt_material/fonts/roboto/RobotoCondensed-BoldItalic.ttf -> build/lib/qt_material/fonts/roboto 2023-12-04 20:03:22,368 root INFO copying qt_material/fonts/roboto/RobotoCondensed-Italic.ttf -> build/lib/qt_material/fonts/roboto 2023-12-04 20:03:22,369 root INFO copying qt_material/fonts/roboto/RobotoCondensed-Light.ttf -> build/lib/qt_material/fonts/roboto 2023-12-04 20:03:22,370 root INFO copying qt_material/fonts/roboto/RobotoCondensed-LightItalic.ttf -> build/lib/qt_material/fonts/roboto 2023-12-04 20:03:22,371 root INFO copying qt_material/fonts/roboto/RobotoCondensed-Regular.ttf -> build/lib/qt_material/fonts/roboto 2023-12-04 20:03:22,372 root INFO creating build/lib/qt_material/themes 2023-12-04 20:03:22,373 root INFO copying qt_material/themes/dark_amber.xml -> build/lib/qt_material/themes 2023-12-04 20:03:22,374 root INFO copying qt_material/themes/dark_blue.xml -> build/lib/qt_material/themes 2023-12-04 20:03:22,374 root INFO copying qt_material/themes/dark_cyan.xml -> build/lib/qt_material/themes 2023-12-04 20:03:22,375 root INFO copying qt_material/themes/dark_lightgreen.xml -> build/lib/qt_material/themes 2023-12-04 20:03:22,376 root INFO copying qt_material/themes/dark_medical.xml -> build/lib/qt_material/themes 2023-12-04 20:03:22,377 root INFO copying qt_material/themes/dark_pink.xml -> build/lib/qt_material/themes 2023-12-04 20:03:22,378 root INFO copying qt_material/themes/dark_purple.xml -> build/lib/qt_material/themes 2023-12-04 20:03:22,378 root INFO copying qt_material/themes/dark_red.xml -> build/lib/qt_material/themes 2023-12-04 20:03:22,379 root INFO copying qt_material/themes/dark_teal.xml -> build/lib/qt_material/themes 2023-12-04 20:03:22,380 root INFO copying qt_material/themes/dark_yellow.xml -> build/lib/qt_material/themes 2023-12-04 20:03:22,380 root INFO copying qt_material/themes/light_amber.xml -> build/lib/qt_material/themes 2023-12-04 20:03:22,381 root INFO copying qt_material/themes/light_blue.xml -> build/lib/qt_material/themes 2023-12-04 20:03:22,382 root INFO copying qt_material/themes/light_blue_500.xml -> build/lib/qt_material/themes 2023-12-04 20:03:22,383 root INFO copying qt_material/themes/light_cyan.xml -> build/lib/qt_material/themes 2023-12-04 20:03:22,383 root INFO copying qt_material/themes/light_cyan_500.xml -> build/lib/qt_material/themes 2023-12-04 20:03:22,384 root INFO copying qt_material/themes/light_lightgreen.xml -> build/lib/qt_material/themes 2023-12-04 20:03:22,385 root INFO copying qt_material/themes/light_lightgreen_500.xml -> build/lib/qt_material/themes 2023-12-04 20:03:22,386 root INFO copying qt_material/themes/light_orange.xml -> build/lib/qt_material/themes 2023-12-04 20:03:22,386 root INFO copying qt_material/themes/light_pink.xml -> build/lib/qt_material/themes 2023-12-04 20:03:22,387 root INFO copying qt_material/themes/light_pink_500.xml -> build/lib/qt_material/themes 2023-12-04 20:03:22,388 root INFO copying qt_material/themes/light_purple.xml -> build/lib/qt_material/themes 2023-12-04 20:03:22,389 root INFO copying qt_material/themes/light_purple_500.xml -> build/lib/qt_material/themes 2023-12-04 20:03:22,390 root INFO copying qt_material/themes/light_red.xml -> build/lib/qt_material/themes 2023-12-04 20:03:22,390 root INFO copying qt_material/themes/light_red_500.xml -> build/lib/qt_material/themes 2023-12-04 20:03:22,391 root INFO copying qt_material/themes/light_teal.xml -> build/lib/qt_material/themes 2023-12-04 20:03:22,392 root INFO copying qt_material/themes/light_teal_500.xml -> build/lib/qt_material/themes 2023-12-04 20:03:22,392 root INFO copying qt_material/themes/light_yellow.xml -> build/lib/qt_material/themes 2023-12-04 20:03:22,393 root INFO creating build/lib/qt_material/resources/logo 2023-12-04 20:03:22,394 root INFO copying qt_material/resources/logo/__init__.py -> build/lib/qt_material/resources/logo 2023-12-04 20:03:22,394 root INFO copying qt_material/resources/logo/logo.svg -> build/lib/qt_material/resources/logo 2023-12-04 20:03:22,395 root INFO copying qt_material/resources/logo/logo_frame.svg -> build/lib/qt_material/resources/logo 2023-12-04 20:03:22,396 root INFO copying qt_material/resources/source/base.svg -> build/lib/qt_material/resources/source 2023-12-04 20:03:22,397 root INFO copying qt_material/resources/source/branch-closed.svg -> build/lib/qt_material/resources/source 2023-12-04 20:03:22,397 root INFO copying qt_material/resources/source/branch-end.svg -> build/lib/qt_material/resources/source 2023-12-04 20:03:22,398 root INFO copying qt_material/resources/source/branch-more.svg -> build/lib/qt_material/resources/source 2023-12-04 20:03:22,399 root INFO copying qt_material/resources/source/branch-open.svg -> build/lib/qt_material/resources/source 2023-12-04 20:03:22,400 root INFO copying qt_material/resources/source/checkbox_checked.svg -> build/lib/qt_material/resources/source 2023-12-04 20:03:22,400 root INFO copying qt_material/resources/source/checkbox_checked_invert.svg -> build/lib/qt_material/resources/source 2023-12-04 20:03:22,401 root INFO copying qt_material/resources/source/checkbox_indeterminate.svg -> build/lib/qt_material/resources/source 2023-12-04 20:03:22,402 root INFO copying qt_material/resources/source/checkbox_indeterminate_invert.svg -> build/lib/qt_material/resources/source 2023-12-04 20:03:22,403 root INFO copying qt_material/resources/source/checkbox_unchecked.svg -> build/lib/qt_material/resources/source 2023-12-04 20:03:22,403 root INFO copying qt_material/resources/source/checkbox_unchecked_invert.svg -> build/lib/qt_material/resources/source 2023-12-04 20:03:22,404 root INFO copying qt_material/resources/source/checklist.svg -> build/lib/qt_material/resources/source 2023-12-04 20:03:22,405 root INFO copying qt_material/resources/source/checklist_indeterminate.svg -> build/lib/qt_material/resources/source 2023-12-04 20:03:22,406 root INFO copying qt_material/resources/source/checklist_indeterminate_invert.svg -> build/lib/qt_material/resources/source 2023-12-04 20:03:22,407 root INFO copying qt_material/resources/source/checklist_invert.svg -> build/lib/qt_material/resources/source 2023-12-04 20:03:22,407 root INFO copying qt_material/resources/source/close.svg -> build/lib/qt_material/resources/source 2023-12-04 20:03:22,408 root INFO copying qt_material/resources/source/downarrow.svg -> build/lib/qt_material/resources/source 2023-12-04 20:03:22,409 root INFO copying qt_material/resources/source/downarrow2.svg -> build/lib/qt_material/resources/source 2023-12-04 20:03:22,410 root INFO copying qt_material/resources/source/float.svg -> build/lib/qt_material/resources/source 2023-12-04 20:03:22,410 root INFO copying qt_material/resources/source/leftarrow.svg -> build/lib/qt_material/resources/source 2023-12-04 20:03:22,411 root INFO copying qt_material/resources/source/leftarrow2.svg -> build/lib/qt_material/resources/source 2023-12-04 20:03:22,412 root INFO copying qt_material/resources/source/radiobutton_checked.svg -> build/lib/qt_material/resources/source 2023-12-04 20:03:22,413 root INFO copying qt_material/resources/source/radiobutton_checked_invert.svg -> build/lib/qt_material/resources/source 2023-12-04 20:03:22,413 root INFO copying qt_material/resources/source/radiobutton_unchecked.svg -> build/lib/qt_material/resources/source 2023-12-04 20:03:22,414 root INFO copying qt_material/resources/source/radiobutton_unchecked_invert.svg -> build/lib/qt_material/resources/source 2023-12-04 20:03:22,415 root INFO copying qt_material/resources/source/rightarrow.svg -> build/lib/qt_material/resources/source 2023-12-04 20:03:22,416 root INFO copying qt_material/resources/source/rightarrow2.svg -> build/lib/qt_material/resources/source 2023-12-04 20:03:22,417 root INFO copying qt_material/resources/source/sizegrip.svg -> build/lib/qt_material/resources/source 2023-12-04 20:03:22,417 root INFO copying qt_material/resources/source/slider.svg -> build/lib/qt_material/resources/source 2023-12-04 20:03:22,418 root INFO copying qt_material/resources/source/splitter-horizontal.svg -> build/lib/qt_material/resources/source 2023-12-04 20:03:22,419 root INFO copying qt_material/resources/source/splitter-vertical.svg -> build/lib/qt_material/resources/source 2023-12-04 20:03:22,420 root INFO copying qt_material/resources/source/tab_close.svg -> build/lib/qt_material/resources/source 2023-12-04 20:03:22,420 root INFO copying qt_material/resources/source/toolbar-handle-horizontal.svg -> build/lib/qt_material/resources/source 2023-12-04 20:03:22,421 root INFO copying qt_material/resources/source/toolbar-handle-vertical.svg -> build/lib/qt_material/resources/source 2023-12-04 20:03:22,422 root INFO copying qt_material/resources/source/uparrow.svg -> build/lib/qt_material/resources/source 2023-12-04 20:03:22,423 root INFO copying qt_material/resources/source/uparrow2.svg -> build/lib/qt_material/resources/source 2023-12-04 20:03:22,424 root INFO copying qt_material/resources/source/vline.svg -> build/lib/qt_material/resources/source 2023-12-04 20:03:22,449 wheel INFO installing to build/bdist.linux-riscv64/wheel 2023-12-04 20:03:22,450 root INFO running install 2023-12-04 20:03:22,513 root INFO running install_lib 2023-12-04 20:03:22,523 root INFO creating build/bdist.linux-riscv64 2023-12-04 20:03:22,524 root INFO creating build/bdist.linux-riscv64/wheel 2023-12-04 20:03:22,524 root INFO creating build/bdist.linux-riscv64/wheel/qt_material 2023-12-04 20:03:22,525 root INFO creating build/bdist.linux-riscv64/wheel/qt_material/themes 2023-12-04 20:03:22,525 root INFO copying build/lib/qt_material/themes/light_purple_500.xml -> build/bdist.linux-riscv64/wheel/qt_material/themes 2023-12-04 20:03:22,526 root INFO copying build/lib/qt_material/themes/dark_teal.xml -> build/bdist.linux-riscv64/wheel/qt_material/themes 2023-12-04 20:03:22,527 root INFO copying build/lib/qt_material/themes/light_pink.xml -> build/bdist.linux-riscv64/wheel/qt_material/themes 2023-12-04 20:03:22,527 root INFO copying build/lib/qt_material/themes/light_amber.xml -> build/bdist.linux-riscv64/wheel/qt_material/themes 2023-12-04 20:03:22,528 root INFO copying build/lib/qt_material/themes/dark_yellow.xml -> build/bdist.linux-riscv64/wheel/qt_material/themes 2023-12-04 20:03:22,529 root INFO copying build/lib/qt_material/themes/light_cyan_500.xml -> build/bdist.linux-riscv64/wheel/qt_material/themes 2023-12-04 20:03:22,529 root INFO copying build/lib/qt_material/themes/light_orange.xml -> build/bdist.linux-riscv64/wheel/qt_material/themes 2023-12-04 20:03:22,530 root INFO copying build/lib/qt_material/themes/dark_cyan.xml -> build/bdist.linux-riscv64/wheel/qt_material/themes 2023-12-04 20:03:22,531 root INFO copying build/lib/qt_material/themes/dark_medical.xml -> build/bdist.linux-riscv64/wheel/qt_material/themes 2023-12-04 20:03:22,531 root INFO copying build/lib/qt_material/themes/dark_red.xml -> build/bdist.linux-riscv64/wheel/qt_material/themes 2023-12-04 20:03:22,532 root INFO copying build/lib/qt_material/themes/light_teal.xml -> build/bdist.linux-riscv64/wheel/qt_material/themes 2023-12-04 20:03:22,533 root INFO copying build/lib/qt_material/themes/light_pink_500.xml -> build/bdist.linux-riscv64/wheel/qt_material/themes 2023-12-04 20:03:22,533 root INFO copying build/lib/qt_material/themes/light_blue.xml -> build/bdist.linux-riscv64/wheel/qt_material/themes 2023-12-04 20:03:22,534 root INFO copying build/lib/qt_material/themes/dark_lightgreen.xml -> build/bdist.linux-riscv64/wheel/qt_material/themes 2023-12-04 20:03:22,535 root INFO copying build/lib/qt_material/themes/light_red_500.xml -> build/bdist.linux-riscv64/wheel/qt_material/themes 2023-12-04 20:03:22,535 root INFO copying build/lib/qt_material/themes/dark_amber.xml -> build/bdist.linux-riscv64/wheel/qt_material/themes 2023-12-04 20:03:22,536 root INFO copying build/lib/qt_material/themes/dark_purple.xml -> build/bdist.linux-riscv64/wheel/qt_material/themes 2023-12-04 20:03:22,537 root INFO copying build/lib/qt_material/themes/light_teal_500.xml -> build/bdist.linux-riscv64/wheel/qt_material/themes 2023-12-04 20:03:22,537 root INFO copying build/lib/qt_material/themes/light_purple.xml -> build/bdist.linux-riscv64/wheel/qt_material/themes 2023-12-04 20:03:22,538 root INFO copying build/lib/qt_material/themes/light_red.xml -> build/bdist.linux-riscv64/wheel/qt_material/themes 2023-12-04 20:03:22,539 root INFO copying build/lib/qt_material/themes/light_lightgreen.xml -> build/bdist.linux-riscv64/wheel/qt_material/themes 2023-12-04 20:03:22,539 root INFO copying build/lib/qt_material/themes/light_lightgreen_500.xml -> build/bdist.linux-riscv64/wheel/qt_material/themes 2023-12-04 20:03:22,540 root INFO copying build/lib/qt_material/themes/dark_blue.xml -> build/bdist.linux-riscv64/wheel/qt_material/themes 2023-12-04 20:03:22,541 root INFO copying build/lib/qt_material/themes/light_cyan.xml -> build/bdist.linux-riscv64/wheel/qt_material/themes 2023-12-04 20:03:22,541 root INFO copying build/lib/qt_material/themes/dark_pink.xml -> build/bdist.linux-riscv64/wheel/qt_material/themes 2023-12-04 20:03:22,542 root INFO copying build/lib/qt_material/themes/light_yellow.xml -> build/bdist.linux-riscv64/wheel/qt_material/themes 2023-12-04 20:03:22,543 root INFO copying build/lib/qt_material/themes/light_blue_500.xml -> build/bdist.linux-riscv64/wheel/qt_material/themes 2023-12-04 20:03:22,543 root INFO copying build/lib/qt_material/hook-qt_material.py -> build/bdist.linux-riscv64/wheel/qt_material 2023-12-04 20:03:22,544 root INFO copying build/lib/qt_material/__init__.py -> build/bdist.linux-riscv64/wheel/qt_material 2023-12-04 20:03:22,545 root INFO creating build/bdist.linux-riscv64/wheel/qt_material/fonts 2023-12-04 20:03:22,545 root INFO creating build/bdist.linux-riscv64/wheel/qt_material/fonts/roboto 2023-12-04 20:03:22,546 root INFO copying build/lib/qt_material/fonts/roboto/Roboto-LightItalic.ttf -> build/bdist.linux-riscv64/wheel/qt_material/fonts/roboto 2023-12-04 20:03:22,547 root INFO copying build/lib/qt_material/fonts/roboto/RobotoCondensed-LightItalic.ttf -> build/bdist.linux-riscv64/wheel/qt_material/fonts/roboto 2023-12-04 20:03:22,548 root INFO copying build/lib/qt_material/fonts/roboto/RobotoCondensed-Regular.ttf -> build/bdist.linux-riscv64/wheel/qt_material/fonts/roboto 2023-12-04 20:03:22,549 root INFO copying build/lib/qt_material/fonts/roboto/Roboto-Light.ttf -> build/bdist.linux-riscv64/wheel/qt_material/fonts/roboto 2023-12-04 20:03:22,550 root INFO copying build/lib/qt_material/fonts/roboto/Roboto-ThinItalic.ttf -> build/bdist.linux-riscv64/wheel/qt_material/fonts/roboto 2023-12-04 20:03:22,551 root INFO copying build/lib/qt_material/fonts/roboto/Roboto-BoldItalic.ttf -> build/bdist.linux-riscv64/wheel/qt_material/fonts/roboto 2023-12-04 20:03:22,552 root INFO copying build/lib/qt_material/fonts/roboto/Roboto-MediumItalic.ttf -> build/bdist.linux-riscv64/wheel/qt_material/fonts/roboto 2023-12-04 20:03:22,553 root INFO copying build/lib/qt_material/fonts/roboto/RobotoCondensed-Bold.ttf -> build/bdist.linux-riscv64/wheel/qt_material/fonts/roboto 2023-12-04 20:03:22,554 root INFO copying build/lib/qt_material/fonts/roboto/RobotoCondensed-BoldItalic.ttf -> build/bdist.linux-riscv64/wheel/qt_material/fonts/roboto 2023-12-04 20:03:22,555 root INFO copying build/lib/qt_material/fonts/roboto/RobotoCondensed-Light.ttf -> build/bdist.linux-riscv64/wheel/qt_material/fonts/roboto 2023-12-04 20:03:22,556 root INFO copying build/lib/qt_material/fonts/roboto/Roboto-Italic.ttf -> build/bdist.linux-riscv64/wheel/qt_material/fonts/roboto 2023-12-04 20:03:22,557 root INFO copying build/lib/qt_material/fonts/roboto/Roboto-Black.ttf -> build/bdist.linux-riscv64/wheel/qt_material/fonts/roboto 2023-12-04 20:03:22,558 root INFO copying build/lib/qt_material/fonts/roboto/RobotoCondensed-Italic.ttf -> build/bdist.linux-riscv64/wheel/qt_material/fonts/roboto 2023-12-04 20:03:22,559 root INFO copying build/lib/qt_material/fonts/roboto/Roboto-Bold.ttf -> build/bdist.linux-riscv64/wheel/qt_material/fonts/roboto 2023-12-04 20:03:22,560 root INFO copying build/lib/qt_material/fonts/roboto/Roboto-Regular.ttf -> build/bdist.linux-riscv64/wheel/qt_material/fonts/roboto 2023-12-04 20:03:22,561 root INFO copying build/lib/qt_material/fonts/roboto/Roboto-BlackItalic.ttf -> build/bdist.linux-riscv64/wheel/qt_material/fonts/roboto 2023-12-04 20:03:22,562 root INFO copying build/lib/qt_material/fonts/roboto/Roboto-Medium.ttf -> build/bdist.linux-riscv64/wheel/qt_material/fonts/roboto 2023-12-04 20:03:22,563 root INFO copying build/lib/qt_material/fonts/roboto/Roboto-Thin.ttf -> build/bdist.linux-riscv64/wheel/qt_material/fonts/roboto 2023-12-04 20:03:22,564 root INFO creating build/bdist.linux-riscv64/wheel/qt_material/resources 2023-12-04 20:03:22,565 root INFO copying build/lib/qt_material/resources/__init__.py -> build/bdist.linux-riscv64/wheel/qt_material/resources 2023-12-04 20:03:22,566 root INFO copying build/lib/qt_material/resources/generate.py -> build/bdist.linux-riscv64/wheel/qt_material/resources 2023-12-04 20:03:22,566 root INFO creating build/bdist.linux-riscv64/wheel/qt_material/resources/source 2023-12-04 20:03:22,567 root INFO copying build/lib/qt_material/resources/source/tab_close.svg -> build/bdist.linux-riscv64/wheel/qt_material/resources/source 2023-12-04 20:03:22,567 root INFO copying build/lib/qt_material/resources/source/checkbox_indeterminate.svg -> build/bdist.linux-riscv64/wheel/qt_material/resources/source 2023-12-04 20:03:22,568 root INFO copying build/lib/qt_material/resources/source/toolbar-handle-vertical.svg -> build/bdist.linux-riscv64/wheel/qt_material/resources/source 2023-12-04 20:03:22,569 root INFO copying build/lib/qt_material/resources/source/splitter-vertical.svg -> build/bdist.linux-riscv64/wheel/qt_material/resources/source 2023-12-04 20:03:22,570 root INFO copying build/lib/qt_material/resources/source/sizegrip.svg -> build/bdist.linux-riscv64/wheel/qt_material/resources/source 2023-12-04 20:03:22,570 root INFO copying build/lib/qt_material/resources/source/checkbox_checked.svg -> build/bdist.linux-riscv64/wheel/qt_material/resources/source 2023-12-04 20:03:22,571 root INFO copying build/lib/qt_material/resources/source/float.svg -> build/bdist.linux-riscv64/wheel/qt_material/resources/source 2023-12-04 20:03:22,572 root INFO copying build/lib/qt_material/resources/source/checkbox_checked_invert.svg -> build/bdist.linux-riscv64/wheel/qt_material/resources/source 2023-12-04 20:03:22,572 root INFO copying build/lib/qt_material/resources/source/checkbox_unchecked.svg -> build/bdist.linux-riscv64/wheel/qt_material/resources/source 2023-12-04 20:03:22,573 root INFO copying build/lib/qt_material/resources/source/uparrow2.svg -> build/bdist.linux-riscv64/wheel/qt_material/resources/source 2023-12-04 20:03:22,574 root INFO copying build/lib/qt_material/resources/source/slider.svg -> build/bdist.linux-riscv64/wheel/qt_material/resources/source 2023-12-04 20:03:22,574 root INFO copying build/lib/qt_material/resources/source/checklist_indeterminate.svg -> build/bdist.linux-riscv64/wheel/qt_material/resources/source 2023-12-04 20:03:22,575 root INFO copying build/lib/qt_material/resources/source/radiobutton_checked_invert.svg -> build/bdist.linux-riscv64/wheel/qt_material/resources/source 2023-12-04 20:03:22,576 root INFO copying build/lib/qt_material/resources/source/__init__.py -> build/bdist.linux-riscv64/wheel/qt_material/resources/source 2023-12-04 20:03:22,576 root INFO copying build/lib/qt_material/resources/source/branch-end.svg -> build/bdist.linux-riscv64/wheel/qt_material/resources/source 2023-12-04 20:03:22,577 root INFO copying build/lib/qt_material/resources/source/downarrow2.svg -> build/bdist.linux-riscv64/wheel/qt_material/resources/source 2023-12-04 20:03:22,578 root INFO copying build/lib/qt_material/resources/source/uparrow.svg -> build/bdist.linux-riscv64/wheel/qt_material/resources/source 2023-12-04 20:03:22,578 root INFO copying build/lib/qt_material/resources/source/leftarrow2.svg -> build/bdist.linux-riscv64/wheel/qt_material/resources/source 2023-12-04 20:03:22,579 root INFO copying build/lib/qt_material/resources/source/close.svg -> build/bdist.linux-riscv64/wheel/qt_material/resources/source 2023-12-04 20:03:22,580 root INFO copying build/lib/qt_material/resources/source/toolbar-handle-horizontal.svg -> build/bdist.linux-riscv64/wheel/qt_material/resources/source 2023-12-04 20:03:22,580 root INFO copying build/lib/qt_material/resources/source/radiobutton_checked.svg -> build/bdist.linux-riscv64/wheel/qt_material/resources/source 2023-12-04 20:03:22,581 root INFO copying build/lib/qt_material/resources/source/branch-closed.svg -> build/bdist.linux-riscv64/wheel/qt_material/resources/source 2023-12-04 20:03:22,582 root INFO copying build/lib/qt_material/resources/source/downarrow.svg -> build/bdist.linux-riscv64/wheel/qt_material/resources/source 2023-12-04 20:03:22,582 root INFO copying build/lib/qt_material/resources/source/checkbox_indeterminate_invert.svg -> build/bdist.linux-riscv64/wheel/qt_material/resources/source 2023-12-04 20:03:22,583 root INFO copying build/lib/qt_material/resources/source/checklist.svg -> build/bdist.linux-riscv64/wheel/qt_material/resources/source 2023-12-04 20:03:22,584 root INFO copying build/lib/qt_material/resources/source/branch-open.svg -> build/bdist.linux-riscv64/wheel/qt_material/resources/source 2023-12-04 20:03:22,585 root INFO copying build/lib/qt_material/resources/source/checklist_indeterminate_invert.svg -> build/bdist.linux-riscv64/wheel/qt_material/resources/source 2023-12-04 20:03:22,585 root INFO copying build/lib/qt_material/resources/source/vline.svg -> build/bdist.linux-riscv64/wheel/qt_material/resources/source 2023-12-04 20:03:22,586 root INFO copying build/lib/qt_material/resources/source/checklist_invert.svg -> build/bdist.linux-riscv64/wheel/qt_material/resources/source 2023-12-04 20:03:22,587 root INFO copying build/lib/qt_material/resources/source/rightarrow2.svg -> build/bdist.linux-riscv64/wheel/qt_material/resources/source 2023-12-04 20:03:22,587 root INFO copying build/lib/qt_material/resources/source/radiobutton_unchecked_invert.svg -> build/bdist.linux-riscv64/wheel/qt_material/resources/source 2023-12-04 20:03:22,588 root INFO copying build/lib/qt_material/resources/source/leftarrow.svg -> build/bdist.linux-riscv64/wheel/qt_material/resources/source 2023-12-04 20:03:22,589 root INFO copying build/lib/qt_material/resources/source/checkbox_unchecked_invert.svg -> build/bdist.linux-riscv64/wheel/qt_material/resources/source 2023-12-04 20:03:22,589 root INFO copying build/lib/qt_material/resources/source/splitter-horizontal.svg -> build/bdist.linux-riscv64/wheel/qt_material/resources/source 2023-12-04 20:03:22,590 root INFO copying build/lib/qt_material/resources/source/branch-more.svg -> build/bdist.linux-riscv64/wheel/qt_material/resources/source 2023-12-04 20:03:22,591 root INFO copying build/lib/qt_material/resources/source/radiobutton_unchecked.svg -> build/bdist.linux-riscv64/wheel/qt_material/resources/source 2023-12-04 20:03:22,591 root INFO copying build/lib/qt_material/resources/source/base.svg -> build/bdist.linux-riscv64/wheel/qt_material/resources/source 2023-12-04 20:03:22,592 root INFO copying build/lib/qt_material/resources/source/rightarrow.svg -> build/bdist.linux-riscv64/wheel/qt_material/resources/source 2023-12-04 20:03:22,593 root INFO creating build/bdist.linux-riscv64/wheel/qt_material/resources/logo 2023-12-04 20:03:22,593 root INFO copying build/lib/qt_material/resources/logo/__init__.py -> build/bdist.linux-riscv64/wheel/qt_material/resources/logo 2023-12-04 20:03:22,594 root INFO copying build/lib/qt_material/resources/logo/logo.svg -> build/bdist.linux-riscv64/wheel/qt_material/resources/logo 2023-12-04 20:03:22,595 root INFO copying build/lib/qt_material/resources/logo/logo_frame.svg -> build/bdist.linux-riscv64/wheel/qt_material/resources/logo 2023-12-04 20:03:22,595 root INFO copying build/lib/qt_material/dock_theme.ui -> build/bdist.linux-riscv64/wheel/qt_material 2023-12-04 20:03:22,596 root INFO copying build/lib/qt_material/material.css.template -> build/bdist.linux-riscv64/wheel/qt_material 2023-12-04 20:03:22,597 root INFO running install_egg_info 2023-12-04 20:03:22,614 root INFO Copying qt_material.egg-info to build/bdist.linux-riscv64/wheel/qt_material-2.14-py3.11.egg-info 2023-12-04 20:03:22,619 root INFO running install_scripts 2023-12-04 20:03:22,632 wheel INFO creating build/bdist.linux-riscv64/wheel/qt_material-2.14.dist-info/WHEEL 2023-12-04 20:03:22,634 wheel INFO creating '/home/buildozer/aports/community/py3-qt-material/src/qt-material-2.14/.dist/.tmp-8bgy5f1n/qt_material-2.14-py3-none-any.whl' and adding 'build/bdist.linux-riscv64/wheel' to it 2023-12-04 20:03:22,637 wheel INFO adding 'qt_material/__init__.py' 2023-12-04 20:03:22,641 wheel INFO adding 'qt_material/dock_theme.ui' 2023-12-04 20:03:22,642 wheel INFO adding 'qt_material/hook-qt_material.py' 2023-12-04 20:03:22,643 wheel INFO adding 'qt_material/material.css.template' 2023-12-04 20:03:22,645 wheel INFO adding 'qt_material/fonts/roboto/Roboto-Black.ttf' 2023-12-04 20:03:22,649 wheel INFO adding 'qt_material/fonts/roboto/Roboto-BlackItalic.ttf' 2023-12-04 20:03:22,654 wheel INFO adding 'qt_material/fonts/roboto/Roboto-Bold.ttf' 2023-12-04 20:03:22,658 wheel INFO adding 'qt_material/fonts/roboto/Roboto-BoldItalic.ttf' 2023-12-04 20:03:22,662 wheel INFO adding 'qt_material/fonts/roboto/Roboto-Italic.ttf' 2023-12-04 20:03:22,667 wheel INFO adding 'qt_material/fonts/roboto/Roboto-Light.ttf' 2023-12-04 20:03:22,671 wheel INFO adding 'qt_material/fonts/roboto/Roboto-LightItalic.ttf' 2023-12-04 20:03:22,675 wheel INFO adding 'qt_material/fonts/roboto/Roboto-Medium.ttf' 2023-12-04 20:03:22,679 wheel INFO adding 'qt_material/fonts/roboto/Roboto-MediumItalic.ttf' 2023-12-04 20:03:22,684 wheel INFO adding 'qt_material/fonts/roboto/Roboto-Regular.ttf' 2023-12-04 20:03:22,688 wheel INFO adding 'qt_material/fonts/roboto/Roboto-Thin.ttf' 2023-12-04 20:03:22,692 wheel INFO adding 'qt_material/fonts/roboto/Roboto-ThinItalic.ttf' 2023-12-04 20:03:22,697 wheel INFO adding 'qt_material/fonts/roboto/RobotoCondensed-Bold.ttf' 2023-12-04 20:03:22,700 wheel INFO adding 'qt_material/fonts/roboto/RobotoCondensed-BoldItalic.ttf' 2023-12-04 20:03:22,704 wheel INFO adding 'qt_material/fonts/roboto/RobotoCondensed-Italic.ttf' 2023-12-04 20:03:22,708 wheel INFO adding 'qt_material/fonts/roboto/RobotoCondensed-Light.ttf' 2023-12-04 20:03:22,711 wheel INFO adding 'qt_material/fonts/roboto/RobotoCondensed-LightItalic.ttf' 2023-12-04 20:03:22,715 wheel INFO adding 'qt_material/fonts/roboto/RobotoCondensed-Regular.ttf' 2023-12-04 20:03:22,718 wheel INFO adding 'qt_material/resources/__init__.py' 2023-12-04 20:03:22,719 wheel INFO adding 'qt_material/resources/generate.py' 2023-12-04 20:03:22,720 wheel INFO adding 'qt_material/resources/logo/__init__.py' 2023-12-04 20:03:22,721 wheel INFO adding 'qt_material/resources/logo/logo.svg' 2023-12-04 20:03:22,722 wheel INFO adding 'qt_material/resources/logo/logo_frame.svg' 2023-12-04 20:03:22,723 wheel INFO adding 'qt_material/resources/source/__init__.py' 2023-12-04 20:03:22,724 wheel INFO adding 'qt_material/resources/source/base.svg' 2023-12-04 20:03:22,725 wheel INFO adding 'qt_material/resources/source/branch-closed.svg' 2023-12-04 20:03:22,726 wheel INFO adding 'qt_material/resources/source/branch-end.svg' 2023-12-04 20:03:22,727 wheel INFO adding 'qt_material/resources/source/branch-more.svg' 2023-12-04 20:03:22,728 wheel INFO adding 'qt_material/resources/source/branch-open.svg' 2023-12-04 20:03:22,729 wheel INFO adding 'qt_material/resources/source/checkbox_checked.svg' 2023-12-04 20:03:22,731 wheel INFO adding 'qt_material/resources/source/checkbox_checked_invert.svg' 2023-12-04 20:03:22,732 wheel INFO adding 'qt_material/resources/source/checkbox_indeterminate.svg' 2023-12-04 20:03:22,733 wheel INFO adding 'qt_material/resources/source/checkbox_indeterminate_invert.svg' 2023-12-04 20:03:22,734 wheel INFO adding 'qt_material/resources/source/checkbox_unchecked.svg' 2023-12-04 20:03:22,735 wheel INFO adding 'qt_material/resources/source/checkbox_unchecked_invert.svg' 2023-12-04 20:03:22,736 wheel INFO adding 'qt_material/resources/source/checklist.svg' 2023-12-04 20:03:22,737 wheel INFO adding 'qt_material/resources/source/checklist_indeterminate.svg' 2023-12-04 20:03:22,738 wheel INFO adding 'qt_material/resources/source/checklist_indeterminate_invert.svg' 2023-12-04 20:03:22,739 wheel INFO adding 'qt_material/resources/source/checklist_invert.svg' 2023-12-04 20:03:22,740 wheel INFO adding 'qt_material/resources/source/close.svg' 2023-12-04 20:03:22,741 wheel INFO adding 'qt_material/resources/source/downarrow.svg' 2023-12-04 20:03:22,742 wheel INFO adding 'qt_material/resources/source/downarrow2.svg' 2023-12-04 20:03:22,743 wheel INFO adding 'qt_material/resources/source/float.svg' 2023-12-04 20:03:22,744 wheel INFO adding 'qt_material/resources/source/leftarrow.svg' 2023-12-04 20:03:22,745 wheel INFO adding 'qt_material/resources/source/leftarrow2.svg' 2023-12-04 20:03:22,746 wheel INFO adding 'qt_material/resources/source/radiobutton_checked.svg' 2023-12-04 20:03:22,747 wheel INFO adding 'qt_material/resources/source/radiobutton_checked_invert.svg' 2023-12-04 20:03:22,748 wheel INFO adding 'qt_material/resources/source/radiobutton_unchecked.svg' 2023-12-04 20:03:22,749 wheel INFO adding 'qt_material/resources/source/radiobutton_unchecked_invert.svg' 2023-12-04 20:03:22,751 wheel INFO adding 'qt_material/resources/source/rightarrow.svg' 2023-12-04 20:03:22,752 wheel INFO adding 'qt_material/resources/source/rightarrow2.svg' 2023-12-04 20:03:22,753 wheel INFO adding 'qt_material/resources/source/sizegrip.svg' 2023-12-04 20:03:22,754 wheel INFO adding 'qt_material/resources/source/slider.svg' 2023-12-04 20:03:22,755 wheel INFO adding 'qt_material/resources/source/splitter-horizontal.svg' 2023-12-04 20:03:22,756 wheel INFO adding 'qt_material/resources/source/splitter-vertical.svg' 2023-12-04 20:03:22,757 wheel INFO adding 'qt_material/resources/source/tab_close.svg' 2023-12-04 20:03:22,758 wheel INFO adding 'qt_material/resources/source/toolbar-handle-horizontal.svg' 2023-12-04 20:03:22,759 wheel INFO adding 'qt_material/resources/source/toolbar-handle-vertical.svg' 2023-12-04 20:03:22,760 wheel INFO adding 'qt_material/resources/source/uparrow.svg' 2023-12-04 20:03:22,761 wheel INFO adding 'qt_material/resources/source/uparrow2.svg' 2023-12-04 20:03:22,762 wheel INFO adding 'qt_material/resources/source/vline.svg' 2023-12-04 20:03:22,764 wheel INFO adding 'qt_material/themes/dark_amber.xml' 2023-12-04 20:03:22,765 wheel INFO adding 'qt_material/themes/dark_blue.xml' 2023-12-04 20:03:22,765 wheel INFO adding 'qt_material/themes/dark_cyan.xml' 2023-12-04 20:03:22,766 wheel INFO adding 'qt_material/themes/dark_lightgreen.xml' 2023-12-04 20:03:22,767 wheel INFO adding 'qt_material/themes/dark_medical.xml' 2023-12-04 20:03:22,768 wheel INFO adding 'qt_material/themes/dark_pink.xml' 2023-12-04 20:03:22,769 wheel INFO adding 'qt_material/themes/dark_purple.xml' 2023-12-04 20:03:22,770 wheel INFO adding 'qt_material/themes/dark_red.xml' 2023-12-04 20:03:22,770 wheel INFO adding 'qt_material/themes/dark_teal.xml' 2023-12-04 20:03:22,771 wheel INFO adding 'qt_material/themes/dark_yellow.xml' 2023-12-04 20:03:22,772 wheel INFO adding 'qt_material/themes/light_amber.xml' 2023-12-04 20:03:22,773 wheel INFO adding 'qt_material/themes/light_blue.xml' 2023-12-04 20:03:22,774 wheel INFO adding 'qt_material/themes/light_blue_500.xml' 2023-12-04 20:03:22,775 wheel INFO adding 'qt_material/themes/light_cyan.xml' 2023-12-04 20:03:22,776 wheel INFO adding 'qt_material/themes/light_cyan_500.xml' 2023-12-04 20:03:22,777 wheel INFO adding 'qt_material/themes/light_lightgreen.xml' 2023-12-04 20:03:22,778 wheel INFO adding 'qt_material/themes/light_lightgreen_500.xml' 2023-12-04 20:03:22,778 wheel INFO adding 'qt_material/themes/light_orange.xml' 2023-12-04 20:03:22,779 wheel INFO adding 'qt_material/themes/light_pink.xml' 2023-12-04 20:03:22,780 wheel INFO adding 'qt_material/themes/light_pink_500.xml' 2023-12-04 20:03:22,781 wheel INFO adding 'qt_material/themes/light_purple.xml' 2023-12-04 20:03:22,782 wheel INFO adding 'qt_material/themes/light_purple_500.xml' 2023-12-04 20:03:22,783 wheel INFO adding 'qt_material/themes/light_red.xml' 2023-12-04 20:03:22,784 wheel INFO adding 'qt_material/themes/light_red_500.xml' 2023-12-04 20:03:22,785 wheel INFO adding 'qt_material/themes/light_teal.xml' 2023-12-04 20:03:22,786 wheel INFO adding 'qt_material/themes/light_teal_500.xml' 2023-12-04 20:03:22,786 wheel INFO adding 'qt_material/themes/light_yellow.xml' 2023-12-04 20:03:22,788 wheel INFO adding 'qt_material-2.14.dist-info/LICENSE' 2023-12-04 20:03:22,789 wheel INFO adding 'qt_material-2.14.dist-info/METADATA' 2023-12-04 20:03:22,790 wheel INFO adding 'qt_material-2.14.dist-info/WHEEL' 2023-12-04 20:03:22,790 wheel INFO adding 'qt_material-2.14.dist-info/entry_points.txt' 2023-12-04 20:03:22,791 wheel INFO adding 'qt_material-2.14.dist-info/top_level.txt' 2023-12-04 20:03:22,795 wheel INFO adding 'qt_material-2.14.dist-info/RECORD' 2023-12-04 20:03:22,798 wheel INFO removing build/bdist.linux-riscv64/wheel 2023-12-04 20:03:22,804 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... '/home/buildozer/aports/community/py3-qt-material/pkg/py3-qt-material/usr/lib/python3.11/site-packages/qt_material/__pycache__' -> '/home/buildozer/aports/community/py3-qt-material/pkg/py3-qt-material-pyc/usr/lib/python3.11/site-packages/qt_material/__pycache__' '/home/buildozer/aports/community/py3-qt-material/pkg/py3-qt-material/usr/lib/python3.11/site-packages/qt_material/resources/__pycache__' -> '/home/buildozer/aports/community/py3-qt-material/pkg/py3-qt-material-pyc/usr/lib/python3.11/site-packages/qt_material/resources/__pycache__' '/home/buildozer/aports/community/py3-qt-material/pkg/py3-qt-material/usr/lib/python3.11/site-packages/qt_material/resources/source/__pycache__' -> '/home/buildozer/aports/community/py3-qt-material/pkg/py3-qt-material-pyc/usr/lib/python3.11/site-packages/qt_material/resources/source/__pycache__' '/home/buildozer/aports/community/py3-qt-material/pkg/py3-qt-material/usr/lib/python3.11/site-packages/qt_material/resources/logo/__pycache__' -> '/home/buildozer/aports/community/py3-qt-material/pkg/py3-qt-material-pyc/usr/lib/python3.11/site-packages/qt_material/resources/logo/__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.11 >>> py3-qt-material-pyc*: Package size: 112.0 KB >>> py3-qt-material-pyc*: Compressing data... >>> py3-qt-material-pyc*: Create checksum... >>> py3-qt-material-pyc*: Create py3-qt-material-pyc-2.14-r0.apk >>> py3-qt-material*: Tracing dependencies... py3-jinja2 python3~3.11 >>> py3-qt-material*: Package size: 3.5 MB >>> py3-qt-material*: Compressing data... >>> py3-qt-material*: Create checksum... >>> py3-qt-material*: Create py3-qt-material-2.14-r0.apk >>> py3-qt-material: Build complete at Mon, 04 Dec 2023 20:03:27 +0000 elapsed time 0h 0m 15s >>> py3-qt-material: Cleaning up srcdir >>> py3-qt-material: Cleaning up pkgdir >>> py3-qt-material: Uninstalling dependencies... (1/29) Purging .makedepends-py3-qt-material (20231204.200318) (2/29) Purging py3-jinja2-pyc (3.1.2-r3) (3/29) Purging py3-jinja2 (3.1.2-r3) (4/29) Purging py3-markupsafe-pyc (2.1.3-r0) (5/29) Purging py3-markupsafe (2.1.3-r0) (6/29) Purging py3-gpep517-pyc (15-r1) (7/29) Purging py3-gpep517 (15-r1) (8/29) Purging py3-installer-pyc (0.7.0-r1) (9/29) Purging py3-installer (0.7.0-r1) (10/29) Purging py3-setuptools-pyc (68.2.2-r0) (11/29) Purging py3-setuptools (68.2.2-r0) (12/29) Purging py3-wheel-pyc (0.42.0-r0) (13/29) Purging py3-wheel (0.42.0-r0) (14/29) Purging py3-packaging-pyc (23.2-r0) (15/29) Purging py3-packaging (23.2-r0) (16/29) Purging py3-parsing-pyc (3.1.1-r0) (17/29) Purging py3-parsing (3.1.1-r0) (18/29) Purging python3-pyc (3.11.6-r1) (19/29) Purging python3-pycache-pyc0 (3.11.6-r1) (20/29) Purging pyc (3.11.6-r1) (21/29) Purging python3 (3.11.6-r1) (22/29) Purging gdbm (1.23-r1) (23/29) Purging libbz2 (1.0.8-r6) (24/29) Purging libffi (3.4.4-r3) (25/29) Purging libpanelw (6.4_p20231125-r0) (26/29) Purging mpdecimal (2.5.1-r2) (27/29) Purging readline (8.2.1-r2) (28/29) Purging sqlite-libs (3.44.2-r0) (29/29) Purging xz-libs (5.4.5-r0) Executing busybox-1.36.1-r15.trigger OK: 227 MiB in 102 packages >>> py3-qt-material: Updating the community/riscv64 repository index... >>> py3-qt-material: Signing the index...