>>> py3-django-suit: Building testing/py3-django-suit 0.2.28-r8 (using abuild 3.13.0-r4) started Mon, 05 Aug 2024 20:44:36 +0000 >>> py3-django-suit: Checking sanity of /home/buildozer/aports/testing/py3-django-suit/APKBUILD... >>> WARNING: py3-django-suit: No maintainer >>> py3-django-suit: Analyzing dependencies... >>> py3-django-suit: Installing for build: build-base python3 py3-setuptools py3-gpep517 (1/20) Installing libffi (3.4.6-r0) (2/20) Installing gdbm (1.24-r0) (3/20) Installing mpdecimal (4.0.0-r0) (4/20) Installing libpanelw (6.5_p20240601-r0) (5/20) Installing sqlite-libs (3.46.0-r0) (6/20) Installing python3 (3.12.4-r0) (7/20) Installing python3-pycache-pyc0 (3.12.4-r0) (8/20) Installing pyc (3.12.4-r0) (9/20) Installing python3-pyc (3.12.4-r0) (10/20) Installing py3-parsing (3.1.2-r1) (11/20) Installing py3-parsing-pyc (3.1.2-r1) (12/20) Installing py3-packaging (24.1-r0) (13/20) Installing py3-packaging-pyc (24.1-r0) (14/20) Installing py3-setuptools (70.3.0-r0) (15/20) Installing py3-setuptools-pyc (70.3.0-r0) (16/20) Installing py3-installer (0.7.0-r2) (17/20) Installing py3-installer-pyc (0.7.0-r2) (18/20) Installing py3-gpep517 (16-r0) (19/20) Installing py3-gpep517-pyc (16-r0) (20/20) Installing .makedepends-py3-django-suit (20240805.204437) Executing busybox-1.36.1-r31.trigger OK: 336 MiB in 130 packages >>> py3-django-suit: Cleaning up srcdir >>> py3-django-suit: Cleaning up pkgdir >>> py3-django-suit: Cleaning up tmpdir >>> py3-django-suit: Fetching https://distfiles.alpinelinux.org/distfiles/edge/django-suit-0.2.28.tar.gz >>> py3-django-suit: Fetching https://distfiles.alpinelinux.org/distfiles/edge/django-suit-0.2.28.tar.gz >>> py3-django-suit: Checking sha512sums... django-suit-0.2.28.tar.gz: OK >>> py3-django-suit: Unpacking /var/cache/distfiles/django-suit-0.2.28.tar.gz... 2024-08-05 20:44:38,560 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ 2024-08-05 20:44:38,574 root INFO running bdist_wheel 2024-08-05 20:44:38,594 root INFO running build 2024-08-05 20:44:38,594 root INFO running build_py 2024-08-05 20:44:38,597 root INFO creating build 2024-08-05 20:44:38,597 root INFO creating build/lib 2024-08-05 20:44:38,597 root INFO creating build/lib/suit 2024-08-05 20:44:38,598 root INFO copying suit/config.py -> build/lib/suit 2024-08-05 20:44:38,598 root INFO copying suit/widgets.py -> build/lib/suit 2024-08-05 20:44:38,598 root INFO copying suit/utils.py -> build/lib/suit 2024-08-05 20:44:38,598 root INFO copying suit/watch_less.py -> build/lib/suit 2024-08-05 20:44:38,598 root INFO copying suit/admin.py -> build/lib/suit 2024-08-05 20:44:38,599 root INFO copying suit/__init__.py -> build/lib/suit 2024-08-05 20:44:38,599 root INFO copying suit/compat.py -> build/lib/suit 2024-08-05 20:44:38,599 root INFO copying suit/models.py -> build/lib/suit 2024-08-05 20:44:38,599 root INFO creating build/lib/suit/templatetags 2024-08-05 20:44:38,599 root INFO copying suit/templatetags/suit_list.py -> build/lib/suit/templatetags 2024-08-05 20:44:38,600 root INFO copying suit/templatetags/suit_tags.py -> build/lib/suit/templatetags 2024-08-05 20:44:38,600 root INFO copying suit/templatetags/__init__.py -> build/lib/suit/templatetags 2024-08-05 20:44:38,600 root INFO copying suit/templatetags/suit_compat.py -> build/lib/suit/templatetags 2024-08-05 20:44:38,600 root INFO copying suit/templatetags/suit_menu.py -> build/lib/suit/templatetags 2024-08-05 20:44:38,600 root INFO running egg_info 2024-08-05 20:44:38,602 root INFO writing django_suit.egg-info/PKG-INFO 2024-08-05 20:44:38,603 root INFO writing dependency_links to django_suit.egg-info/dependency_links.txt 2024-08-05 20:44:38,603 root INFO writing top-level names to django_suit.egg-info/top_level.txt 2024-08-05 20:44:38,606 root INFO reading manifest file 'django_suit.egg-info/SOURCES.txt' 2024-08-05 20:44:38,608 root INFO reading manifest template 'MANIFEST.in' 2024-08-05 20:44:38,615 root INFO adding license file 'LICENSE' 2024-08-05 20:44:38,620 root INFO writing manifest file 'django_suit.egg-info/SOURCES.txt' /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'suit.static.admin.css' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'suit.static.admin.css' 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 'suit.static.admin.css' 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 'suit.static.admin.css' to be distributed and are already explicitly excluding 'suit.static.admin.css' 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:215: _Warning: Package 'suit.static.cms.css' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'suit.static.cms.css' 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 'suit.static.cms.css' 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 'suit.static.cms.css' to be distributed and are already explicitly excluding 'suit.static.cms.css' 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:215: _Warning: Package 'suit.static.suit.bootstrap.css' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'suit.static.suit.bootstrap.css' 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 'suit.static.suit.bootstrap.css' 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 'suit.static.suit.bootstrap.css' to be distributed and are already explicitly excluding 'suit.static.suit.bootstrap.css' 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:215: _Warning: Package 'suit.static.suit.bootstrap.img' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'suit.static.suit.bootstrap.img' 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 'suit.static.suit.bootstrap.img' 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 'suit.static.suit.bootstrap.img' to be distributed and are already explicitly excluding 'suit.static.suit.bootstrap.img' 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:215: _Warning: Package 'suit.static.suit.bootstrap.js' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'suit.static.suit.bootstrap.js' 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 'suit.static.suit.bootstrap.js' 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 'suit.static.suit.bootstrap.js' to be distributed and are already explicitly excluding 'suit.static.suit.bootstrap.js' 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:215: _Warning: Package 'suit.static.suit.css' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'suit.static.suit.css' 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 'suit.static.suit.css' 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 'suit.static.suit.css' to be distributed and are already explicitly excluding 'suit.static.suit.css' 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:215: _Warning: Package 'suit.static.suit.img' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'suit.static.suit.img' 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 'suit.static.suit.img' 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 'suit.static.suit.img' to be distributed and are already explicitly excluding 'suit.static.suit.img' 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:215: _Warning: Package 'suit.static.suit.js' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'suit.static.suit.js' 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 'suit.static.suit.js' 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 'suit.static.suit.js' to be distributed and are already explicitly excluding 'suit.static.suit.js' 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:215: _Warning: Package 'suit.static.suit.less' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'suit.static.suit.less' 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 'suit.static.suit.less' 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 'suit.static.suit.less' to be distributed and are already explicitly excluding 'suit.static.suit.less' 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:215: _Warning: Package 'suit.static.suit.less.djangocms' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'suit.static.suit.less.djangocms' 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 'suit.static.suit.less.djangocms' 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 'suit.static.suit.less.djangocms' to be distributed and are already explicitly excluding 'suit.static.suit.less.djangocms' 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:215: _Warning: Package 'suit.static.suit.less.ui' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'suit.static.suit.less.ui' 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 'suit.static.suit.less.ui' 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 'suit.static.suit.less.ui' to be distributed and are already explicitly excluding 'suit.static.suit.less.ui' 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:215: _Warning: Package 'suit.templates' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'suit.templates' 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 'suit.templates' 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 'suit.templates' to be distributed and are already explicitly excluding 'suit.templates' 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:215: _Warning: Package 'suit.templates.admin' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'suit.templates.admin' 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 'suit.templates.admin' 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 'suit.templates.admin' to be distributed and are already explicitly excluding 'suit.templates.admin' 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:215: _Warning: Package 'suit.templates.admin.auth.user' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'suit.templates.admin.auth.user' 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 'suit.templates.admin.auth.user' 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 'suit.templates.admin.auth.user' to be distributed and are already explicitly excluding 'suit.templates.admin.auth.user' 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:215: _Warning: Package 'suit.templates.admin.cms.page' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'suit.templates.admin.cms.page' 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 'suit.templates.admin.cms.page' 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 'suit.templates.admin.cms.page' to be distributed and are already explicitly excluding 'suit.templates.admin.cms.page' 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:215: _Warning: Package 'suit.templates.admin.cms.page.includes' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'suit.templates.admin.cms.page.includes' 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 'suit.templates.admin.cms.page.includes' 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 'suit.templates.admin.cms.page.includes' to be distributed and are already explicitly excluding 'suit.templates.admin.cms.page.includes' 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:215: _Warning: Package 'suit.templates.admin.cms.page.widgets' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'suit.templates.admin.cms.page.widgets' 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 'suit.templates.admin.cms.page.widgets' 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 'suit.templates.admin.cms.page.widgets' to be distributed and are already explicitly excluding 'suit.templates.admin.cms.page.widgets' 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:215: _Warning: Package 'suit.templates.admin.edit_inline' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'suit.templates.admin.edit_inline' 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 'suit.templates.admin.edit_inline' 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 'suit.templates.admin.edit_inline' to be distributed and are already explicitly excluding 'suit.templates.admin.edit_inline' 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:215: _Warning: Package 'suit.templates.admin.filer' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'suit.templates.admin.filer' 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 'suit.templates.admin.filer' 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 'suit.templates.admin.filer' to be distributed and are already explicitly excluding 'suit.templates.admin.filer' 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:215: _Warning: Package 'suit.templates.admin.filer.folder' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'suit.templates.admin.filer.folder' 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 'suit.templates.admin.filer.folder' 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 'suit.templates.admin.filer.folder' to be distributed and are already explicitly excluding 'suit.templates.admin.filer.folder' 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:215: _Warning: Package 'suit.templates.admin.filer.image' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'suit.templates.admin.filer.image' 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 'suit.templates.admin.filer.image' 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 'suit.templates.admin.filer.image' to be distributed and are already explicitly excluding 'suit.templates.admin.filer.image' 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:215: _Warning: Package 'suit.templates.admin.filer.tools' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'suit.templates.admin.filer.tools' 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 'suit.templates.admin.filer.tools' 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 'suit.templates.admin.filer.tools' to be distributed and are already explicitly excluding 'suit.templates.admin.filer.tools' 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:215: _Warning: Package 'suit.templates.admin.filer.tools.clipboard' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'suit.templates.admin.filer.tools.clipboard' 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 'suit.templates.admin.filer.tools.clipboard' 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 'suit.templates.admin.filer.tools.clipboard' to be distributed and are already explicitly excluding 'suit.templates.admin.filer.tools.clipboard' 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:215: _Warning: Package 'suit.templates.admin.import_export' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'suit.templates.admin.import_export' 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 'suit.templates.admin.import_export' 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 'suit.templates.admin.import_export' to be distributed and are already explicitly excluding 'suit.templates.admin.import_export' 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:215: _Warning: Package 'suit.templates.admin.includes' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'suit.templates.admin.includes' 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 'suit.templates.admin.includes' 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 'suit.templates.admin.includes' to be distributed and are already explicitly excluding 'suit.templates.admin.includes' 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:215: _Warning: Package 'suit.templates.registration' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'suit.templates.registration' 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 'suit.templates.registration' 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 'suit.templates.registration' to be distributed and are already explicitly excluding 'suit.templates.registration' 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:215: _Warning: Package 'suit.templates.reversion' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'suit.templates.reversion' 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 'suit.templates.reversion' 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 'suit.templates.reversion' to be distributed and are already explicitly excluding 'suit.templates.reversion' 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:215: _Warning: Package 'suit.templates.suit' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'suit.templates.suit' 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 'suit.templates.suit' 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 'suit.templates.suit' to be distributed and are already explicitly excluding 'suit.templates.suit' 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:215: _Warning: Package 'suit.templates.suit.includes' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'suit.templates.suit.includes' 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 'suit.templates.suit.includes' 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 'suit.templates.suit.includes' to be distributed and are already explicitly excluding 'suit.templates.suit.includes' 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) 2024-08-05 20:44:38,633 root INFO creating build/lib/suit/static 2024-08-05 20:44:38,633 root INFO creating build/lib/suit/static/admin 2024-08-05 20:44:38,634 root INFO creating build/lib/suit/static/admin/css 2024-08-05 20:44:38,634 root INFO copying suit/static/admin/css/forms.css -> build/lib/suit/static/admin/css 2024-08-05 20:44:38,634 root INFO creating build/lib/suit/static/cms 2024-08-05 20:44:38,634 root INFO creating build/lib/suit/static/cms/css 2024-08-05 20:44:38,634 root INFO copying suit/static/cms/css/pages.css -> build/lib/suit/static/cms/css 2024-08-05 20:44:38,634 root INFO creating build/lib/suit/static/suit 2024-08-05 20:44:38,634 root INFO creating build/lib/suit/static/suit/bootstrap 2024-08-05 20:44:38,634 root INFO creating build/lib/suit/static/suit/bootstrap/css 2024-08-05 20:44:38,635 root INFO copying suit/static/suit/bootstrap/css/bootstrap.css -> build/lib/suit/static/suit/bootstrap/css 2024-08-05 20:44:38,635 root INFO copying suit/static/suit/bootstrap/css/bootstrap.min.css -> build/lib/suit/static/suit/bootstrap/css 2024-08-05 20:44:38,635 root INFO creating build/lib/suit/static/suit/bootstrap/img 2024-08-05 20:44:38,635 root INFO copying suit/static/suit/bootstrap/img/glyphicons-halflings-white-shadow.png -> build/lib/suit/static/suit/bootstrap/img 2024-08-05 20:44:38,635 root INFO copying suit/static/suit/bootstrap/img/glyphicons-halflings-white.png -> build/lib/suit/static/suit/bootstrap/img 2024-08-05 20:44:38,636 root INFO copying suit/static/suit/bootstrap/img/glyphicons-halflings.png -> build/lib/suit/static/suit/bootstrap/img 2024-08-05 20:44:38,636 root INFO creating build/lib/suit/static/suit/bootstrap/js 2024-08-05 20:44:38,636 root INFO copying suit/static/suit/bootstrap/js/bootstrap.js -> build/lib/suit/static/suit/bootstrap/js 2024-08-05 20:44:38,636 root INFO copying suit/static/suit/bootstrap/js/bootstrap.min.js -> build/lib/suit/static/suit/bootstrap/js 2024-08-05 20:44:38,636 root INFO creating build/lib/suit/static/suit/css 2024-08-05 20:44:38,637 root INFO copying suit/static/suit/css/djangocms.css -> build/lib/suit/static/suit/css 2024-08-05 20:44:38,637 root INFO copying suit/static/suit/css/filer.css -> build/lib/suit/static/suit/css 2024-08-05 20:44:38,637 root INFO copying suit/static/suit/css/suit.css -> build/lib/suit/static/suit/css 2024-08-05 20:44:38,637 root INFO creating build/lib/suit/static/suit/img 2024-08-05 20:44:38,637 root INFO copying suit/static/suit/img/ajax-loader.gif -> build/lib/suit/static/suit/img 2024-08-05 20:44:38,637 root INFO copying suit/static/suit/img/bg_left_white.gif -> build/lib/suit/static/suit/img 2024-08-05 20:44:38,638 root INFO copying suit/static/suit/img/bg_pattern.jpg -> build/lib/suit/static/suit/img 2024-08-05 20:44:38,638 root INFO copying suit/static/suit/img/cc_active_nav.png -> build/lib/suit/static/suit/img 2024-08-05 20:44:38,638 root INFO copying suit/static/suit/img/drag-handle.png -> build/lib/suit/static/suit/img 2024-08-05 20:44:38,638 root INFO copying suit/static/suit/img/glyphicons-halflings-white-nav.png -> build/lib/suit/static/suit/img 2024-08-05 20:44:38,639 root INFO copying suit/static/suit/img/glyphicons-halflings-white-shadow.png -> build/lib/suit/static/suit/img 2024-08-05 20:44:38,639 root INFO creating build/lib/suit/static/suit/js 2024-08-05 20:44:38,639 root INFO copying suit/static/suit/js/djangocms.js -> build/lib/suit/static/suit/js 2024-08-05 20:44:38,639 root INFO copying suit/static/suit/js/jquery-1.8.3.min.js -> build/lib/suit/static/suit/js 2024-08-05 20:44:38,639 root INFO copying suit/static/suit/js/jquery-2.2.4.min.js -> build/lib/suit/static/suit/js 2024-08-05 20:44:38,640 root INFO copying suit/static/suit/js/jquery.autosize-min.js -> build/lib/suit/static/suit/js 2024-08-05 20:44:38,640 root INFO copying suit/static/suit/js/sortables.js -> build/lib/suit/static/suit/js 2024-08-05 20:44:38,640 root INFO copying suit/static/suit/js/suit-form-confirm.js -> build/lib/suit/static/suit/js 2024-08-05 20:44:38,640 root INFO copying suit/static/suit/js/suit.js -> build/lib/suit/static/suit/js 2024-08-05 20:44:38,640 root INFO creating build/lib/suit/static/suit/less 2024-08-05 20:44:38,640 root INFO copying suit/static/suit/less/djangocms.less -> build/lib/suit/static/suit/less 2024-08-05 20:44:38,641 root INFO copying suit/static/suit/less/filer.less -> build/lib/suit/static/suit/less 2024-08-05 20:44:38,641 root INFO copying suit/static/suit/less/footer.less -> build/lib/suit/static/suit/less 2024-08-05 20:44:38,641 root INFO copying suit/static/suit/less/header.less -> build/lib/suit/static/suit/less 2024-08-05 20:44:38,641 root INFO copying suit/static/suit/less/left-column.less -> build/lib/suit/static/suit/less 2024-08-05 20:44:38,641 root INFO copying suit/static/suit/less/mixins.less -> build/lib/suit/static/suit/less 2024-08-05 20:44:38,642 root INFO copying suit/static/suit/less/print.less -> build/lib/suit/static/suit/less 2024-08-05 20:44:38,642 root INFO copying suit/static/suit/less/sticky-footer.less -> build/lib/suit/static/suit/less 2024-08-05 20:44:38,642 root INFO copying suit/static/suit/less/suit.less -> build/lib/suit/static/suit/less 2024-08-05 20:44:38,642 root INFO copying suit/static/suit/less/variables.less -> build/lib/suit/static/suit/less 2024-08-05 20:44:38,642 root INFO creating build/lib/suit/static/suit/less/djangocms 2024-08-05 20:44:38,643 root INFO copying suit/static/suit/less/djangocms/list.less -> build/lib/suit/static/suit/less/djangocms 2024-08-05 20:44:38,643 root INFO creating build/lib/suit/static/suit/less/ui 2024-08-05 20:44:38,643 root INFO copying suit/static/suit/less/ui/actionlist.less -> build/lib/suit/static/suit/less/ui 2024-08-05 20:44:38,643 root INFO copying suit/static/suit/less/ui/box.less -> build/lib/suit/static/suit/less/ui 2024-08-05 20:44:38,643 root INFO copying suit/static/suit/less/ui/breadcrumb.less -> build/lib/suit/static/suit/less/ui 2024-08-05 20:44:38,643 root INFO copying suit/static/suit/less/ui/calendar.less -> build/lib/suit/static/suit/less/ui 2024-08-05 20:44:38,644 root INFO copying suit/static/suit/less/ui/datepicker.less -> build/lib/suit/static/suit/less/ui 2024-08-05 20:44:38,644 root INFO copying suit/static/suit/less/ui/form.less -> build/lib/suit/static/suit/less/ui 2024-08-05 20:44:38,644 root INFO copying suit/static/suit/less/ui/left-nav.less -> build/lib/suit/static/suit/less/ui 2024-08-05 20:44:38,644 root INFO copying suit/static/suit/less/ui/list.less -> build/lib/suit/static/suit/less/ui 2024-08-05 20:44:38,644 root INFO copying suit/static/suit/less/ui/login.less -> build/lib/suit/static/suit/less/ui 2024-08-05 20:44:38,645 root INFO copying suit/static/suit/less/ui/pagination.less -> build/lib/suit/static/suit/less/ui 2024-08-05 20:44:38,645 root INFO copying suit/static/suit/less/ui/table.less -> build/lib/suit/static/suit/less/ui 2024-08-05 20:44:38,645 root INFO copying suit/static/suit/less/ui/tabs.less -> build/lib/suit/static/suit/less/ui 2024-08-05 20:44:38,645 root INFO creating build/lib/suit/templates 2024-08-05 20:44:38,645 root INFO copying suit/templates/403.html -> build/lib/suit/templates 2024-08-05 20:44:38,646 root INFO copying suit/templates/404.html -> build/lib/suit/templates 2024-08-05 20:44:38,646 root INFO copying suit/templates/500.html -> build/lib/suit/templates 2024-08-05 20:44:38,646 root INFO creating build/lib/suit/templates/admin 2024-08-05 20:44:38,646 root INFO copying suit/templates/admin/actions.html -> build/lib/suit/templates/admin 2024-08-05 20:44:38,646 root INFO copying suit/templates/admin/app_index.html -> build/lib/suit/templates/admin 2024-08-05 20:44:38,646 root INFO copying suit/templates/admin/base.html -> build/lib/suit/templates/admin 2024-08-05 20:44:38,647 root INFO copying suit/templates/admin/base_site.html -> build/lib/suit/templates/admin 2024-08-05 20:44:38,647 root INFO copying suit/templates/admin/change_form.html -> build/lib/suit/templates/admin 2024-08-05 20:44:38,647 root INFO copying suit/templates/admin/change_list.html -> build/lib/suit/templates/admin 2024-08-05 20:44:38,647 root INFO copying suit/templates/admin/change_list_results.html -> build/lib/suit/templates/admin 2024-08-05 20:44:38,647 root INFO copying suit/templates/admin/date_hierarchy.html -> build/lib/suit/templates/admin 2024-08-05 20:44:38,648 root INFO copying suit/templates/admin/delete_confirmation.html -> build/lib/suit/templates/admin 2024-08-05 20:44:38,648 root INFO copying suit/templates/admin/delete_selected_confirmation.html -> build/lib/suit/templates/admin 2024-08-05 20:44:38,648 root INFO copying suit/templates/admin/filter.html -> build/lib/suit/templates/admin 2024-08-05 20:44:38,648 root INFO copying suit/templates/admin/index.html -> build/lib/suit/templates/admin 2024-08-05 20:44:38,648 root INFO copying suit/templates/admin/login.html -> build/lib/suit/templates/admin 2024-08-05 20:44:38,649 root INFO copying suit/templates/admin/mptt_change_list_results.html -> build/lib/suit/templates/admin 2024-08-05 20:44:38,649 root INFO copying suit/templates/admin/object_history.html -> build/lib/suit/templates/admin 2024-08-05 20:44:38,649 root INFO copying suit/templates/admin/page_submit_line.html -> build/lib/suit/templates/admin 2024-08-05 20:44:38,649 root INFO copying suit/templates/admin/pagination.html -> build/lib/suit/templates/admin 2024-08-05 20:44:38,649 root INFO copying suit/templates/admin/search_form.html -> build/lib/suit/templates/admin 2024-08-05 20:44:38,650 root INFO copying suit/templates/admin/submit_line.html -> build/lib/suit/templates/admin 2024-08-05 20:44:38,650 root INFO creating build/lib/suit/templates/admin/auth 2024-08-05 20:44:38,650 root INFO creating build/lib/suit/templates/admin/auth/user 2024-08-05 20:44:38,650 root INFO copying suit/templates/admin/auth/user/add_form.html -> build/lib/suit/templates/admin/auth/user 2024-08-05 20:44:38,650 root INFO copying suit/templates/admin/auth/user/change_password.html -> build/lib/suit/templates/admin/auth/user 2024-08-05 20:44:38,650 root INFO creating build/lib/suit/templates/admin/cms 2024-08-05 20:44:38,651 root INFO creating build/lib/suit/templates/admin/cms/page 2024-08-05 20:44:38,651 root INFO copying suit/templates/admin/cms/page/change_form.html -> build/lib/suit/templates/admin/cms/page 2024-08-05 20:44:38,651 root INFO copying suit/templates/admin/cms/page/change_list.html -> build/lib/suit/templates/admin/cms/page 2024-08-05 20:44:38,651 root INFO copying suit/templates/admin/cms/page/plugin_change_form.html -> build/lib/suit/templates/admin/cms/page 2024-08-05 20:44:38,651 root INFO creating build/lib/suit/templates/admin/cms/page/includes 2024-08-05 20:44:38,651 root INFO copying suit/templates/admin/cms/page/includes/fieldset.html -> build/lib/suit/templates/admin/cms/page/includes 2024-08-05 20:44:38,652 root INFO creating build/lib/suit/templates/admin/cms/page/widgets 2024-08-05 20:44:38,652 root INFO copying suit/templates/admin/cms/page/widgets/plugin_item.html -> build/lib/suit/templates/admin/cms/page/widgets 2024-08-05 20:44:38,652 root INFO creating build/lib/suit/templates/admin/edit_inline 2024-08-05 20:44:38,652 root INFO copying suit/templates/admin/edit_inline/stacked.html -> build/lib/suit/templates/admin/edit_inline 2024-08-05 20:44:38,652 root INFO copying suit/templates/admin/edit_inline/tabular.html -> build/lib/suit/templates/admin/edit_inline 2024-08-05 20:44:38,652 root INFO creating build/lib/suit/templates/admin/filer 2024-08-05 20:44:38,653 root INFO copying suit/templates/admin/filer/actions.html -> build/lib/suit/templates/admin/filer 2024-08-05 20:44:38,653 root INFO copying suit/templates/admin/filer/breadcrumbs.html -> build/lib/suit/templates/admin/filer 2024-08-05 20:44:38,653 root INFO copying suit/templates/admin/filer/change_form.html -> build/lib/suit/templates/admin/filer 2024-08-05 20:44:38,653 root INFO copying suit/templates/admin/filer/delete_confirmation.html -> build/lib/suit/templates/admin/filer 2024-08-05 20:44:38,653 root INFO copying suit/templates/admin/filer/delete_selected_files_confirmation.html -> build/lib/suit/templates/admin/filer 2024-08-05 20:44:38,654 root INFO creating build/lib/suit/templates/admin/filer/folder 2024-08-05 20:44:38,654 root INFO copying suit/templates/admin/filer/folder/change_form.html -> build/lib/suit/templates/admin/filer/folder 2024-08-05 20:44:38,654 root INFO copying suit/templates/admin/filer/folder/choose_copy_destination.html -> build/lib/suit/templates/admin/filer/folder 2024-08-05 20:44:38,654 root INFO copying suit/templates/admin/filer/folder/choose_images_resize_options.html -> build/lib/suit/templates/admin/filer/folder 2024-08-05 20:44:38,654 root INFO copying suit/templates/admin/filer/folder/choose_move_destination.html -> build/lib/suit/templates/admin/filer/folder 2024-08-05 20:44:38,654 root INFO copying suit/templates/admin/filer/folder/choose_rename_format.html -> build/lib/suit/templates/admin/filer/folder 2024-08-05 20:44:38,655 root INFO copying suit/templates/admin/filer/folder/directory_listing.html -> build/lib/suit/templates/admin/filer/folder 2024-08-05 20:44:38,655 root INFO copying suit/templates/admin/filer/folder/directory_table.html -> build/lib/suit/templates/admin/filer/folder 2024-08-05 20:44:38,655 root INFO copying suit/templates/admin/filer/folder/new_folder_form.html -> build/lib/suit/templates/admin/filer/folder 2024-08-05 20:44:38,655 root INFO creating build/lib/suit/templates/admin/filer/image 2024-08-05 20:44:38,655 root INFO copying suit/templates/admin/filer/image/change_form.html -> build/lib/suit/templates/admin/filer/image 2024-08-05 20:44:38,656 root INFO creating build/lib/suit/templates/admin/filer/tools 2024-08-05 20:44:38,656 root INFO copying suit/templates/admin/filer/tools/search_form.html -> build/lib/suit/templates/admin/filer/tools 2024-08-05 20:44:38,656 root INFO creating build/lib/suit/templates/admin/filer/tools/clipboard 2024-08-05 20:44:38,656 root INFO copying suit/templates/admin/filer/tools/clipboard/clipboard.html -> build/lib/suit/templates/admin/filer/tools/clipboard 2024-08-05 20:44:38,656 root INFO copying suit/templates/admin/filer/tools/clipboard/clipboard_item_rows.html -> build/lib/suit/templates/admin/filer/tools/clipboard 2024-08-05 20:44:38,656 root INFO creating build/lib/suit/templates/admin/import_export 2024-08-05 20:44:38,656 root INFO copying suit/templates/admin/import_export/base.html -> build/lib/suit/templates/admin/import_export 2024-08-05 20:44:38,657 root INFO copying suit/templates/admin/import_export/change_list_export.html -> build/lib/suit/templates/admin/import_export 2024-08-05 20:44:38,657 root INFO copying suit/templates/admin/import_export/change_list_import.html -> build/lib/suit/templates/admin/import_export 2024-08-05 20:44:38,657 root INFO copying suit/templates/admin/import_export/change_list_import_export.html -> build/lib/suit/templates/admin/import_export 2024-08-05 20:44:38,657 root INFO copying suit/templates/admin/import_export/export.html -> build/lib/suit/templates/admin/import_export 2024-08-05 20:44:38,657 root INFO copying suit/templates/admin/import_export/import.html -> build/lib/suit/templates/admin/import_export 2024-08-05 20:44:38,658 root INFO creating build/lib/suit/templates/admin/includes 2024-08-05 20:44:38,658 root INFO copying suit/templates/admin/includes/fieldset.html -> build/lib/suit/templates/admin/includes 2024-08-05 20:44:38,658 root INFO creating build/lib/suit/templates/registration 2024-08-05 20:44:38,658 root INFO copying suit/templates/registration/logged_out.html -> build/lib/suit/templates/registration 2024-08-05 20:44:38,658 root INFO copying suit/templates/registration/password_change_form.html -> build/lib/suit/templates/registration 2024-08-05 20:44:38,658 root INFO creating build/lib/suit/templates/reversion 2024-08-05 20:44:38,659 root INFO copying suit/templates/reversion/change_list.html -> build/lib/suit/templates/reversion 2024-08-05 20:44:38,659 root INFO copying suit/templates/reversion/object_history.html -> build/lib/suit/templates/reversion 2024-08-05 20:44:38,659 root INFO copying suit/templates/reversion/recover_form.html -> build/lib/suit/templates/reversion 2024-08-05 20:44:38,659 root INFO copying suit/templates/reversion/recover_list.html -> build/lib/suit/templates/reversion 2024-08-05 20:44:38,659 root INFO copying suit/templates/reversion/revision_form.html -> build/lib/suit/templates/reversion 2024-08-05 20:44:38,660 root INFO creating build/lib/suit/templates/suit 2024-08-05 20:44:38,660 root INFO copying suit/templates/suit/error_base.html -> build/lib/suit/templates/suit 2024-08-05 20:44:38,660 root INFO copying suit/templates/suit/form_as_fieldset.html -> build/lib/suit/templates/suit 2024-08-05 20:44:38,660 root INFO copying suit/templates/suit/menu.html -> build/lib/suit/templates/suit 2024-08-05 20:44:38,660 root INFO creating build/lib/suit/templates/suit/includes 2024-08-05 20:44:38,660 root INFO copying suit/templates/suit/includes/change_form_includes.html -> build/lib/suit/templates/suit/includes 2024-08-05 20:44:38,666 root INFO installing to build/bdist.linux-ppc64le/wheel 2024-08-05 20:44:38,667 root INFO running install 2024-08-05 20:44:38,688 root INFO running install_lib 2024-08-05 20:44:38,691 root INFO creating build/bdist.linux-ppc64le 2024-08-05 20:44:38,691 root INFO creating build/bdist.linux-ppc64le/wheel 2024-08-05 20:44:38,691 root INFO creating build/bdist.linux-ppc64le/wheel/suit 2024-08-05 20:44:38,691 root INFO creating build/bdist.linux-ppc64le/wheel/suit/static 2024-08-05 20:44:38,691 root INFO creating build/bdist.linux-ppc64le/wheel/suit/static/admin 2024-08-05 20:44:38,691 root INFO creating build/bdist.linux-ppc64le/wheel/suit/static/admin/css 2024-08-05 20:44:38,692 root INFO copying build/lib/suit/static/admin/css/forms.css -> build/bdist.linux-ppc64le/wheel/suit/static/admin/css 2024-08-05 20:44:38,692 root INFO creating build/bdist.linux-ppc64le/wheel/suit/static/cms 2024-08-05 20:44:38,692 root INFO creating build/bdist.linux-ppc64le/wheel/suit/static/cms/css 2024-08-05 20:44:38,692 root INFO copying build/lib/suit/static/cms/css/pages.css -> build/bdist.linux-ppc64le/wheel/suit/static/cms/css 2024-08-05 20:44:38,692 root INFO creating build/bdist.linux-ppc64le/wheel/suit/static/suit 2024-08-05 20:44:38,692 root INFO creating build/bdist.linux-ppc64le/wheel/suit/static/suit/img 2024-08-05 20:44:38,692 root INFO copying build/lib/suit/static/suit/img/drag-handle.png -> build/bdist.linux-ppc64le/wheel/suit/static/suit/img 2024-08-05 20:44:38,693 root INFO copying build/lib/suit/static/suit/img/cc_active_nav.png -> build/bdist.linux-ppc64le/wheel/suit/static/suit/img 2024-08-05 20:44:38,693 root INFO copying build/lib/suit/static/suit/img/ajax-loader.gif -> build/bdist.linux-ppc64le/wheel/suit/static/suit/img 2024-08-05 20:44:38,693 root INFO copying build/lib/suit/static/suit/img/glyphicons-halflings-white-shadow.png -> build/bdist.linux-ppc64le/wheel/suit/static/suit/img 2024-08-05 20:44:38,693 root INFO copying build/lib/suit/static/suit/img/bg_pattern.jpg -> build/bdist.linux-ppc64le/wheel/suit/static/suit/img 2024-08-05 20:44:38,693 root INFO copying build/lib/suit/static/suit/img/bg_left_white.gif -> build/bdist.linux-ppc64le/wheel/suit/static/suit/img 2024-08-05 20:44:38,694 root INFO copying build/lib/suit/static/suit/img/glyphicons-halflings-white-nav.png -> build/bdist.linux-ppc64le/wheel/suit/static/suit/img 2024-08-05 20:44:38,694 root INFO creating build/bdist.linux-ppc64le/wheel/suit/static/suit/bootstrap 2024-08-05 20:44:38,694 root INFO creating build/bdist.linux-ppc64le/wheel/suit/static/suit/bootstrap/img 2024-08-05 20:44:38,694 root INFO copying build/lib/suit/static/suit/bootstrap/img/glyphicons-halflings.png -> build/bdist.linux-ppc64le/wheel/suit/static/suit/bootstrap/img 2024-08-05 20:44:38,694 root INFO copying build/lib/suit/static/suit/bootstrap/img/glyphicons-halflings-white-shadow.png -> build/bdist.linux-ppc64le/wheel/suit/static/suit/bootstrap/img 2024-08-05 20:44:38,694 root INFO copying build/lib/suit/static/suit/bootstrap/img/glyphicons-halflings-white.png -> build/bdist.linux-ppc64le/wheel/suit/static/suit/bootstrap/img 2024-08-05 20:44:38,695 root INFO creating build/bdist.linux-ppc64le/wheel/suit/static/suit/bootstrap/js 2024-08-05 20:44:38,695 root INFO copying build/lib/suit/static/suit/bootstrap/js/bootstrap.min.js -> build/bdist.linux-ppc64le/wheel/suit/static/suit/bootstrap/js 2024-08-05 20:44:38,695 root INFO copying build/lib/suit/static/suit/bootstrap/js/bootstrap.js -> build/bdist.linux-ppc64le/wheel/suit/static/suit/bootstrap/js 2024-08-05 20:44:38,695 root INFO creating build/bdist.linux-ppc64le/wheel/suit/static/suit/bootstrap/css 2024-08-05 20:44:38,695 root INFO copying build/lib/suit/static/suit/bootstrap/css/bootstrap.css -> build/bdist.linux-ppc64le/wheel/suit/static/suit/bootstrap/css 2024-08-05 20:44:38,696 root INFO copying build/lib/suit/static/suit/bootstrap/css/bootstrap.min.css -> build/bdist.linux-ppc64le/wheel/suit/static/suit/bootstrap/css 2024-08-05 20:44:38,696 root INFO creating build/bdist.linux-ppc64le/wheel/suit/static/suit/js 2024-08-05 20:44:38,696 root INFO copying build/lib/suit/static/suit/js/djangocms.js -> build/bdist.linux-ppc64le/wheel/suit/static/suit/js 2024-08-05 20:44:38,696 root INFO copying build/lib/suit/static/suit/js/jquery.autosize-min.js -> build/bdist.linux-ppc64le/wheel/suit/static/suit/js 2024-08-05 20:44:38,696 root INFO copying build/lib/suit/static/suit/js/sortables.js -> build/bdist.linux-ppc64le/wheel/suit/static/suit/js 2024-08-05 20:44:38,697 root INFO copying build/lib/suit/static/suit/js/suit.js -> build/bdist.linux-ppc64le/wheel/suit/static/suit/js 2024-08-05 20:44:38,697 root INFO copying build/lib/suit/static/suit/js/jquery-1.8.3.min.js -> build/bdist.linux-ppc64le/wheel/suit/static/suit/js 2024-08-05 20:44:38,697 root INFO copying build/lib/suit/static/suit/js/suit-form-confirm.js -> build/bdist.linux-ppc64le/wheel/suit/static/suit/js 2024-08-05 20:44:38,697 root INFO copying build/lib/suit/static/suit/js/jquery-2.2.4.min.js -> build/bdist.linux-ppc64le/wheel/suit/static/suit/js 2024-08-05 20:44:38,697 root INFO creating build/bdist.linux-ppc64le/wheel/suit/static/suit/less 2024-08-05 20:44:38,698 root INFO copying build/lib/suit/static/suit/less/left-column.less -> build/bdist.linux-ppc64le/wheel/suit/static/suit/less 2024-08-05 20:44:38,698 root INFO copying build/lib/suit/static/suit/less/suit.less -> build/bdist.linux-ppc64le/wheel/suit/static/suit/less 2024-08-05 20:44:38,698 root INFO copying build/lib/suit/static/suit/less/filer.less -> build/bdist.linux-ppc64le/wheel/suit/static/suit/less 2024-08-05 20:44:38,698 root INFO copying build/lib/suit/static/suit/less/print.less -> build/bdist.linux-ppc64le/wheel/suit/static/suit/less 2024-08-05 20:44:38,698 root INFO creating build/bdist.linux-ppc64le/wheel/suit/static/suit/less/ui 2024-08-05 20:44:38,698 root INFO copying build/lib/suit/static/suit/less/ui/pagination.less -> build/bdist.linux-ppc64le/wheel/suit/static/suit/less/ui 2024-08-05 20:44:38,699 root INFO copying build/lib/suit/static/suit/less/ui/form.less -> build/bdist.linux-ppc64le/wheel/suit/static/suit/less/ui 2024-08-05 20:44:38,699 root INFO copying build/lib/suit/static/suit/less/ui/box.less -> build/bdist.linux-ppc64le/wheel/suit/static/suit/less/ui 2024-08-05 20:44:38,699 root INFO copying build/lib/suit/static/suit/less/ui/login.less -> build/bdist.linux-ppc64le/wheel/suit/static/suit/less/ui 2024-08-05 20:44:38,699 root INFO copying build/lib/suit/static/suit/less/ui/calendar.less -> build/bdist.linux-ppc64le/wheel/suit/static/suit/less/ui 2024-08-05 20:44:38,699 root INFO copying build/lib/suit/static/suit/less/ui/breadcrumb.less -> build/bdist.linux-ppc64le/wheel/suit/static/suit/less/ui 2024-08-05 20:44:38,700 root INFO copying build/lib/suit/static/suit/less/ui/table.less -> build/bdist.linux-ppc64le/wheel/suit/static/suit/less/ui 2024-08-05 20:44:38,700 root INFO copying build/lib/suit/static/suit/less/ui/tabs.less -> build/bdist.linux-ppc64le/wheel/suit/static/suit/less/ui 2024-08-05 20:44:38,700 root INFO copying build/lib/suit/static/suit/less/ui/datepicker.less -> build/bdist.linux-ppc64le/wheel/suit/static/suit/less/ui 2024-08-05 20:44:38,700 root INFO copying build/lib/suit/static/suit/less/ui/left-nav.less -> build/bdist.linux-ppc64le/wheel/suit/static/suit/less/ui 2024-08-05 20:44:38,700 root INFO copying build/lib/suit/static/suit/less/ui/actionlist.less -> build/bdist.linux-ppc64le/wheel/suit/static/suit/less/ui 2024-08-05 20:44:38,700 root INFO copying build/lib/suit/static/suit/less/ui/list.less -> build/bdist.linux-ppc64le/wheel/suit/static/suit/less/ui 2024-08-05 20:44:38,701 root INFO copying build/lib/suit/static/suit/less/mixins.less -> build/bdist.linux-ppc64le/wheel/suit/static/suit/less 2024-08-05 20:44:38,701 root INFO copying build/lib/suit/static/suit/less/footer.less -> build/bdist.linux-ppc64le/wheel/suit/static/suit/less 2024-08-05 20:44:38,701 root INFO copying build/lib/suit/static/suit/less/header.less -> build/bdist.linux-ppc64le/wheel/suit/static/suit/less 2024-08-05 20:44:38,701 root INFO creating build/bdist.linux-ppc64le/wheel/suit/static/suit/less/djangocms 2024-08-05 20:44:38,701 root INFO copying build/lib/suit/static/suit/less/djangocms/list.less -> build/bdist.linux-ppc64le/wheel/suit/static/suit/less/djangocms 2024-08-05 20:44:38,701 root INFO copying build/lib/suit/static/suit/less/variables.less -> build/bdist.linux-ppc64le/wheel/suit/static/suit/less 2024-08-05 20:44:38,702 root INFO copying build/lib/suit/static/suit/less/djangocms.less -> build/bdist.linux-ppc64le/wheel/suit/static/suit/less 2024-08-05 20:44:38,702 root INFO copying build/lib/suit/static/suit/less/sticky-footer.less -> build/bdist.linux-ppc64le/wheel/suit/static/suit/less 2024-08-05 20:44:38,702 root INFO creating build/bdist.linux-ppc64le/wheel/suit/static/suit/css 2024-08-05 20:44:38,702 root INFO copying build/lib/suit/static/suit/css/suit.css -> build/bdist.linux-ppc64le/wheel/suit/static/suit/css 2024-08-05 20:44:38,702 root INFO copying build/lib/suit/static/suit/css/filer.css -> build/bdist.linux-ppc64le/wheel/suit/static/suit/css 2024-08-05 20:44:38,703 root INFO copying build/lib/suit/static/suit/css/djangocms.css -> build/bdist.linux-ppc64le/wheel/suit/static/suit/css 2024-08-05 20:44:38,703 root INFO copying build/lib/suit/config.py -> build/bdist.linux-ppc64le/wheel/suit 2024-08-05 20:44:38,703 root INFO creating build/bdist.linux-ppc64le/wheel/suit/templatetags 2024-08-05 20:44:38,703 root INFO copying build/lib/suit/templatetags/suit_list.py -> build/bdist.linux-ppc64le/wheel/suit/templatetags 2024-08-05 20:44:38,703 root INFO copying build/lib/suit/templatetags/suit_tags.py -> build/bdist.linux-ppc64le/wheel/suit/templatetags 2024-08-05 20:44:38,703 root INFO copying build/lib/suit/templatetags/__init__.py -> build/bdist.linux-ppc64le/wheel/suit/templatetags 2024-08-05 20:44:38,704 root INFO copying build/lib/suit/templatetags/suit_compat.py -> build/bdist.linux-ppc64le/wheel/suit/templatetags 2024-08-05 20:44:38,704 root INFO copying build/lib/suit/templatetags/suit_menu.py -> build/bdist.linux-ppc64le/wheel/suit/templatetags 2024-08-05 20:44:38,704 root INFO copying build/lib/suit/widgets.py -> build/bdist.linux-ppc64le/wheel/suit 2024-08-05 20:44:38,704 root INFO copying build/lib/suit/utils.py -> build/bdist.linux-ppc64le/wheel/suit 2024-08-05 20:44:38,704 root INFO creating build/bdist.linux-ppc64le/wheel/suit/templates 2024-08-05 20:44:38,704 root INFO creating build/bdist.linux-ppc64le/wheel/suit/templates/registration 2024-08-05 20:44:38,705 root INFO copying build/lib/suit/templates/registration/logged_out.html -> build/bdist.linux-ppc64le/wheel/suit/templates/registration 2024-08-05 20:44:38,705 root INFO copying build/lib/suit/templates/registration/password_change_form.html -> build/bdist.linux-ppc64le/wheel/suit/templates/registration 2024-08-05 20:44:38,705 root INFO copying build/lib/suit/templates/404.html -> build/bdist.linux-ppc64le/wheel/suit/templates 2024-08-05 20:44:38,705 root INFO copying build/lib/suit/templates/403.html -> build/bdist.linux-ppc64le/wheel/suit/templates 2024-08-05 20:44:38,705 root INFO creating build/bdist.linux-ppc64le/wheel/suit/templates/admin 2024-08-05 20:44:38,705 root INFO copying build/lib/suit/templates/admin/actions.html -> build/bdist.linux-ppc64le/wheel/suit/templates/admin 2024-08-05 20:44:38,706 root INFO copying build/lib/suit/templates/admin/date_hierarchy.html -> build/bdist.linux-ppc64le/wheel/suit/templates/admin 2024-08-05 20:44:38,706 root INFO copying build/lib/suit/templates/admin/index.html -> build/bdist.linux-ppc64le/wheel/suit/templates/admin 2024-08-05 20:44:38,706 root INFO creating build/bdist.linux-ppc64le/wheel/suit/templates/admin/import_export 2024-08-05 20:44:38,706 root INFO copying build/lib/suit/templates/admin/import_export/change_list_export.html -> build/bdist.linux-ppc64le/wheel/suit/templates/admin/import_export 2024-08-05 20:44:38,706 root INFO copying build/lib/suit/templates/admin/import_export/import.html -> build/bdist.linux-ppc64le/wheel/suit/templates/admin/import_export 2024-08-05 20:44:38,707 root INFO copying build/lib/suit/templates/admin/import_export/export.html -> build/bdist.linux-ppc64le/wheel/suit/templates/admin/import_export 2024-08-05 20:44:38,707 root INFO copying build/lib/suit/templates/admin/import_export/change_list_import_export.html -> build/bdist.linux-ppc64le/wheel/suit/templates/admin/import_export 2024-08-05 20:44:38,707 root INFO copying build/lib/suit/templates/admin/import_export/change_list_import.html -> build/bdist.linux-ppc64le/wheel/suit/templates/admin/import_export 2024-08-05 20:44:38,707 root INFO copying build/lib/suit/templates/admin/import_export/base.html -> build/bdist.linux-ppc64le/wheel/suit/templates/admin/import_export 2024-08-05 20:44:38,707 root INFO copying build/lib/suit/templates/admin/filter.html -> build/bdist.linux-ppc64le/wheel/suit/templates/admin 2024-08-05 20:44:38,707 root INFO copying build/lib/suit/templates/admin/change_list_results.html -> build/bdist.linux-ppc64le/wheel/suit/templates/admin 2024-08-05 20:44:38,708 root INFO copying build/lib/suit/templates/admin/object_history.html -> build/bdist.linux-ppc64le/wheel/suit/templates/admin 2024-08-05 20:44:38,708 root INFO creating build/bdist.linux-ppc64le/wheel/suit/templates/admin/filer 2024-08-05 20:44:38,708 root INFO copying build/lib/suit/templates/admin/filer/actions.html -> build/bdist.linux-ppc64le/wheel/suit/templates/admin/filer 2024-08-05 20:44:38,708 root INFO copying build/lib/suit/templates/admin/filer/change_form.html -> build/bdist.linux-ppc64le/wheel/suit/templates/admin/filer 2024-08-05 20:44:38,708 root INFO creating build/bdist.linux-ppc64le/wheel/suit/templates/admin/filer/image 2024-08-05 20:44:38,708 root INFO copying build/lib/suit/templates/admin/filer/image/change_form.html -> build/bdist.linux-ppc64le/wheel/suit/templates/admin/filer/image 2024-08-05 20:44:38,709 root INFO copying build/lib/suit/templates/admin/filer/delete_selected_files_confirmation.html -> build/bdist.linux-ppc64le/wheel/suit/templates/admin/filer 2024-08-05 20:44:38,709 root INFO creating build/bdist.linux-ppc64le/wheel/suit/templates/admin/filer/folder 2024-08-05 20:44:38,709 root INFO copying build/lib/suit/templates/admin/filer/folder/choose_images_resize_options.html -> build/bdist.linux-ppc64le/wheel/suit/templates/admin/filer/folder 2024-08-05 20:44:38,709 root INFO copying build/lib/suit/templates/admin/filer/folder/change_form.html -> build/bdist.linux-ppc64le/wheel/suit/templates/admin/filer/folder 2024-08-05 20:44:38,709 root INFO copying build/lib/suit/templates/admin/filer/folder/choose_move_destination.html -> build/bdist.linux-ppc64le/wheel/suit/templates/admin/filer/folder 2024-08-05 20:44:38,710 root INFO copying build/lib/suit/templates/admin/filer/folder/directory_table.html -> build/bdist.linux-ppc64le/wheel/suit/templates/admin/filer/folder 2024-08-05 20:44:38,710 root INFO copying build/lib/suit/templates/admin/filer/folder/choose_rename_format.html -> build/bdist.linux-ppc64le/wheel/suit/templates/admin/filer/folder 2024-08-05 20:44:38,710 root INFO copying build/lib/suit/templates/admin/filer/folder/directory_listing.html -> build/bdist.linux-ppc64le/wheel/suit/templates/admin/filer/folder 2024-08-05 20:44:38,710 root INFO copying build/lib/suit/templates/admin/filer/folder/new_folder_form.html -> build/bdist.linux-ppc64le/wheel/suit/templates/admin/filer/folder 2024-08-05 20:44:38,710 root INFO copying build/lib/suit/templates/admin/filer/folder/choose_copy_destination.html -> build/bdist.linux-ppc64le/wheel/suit/templates/admin/filer/folder 2024-08-05 20:44:38,710 root INFO copying build/lib/suit/templates/admin/filer/delete_confirmation.html -> build/bdist.linux-ppc64le/wheel/suit/templates/admin/filer 2024-08-05 20:44:38,711 root INFO creating build/bdist.linux-ppc64le/wheel/suit/templates/admin/filer/tools 2024-08-05 20:44:38,711 root INFO creating build/bdist.linux-ppc64le/wheel/suit/templates/admin/filer/tools/clipboard 2024-08-05 20:44:38,711 root INFO copying build/lib/suit/templates/admin/filer/tools/clipboard/clipboard.html -> build/bdist.linux-ppc64le/wheel/suit/templates/admin/filer/tools/clipboard 2024-08-05 20:44:38,711 root INFO copying build/lib/suit/templates/admin/filer/tools/clipboard/clipboard_item_rows.html -> build/bdist.linux-ppc64le/wheel/suit/templates/admin/filer/tools/clipboard 2024-08-05 20:44:38,711 root INFO copying build/lib/suit/templates/admin/filer/tools/search_form.html -> build/bdist.linux-ppc64le/wheel/suit/templates/admin/filer/tools 2024-08-05 20:44:38,711 root INFO copying build/lib/suit/templates/admin/filer/breadcrumbs.html -> build/bdist.linux-ppc64le/wheel/suit/templates/admin/filer 2024-08-05 20:44:38,712 root INFO copying build/lib/suit/templates/admin/change_form.html -> build/bdist.linux-ppc64le/wheel/suit/templates/admin 2024-08-05 20:44:38,712 root INFO copying build/lib/suit/templates/admin/submit_line.html -> build/bdist.linux-ppc64le/wheel/suit/templates/admin 2024-08-05 20:44:38,712 root INFO copying build/lib/suit/templates/admin/page_submit_line.html -> build/bdist.linux-ppc64le/wheel/suit/templates/admin 2024-08-05 20:44:38,712 root INFO creating build/bdist.linux-ppc64le/wheel/suit/templates/admin/auth 2024-08-05 20:44:38,712 root INFO creating build/bdist.linux-ppc64le/wheel/suit/templates/admin/auth/user 2024-08-05 20:44:38,712 root INFO copying build/lib/suit/templates/admin/auth/user/add_form.html -> build/bdist.linux-ppc64le/wheel/suit/templates/admin/auth/user 2024-08-05 20:44:38,713 root INFO copying build/lib/suit/templates/admin/auth/user/change_password.html -> build/bdist.linux-ppc64le/wheel/suit/templates/admin/auth/user 2024-08-05 20:44:38,713 root INFO copying build/lib/suit/templates/admin/base.html -> build/bdist.linux-ppc64le/wheel/suit/templates/admin 2024-08-05 20:44:38,713 root INFO creating build/bdist.linux-ppc64le/wheel/suit/templates/admin/cms 2024-08-05 20:44:38,713 root INFO creating build/bdist.linux-ppc64le/wheel/suit/templates/admin/cms/page 2024-08-05 20:44:38,713 root INFO copying build/lib/suit/templates/admin/cms/page/change_form.html -> build/bdist.linux-ppc64le/wheel/suit/templates/admin/cms/page 2024-08-05 20:44:38,714 root INFO creating build/bdist.linux-ppc64le/wheel/suit/templates/admin/cms/page/widgets 2024-08-05 20:44:38,714 root INFO copying build/lib/suit/templates/admin/cms/page/widgets/plugin_item.html -> build/bdist.linux-ppc64le/wheel/suit/templates/admin/cms/page/widgets 2024-08-05 20:44:38,714 root INFO creating build/bdist.linux-ppc64le/wheel/suit/templates/admin/cms/page/includes 2024-08-05 20:44:38,714 root INFO copying build/lib/suit/templates/admin/cms/page/includes/fieldset.html -> build/bdist.linux-ppc64le/wheel/suit/templates/admin/cms/page/includes 2024-08-05 20:44:38,714 root INFO copying build/lib/suit/templates/admin/cms/page/change_list.html -> build/bdist.linux-ppc64le/wheel/suit/templates/admin/cms/page 2024-08-05 20:44:38,714 root INFO copying build/lib/suit/templates/admin/cms/page/plugin_change_form.html -> build/bdist.linux-ppc64le/wheel/suit/templates/admin/cms/page 2024-08-05 20:44:38,715 root INFO copying build/lib/suit/templates/admin/login.html -> build/bdist.linux-ppc64le/wheel/suit/templates/admin 2024-08-05 20:44:38,715 root INFO copying build/lib/suit/templates/admin/delete_confirmation.html -> build/bdist.linux-ppc64le/wheel/suit/templates/admin 2024-08-05 20:44:38,715 root INFO copying build/lib/suit/templates/admin/mptt_change_list_results.html -> build/bdist.linux-ppc64le/wheel/suit/templates/admin 2024-08-05 20:44:38,715 root INFO copying build/lib/suit/templates/admin/search_form.html -> build/bdist.linux-ppc64le/wheel/suit/templates/admin 2024-08-05 20:44:38,715 root INFO creating build/bdist.linux-ppc64le/wheel/suit/templates/admin/includes 2024-08-05 20:44:38,715 root INFO copying build/lib/suit/templates/admin/includes/fieldset.html -> build/bdist.linux-ppc64le/wheel/suit/templates/admin/includes 2024-08-05 20:44:38,716 root INFO copying build/lib/suit/templates/admin/pagination.html -> build/bdist.linux-ppc64le/wheel/suit/templates/admin 2024-08-05 20:44:38,716 root INFO copying build/lib/suit/templates/admin/change_list.html -> build/bdist.linux-ppc64le/wheel/suit/templates/admin 2024-08-05 20:44:38,716 root INFO copying build/lib/suit/templates/admin/app_index.html -> build/bdist.linux-ppc64le/wheel/suit/templates/admin 2024-08-05 20:44:38,716 root INFO copying build/lib/suit/templates/admin/delete_selected_confirmation.html -> build/bdist.linux-ppc64le/wheel/suit/templates/admin 2024-08-05 20:44:38,716 root INFO creating build/bdist.linux-ppc64le/wheel/suit/templates/admin/edit_inline 2024-08-05 20:44:38,716 root INFO copying build/lib/suit/templates/admin/edit_inline/tabular.html -> build/bdist.linux-ppc64le/wheel/suit/templates/admin/edit_inline 2024-08-05 20:44:38,717 root INFO copying build/lib/suit/templates/admin/edit_inline/stacked.html -> build/bdist.linux-ppc64le/wheel/suit/templates/admin/edit_inline 2024-08-05 20:44:38,717 root INFO copying build/lib/suit/templates/admin/base_site.html -> build/bdist.linux-ppc64le/wheel/suit/templates/admin 2024-08-05 20:44:38,717 root INFO creating build/bdist.linux-ppc64le/wheel/suit/templates/reversion 2024-08-05 20:44:38,717 root INFO copying build/lib/suit/templates/reversion/revision_form.html -> build/bdist.linux-ppc64le/wheel/suit/templates/reversion 2024-08-05 20:44:38,717 root INFO copying build/lib/suit/templates/reversion/object_history.html -> build/bdist.linux-ppc64le/wheel/suit/templates/reversion 2024-08-05 20:44:38,717 root INFO copying build/lib/suit/templates/reversion/recover_form.html -> build/bdist.linux-ppc64le/wheel/suit/templates/reversion 2024-08-05 20:44:38,718 root INFO copying build/lib/suit/templates/reversion/change_list.html -> build/bdist.linux-ppc64le/wheel/suit/templates/reversion 2024-08-05 20:44:38,718 root INFO copying build/lib/suit/templates/reversion/recover_list.html -> build/bdist.linux-ppc64le/wheel/suit/templates/reversion 2024-08-05 20:44:38,718 root INFO copying build/lib/suit/templates/500.html -> build/bdist.linux-ppc64le/wheel/suit/templates 2024-08-05 20:44:38,718 root INFO creating build/bdist.linux-ppc64le/wheel/suit/templates/suit 2024-08-05 20:44:38,718 root INFO copying build/lib/suit/templates/suit/form_as_fieldset.html -> build/bdist.linux-ppc64le/wheel/suit/templates/suit 2024-08-05 20:44:38,719 root INFO copying build/lib/suit/templates/suit/menu.html -> build/bdist.linux-ppc64le/wheel/suit/templates/suit 2024-08-05 20:44:38,719 root INFO creating build/bdist.linux-ppc64le/wheel/suit/templates/suit/includes 2024-08-05 20:44:38,719 root INFO copying build/lib/suit/templates/suit/includes/change_form_includes.html -> build/bdist.linux-ppc64le/wheel/suit/templates/suit/includes 2024-08-05 20:44:38,719 root INFO copying build/lib/suit/templates/suit/error_base.html -> build/bdist.linux-ppc64le/wheel/suit/templates/suit 2024-08-05 20:44:38,719 root INFO copying build/lib/suit/watch_less.py -> build/bdist.linux-ppc64le/wheel/suit 2024-08-05 20:44:38,719 root INFO copying build/lib/suit/admin.py -> build/bdist.linux-ppc64le/wheel/suit 2024-08-05 20:44:38,720 root INFO copying build/lib/suit/__init__.py -> build/bdist.linux-ppc64le/wheel/suit 2024-08-05 20:44:38,720 root INFO copying build/lib/suit/compat.py -> build/bdist.linux-ppc64le/wheel/suit 2024-08-05 20:44:38,720 root INFO copying build/lib/suit/models.py -> build/bdist.linux-ppc64le/wheel/suit 2024-08-05 20:44:38,720 root INFO running install_egg_info 2024-08-05 20:44:38,723 root INFO Copying django_suit.egg-info to build/bdist.linux-ppc64le/wheel/django_suit-0.2.28-py3.12.egg-info 2024-08-05 20:44:38,724 root INFO running install_scripts 2024-08-05 20:44:38,725 root INFO creating build/bdist.linux-ppc64le/wheel/django_suit-0.2.28.dist-info/WHEEL 2024-08-05 20:44:38,726 wheel INFO creating '/home/buildozer/aports/testing/py3-django-suit/src/django-suit-0.2.28/.dist/.tmp-h5shy0zp/django_suit-0.2.28-py3-none-any.whl' and adding 'build/bdist.linux-ppc64le/wheel' to it 2024-08-05 20:44:38,726 wheel INFO adding 'suit/__init__.py' 2024-08-05 20:44:38,727 wheel INFO adding 'suit/admin.py' 2024-08-05 20:44:38,727 wheel INFO adding 'suit/compat.py' 2024-08-05 20:44:38,727 wheel INFO adding 'suit/config.py' 2024-08-05 20:44:38,727 wheel INFO adding 'suit/models.py' 2024-08-05 20:44:38,727 wheel INFO adding 'suit/utils.py' 2024-08-05 20:44:38,728 wheel INFO adding 'suit/watch_less.py' 2024-08-05 20:44:38,728 wheel INFO adding 'suit/widgets.py' 2024-08-05 20:44:38,728 wheel INFO adding 'suit/static/admin/css/forms.css' 2024-08-05 20:44:38,728 wheel INFO adding 'suit/static/cms/css/pages.css' 2024-08-05 20:44:38,729 wheel INFO adding 'suit/static/suit/bootstrap/css/bootstrap.css' 2024-08-05 20:44:38,730 wheel INFO adding 'suit/static/suit/bootstrap/css/bootstrap.min.css' 2024-08-05 20:44:38,730 wheel INFO adding 'suit/static/suit/bootstrap/img/glyphicons-halflings-white-shadow.png' 2024-08-05 20:44:38,730 wheel INFO adding 'suit/static/suit/bootstrap/img/glyphicons-halflings-white.png' 2024-08-05 20:44:38,731 wheel INFO adding 'suit/static/suit/bootstrap/img/glyphicons-halflings.png' 2024-08-05 20:44:38,731 wheel INFO adding 'suit/static/suit/bootstrap/js/bootstrap.js' 2024-08-05 20:44:38,731 wheel INFO adding 'suit/static/suit/bootstrap/js/bootstrap.min.js' 2024-08-05 20:44:38,732 wheel INFO adding 'suit/static/suit/css/djangocms.css' 2024-08-05 20:44:38,732 wheel INFO adding 'suit/static/suit/css/filer.css' 2024-08-05 20:44:38,732 wheel INFO adding 'suit/static/suit/css/suit.css' 2024-08-05 20:44:38,732 wheel INFO adding 'suit/static/suit/img/ajax-loader.gif' 2024-08-05 20:44:38,733 wheel INFO adding 'suit/static/suit/img/bg_left_white.gif' 2024-08-05 20:44:38,733 wheel INFO adding 'suit/static/suit/img/bg_pattern.jpg' 2024-08-05 20:44:38,733 wheel INFO adding 'suit/static/suit/img/cc_active_nav.png' 2024-08-05 20:44:38,733 wheel INFO adding 'suit/static/suit/img/drag-handle.png' 2024-08-05 20:44:38,734 wheel INFO adding 'suit/static/suit/img/glyphicons-halflings-white-nav.png' 2024-08-05 20:44:38,734 wheel INFO adding 'suit/static/suit/img/glyphicons-halflings-white-shadow.png' 2024-08-05 20:44:38,734 wheel INFO adding 'suit/static/suit/js/djangocms.js' 2024-08-05 20:44:38,735 wheel INFO adding 'suit/static/suit/js/jquery-1.8.3.min.js' 2024-08-05 20:44:38,735 wheel INFO adding 'suit/static/suit/js/jquery-2.2.4.min.js' 2024-08-05 20:44:38,736 wheel INFO adding 'suit/static/suit/js/jquery.autosize-min.js' 2024-08-05 20:44:38,736 wheel INFO adding 'suit/static/suit/js/sortables.js' 2024-08-05 20:44:38,736 wheel INFO adding 'suit/static/suit/js/suit-form-confirm.js' 2024-08-05 20:44:38,736 wheel INFO adding 'suit/static/suit/js/suit.js' 2024-08-05 20:44:38,736 wheel INFO adding 'suit/static/suit/less/djangocms.less' 2024-08-05 20:44:38,737 wheel INFO adding 'suit/static/suit/less/filer.less' 2024-08-05 20:44:38,737 wheel INFO adding 'suit/static/suit/less/footer.less' 2024-08-05 20:44:38,737 wheel INFO adding 'suit/static/suit/less/header.less' 2024-08-05 20:44:38,737 wheel INFO adding 'suit/static/suit/less/left-column.less' 2024-08-05 20:44:38,737 wheel INFO adding 'suit/static/suit/less/mixins.less' 2024-08-05 20:44:38,738 wheel INFO adding 'suit/static/suit/less/print.less' 2024-08-05 20:44:38,738 wheel INFO adding 'suit/static/suit/less/sticky-footer.less' 2024-08-05 20:44:38,738 wheel INFO adding 'suit/static/suit/less/suit.less' 2024-08-05 20:44:38,738 wheel INFO adding 'suit/static/suit/less/variables.less' 2024-08-05 20:44:38,739 wheel INFO adding 'suit/static/suit/less/djangocms/list.less' 2024-08-05 20:44:38,739 wheel INFO adding 'suit/static/suit/less/ui/actionlist.less' 2024-08-05 20:44:38,739 wheel INFO adding 'suit/static/suit/less/ui/box.less' 2024-08-05 20:44:38,739 wheel INFO adding 'suit/static/suit/less/ui/breadcrumb.less' 2024-08-05 20:44:38,739 wheel INFO adding 'suit/static/suit/less/ui/calendar.less' 2024-08-05 20:44:38,740 wheel INFO adding 'suit/static/suit/less/ui/datepicker.less' 2024-08-05 20:44:38,740 wheel INFO adding 'suit/static/suit/less/ui/form.less' 2024-08-05 20:44:38,740 wheel INFO adding 'suit/static/suit/less/ui/left-nav.less' 2024-08-05 20:44:38,740 wheel INFO adding 'suit/static/suit/less/ui/list.less' 2024-08-05 20:44:38,740 wheel INFO adding 'suit/static/suit/less/ui/login.less' 2024-08-05 20:44:38,741 wheel INFO adding 'suit/static/suit/less/ui/pagination.less' 2024-08-05 20:44:38,741 wheel INFO adding 'suit/static/suit/less/ui/table.less' 2024-08-05 20:44:38,741 wheel INFO adding 'suit/static/suit/less/ui/tabs.less' 2024-08-05 20:44:38,741 wheel INFO adding 'suit/templates/403.html' 2024-08-05 20:44:38,741 wheel INFO adding 'suit/templates/404.html' 2024-08-05 20:44:38,742 wheel INFO adding 'suit/templates/500.html' 2024-08-05 20:44:38,742 wheel INFO adding 'suit/templates/admin/actions.html' 2024-08-05 20:44:38,742 wheel INFO adding 'suit/templates/admin/app_index.html' 2024-08-05 20:44:38,742 wheel INFO adding 'suit/templates/admin/base.html' 2024-08-05 20:44:38,742 wheel INFO adding 'suit/templates/admin/base_site.html' 2024-08-05 20:44:38,743 wheel INFO adding 'suit/templates/admin/change_form.html' 2024-08-05 20:44:38,743 wheel INFO adding 'suit/templates/admin/change_list.html' 2024-08-05 20:44:38,743 wheel INFO adding 'suit/templates/admin/change_list_results.html' 2024-08-05 20:44:38,743 wheel INFO adding 'suit/templates/admin/date_hierarchy.html' 2024-08-05 20:44:38,743 wheel INFO adding 'suit/templates/admin/delete_confirmation.html' 2024-08-05 20:44:38,744 wheel INFO adding 'suit/templates/admin/delete_selected_confirmation.html' 2024-08-05 20:44:38,744 wheel INFO adding 'suit/templates/admin/filter.html' 2024-08-05 20:44:38,744 wheel INFO adding 'suit/templates/admin/index.html' 2024-08-05 20:44:38,744 wheel INFO adding 'suit/templates/admin/login.html' 2024-08-05 20:44:38,744 wheel INFO adding 'suit/templates/admin/mptt_change_list_results.html' 2024-08-05 20:44:38,745 wheel INFO adding 'suit/templates/admin/object_history.html' 2024-08-05 20:44:38,745 wheel INFO adding 'suit/templates/admin/page_submit_line.html' 2024-08-05 20:44:38,745 wheel INFO adding 'suit/templates/admin/pagination.html' 2024-08-05 20:44:38,745 wheel INFO adding 'suit/templates/admin/search_form.html' 2024-08-05 20:44:38,745 wheel INFO adding 'suit/templates/admin/submit_line.html' 2024-08-05 20:44:38,746 wheel INFO adding 'suit/templates/admin/auth/user/add_form.html' 2024-08-05 20:44:38,746 wheel INFO adding 'suit/templates/admin/auth/user/change_password.html' 2024-08-05 20:44:38,746 wheel INFO adding 'suit/templates/admin/cms/page/change_form.html' 2024-08-05 20:44:38,746 wheel INFO adding 'suit/templates/admin/cms/page/change_list.html' 2024-08-05 20:44:38,747 wheel INFO adding 'suit/templates/admin/cms/page/plugin_change_form.html' 2024-08-05 20:44:38,747 wheel INFO adding 'suit/templates/admin/cms/page/includes/fieldset.html' 2024-08-05 20:44:38,747 wheel INFO adding 'suit/templates/admin/cms/page/widgets/plugin_item.html' 2024-08-05 20:44:38,747 wheel INFO adding 'suit/templates/admin/edit_inline/stacked.html' 2024-08-05 20:44:38,747 wheel INFO adding 'suit/templates/admin/edit_inline/tabular.html' 2024-08-05 20:44:38,748 wheel INFO adding 'suit/templates/admin/filer/actions.html' 2024-08-05 20:44:38,748 wheel INFO adding 'suit/templates/admin/filer/breadcrumbs.html' 2024-08-05 20:44:38,748 wheel INFO adding 'suit/templates/admin/filer/change_form.html' 2024-08-05 20:44:38,748 wheel INFO adding 'suit/templates/admin/filer/delete_confirmation.html' 2024-08-05 20:44:38,748 wheel INFO adding 'suit/templates/admin/filer/delete_selected_files_confirmation.html' 2024-08-05 20:44:38,749 wheel INFO adding 'suit/templates/admin/filer/folder/change_form.html' 2024-08-05 20:44:38,749 wheel INFO adding 'suit/templates/admin/filer/folder/choose_copy_destination.html' 2024-08-05 20:44:38,749 wheel INFO adding 'suit/templates/admin/filer/folder/choose_images_resize_options.html' 2024-08-05 20:44:38,749 wheel INFO adding 'suit/templates/admin/filer/folder/choose_move_destination.html' 2024-08-05 20:44:38,750 wheel INFO adding 'suit/templates/admin/filer/folder/choose_rename_format.html' 2024-08-05 20:44:38,750 wheel INFO adding 'suit/templates/admin/filer/folder/directory_listing.html' 2024-08-05 20:44:38,750 wheel INFO adding 'suit/templates/admin/filer/folder/directory_table.html' 2024-08-05 20:44:38,750 wheel INFO adding 'suit/templates/admin/filer/folder/new_folder_form.html' 2024-08-05 20:44:38,750 wheel INFO adding 'suit/templates/admin/filer/image/change_form.html' 2024-08-05 20:44:38,751 wheel INFO adding 'suit/templates/admin/filer/tools/search_form.html' 2024-08-05 20:44:38,751 wheel INFO adding 'suit/templates/admin/filer/tools/clipboard/clipboard.html' 2024-08-05 20:44:38,751 wheel INFO adding 'suit/templates/admin/filer/tools/clipboard/clipboard_item_rows.html' 2024-08-05 20:44:38,751 wheel INFO adding 'suit/templates/admin/import_export/base.html' 2024-08-05 20:44:38,751 wheel INFO adding 'suit/templates/admin/import_export/change_list_export.html' 2024-08-05 20:44:38,752 wheel INFO adding 'suit/templates/admin/import_export/change_list_import.html' 2024-08-05 20:44:38,752 wheel INFO adding 'suit/templates/admin/import_export/change_list_import_export.html' 2024-08-05 20:44:38,752 wheel INFO adding 'suit/templates/admin/import_export/export.html' 2024-08-05 20:44:38,752 wheel INFO adding 'suit/templates/admin/import_export/import.html' 2024-08-05 20:44:38,752 wheel INFO adding 'suit/templates/admin/includes/fieldset.html' 2024-08-05 20:44:38,753 wheel INFO adding 'suit/templates/registration/logged_out.html' 2024-08-05 20:44:38,753 wheel INFO adding 'suit/templates/registration/password_change_form.html' 2024-08-05 20:44:38,753 wheel INFO adding 'suit/templates/reversion/change_list.html' 2024-08-05 20:44:38,753 wheel INFO adding 'suit/templates/reversion/object_history.html' 2024-08-05 20:44:38,753 wheel INFO adding 'suit/templates/reversion/recover_form.html' 2024-08-05 20:44:38,754 wheel INFO adding 'suit/templates/reversion/recover_list.html' 2024-08-05 20:44:38,754 wheel INFO adding 'suit/templates/reversion/revision_form.html' 2024-08-05 20:44:38,754 wheel INFO adding 'suit/templates/suit/error_base.html' 2024-08-05 20:44:38,754 wheel INFO adding 'suit/templates/suit/form_as_fieldset.html' 2024-08-05 20:44:38,754 wheel INFO adding 'suit/templates/suit/menu.html' 2024-08-05 20:44:38,755 wheel INFO adding 'suit/templates/suit/includes/change_form_includes.html' 2024-08-05 20:44:38,755 wheel INFO adding 'suit/templatetags/__init__.py' 2024-08-05 20:44:38,755 wheel INFO adding 'suit/templatetags/suit_compat.py' 2024-08-05 20:44:38,755 wheel INFO adding 'suit/templatetags/suit_list.py' 2024-08-05 20:44:38,755 wheel INFO adding 'suit/templatetags/suit_menu.py' 2024-08-05 20:44:38,756 wheel INFO adding 'suit/templatetags/suit_tags.py' 2024-08-05 20:44:38,756 wheel INFO adding 'django_suit-0.2.28.dist-info/LICENSE' 2024-08-05 20:44:38,756 wheel INFO adding 'django_suit-0.2.28.dist-info/METADATA' 2024-08-05 20:44:38,756 wheel INFO adding 'django_suit-0.2.28.dist-info/WHEEL' 2024-08-05 20:44:38,756 wheel INFO adding 'django_suit-0.2.28.dist-info/top_level.txt' 2024-08-05 20:44:38,757 wheel INFO adding 'django_suit-0.2.28.dist-info/RECORD' 2024-08-05 20:44:38,758 root INFO removing build/bdist.linux-ppc64le/wheel 2024-08-05 20:44:38,765 gpep517 INFO The backend produced .dist/django_suit-0.2.28-py3-none-any.whl django_suit-0.2.28-py3-none-any.whl >>> py3-django-suit: Entering fakeroot... 2024-08-05 20:44:38,994 gpep517 INFO Installing .dist/django_suit-0.2.28-py3-none-any.whl into /home/buildozer/aports/testing/py3-django-suit/pkg/py3-django-suit 2024-08-05 20:44:39,125 gpep517 INFO Installation complete >>> py3-django-suit-pyc*: Running split function pyc... '/home/buildozer/aports/testing/py3-django-suit/pkg/py3-django-suit/usr/lib/python3.12/site-packages/suit/templatetags/__pycache__' -> '/home/buildozer/aports/testing/py3-django-suit/pkg/py3-django-suit-pyc/usr/lib/python3.12/site-packages/suit/templatetags/__pycache__' '/home/buildozer/aports/testing/py3-django-suit/pkg/py3-django-suit/usr/lib/python3.12/site-packages/suit/__pycache__' -> '/home/buildozer/aports/testing/py3-django-suit/pkg/py3-django-suit-pyc/usr/lib/python3.12/site-packages/suit/__pycache__' >>> py3-django-suit-pyc*: Preparing subpackage py3-django-suit-pyc... >>> py3-django-suit-pyc*: Running postcheck for py3-django-suit-pyc >>> py3-django-suit*: Running postcheck for py3-django-suit >>> py3-django-suit*: Preparing package py3-django-suit... >>> py3-django-suit-pyc*: Tracing dependencies... python3 python3~3.12 >>> py3-django-suit-pyc*: Package size: 136.0 KB >>> py3-django-suit-pyc*: Compressing data... >>> py3-django-suit-pyc*: Create checksum... >>> py3-django-suit-pyc*: Create py3-django-suit-pyc-0.2.28-r8.apk >>> py3-django-suit*: Tracing dependencies... python3 python3~3.12 >>> py3-django-suit*: Package size: 1.5 MB >>> py3-django-suit*: Compressing data... >>> py3-django-suit*: Create checksum... >>> py3-django-suit*: Create py3-django-suit-0.2.28-r8.apk >>> py3-django-suit: Build complete at Mon, 05 Aug 2024 20:44:39 +0000 elapsed time 0h 0m 3s >>> py3-django-suit: Cleaning up srcdir >>> py3-django-suit: Cleaning up pkgdir >>> py3-django-suit: Uninstalling dependencies... (1/20) Purging .makedepends-py3-django-suit (20240805.204437) (2/20) Purging py3-setuptools-pyc (70.3.0-r0) (3/20) Purging py3-setuptools (70.3.0-r0) (4/20) Purging py3-packaging-pyc (24.1-r0) (5/20) Purging py3-packaging (24.1-r0) (6/20) Purging py3-parsing-pyc (3.1.2-r1) (7/20) Purging py3-parsing (3.1.2-r1) (8/20) Purging py3-gpep517-pyc (16-r0) (9/20) Purging py3-gpep517 (16-r0) (10/20) Purging py3-installer-pyc (0.7.0-r2) (11/20) Purging py3-installer (0.7.0-r2) (12/20) Purging python3-pyc (3.12.4-r0) (13/20) Purging python3-pycache-pyc0 (3.12.4-r0) (14/20) Purging pyc (3.12.4-r0) (15/20) Purging python3 (3.12.4-r0) (16/20) Purging gdbm (1.24-r0) (17/20) Purging libffi (3.4.6-r0) (18/20) Purging libpanelw (6.5_p20240601-r0) (19/20) Purging mpdecimal (4.0.0-r0) (20/20) Purging sqlite-libs (3.46.0-r0) Executing busybox-1.36.1-r31.trigger OK: 282 MiB in 110 packages >>> py3-django-suit: Updating the testing/ppc64le repository index... >>> py3-django-suit: Signing the index...