>>> py3-django-sorted-m2m: Building community/py3-django-sorted-m2m 2.0.0-r2 (using abuild 3.10.0_rc1-r2) started Wed, 23 Nov 2022 12:02:19 +0000 >>> py3-django-sorted-m2m: Checking sanity of /home/buildozer/aports/community/py3-django-sorted-m2m/APKBUILD... >>> py3-django-sorted-m2m: Analyzing dependencies... >>> py3-django-sorted-m2m: Installing for build: build-base py3-django py3-setuptools_scm (1/16) Installing libffi (3.4.4-r0) (2/16) Installing gdbm (1.23-r0) (3/16) Installing mpdecimal (2.5.1-r1) (4/16) Installing readline (8.2.0-r0) (5/16) Installing sqlite-libs (3.40.0-r0) (6/16) Installing python3 (3.11.0-r2) (7/16) Installing py3-asgiref (3.5.2-r1) (8/16) Installing py3-sqlparse (0.4.3-r1) (9/16) Installing py3-tz (2022.6-r1) (10/16) Installing py3-django (3.2.16-r1) (11/16) Installing py3-parsing (3.0.9-r1) (12/16) Installing py3-packaging (21.3-r3) (13/16) Installing py3-setuptools (65.6.0-r1) (14/16) Installing py3-typing-extensions (4.4.0-r1) (15/16) Installing py3-setuptools_scm (7.0.5-r3) (16/16) Installing .makedepends-py3-django-sorted-m2m (20221123.120220) Executing busybox-1.35.0-r29.trigger OK: 415 MiB in 117 packages >>> py3-django-sorted-m2m: Cleaning up srcdir >>> py3-django-sorted-m2m: Cleaning up pkgdir >>> py3-django-sorted-m2m: Fetching https://distfiles.alpinelinux.org/distfiles/edge//django-sorted-m2m-2.0.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30969 100 30969 0 0 56545 0 --:--:-- --:--:-- --:--:-- 56512 >>> py3-django-sorted-m2m: Fetching https://distfiles.alpinelinux.org/distfiles/edge//django-sorted-m2m-2.0.0.tar.gz >>> py3-django-sorted-m2m: Checking sha512sums... django-sorted-m2m-2.0.0.tar.gz: OK >>> py3-django-sorted-m2m: Unpacking /var/cache/distfiles/edge//django-sorted-m2m-2.0.0.tar.gz... running build running build_py creating build creating build/lib creating build/lib/sortedm2m copying sortedm2m/fields.py -> build/lib/sortedm2m copying sortedm2m/compat.py -> build/lib/sortedm2m copying sortedm2m/operations.py -> build/lib/sortedm2m copying sortedm2m/forms.py -> build/lib/sortedm2m copying sortedm2m/__init__.py -> build/lib/sortedm2m copying sortedm2m/models.py -> build/lib/sortedm2m running egg_info writing django_sorted_m2m.egg-info/PKG-INFO writing dependency_links to django_sorted_m2m.egg-info/dependency_links.txt writing top-level names to django_sorted_m2m.egg-info/top_level.txt reading manifest file 'django_sorted_m2m.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.txt' adding license file 'AUTHORS.rst' writing manifest file 'django_sorted_m2m.egg-info/SOURCES.txt' /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'sortedm2m.locale.cs.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'sortedm2m.locale.cs.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'sortedm2m.locale.cs.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'sortedm2m.locale.cs.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'sortedm2m.locale.fr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'sortedm2m.locale.fr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'sortedm2m.locale.fr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'sortedm2m.locale.fr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'sortedm2m.static.sortedm2m' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'sortedm2m.static.sortedm2m' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'sortedm2m.static.sortedm2m' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'sortedm2m.static.sortedm2m' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'sortedm2m.templates.sortedm2m' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'sortedm2m.templates.sortedm2m' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'sortedm2m.templates.sortedm2m' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'sortedm2m.templates.sortedm2m' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) creating build/lib/sortedm2m/locale creating build/lib/sortedm2m/locale/cs creating build/lib/sortedm2m/locale/cs/LC_MESSAGES copying sortedm2m/locale/cs/LC_MESSAGES/django.mo -> build/lib/sortedm2m/locale/cs/LC_MESSAGES copying sortedm2m/locale/cs/LC_MESSAGES/django.po -> build/lib/sortedm2m/locale/cs/LC_MESSAGES creating build/lib/sortedm2m/locale/fr creating build/lib/sortedm2m/locale/fr/LC_MESSAGES copying sortedm2m/locale/fr/LC_MESSAGES/django.mo -> build/lib/sortedm2m/locale/fr/LC_MESSAGES copying sortedm2m/locale/fr/LC_MESSAGES/django.po -> build/lib/sortedm2m/locale/fr/LC_MESSAGES creating build/lib/sortedm2m/static creating build/lib/sortedm2m/static/sortedm2m copying sortedm2m/static/sortedm2m/jquery-ui.js -> build/lib/sortedm2m/static/sortedm2m copying sortedm2m/static/sortedm2m/selector-search.gif -> build/lib/sortedm2m/static/sortedm2m copying sortedm2m/static/sortedm2m/widget.css -> build/lib/sortedm2m/static/sortedm2m copying sortedm2m/static/sortedm2m/widget.js -> build/lib/sortedm2m/static/sortedm2m creating build/lib/sortedm2m/templates creating build/lib/sortedm2m/templates/sortedm2m copying sortedm2m/templates/sortedm2m/sorted_checkbox_select_multiple_widget.html -> build/lib/sortedm2m/templates/sortedm2m >>> py3-django-sorted-m2m: Entering fakeroot... running install /usr/lib/python3.11/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing django_sorted_m2m.egg-info/PKG-INFO writing dependency_links to django_sorted_m2m.egg-info/dependency_links.txt writing top-level names to django_sorted_m2m.egg-info/top_level.txt reading manifest file 'django_sorted_m2m.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.txt' adding license file 'AUTHORS.rst' writing manifest file 'django_sorted_m2m.egg-info/SOURCES.txt' /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'sortedm2m.locale.cs.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'sortedm2m.locale.cs.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'sortedm2m.locale.cs.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'sortedm2m.locale.cs.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'sortedm2m.locale.fr.LC_MESSAGES' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'sortedm2m.locale.fr.LC_MESSAGES' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'sortedm2m.locale.fr.LC_MESSAGES' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'sortedm2m.locale.fr.LC_MESSAGES' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'sortedm2m.static.sortedm2m' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'sortedm2m.static.sortedm2m' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'sortedm2m.static.sortedm2m' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'sortedm2m.static.sortedm2m' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'sortedm2m.templates.sortedm2m' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'sortedm2m.templates.sortedm2m' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'sortedm2m.templates.sortedm2m' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'sortedm2m.templates.sortedm2m' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) running install_lib creating /home/buildozer/aports/community/py3-django-sorted-m2m/pkg creating /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m creating /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr creating /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib creating /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.11 creating /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.11/site-packages/sortedm2m copying build/lib/sortedm2m/fields.py -> /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.11/site-packages/sortedm2m copying build/lib/sortedm2m/compat.py -> /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.11/site-packages/sortedm2m copying build/lib/sortedm2m/operations.py -> /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.11/site-packages/sortedm2m copying build/lib/sortedm2m/forms.py -> /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.11/site-packages/sortedm2m creating /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.11/site-packages/sortedm2m/templates creating /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.11/site-packages/sortedm2m/templates/sortedm2m copying build/lib/sortedm2m/templates/sortedm2m/sorted_checkbox_select_multiple_widget.html -> /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.11/site-packages/sortedm2m/templates/sortedm2m copying build/lib/sortedm2m/__init__.py -> /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.11/site-packages/sortedm2m creating /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.11/site-packages/sortedm2m/locale creating /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.11/site-packages/sortedm2m/locale/cs creating /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.11/site-packages/sortedm2m/locale/cs/LC_MESSAGES copying build/lib/sortedm2m/locale/cs/LC_MESSAGES/django.po -> /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.11/site-packages/sortedm2m/locale/cs/LC_MESSAGES copying build/lib/sortedm2m/locale/cs/LC_MESSAGES/django.mo -> /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.11/site-packages/sortedm2m/locale/cs/LC_MESSAGES creating /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.11/site-packages/sortedm2m/locale/fr creating /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.11/site-packages/sortedm2m/locale/fr/LC_MESSAGES copying build/lib/sortedm2m/locale/fr/LC_MESSAGES/django.po -> /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.11/site-packages/sortedm2m/locale/fr/LC_MESSAGES copying build/lib/sortedm2m/locale/fr/LC_MESSAGES/django.mo -> /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.11/site-packages/sortedm2m/locale/fr/LC_MESSAGES copying build/lib/sortedm2m/models.py -> /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.11/site-packages/sortedm2m creating /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.11/site-packages/sortedm2m/static creating /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.11/site-packages/sortedm2m/static/sortedm2m copying build/lib/sortedm2m/static/sortedm2m/widget.js -> /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.11/site-packages/sortedm2m/static/sortedm2m copying build/lib/sortedm2m/static/sortedm2m/jquery-ui.js -> /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.11/site-packages/sortedm2m/static/sortedm2m copying build/lib/sortedm2m/static/sortedm2m/selector-search.gif -> /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.11/site-packages/sortedm2m/static/sortedm2m copying build/lib/sortedm2m/static/sortedm2m/widget.css -> /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.11/site-packages/sortedm2m/static/sortedm2m byte-compiling /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.11/site-packages/sortedm2m/fields.py to fields.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.11/site-packages/sortedm2m/compat.py to compat.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.11/site-packages/sortedm2m/operations.py to operations.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.11/site-packages/sortedm2m/forms.py to forms.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.11/site-packages/sortedm2m/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.11/site-packages/sortedm2m/models.py to models.cpython-311.pyc running install_egg_info Copying django_sorted_m2m.egg-info to /home/buildozer/aports/community/py3-django-sorted-m2m/pkg/py3-django-sorted-m2m/usr/lib/python3.11/site-packages/django_sorted_m2m-2.0.0-py3.11.egg-info running install_scripts >>> py3-django-sorted-m2m*: Running postcheck for py3-django-sorted-m2m >>> py3-django-sorted-m2m*: Preparing package py3-django-sorted-m2m... >>> py3-django-sorted-m2m*: Tracing dependencies... >>> py3-django-sorted-m2m*: Package size: 260.0 KB >>> py3-django-sorted-m2m*: Compressing data... >>> py3-django-sorted-m2m*: Create checksum... >>> py3-django-sorted-m2m*: Create py3-django-sorted-m2m-2.0.0-r2.apk >>> py3-django-sorted-m2m: Build complete at Wed, 23 Nov 2022 12:02:25 +0000 elapsed time 0h 0m 6s >>> py3-django-sorted-m2m: Cleaning up srcdir >>> py3-django-sorted-m2m: Cleaning up pkgdir >>> py3-django-sorted-m2m: Uninstalling dependencies... (1/16) Purging .makedepends-py3-django-sorted-m2m (20221123.120220) (2/16) Purging py3-django (3.2.16-r1) (3/16) Purging py3-asgiref (3.5.2-r1) (4/16) Purging py3-sqlparse (0.4.3-r1) (5/16) Purging py3-tz (2022.6-r1) (6/16) Purging py3-setuptools_scm (7.0.5-r3) (7/16) Purging py3-setuptools (65.6.0-r1) (8/16) Purging py3-packaging (21.3-r3) (9/16) Purging py3-parsing (3.0.9-r1) (10/16) Purging py3-typing-extensions (4.4.0-r1) (11/16) Purging python3 (3.11.0-r2) (12/16) Purging libffi (3.4.4-r0) (13/16) Purging gdbm (1.23-r0) (14/16) Purging mpdecimal (2.5.1-r1) (15/16) Purging readline (8.2.0-r0) (16/16) Purging sqlite-libs (3.40.0-r0) Executing busybox-1.35.0-r29.trigger OK: 290 MiB in 101 packages >>> py3-django-sorted-m2m: Updating the community/armv7 repository index... >>> py3-django-sorted-m2m: Signing the index...