>>> py3-django-simple-captcha: Building community/py3-django-simple-captcha 0.6.3-r2 (using abuild 3.17.0_rc2-r0) started Sun, 17 May 2026 09:47:27 +0000 >>> py3-django-simple-captcha: Validating /home/buildozer/aports/community/py3-django-simple-captcha/APKBUILD... >>> py3-django-simple-captcha: Analyzing dependencies... >>> py3-django-simple-captcha: Installing for build: build-base python3 py3-django py3-pillow py3-gpep517 py3-setuptools py3-wheel ( 1/50) Installing libbz2 (1.0.8-r6) ( 2/50) Installing libffi (3.5.2-r1) ( 3/50) Installing gdbm (1.26-r0) ( 4/50) Installing xz-libs (5.8.3-r0) ( 5/50) Installing mpdecimal (4.0.1-r0) ( 6/50) Installing libpanelw (6.6_p20260502-r0) ( 7/50) Installing readline (8.3.3-r1) ( 8/50) Installing sqlite-libs (3.53.1-r0) ( 9/50) Installing python3 (3.14.3-r0) (10/50) Installing python3-pycache-pyc0 (3.14.3-r0) (11/50) Installing pyc (3.14.3-r0) (12/50) Installing python3-pyc (3.14.3-r0) (13/50) Installing py3-asgiref (3.9.1-r1) (14/50) Installing py3-asgiref-pyc (3.9.1-r1) (15/50) Installing py3-sqlparse (0.5.3-r1) (16/50) Installing py3-sqlparse-pyc (0.5.3-r1) (17/50) Installing tzdata (2026b-r0) (18/50) Installing py3-django (5.2.14-r0) (19/50) Installing py3-django-pyc (5.2.14-r0) (20/50) Installing libpng (1.6.58-r1) (21/50) Installing freetype (2.14.3-r0) (22/50) Installing libimagequant (4.2.2-r0) (23/50) Installing libjpeg-turbo (3.1.3-r0) (24/50) Installing lcms2 (2.19-r0) (25/50) Installing openjpeg (2.5.4-r1) (26/50) Installing libsharpyuv (1.6.0-r0) (27/50) Installing libwebp (1.6.0-r0) (28/50) Installing tiff (4.7.1-r0) (29/50) Installing libwebpdemux (1.6.0-r0) (30/50) Installing libwebpmux (1.6.0-r0) (31/50) Installing libxau (1.0.12-r0) (32/50) Installing libmd (1.1.0-r0) (33/50) Installing libbsd (0.12.2-r0) (34/50) Installing libxdmcp (1.1.5-r1) (35/50) Installing libxcb (1.17.0-r2) (36/50) Installing py3-pillow (12.2.0-r0) (37/50) Installing py3-pillow-pyc (12.2.0-r0) (38/50) Installing py3-installer (1.0.0-r0) (39/50) Installing py3-installer-pyc (1.0.0-r0) (40/50) Installing py3-gpep517 (19-r2) (41/50) Installing py3-gpep517-pyc (19-r2) (42/50) Installing py3-parsing (3.3.2-r1) (43/50) Installing py3-parsing-pyc (3.3.2-r1) (44/50) Installing py3-packaging (26.2-r0) (45/50) Installing py3-packaging-pyc (26.2-r0) (46/50) Installing py3-setuptools (82.0.1-r1) (47/50) Installing py3-setuptools-pyc (82.0.1-r1) (48/50) Installing py3-wheel (0.47.0-r0) (49/50) Installing py3-wheel-pyc (0.47.0-r0) (50/50) Installing .makedepends-py3-django-simple-captcha (20260517.094732) Executing busybox-1.37.0-r31.trigger OK: 523.7 MiB in 153 packages >>> py3-django-simple-captcha: Cleaning up srcdir >>> py3-django-simple-captcha: Cleaning up pkgdir >>> py3-django-simple-captcha: Cleaning up tmpdir >>> py3-django-simple-captcha: Fetching https://distfiles.alpinelinux.org/distfiles/v3.24/django-simple-captcha-0.6.3.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/v3.24/django-simple-captcha-0.6.3.tar.gz.part' django-simple-captch 100% |********************************| 114k 0:00:00 ETA '/var/cache/distfiles/v3.24/django-simple-captcha-0.6.3.tar.gz.part' saved /var/cache/distfiles/v3.24/django-simple-captcha-0.6.3.tar.gz: OK >>> py3-django-simple-captcha: Fetching https://distfiles.alpinelinux.org/distfiles/v3.24/django-simple-captcha-0.6.3.tar.gz /var/cache/distfiles/v3.24/django-simple-captcha-0.6.3.tar.gz: OK >>> py3-django-simple-captcha: Unpacking /var/cache/distfiles/v3.24/django-simple-captcha-0.6.3.tar.gz... 2026-05-17 09:47:33,358 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ :4: SetuptoolsDeprecationWarning: The test command is disabled and references to it are deprecated. !! ******************************************************************************** Please remove any references to `setuptools.command.test` in all supported versions of the affected package. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. ******************************************************************************** !! /usr/lib/python3.14/site-packages/setuptools/_distutils/dist.py:287: UserWarning: Unknown distribution option: 'tests_require' warnings.warn(msg) /usr/lib/python3.14/site-packages/setuptools/dist.py:765: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() 2026-05-17 09:47:33,381 root INFO running bdist_wheel /usr/lib/python3.14/site-packages/setuptools/_distutils/cmd.py:119: SetuptoolsDeprecationWarning: bdist_wheel.universal is deprecated !! ******************************************************************************** With Python 2.7 end-of-life, support for building universal wheels (i.e., wheels that support both Python 2 and Python 3) is being obviated. Please discontinue using this option, or if you still need it, file an issue with pypa/setuptools describing your use case. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. ******************************************************************************** !! self.finalize_options() 2026-05-17 09:47:33,395 root INFO running build 2026-05-17 09:47:33,395 root INFO running build_py 2026-05-17 09:47:33,398 root INFO creating build/lib/captcha 2026-05-17 09:47:33,398 root INFO copying captcha/serializers.py -> build/lib/captcha 2026-05-17 09:47:33,398 root INFO copying captcha/fields.py -> build/lib/captcha 2026-05-17 09:47:33,399 root INFO copying captcha/urls.py -> build/lib/captcha 2026-05-17 09:47:33,399 root INFO copying captcha/models.py -> build/lib/captcha 2026-05-17 09:47:33,399 root INFO copying captcha/views.py -> build/lib/captcha 2026-05-17 09:47:33,399 root INFO copying captcha/helpers.py -> build/lib/captcha 2026-05-17 09:47:33,400 root INFO copying captcha/__init__.py -> build/lib/captcha 2026-05-17 09:47:33,400 root INFO copying captcha/validators.py -> build/lib/captcha 2026-05-17 09:47:33,400 root INFO creating build/lib/captcha/migrations 2026-05-17 09:47:33,400 root INFO copying captcha/migrations/0001_initial.py -> build/lib/captcha/migrations 2026-05-17 09:47:33,401 root INFO copying captcha/migrations/0002_alter_captchastore_id.py -> build/lib/captcha/migrations 2026-05-17 09:47:33,401 root INFO copying captcha/migrations/__init__.py -> build/lib/captcha/migrations 2026-05-17 09:47:33,401 root INFO creating build/lib/captcha/tests 2026-05-17 09:47:33,401 root INFO copying captcha/tests/tests.py -> build/lib/captcha/tests 2026-05-17 09:47:33,402 root INFO copying captcha/tests/urls.py -> build/lib/captcha/tests 2026-05-17 09:47:33,402 root INFO copying captcha/tests/views.py -> build/lib/captcha/tests 2026-05-17 09:47:33,402 root INFO copying captcha/tests/__init__.py -> build/lib/captcha/tests 2026-05-17 09:47:33,402 root INFO copying captcha/tests/drf_views.py -> build/lib/captcha/tests 2026-05-17 09:47:33,403 root INFO creating build/lib/captcha/conf 2026-05-17 09:47:33,403 root INFO copying captcha/conf/settings.py -> build/lib/captcha/conf 2026-05-17 09:47:33,403 root INFO copying captcha/conf/__init__.py -> build/lib/captcha/conf 2026-05-17 09:47:33,403 root INFO creating build/lib/captcha/management 2026-05-17 09:47:33,403 root INFO copying captcha/management/__init__.py -> build/lib/captcha/management 2026-05-17 09:47:33,404 root INFO creating build/lib/captcha/management/commands 2026-05-17 09:47:33,404 root INFO copying captcha/management/commands/captcha_create_pool.py -> build/lib/captcha/management/commands 2026-05-17 09:47:33,404 root INFO copying captcha/management/commands/captcha_clean.py -> build/lib/captcha/management/commands 2026-05-17 09:47:33,404 root INFO copying captcha/management/commands/__init__.py -> build/lib/captcha/management/commands 2026-05-17 09:47:33,404 root INFO running egg_info 2026-05-17 09:47:33,406 root INFO creating django_simple_captcha.egg-info 2026-05-17 09:47:33,406 root INFO writing django_simple_captcha.egg-info/PKG-INFO 2026-05-17 09:47:33,407 root INFO writing dependency_links to django_simple_captcha.egg-info/dependency_links.txt 2026-05-17 09:47:33,407 root INFO writing requirements to django_simple_captcha.egg-info/requires.txt 2026-05-17 09:47:33,407 root INFO writing top-level names to django_simple_captcha.egg-info/top_level.txt 2026-05-17 09:47:33,408 root INFO writing manifest file 'django_simple_captcha.egg-info/SOURCES.txt' 2026-05-17 09:47:33,411 root INFO reading manifest file 'django_simple_captcha.egg-info/SOURCES.txt' 2026-05-17 09:47:33,411 root INFO reading manifest template 'MANIFEST.in' 2026-05-17 09:47:33,412 root WARNING warning: no files found matching '.pep8' 2026-05-17 09:47:33,414 root WARNING warning: no previously-included files found matching 'testproject/django-simple-captcha.db' 2026-05-17 09:47:33,414 root WARNING no previously-included directories found matching '.tox' 2026-05-17 09:47:33,415 root WARNING no previously-included directories found matching 'docs/_build' 2026-05-17 09:47:33,415 root WARNING no previously-included directories found matching 'htmlcov' 2026-05-17 09:47:33,415 root WARNING warning: no previously-included files matching '*pyc' found anywhere in distribution 2026-05-17 09:47:33,415 root WARNING warning: no previously-included files matching 'coverage.xml' found anywhere in distribution 2026-05-17 09:47:33,415 root WARNING warning: no previously-included files matching '.DS_Store' found anywhere in distribution 2026-05-17 09:47:33,416 root WARNING warning: no previously-included files matching '.coverage' found anywhere in distribution 2026-05-17 09:47:33,416 root INFO adding license file 'LICENSE' 2026-05-17 09:47:33,417 root INFO writing manifest file 'django_simple_captcha.egg-info/SOURCES.txt' /usr/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'captcha.fonts' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'captcha.fonts' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'captcha.fonts' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'captcha.fonts' to be distributed and are already explicitly excluding 'captcha.fonts' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'captcha.jinja2.captcha.widgets' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'captcha.jinja2.captcha.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 'captcha.jinja2.captcha.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 'captcha.jinja2.captcha.widgets' to be distributed and are already explicitly excluding 'captcha.jinja2.captcha.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.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'captcha.locale.bg.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.bg.LC_MESSAGES' 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 'captcha.locale.bg.LC_MESSAGES' 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 'captcha.locale.bg.LC_MESSAGES' to be distributed and are already explicitly excluding 'captcha.locale.bg.LC_MESSAGES' 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.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'captcha.locale.cs.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.cs.LC_MESSAGES' 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 'captcha.locale.cs.LC_MESSAGES' 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 'captcha.locale.cs.LC_MESSAGES' to be distributed and are already explicitly excluding 'captcha.locale.cs.LC_MESSAGES' 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.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'captcha.locale.de.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.de.LC_MESSAGES' 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 'captcha.locale.de.LC_MESSAGES' 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 'captcha.locale.de.LC_MESSAGES' to be distributed and are already explicitly excluding 'captcha.locale.de.LC_MESSAGES' 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.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'captcha.locale.en.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.en.LC_MESSAGES' 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 'captcha.locale.en.LC_MESSAGES' 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 'captcha.locale.en.LC_MESSAGES' to be distributed and are already explicitly excluding 'captcha.locale.en.LC_MESSAGES' 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.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'captcha.locale.es.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.es.LC_MESSAGES' 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 'captcha.locale.es.LC_MESSAGES' 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 'captcha.locale.es.LC_MESSAGES' to be distributed and are already explicitly excluding 'captcha.locale.es.LC_MESSAGES' 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.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'captcha.locale.fa.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.fa.LC_MESSAGES' 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 'captcha.locale.fa.LC_MESSAGES' 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 'captcha.locale.fa.LC_MESSAGES' to be distributed and are already explicitly excluding 'captcha.locale.fa.LC_MESSAGES' 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.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'captcha.locale.fr.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.fr.LC_MESSAGES' 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 'captcha.locale.fr.LC_MESSAGES' 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 'captcha.locale.fr.LC_MESSAGES' to be distributed and are already explicitly excluding 'captcha.locale.fr.LC_MESSAGES' 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.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'captcha.locale.it.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.it.LC_MESSAGES' 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 'captcha.locale.it.LC_MESSAGES' 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 'captcha.locale.it.LC_MESSAGES' to be distributed and are already explicitly excluding 'captcha.locale.it.LC_MESSAGES' 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.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'captcha.locale.ja.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.ja.LC_MESSAGES' 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 'captcha.locale.ja.LC_MESSAGES' 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 'captcha.locale.ja.LC_MESSAGES' to be distributed and are already explicitly excluding 'captcha.locale.ja.LC_MESSAGES' 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.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'captcha.locale.nl.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.nl.LC_MESSAGES' 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 'captcha.locale.nl.LC_MESSAGES' 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 'captcha.locale.nl.LC_MESSAGES' to be distributed and are already explicitly excluding 'captcha.locale.nl.LC_MESSAGES' 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.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'captcha.locale.pl.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.pl.LC_MESSAGES' 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 'captcha.locale.pl.LC_MESSAGES' 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 'captcha.locale.pl.LC_MESSAGES' to be distributed and are already explicitly excluding 'captcha.locale.pl.LC_MESSAGES' 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.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'captcha.locale.pt_BR.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.pt_BR.LC_MESSAGES' 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 'captcha.locale.pt_BR.LC_MESSAGES' 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 'captcha.locale.pt_BR.LC_MESSAGES' to be distributed and are already explicitly excluding 'captcha.locale.pt_BR.LC_MESSAGES' 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.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'captcha.locale.ru.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.ru.LC_MESSAGES' 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 'captcha.locale.ru.LC_MESSAGES' 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 'captcha.locale.ru.LC_MESSAGES' to be distributed and are already explicitly excluding 'captcha.locale.ru.LC_MESSAGES' 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.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'captcha.locale.sk.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.sk.LC_MESSAGES' 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 'captcha.locale.sk.LC_MESSAGES' 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 'captcha.locale.sk.LC_MESSAGES' to be distributed and are already explicitly excluding 'captcha.locale.sk.LC_MESSAGES' 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.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'captcha.locale.sv.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.sv.LC_MESSAGES' 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 'captcha.locale.sv.LC_MESSAGES' 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 'captcha.locale.sv.LC_MESSAGES' to be distributed and are already explicitly excluding 'captcha.locale.sv.LC_MESSAGES' 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.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'captcha.locale.tr.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.tr.LC_MESSAGES' 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 'captcha.locale.tr.LC_MESSAGES' 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 'captcha.locale.tr.LC_MESSAGES' to be distributed and are already explicitly excluding 'captcha.locale.tr.LC_MESSAGES' 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.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'captcha.locale.uk.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.uk.LC_MESSAGES' 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 'captcha.locale.uk.LC_MESSAGES' 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 'captcha.locale.uk.LC_MESSAGES' to be distributed and are already explicitly excluding 'captcha.locale.uk.LC_MESSAGES' 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.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'captcha.locale.zh_CN.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.zh_CN.LC_MESSAGES' 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 'captcha.locale.zh_CN.LC_MESSAGES' 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 'captcha.locale.zh_CN.LC_MESSAGES' to be distributed and are already explicitly excluding 'captcha.locale.zh_CN.LC_MESSAGES' 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.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'captcha.locale.zh_Hans.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'captcha.locale.zh_Hans.LC_MESSAGES' 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 'captcha.locale.zh_Hans.LC_MESSAGES' 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 'captcha.locale.zh_Hans.LC_MESSAGES' to be distributed and are already explicitly excluding 'captcha.locale.zh_Hans.LC_MESSAGES' 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.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'captcha.templates.captcha.widgets' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'captcha.templates.captcha.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 'captcha.templates.captcha.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 'captcha.templates.captcha.widgets' to be distributed and are already explicitly excluding 'captcha.templates.captcha.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) 2026-05-17 09:47:33,421 root INFO creating build/lib/captcha/fonts 2026-05-17 09:47:33,421 root INFO copying captcha/fonts/COPYRIGHT.TXT -> build/lib/captcha/fonts 2026-05-17 09:47:33,421 root INFO copying captcha/fonts/README.TXT -> build/lib/captcha/fonts 2026-05-17 09:47:33,421 root INFO copying captcha/fonts/Vera.ttf -> build/lib/captcha/fonts 2026-05-17 09:47:33,422 root INFO creating build/lib/captcha/jinja2/captcha/widgets 2026-05-17 09:47:33,422 root INFO copying captcha/jinja2/captcha/widgets/captcha.html -> build/lib/captcha/jinja2/captcha/widgets 2026-05-17 09:47:33,422 root INFO creating build/lib/captcha/locale/bg/LC_MESSAGES 2026-05-17 09:47:33,422 root INFO copying captcha/locale/bg/LC_MESSAGES/django.mo -> build/lib/captcha/locale/bg/LC_MESSAGES 2026-05-17 09:47:33,423 root INFO copying captcha/locale/bg/LC_MESSAGES/django.po -> build/lib/captcha/locale/bg/LC_MESSAGES 2026-05-17 09:47:33,423 root INFO creating build/lib/captcha/locale/cs/LC_MESSAGES 2026-05-17 09:47:33,423 root INFO copying captcha/locale/cs/LC_MESSAGES/django.mo -> build/lib/captcha/locale/cs/LC_MESSAGES 2026-05-17 09:47:33,423 root INFO copying captcha/locale/cs/LC_MESSAGES/django.po -> build/lib/captcha/locale/cs/LC_MESSAGES 2026-05-17 09:47:33,423 root INFO creating build/lib/captcha/locale/de/LC_MESSAGES 2026-05-17 09:47:33,424 root INFO copying captcha/locale/de/LC_MESSAGES/django.mo -> build/lib/captcha/locale/de/LC_MESSAGES 2026-05-17 09:47:33,424 root INFO copying captcha/locale/de/LC_MESSAGES/django.po -> build/lib/captcha/locale/de/LC_MESSAGES 2026-05-17 09:47:33,424 root INFO creating build/lib/captcha/locale/en/LC_MESSAGES 2026-05-17 09:47:33,424 root INFO copying captcha/locale/en/LC_MESSAGES/django.mo -> build/lib/captcha/locale/en/LC_MESSAGES 2026-05-17 09:47:33,424 root INFO copying captcha/locale/en/LC_MESSAGES/django.po -> build/lib/captcha/locale/en/LC_MESSAGES 2026-05-17 09:47:33,425 root INFO creating build/lib/captcha/locale/es/LC_MESSAGES 2026-05-17 09:47:33,425 root INFO copying captcha/locale/es/LC_MESSAGES/django.mo -> build/lib/captcha/locale/es/LC_MESSAGES 2026-05-17 09:47:33,425 root INFO copying captcha/locale/es/LC_MESSAGES/django.po -> build/lib/captcha/locale/es/LC_MESSAGES 2026-05-17 09:47:33,425 root INFO creating build/lib/captcha/locale/fa/LC_MESSAGES 2026-05-17 09:47:33,425 root INFO copying captcha/locale/fa/LC_MESSAGES/django.mo -> build/lib/captcha/locale/fa/LC_MESSAGES 2026-05-17 09:47:33,426 root INFO copying captcha/locale/fa/LC_MESSAGES/django.po -> build/lib/captcha/locale/fa/LC_MESSAGES 2026-05-17 09:47:33,426 root INFO creating build/lib/captcha/locale/fr/LC_MESSAGES 2026-05-17 09:47:33,426 root INFO copying captcha/locale/fr/LC_MESSAGES/django.mo -> build/lib/captcha/locale/fr/LC_MESSAGES 2026-05-17 09:47:33,426 root INFO copying captcha/locale/fr/LC_MESSAGES/django.po -> build/lib/captcha/locale/fr/LC_MESSAGES 2026-05-17 09:47:33,426 root INFO creating build/lib/captcha/locale/it/LC_MESSAGES 2026-05-17 09:47:33,427 root INFO copying captcha/locale/it/LC_MESSAGES/django.mo -> build/lib/captcha/locale/it/LC_MESSAGES 2026-05-17 09:47:33,427 root INFO copying captcha/locale/it/LC_MESSAGES/django.po -> build/lib/captcha/locale/it/LC_MESSAGES 2026-05-17 09:47:33,427 root INFO creating build/lib/captcha/locale/ja/LC_MESSAGES 2026-05-17 09:47:33,427 root INFO copying captcha/locale/ja/LC_MESSAGES/django.mo -> build/lib/captcha/locale/ja/LC_MESSAGES 2026-05-17 09:47:33,427 root INFO copying captcha/locale/ja/LC_MESSAGES/django.po -> build/lib/captcha/locale/ja/LC_MESSAGES 2026-05-17 09:47:33,428 root INFO creating build/lib/captcha/locale/nl/LC_MESSAGES 2026-05-17 09:47:33,428 root INFO copying captcha/locale/nl/LC_MESSAGES/django.mo -> build/lib/captcha/locale/nl/LC_MESSAGES 2026-05-17 09:47:33,428 root INFO copying captcha/locale/nl/LC_MESSAGES/django.po -> build/lib/captcha/locale/nl/LC_MESSAGES 2026-05-17 09:47:33,428 root INFO creating build/lib/captcha/locale/pl/LC_MESSAGES 2026-05-17 09:47:33,428 root INFO copying captcha/locale/pl/LC_MESSAGES/django.mo -> build/lib/captcha/locale/pl/LC_MESSAGES 2026-05-17 09:47:33,429 root INFO copying captcha/locale/pl/LC_MESSAGES/django.po -> build/lib/captcha/locale/pl/LC_MESSAGES 2026-05-17 09:47:33,429 root INFO creating build/lib/captcha/locale/pt_BR/LC_MESSAGES 2026-05-17 09:47:33,429 root INFO copying captcha/locale/pt_BR/LC_MESSAGES/django.mo -> build/lib/captcha/locale/pt_BR/LC_MESSAGES 2026-05-17 09:47:33,429 root INFO copying captcha/locale/pt_BR/LC_MESSAGES/django.po -> build/lib/captcha/locale/pt_BR/LC_MESSAGES 2026-05-17 09:47:33,429 root INFO creating build/lib/captcha/locale/ru/LC_MESSAGES 2026-05-17 09:47:33,430 root INFO copying captcha/locale/ru/LC_MESSAGES/django.mo -> build/lib/captcha/locale/ru/LC_MESSAGES 2026-05-17 09:47:33,430 root INFO copying captcha/locale/ru/LC_MESSAGES/django.po -> build/lib/captcha/locale/ru/LC_MESSAGES 2026-05-17 09:47:33,430 root INFO creating build/lib/captcha/locale/sk/LC_MESSAGES 2026-05-17 09:47:33,430 root INFO copying captcha/locale/sk/LC_MESSAGES/django.mo -> build/lib/captcha/locale/sk/LC_MESSAGES 2026-05-17 09:47:33,430 root INFO copying captcha/locale/sk/LC_MESSAGES/django.po -> build/lib/captcha/locale/sk/LC_MESSAGES 2026-05-17 09:47:33,431 root INFO creating build/lib/captcha/locale/sv/LC_MESSAGES 2026-05-17 09:47:33,431 root INFO copying captcha/locale/sv/LC_MESSAGES/django.mo -> build/lib/captcha/locale/sv/LC_MESSAGES 2026-05-17 09:47:33,431 root INFO copying captcha/locale/sv/LC_MESSAGES/django.po -> build/lib/captcha/locale/sv/LC_MESSAGES 2026-05-17 09:47:33,431 root INFO creating build/lib/captcha/locale/tr/LC_MESSAGES 2026-05-17 09:47:33,431 root INFO copying captcha/locale/tr/LC_MESSAGES/django.mo -> build/lib/captcha/locale/tr/LC_MESSAGES 2026-05-17 09:47:33,432 root INFO copying captcha/locale/tr/LC_MESSAGES/django.po -> build/lib/captcha/locale/tr/LC_MESSAGES 2026-05-17 09:47:33,432 root INFO creating build/lib/captcha/locale/uk/LC_MESSAGES 2026-05-17 09:47:33,432 root INFO copying captcha/locale/uk/LC_MESSAGES/django.mo -> build/lib/captcha/locale/uk/LC_MESSAGES 2026-05-17 09:47:33,432 root INFO copying captcha/locale/uk/LC_MESSAGES/django.po -> build/lib/captcha/locale/uk/LC_MESSAGES 2026-05-17 09:47:33,432 root INFO creating build/lib/captcha/locale/zh_CN/LC_MESSAGES 2026-05-17 09:47:33,433 root INFO copying captcha/locale/zh_CN/LC_MESSAGES/django.mo -> build/lib/captcha/locale/zh_CN/LC_MESSAGES 2026-05-17 09:47:33,433 root INFO copying captcha/locale/zh_CN/LC_MESSAGES/django.po -> build/lib/captcha/locale/zh_CN/LC_MESSAGES 2026-05-17 09:47:33,433 root INFO creating build/lib/captcha/locale/zh_Hans/LC_MESSAGES 2026-05-17 09:47:33,433 root INFO copying captcha/locale/zh_Hans/LC_MESSAGES/django.mo -> build/lib/captcha/locale/zh_Hans/LC_MESSAGES 2026-05-17 09:47:33,433 root INFO copying captcha/locale/zh_Hans/LC_MESSAGES/django.po -> build/lib/captcha/locale/zh_Hans/LC_MESSAGES 2026-05-17 09:47:33,434 root INFO creating build/lib/captcha/templates/captcha/widgets 2026-05-17 09:47:33,434 root INFO copying captcha/templates/captcha/widgets/captcha.html -> build/lib/captcha/templates/captcha/widgets 2026-05-17 09:47:33,440 root INFO installing to build/bdist.linux-x86_64/wheel 2026-05-17 09:47:33,440 root INFO running install 2026-05-17 09:47:33,447 root INFO running install_lib 2026-05-17 09:47:33,450 root INFO creating build/bdist.linux-x86_64/wheel 2026-05-17 09:47:33,450 root INFO creating build/bdist.linux-x86_64/wheel/captcha 2026-05-17 09:47:33,451 root INFO creating build/bdist.linux-x86_64/wheel/captcha/migrations 2026-05-17 09:47:33,451 root INFO copying build/lib/captcha/migrations/0001_initial.py -> build/bdist.linux-x86_64/wheel/./captcha/migrations 2026-05-17 09:47:33,451 root INFO copying build/lib/captcha/migrations/0002_alter_captchastore_id.py -> build/bdist.linux-x86_64/wheel/./captcha/migrations 2026-05-17 09:47:33,451 root INFO copying build/lib/captcha/migrations/__init__.py -> build/bdist.linux-x86_64/wheel/./captcha/migrations 2026-05-17 09:47:33,451 root INFO creating build/bdist.linux-x86_64/wheel/captcha/tests 2026-05-17 09:47:33,451 root INFO copying build/lib/captcha/tests/tests.py -> build/bdist.linux-x86_64/wheel/./captcha/tests 2026-05-17 09:47:33,452 root INFO copying build/lib/captcha/tests/urls.py -> build/bdist.linux-x86_64/wheel/./captcha/tests 2026-05-17 09:47:33,452 root INFO copying build/lib/captcha/tests/views.py -> build/bdist.linux-x86_64/wheel/./captcha/tests 2026-05-17 09:47:33,452 root INFO copying build/lib/captcha/tests/__init__.py -> build/bdist.linux-x86_64/wheel/./captcha/tests 2026-05-17 09:47:33,452 root INFO copying build/lib/captcha/tests/drf_views.py -> build/bdist.linux-x86_64/wheel/./captcha/tests 2026-05-17 09:47:33,453 root INFO creating build/bdist.linux-x86_64/wheel/captcha/fonts 2026-05-17 09:47:33,453 root INFO copying build/lib/captcha/fonts/COPYRIGHT.TXT -> build/bdist.linux-x86_64/wheel/./captcha/fonts 2026-05-17 09:47:33,453 root INFO copying build/lib/captcha/fonts/README.TXT -> build/bdist.linux-x86_64/wheel/./captcha/fonts 2026-05-17 09:47:33,453 root INFO copying build/lib/captcha/fonts/Vera.ttf -> build/bdist.linux-x86_64/wheel/./captcha/fonts 2026-05-17 09:47:33,453 root INFO creating build/bdist.linux-x86_64/wheel/captcha/templates 2026-05-17 09:47:33,454 root INFO creating build/bdist.linux-x86_64/wheel/captcha/templates/captcha 2026-05-17 09:47:33,454 root INFO creating build/bdist.linux-x86_64/wheel/captcha/templates/captcha/widgets 2026-05-17 09:47:33,454 root INFO copying build/lib/captcha/templates/captcha/widgets/captcha.html -> build/bdist.linux-x86_64/wheel/./captcha/templates/captcha/widgets 2026-05-17 09:47:33,454 root INFO copying build/lib/captcha/serializers.py -> build/bdist.linux-x86_64/wheel/./captcha 2026-05-17 09:47:33,454 root INFO copying build/lib/captcha/fields.py -> build/bdist.linux-x86_64/wheel/./captcha 2026-05-17 09:47:33,454 root INFO creating build/bdist.linux-x86_64/wheel/captcha/conf 2026-05-17 09:47:33,455 root INFO copying build/lib/captcha/conf/settings.py -> build/bdist.linux-x86_64/wheel/./captcha/conf 2026-05-17 09:47:33,455 root INFO copying build/lib/captcha/conf/__init__.py -> build/bdist.linux-x86_64/wheel/./captcha/conf 2026-05-17 09:47:33,455 root INFO copying build/lib/captcha/urls.py -> build/bdist.linux-x86_64/wheel/./captcha 2026-05-17 09:47:33,455 root INFO copying build/lib/captcha/models.py -> build/bdist.linux-x86_64/wheel/./captcha 2026-05-17 09:47:33,455 root INFO copying build/lib/captcha/views.py -> build/bdist.linux-x86_64/wheel/./captcha 2026-05-17 09:47:33,456 root INFO copying build/lib/captcha/helpers.py -> build/bdist.linux-x86_64/wheel/./captcha 2026-05-17 09:47:33,456 root INFO creating build/bdist.linux-x86_64/wheel/captcha/locale 2026-05-17 09:47:33,456 root INFO creating build/bdist.linux-x86_64/wheel/captcha/locale/pl 2026-05-17 09:47:33,456 root INFO creating build/bdist.linux-x86_64/wheel/captcha/locale/pl/LC_MESSAGES 2026-05-17 09:47:33,456 root INFO copying build/lib/captcha/locale/pl/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/./captcha/locale/pl/LC_MESSAGES 2026-05-17 09:47:33,456 root INFO copying build/lib/captcha/locale/pl/LC_MESSAGES/django.mo -> build/bdist.linux-x86_64/wheel/./captcha/locale/pl/LC_MESSAGES 2026-05-17 09:47:33,457 root INFO creating build/bdist.linux-x86_64/wheel/captcha/locale/it 2026-05-17 09:47:33,457 root INFO creating build/bdist.linux-x86_64/wheel/captcha/locale/it/LC_MESSAGES 2026-05-17 09:47:33,457 root INFO copying build/lib/captcha/locale/it/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/./captcha/locale/it/LC_MESSAGES 2026-05-17 09:47:33,457 root INFO copying build/lib/captcha/locale/it/LC_MESSAGES/django.mo -> build/bdist.linux-x86_64/wheel/./captcha/locale/it/LC_MESSAGES 2026-05-17 09:47:33,457 root INFO creating build/bdist.linux-x86_64/wheel/captcha/locale/pt_BR 2026-05-17 09:47:33,457 root INFO creating build/bdist.linux-x86_64/wheel/captcha/locale/pt_BR/LC_MESSAGES 2026-05-17 09:47:33,458 root INFO copying build/lib/captcha/locale/pt_BR/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/./captcha/locale/pt_BR/LC_MESSAGES 2026-05-17 09:47:33,458 root INFO copying build/lib/captcha/locale/pt_BR/LC_MESSAGES/django.mo -> build/bdist.linux-x86_64/wheel/./captcha/locale/pt_BR/LC_MESSAGES 2026-05-17 09:47:33,458 root INFO creating build/bdist.linux-x86_64/wheel/captcha/locale/sk 2026-05-17 09:47:33,458 root INFO creating build/bdist.linux-x86_64/wheel/captcha/locale/sk/LC_MESSAGES 2026-05-17 09:47:33,458 root INFO copying build/lib/captcha/locale/sk/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/./captcha/locale/sk/LC_MESSAGES 2026-05-17 09:47:33,459 root INFO copying build/lib/captcha/locale/sk/LC_MESSAGES/django.mo -> build/bdist.linux-x86_64/wheel/./captcha/locale/sk/LC_MESSAGES 2026-05-17 09:47:33,459 root INFO creating build/bdist.linux-x86_64/wheel/captcha/locale/tr 2026-05-17 09:47:33,459 root INFO creating build/bdist.linux-x86_64/wheel/captcha/locale/tr/LC_MESSAGES 2026-05-17 09:47:33,459 root INFO copying build/lib/captcha/locale/tr/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/./captcha/locale/tr/LC_MESSAGES 2026-05-17 09:47:33,459 root INFO copying build/lib/captcha/locale/tr/LC_MESSAGES/django.mo -> build/bdist.linux-x86_64/wheel/./captcha/locale/tr/LC_MESSAGES 2026-05-17 09:47:33,459 root INFO creating build/bdist.linux-x86_64/wheel/captcha/locale/uk 2026-05-17 09:47:33,460 root INFO creating build/bdist.linux-x86_64/wheel/captcha/locale/uk/LC_MESSAGES 2026-05-17 09:47:33,460 root INFO copying build/lib/captcha/locale/uk/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/./captcha/locale/uk/LC_MESSAGES 2026-05-17 09:47:33,460 root INFO copying build/lib/captcha/locale/uk/LC_MESSAGES/django.mo -> build/bdist.linux-x86_64/wheel/./captcha/locale/uk/LC_MESSAGES 2026-05-17 09:47:33,460 root INFO creating build/bdist.linux-x86_64/wheel/captcha/locale/de 2026-05-17 09:47:33,460 root INFO creating build/bdist.linux-x86_64/wheel/captcha/locale/de/LC_MESSAGES 2026-05-17 09:47:33,460 root INFO copying build/lib/captcha/locale/de/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/./captcha/locale/de/LC_MESSAGES 2026-05-17 09:47:33,461 root INFO copying build/lib/captcha/locale/de/LC_MESSAGES/django.mo -> build/bdist.linux-x86_64/wheel/./captcha/locale/de/LC_MESSAGES 2026-05-17 09:47:33,461 root INFO creating build/bdist.linux-x86_64/wheel/captcha/locale/cs 2026-05-17 09:47:33,461 root INFO creating build/bdist.linux-x86_64/wheel/captcha/locale/cs/LC_MESSAGES 2026-05-17 09:47:33,461 root INFO copying build/lib/captcha/locale/cs/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/./captcha/locale/cs/LC_MESSAGES 2026-05-17 09:47:33,461 root INFO copying build/lib/captcha/locale/cs/LC_MESSAGES/django.mo -> build/bdist.linux-x86_64/wheel/./captcha/locale/cs/LC_MESSAGES 2026-05-17 09:47:33,462 root INFO creating build/bdist.linux-x86_64/wheel/captcha/locale/ru 2026-05-17 09:47:33,462 root INFO creating build/bdist.linux-x86_64/wheel/captcha/locale/ru/LC_MESSAGES 2026-05-17 09:47:33,462 root INFO copying build/lib/captcha/locale/ru/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/./captcha/locale/ru/LC_MESSAGES 2026-05-17 09:47:33,462 root INFO copying build/lib/captcha/locale/ru/LC_MESSAGES/django.mo -> build/bdist.linux-x86_64/wheel/./captcha/locale/ru/LC_MESSAGES 2026-05-17 09:47:33,462 root INFO creating build/bdist.linux-x86_64/wheel/captcha/locale/es 2026-05-17 09:47:33,462 root INFO creating build/bdist.linux-x86_64/wheel/captcha/locale/es/LC_MESSAGES 2026-05-17 09:47:33,463 root INFO copying build/lib/captcha/locale/es/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/./captcha/locale/es/LC_MESSAGES 2026-05-17 09:47:33,463 root INFO copying build/lib/captcha/locale/es/LC_MESSAGES/django.mo -> build/bdist.linux-x86_64/wheel/./captcha/locale/es/LC_MESSAGES 2026-05-17 09:47:33,463 root INFO creating build/bdist.linux-x86_64/wheel/captcha/locale/nl 2026-05-17 09:47:33,463 root INFO creating build/bdist.linux-x86_64/wheel/captcha/locale/nl/LC_MESSAGES 2026-05-17 09:47:33,463 root INFO copying build/lib/captcha/locale/nl/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/./captcha/locale/nl/LC_MESSAGES 2026-05-17 09:47:33,463 root INFO copying build/lib/captcha/locale/nl/LC_MESSAGES/django.mo -> build/bdist.linux-x86_64/wheel/./captcha/locale/nl/LC_MESSAGES 2026-05-17 09:47:33,464 root INFO creating build/bdist.linux-x86_64/wheel/captcha/locale/en 2026-05-17 09:47:33,464 root INFO creating build/bdist.linux-x86_64/wheel/captcha/locale/en/LC_MESSAGES 2026-05-17 09:47:33,464 root INFO copying build/lib/captcha/locale/en/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/./captcha/locale/en/LC_MESSAGES 2026-05-17 09:47:33,464 root INFO copying build/lib/captcha/locale/en/LC_MESSAGES/django.mo -> build/bdist.linux-x86_64/wheel/./captcha/locale/en/LC_MESSAGES 2026-05-17 09:47:33,464 root INFO creating build/bdist.linux-x86_64/wheel/captcha/locale/zh_Hans 2026-05-17 09:47:33,465 root INFO creating build/bdist.linux-x86_64/wheel/captcha/locale/zh_Hans/LC_MESSAGES 2026-05-17 09:47:33,465 root INFO copying build/lib/captcha/locale/zh_Hans/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/./captcha/locale/zh_Hans/LC_MESSAGES 2026-05-17 09:47:33,465 root INFO copying build/lib/captcha/locale/zh_Hans/LC_MESSAGES/django.mo -> build/bdist.linux-x86_64/wheel/./captcha/locale/zh_Hans/LC_MESSAGES 2026-05-17 09:47:33,465 root INFO creating build/bdist.linux-x86_64/wheel/captcha/locale/zh_CN 2026-05-17 09:47:33,465 root INFO creating build/bdist.linux-x86_64/wheel/captcha/locale/zh_CN/LC_MESSAGES 2026-05-17 09:47:33,465 root INFO copying build/lib/captcha/locale/zh_CN/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/./captcha/locale/zh_CN/LC_MESSAGES 2026-05-17 09:47:33,466 root INFO copying build/lib/captcha/locale/zh_CN/LC_MESSAGES/django.mo -> build/bdist.linux-x86_64/wheel/./captcha/locale/zh_CN/LC_MESSAGES 2026-05-17 09:47:33,466 root INFO creating build/bdist.linux-x86_64/wheel/captcha/locale/ja 2026-05-17 09:47:33,466 root INFO creating build/bdist.linux-x86_64/wheel/captcha/locale/ja/LC_MESSAGES 2026-05-17 09:47:33,466 root INFO copying build/lib/captcha/locale/ja/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/./captcha/locale/ja/LC_MESSAGES 2026-05-17 09:47:33,466 root INFO copying build/lib/captcha/locale/ja/LC_MESSAGES/django.mo -> build/bdist.linux-x86_64/wheel/./captcha/locale/ja/LC_MESSAGES 2026-05-17 09:47:33,466 root INFO creating build/bdist.linux-x86_64/wheel/captcha/locale/fa 2026-05-17 09:47:33,467 root INFO creating build/bdist.linux-x86_64/wheel/captcha/locale/fa/LC_MESSAGES 2026-05-17 09:47:33,467 root INFO copying build/lib/captcha/locale/fa/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/./captcha/locale/fa/LC_MESSAGES 2026-05-17 09:47:33,467 root INFO copying build/lib/captcha/locale/fa/LC_MESSAGES/django.mo -> build/bdist.linux-x86_64/wheel/./captcha/locale/fa/LC_MESSAGES 2026-05-17 09:47:33,467 root INFO creating build/bdist.linux-x86_64/wheel/captcha/locale/sv 2026-05-17 09:47:33,467 root INFO creating build/bdist.linux-x86_64/wheel/captcha/locale/sv/LC_MESSAGES 2026-05-17 09:47:33,467 root INFO copying build/lib/captcha/locale/sv/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/./captcha/locale/sv/LC_MESSAGES 2026-05-17 09:47:33,468 root INFO copying build/lib/captcha/locale/sv/LC_MESSAGES/django.mo -> build/bdist.linux-x86_64/wheel/./captcha/locale/sv/LC_MESSAGES 2026-05-17 09:47:33,468 root INFO creating build/bdist.linux-x86_64/wheel/captcha/locale/bg 2026-05-17 09:47:33,468 root INFO creating build/bdist.linux-x86_64/wheel/captcha/locale/bg/LC_MESSAGES 2026-05-17 09:47:33,468 root INFO copying build/lib/captcha/locale/bg/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/./captcha/locale/bg/LC_MESSAGES 2026-05-17 09:47:33,468 root INFO copying build/lib/captcha/locale/bg/LC_MESSAGES/django.mo -> build/bdist.linux-x86_64/wheel/./captcha/locale/bg/LC_MESSAGES 2026-05-17 09:47:33,469 root INFO creating build/bdist.linux-x86_64/wheel/captcha/locale/fr 2026-05-17 09:47:33,469 root INFO creating build/bdist.linux-x86_64/wheel/captcha/locale/fr/LC_MESSAGES 2026-05-17 09:47:33,469 root INFO copying build/lib/captcha/locale/fr/LC_MESSAGES/django.po -> build/bdist.linux-x86_64/wheel/./captcha/locale/fr/LC_MESSAGES 2026-05-17 09:47:33,469 root INFO copying build/lib/captcha/locale/fr/LC_MESSAGES/django.mo -> build/bdist.linux-x86_64/wheel/./captcha/locale/fr/LC_MESSAGES 2026-05-17 09:47:33,469 root INFO creating build/bdist.linux-x86_64/wheel/captcha/management 2026-05-17 09:47:33,469 root INFO creating build/bdist.linux-x86_64/wheel/captcha/management/commands 2026-05-17 09:47:33,470 root INFO copying build/lib/captcha/management/commands/captcha_create_pool.py -> build/bdist.linux-x86_64/wheel/./captcha/management/commands 2026-05-17 09:47:33,470 root INFO copying build/lib/captcha/management/commands/captcha_clean.py -> build/bdist.linux-x86_64/wheel/./captcha/management/commands 2026-05-17 09:47:33,470 root INFO copying build/lib/captcha/management/commands/__init__.py -> build/bdist.linux-x86_64/wheel/./captcha/management/commands 2026-05-17 09:47:33,470 root INFO copying build/lib/captcha/management/__init__.py -> build/bdist.linux-x86_64/wheel/./captcha/management 2026-05-17 09:47:33,470 root INFO copying build/lib/captcha/__init__.py -> build/bdist.linux-x86_64/wheel/./captcha 2026-05-17 09:47:33,471 root INFO creating build/bdist.linux-x86_64/wheel/captcha/jinja2 2026-05-17 09:47:33,471 root INFO creating build/bdist.linux-x86_64/wheel/captcha/jinja2/captcha 2026-05-17 09:47:33,471 root INFO creating build/bdist.linux-x86_64/wheel/captcha/jinja2/captcha/widgets 2026-05-17 09:47:33,471 root INFO copying build/lib/captcha/jinja2/captcha/widgets/captcha.html -> build/bdist.linux-x86_64/wheel/./captcha/jinja2/captcha/widgets 2026-05-17 09:47:33,471 root INFO copying build/lib/captcha/validators.py -> build/bdist.linux-x86_64/wheel/./captcha 2026-05-17 09:47:33,471 root INFO running install_egg_info 2026-05-17 09:47:33,474 root INFO Copying django_simple_captcha.egg-info to build/bdist.linux-x86_64/wheel/./django_simple_captcha-0.6.3-py3.14.egg-info 2026-05-17 09:47:33,475 root INFO running install_scripts 2026-05-17 09:47:33,476 root INFO creating build/bdist.linux-x86_64/wheel/django_simple_captcha-0.6.3.dist-info/WHEEL 2026-05-17 09:47:33,477 wheel INFO creating '/home/buildozer/aports/community/py3-django-simple-captcha/src/django-simple-captcha-0.6.3/.dist/.tmp-7yp88_m6/django_simple_captcha-0.6.3-py2.py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it 2026-05-17 09:47:33,477 wheel INFO adding 'captcha/__init__.py' 2026-05-17 09:47:33,477 wheel INFO adding 'captcha/fields.py' 2026-05-17 09:47:33,478 wheel INFO adding 'captcha/helpers.py' 2026-05-17 09:47:33,478 wheel INFO adding 'captcha/models.py' 2026-05-17 09:47:33,478 wheel INFO adding 'captcha/serializers.py' 2026-05-17 09:47:33,478 wheel INFO adding 'captcha/urls.py' 2026-05-17 09:47:33,478 wheel INFO adding 'captcha/validators.py' 2026-05-17 09:47:33,479 wheel INFO adding 'captcha/views.py' 2026-05-17 09:47:33,479 wheel INFO adding 'captcha/conf/__init__.py' 2026-05-17 09:47:33,479 wheel INFO adding 'captcha/conf/settings.py' 2026-05-17 09:47:33,479 wheel INFO adding 'captcha/fonts/COPYRIGHT.TXT' 2026-05-17 09:47:33,479 wheel INFO adding 'captcha/fonts/README.TXT' 2026-05-17 09:47:33,480 wheel INFO adding 'captcha/fonts/Vera.ttf' 2026-05-17 09:47:33,480 wheel INFO adding 'captcha/jinja2/captcha/widgets/captcha.html' 2026-05-17 09:47:33,480 wheel INFO adding 'captcha/locale/bg/LC_MESSAGES/django.mo' 2026-05-17 09:47:33,481 wheel INFO adding 'captcha/locale/bg/LC_MESSAGES/django.po' 2026-05-17 09:47:33,481 wheel INFO adding 'captcha/locale/cs/LC_MESSAGES/django.mo' 2026-05-17 09:47:33,481 wheel INFO adding 'captcha/locale/cs/LC_MESSAGES/django.po' 2026-05-17 09:47:33,481 wheel INFO adding 'captcha/locale/de/LC_MESSAGES/django.mo' 2026-05-17 09:47:33,481 wheel INFO adding 'captcha/locale/de/LC_MESSAGES/django.po' 2026-05-17 09:47:33,482 wheel INFO adding 'captcha/locale/en/LC_MESSAGES/django.mo' 2026-05-17 09:47:33,482 wheel INFO adding 'captcha/locale/en/LC_MESSAGES/django.po' 2026-05-17 09:47:33,482 wheel INFO adding 'captcha/locale/es/LC_MESSAGES/django.mo' 2026-05-17 09:47:33,482 wheel INFO adding 'captcha/locale/es/LC_MESSAGES/django.po' 2026-05-17 09:47:33,482 wheel INFO adding 'captcha/locale/fa/LC_MESSAGES/django.mo' 2026-05-17 09:47:33,483 wheel INFO adding 'captcha/locale/fa/LC_MESSAGES/django.po' 2026-05-17 09:47:33,483 wheel INFO adding 'captcha/locale/fr/LC_MESSAGES/django.mo' 2026-05-17 09:47:33,483 wheel INFO adding 'captcha/locale/fr/LC_MESSAGES/django.po' 2026-05-17 09:47:33,483 wheel INFO adding 'captcha/locale/it/LC_MESSAGES/django.mo' 2026-05-17 09:47:33,483 wheel INFO adding 'captcha/locale/it/LC_MESSAGES/django.po' 2026-05-17 09:47:33,484 wheel INFO adding 'captcha/locale/ja/LC_MESSAGES/django.mo' 2026-05-17 09:47:33,484 wheel INFO adding 'captcha/locale/ja/LC_MESSAGES/django.po' 2026-05-17 09:47:33,484 wheel INFO adding 'captcha/locale/nl/LC_MESSAGES/django.mo' 2026-05-17 09:47:33,484 wheel INFO adding 'captcha/locale/nl/LC_MESSAGES/django.po' 2026-05-17 09:47:33,484 wheel INFO adding 'captcha/locale/pl/LC_MESSAGES/django.mo' 2026-05-17 09:47:33,484 wheel INFO adding 'captcha/locale/pl/LC_MESSAGES/django.po' 2026-05-17 09:47:33,485 wheel INFO adding 'captcha/locale/pt_BR/LC_MESSAGES/django.mo' 2026-05-17 09:47:33,485 wheel INFO adding 'captcha/locale/pt_BR/LC_MESSAGES/django.po' 2026-05-17 09:47:33,485 wheel INFO adding 'captcha/locale/ru/LC_MESSAGES/django.mo' 2026-05-17 09:47:33,485 wheel INFO adding 'captcha/locale/ru/LC_MESSAGES/django.po' 2026-05-17 09:47:33,485 wheel INFO adding 'captcha/locale/sk/LC_MESSAGES/django.mo' 2026-05-17 09:47:33,486 wheel INFO adding 'captcha/locale/sk/LC_MESSAGES/django.po' 2026-05-17 09:47:33,486 wheel INFO adding 'captcha/locale/sv/LC_MESSAGES/django.mo' 2026-05-17 09:47:33,486 wheel INFO adding 'captcha/locale/sv/LC_MESSAGES/django.po' 2026-05-17 09:47:33,486 wheel INFO adding 'captcha/locale/tr/LC_MESSAGES/django.mo' 2026-05-17 09:47:33,486 wheel INFO adding 'captcha/locale/tr/LC_MESSAGES/django.po' 2026-05-17 09:47:33,487 wheel INFO adding 'captcha/locale/uk/LC_MESSAGES/django.mo' 2026-05-17 09:47:33,487 wheel INFO adding 'captcha/locale/uk/LC_MESSAGES/django.po' 2026-05-17 09:47:33,487 wheel INFO adding 'captcha/locale/zh_CN/LC_MESSAGES/django.mo' 2026-05-17 09:47:33,487 wheel INFO adding 'captcha/locale/zh_CN/LC_MESSAGES/django.po' 2026-05-17 09:47:33,487 wheel INFO adding 'captcha/locale/zh_Hans/LC_MESSAGES/django.mo' 2026-05-17 09:47:33,488 wheel INFO adding 'captcha/locale/zh_Hans/LC_MESSAGES/django.po' 2026-05-17 09:47:33,488 wheel INFO adding 'captcha/management/__init__.py' 2026-05-17 09:47:33,488 wheel INFO adding 'captcha/management/commands/__init__.py' 2026-05-17 09:47:33,488 wheel INFO adding 'captcha/management/commands/captcha_clean.py' 2026-05-17 09:47:33,488 wheel INFO adding 'captcha/management/commands/captcha_create_pool.py' 2026-05-17 09:47:33,488 wheel INFO adding 'captcha/migrations/0001_initial.py' 2026-05-17 09:47:33,489 wheel INFO adding 'captcha/migrations/0002_alter_captchastore_id.py' 2026-05-17 09:47:33,489 wheel INFO adding 'captcha/migrations/__init__.py' 2026-05-17 09:47:33,489 wheel INFO adding 'captcha/templates/captcha/widgets/captcha.html' 2026-05-17 09:47:33,489 wheel INFO adding 'captcha/tests/__init__.py' 2026-05-17 09:47:33,489 wheel INFO adding 'captcha/tests/drf_views.py' 2026-05-17 09:47:33,490 wheel INFO adding 'captcha/tests/tests.py' 2026-05-17 09:47:33,490 wheel INFO adding 'captcha/tests/urls.py' 2026-05-17 09:47:33,490 wheel INFO adding 'captcha/tests/views.py' 2026-05-17 09:47:33,490 wheel INFO adding 'django_simple_captcha-0.6.3.dist-info/licenses/LICENSE' 2026-05-17 09:47:33,490 wheel INFO adding 'django_simple_captcha-0.6.3.dist-info/METADATA' 2026-05-17 09:47:33,491 wheel INFO adding 'django_simple_captcha-0.6.3.dist-info/WHEEL' 2026-05-17 09:47:33,491 wheel INFO adding 'django_simple_captcha-0.6.3.dist-info/top_level.txt' 2026-05-17 09:47:33,491 wheel INFO adding 'django_simple_captcha-0.6.3.dist-info/RECORD' 2026-05-17 09:47:33,491 root INFO removing build/bdist.linux-x86_64/wheel 2026-05-17 09:47:33,494 gpep517 INFO The backend produced .dist/django_simple_captcha-0.6.3-py2.py3-none-any.whl django_simple_captcha-0.6.3-py2.py3-none-any.whl >>> WARNING: py3-django-simple-captcha: APKBUILD does not run any tests! Alpine policy will soon require that packages have any relevant testsuites run during the build process. To fix, either define a check() function, or declare !check in $options to indicate the package does not have a testsuite. >>> py3-django-simple-captcha: Entering fakeroot... 2026-05-17 09:47:33,702 gpep517 INFO Installing .dist/django_simple_captcha-0.6.3-py2.py3-none-any.whl into /home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha 2026-05-17 09:47:33,790 gpep517 INFO Installation complete >>> py3-django-simple-captcha-pyc*: Running split function pyc... 'usr/lib/python3.14/site-packages/captcha/migrations/__pycache__' -> '/home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha-pyc/usr/lib/python3.14/site-packages/captcha/migrations/__pycache__' 'usr/lib/python3.14/site-packages/captcha/tests/__pycache__' -> '/home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha-pyc/usr/lib/python3.14/site-packages/captcha/tests/__pycache__' 'usr/lib/python3.14/site-packages/captcha/conf/__pycache__' -> '/home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha-pyc/usr/lib/python3.14/site-packages/captcha/conf/__pycache__' 'usr/lib/python3.14/site-packages/captcha/management/commands/__pycache__' -> '/home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha-pyc/usr/lib/python3.14/site-packages/captcha/management/commands/__pycache__' 'usr/lib/python3.14/site-packages/captcha/management/__pycache__' -> '/home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha-pyc/usr/lib/python3.14/site-packages/captcha/management/__pycache__' 'usr/lib/python3.14/site-packages/captcha/__pycache__' -> '/home/buildozer/aports/community/py3-django-simple-captcha/pkg/py3-django-simple-captcha-pyc/usr/lib/python3.14/site-packages/captcha/__pycache__' >>> py3-django-simple-captcha-pyc*: Preparing subpackage py3-django-simple-captcha-pyc... >>> py3-django-simple-captcha-pyc*: Running postcheck for py3-django-simple-captcha-pyc >>> py3-django-simple-captcha*: Running postcheck for py3-django-simple-captcha >>> py3-django-simple-captcha*: Preparing package py3-django-simple-captcha... >>> py3-django-simple-captcha-pyc*: Tracing dependencies... python3~3.14 >>> py3-django-simple-captcha-pyc*: Package size: 95.3 KB >>> py3-django-simple-captcha-pyc*: Compressing data... >>> py3-django-simple-captcha-pyc*: Create checksum... >>> py3-django-simple-captcha-pyc*: Create py3-django-simple-captcha-pyc-0.6.3-r2.apk >>> py3-django-simple-captcha*: Tracing dependencies... python3 py3-django py3-pillow python3~3.14 >>> py3-django-simple-captcha*: Package size: 173.5 KB >>> py3-django-simple-captcha*: Compressing data... >>> py3-django-simple-captcha*: Create checksum... >>> py3-django-simple-captcha*: Create py3-django-simple-captcha-0.6.3-r2.apk >>> py3-django-simple-captcha: Build complete at Sun, 17 May 2026 09:47:34 +0000 elapsed time 0h 0m 7s >>> py3-django-simple-captcha: Cleaning up srcdir >>> py3-django-simple-captcha: Cleaning up pkgdir >>> py3-django-simple-captcha: Cleaning up tmpdir >>> py3-django-simple-captcha: Uninstalling dependencies... ( 1/50) Purging .makedepends-py3-django-simple-captcha (20260517.094732) ( 2/50) Purging py3-django-pyc (5.2.14-r0) ( 3/50) Purging py3-django (5.2.14-r0) ( 4/50) Purging py3-asgiref-pyc (3.9.1-r1) ( 5/50) Purging py3-asgiref (3.9.1-r1) ( 6/50) Purging py3-sqlparse-pyc (0.5.3-r1) ( 7/50) Purging py3-sqlparse (0.5.3-r1) ( 8/50) Purging tzdata (2026b-r0) ( 9/50) Purging py3-pillow-pyc (12.2.0-r0) (10/50) Purging py3-pillow (12.2.0-r0) (11/50) Purging py3-gpep517-pyc (19-r2) (12/50) Purging py3-gpep517 (19-r2) (13/50) Purging py3-installer-pyc (1.0.0-r0) (14/50) Purging py3-installer (1.0.0-r0) (15/50) Purging py3-setuptools-pyc (82.0.1-r1) (16/50) Purging py3-setuptools (82.0.1-r1) (17/50) Purging py3-wheel-pyc (0.47.0-r0) (18/50) Purging py3-wheel (0.47.0-r0) (19/50) Purging py3-packaging-pyc (26.2-r0) (20/50) Purging py3-packaging (26.2-r0) (21/50) Purging py3-parsing-pyc (3.3.2-r1) (22/50) Purging py3-parsing (3.3.2-r1) (23/50) Purging python3-pyc (3.14.3-r0) (24/50) Purging python3-pycache-pyc0 (3.14.3-r0) (25/50) Purging pyc (3.14.3-r0) (26/50) Purging python3 (3.14.3-r0) (27/50) Purging freetype (2.14.3-r0) (28/50) Purging gdbm (1.26-r0) (29/50) Purging lcms2 (2.19-r0) (30/50) Purging libbz2 (1.0.8-r6) (31/50) Purging libffi (3.5.2-r1) (32/50) Purging libimagequant (4.2.2-r0) (33/50) Purging libpanelw (6.6_p20260502-r0) (34/50) Purging libpng (1.6.58-r1) (35/50) Purging libwebpdemux (1.6.0-r0) (36/50) Purging libwebpmux (1.6.0-r0) (37/50) Purging libxcb (1.17.0-r2) (38/50) Purging libxdmcp (1.1.5-r1) (39/50) Purging mpdecimal (4.0.1-r0) (40/50) Purging openjpeg (2.5.4-r1) (41/50) Purging readline (8.3.3-r1) (42/50) Purging sqlite-libs (3.53.1-r0) (43/50) Purging tiff (4.7.1-r0) (44/50) Purging xz-libs (5.8.3-r0) (45/50) Purging libbsd (0.12.2-r0) (46/50) Purging libjpeg-turbo (3.1.3-r0) (47/50) Purging libmd (1.1.0-r0) (48/50) Purging libwebp (1.6.0-r0) (49/50) Purging libsharpyuv (1.6.0-r0) (50/50) Purging libxau (1.0.12-r0) Executing busybox-1.37.0-r31.trigger OK: 440.1 MiB in 103 packages >>> py3-django-simple-captcha: Updating the community/x86_64 repository index... >>> py3-django-simple-captcha: Signing the index...