>>> py3-django-scopes: Building community/py3-django-scopes 2.0.0-r1 (using abuild 3.15.0_rc3-r1) started Sat, 26 Apr 2025 13:58:32 +0000 >>> py3-django-scopes: Validating /home/buildozer/aports/community/py3-django-scopes/APKBUILD... >>> py3-django-scopes: Analyzing dependencies... >>> py3-django-scopes: Installing for build: build-base py3-django py3-setuptools py3-gpep517 py3-wheel py3-pytest-django (1/41) Installing libbz2 (1.0.8-r6) (2/41) Installing libffi (3.4.8-r0) (3/41) Installing gdbm (1.24-r0) (4/41) Installing xz-libs (5.8.1-r0) (5/41) Installing mpdecimal (4.0.0-r0) (6/41) Installing libpanelw (6.5_p20250412-r0) (7/41) Installing sqlite-libs (3.49.1-r0) (8/41) Installing python3 (3.12.10-r0) (9/41) Installing python3-pycache-pyc0 (3.12.10-r0) (10/41) Installing pyc (3.12.10-r0) (11/41) Installing py3-asgiref (3.8.1-r1) (12/41) Installing py3-asgiref-pyc (3.8.1-r1) (13/41) Installing py3-sqlparse (0.5.1-r0) (14/41) Installing py3-sqlparse-pyc (0.5.1-r0) (15/41) Installing tzdata (2025b-r0) (16/41) Installing py3-django-pyc (4.2.20-r0) (17/41) Installing python3-pyc (3.12.10-r0) (18/41) Installing py3-django (4.2.20-r0) (19/41) Installing py3-parsing (3.2.0-r0) (20/41) Installing py3-parsing-pyc (3.2.0-r0) (21/41) Installing py3-packaging (24.2-r0) (22/41) Installing py3-packaging-pyc (24.2-r0) (23/41) Installing py3-setuptools (77.0.3-r0) (24/41) Installing py3-setuptools-pyc (77.0.3-r0) (25/41) Installing py3-installer (0.7.0-r2) (26/41) Installing py3-installer-pyc (0.7.0-r2) (27/41) Installing py3-gpep517 (16-r0) (28/41) Installing py3-gpep517-pyc (16-r0) (29/41) Installing py3-wheel (0.43.0-r0) (30/41) Installing py3-wheel-pyc (0.43.0-r0) (31/41) Installing py3-iniconfig (2.1.0-r0) (32/41) Installing py3-iniconfig-pyc (2.1.0-r0) (33/41) Installing py3-pluggy (1.5.0-r0) (34/41) Installing py3-pluggy-pyc (1.5.0-r0) (35/41) Installing py3-py (1.11.0-r4) (36/41) Installing py3-py-pyc (1.11.0-r4) (37/41) Installing py3-pytest (8.3.5-r0) (38/41) Installing py3-pytest-pyc (8.3.5-r0) (39/41) Installing py3-pytest-django (4.11.1-r0) (40/41) Installing py3-pytest-django-pyc (4.11.1-r0) (41/41) Installing .makedepends-py3-django-scopes (20250426.135853) Executing busybox-1.37.0-r16.trigger OK: 348 MiB in 143 packages >>> py3-django-scopes: Cleaning up srcdir >>> py3-django-scopes: Cleaning up pkgdir >>> py3-django-scopes: Cleaning up tmpdir >>> py3-django-scopes: Fetching https://distfiles.alpinelinux.org/distfiles/v3.22/py3-django-scopes-2.0.0.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> py3-django-scopes: Fetching py3-django-scopes-2.0.0.tar.gz::https://github.com/raphaelm/django-scopes/archive/refs/tags/2.0.0.tar.gz Connecting to github.com (140.82.121.4:443) Connecting to codeload.github.com (140.82.121.9:443) saving to '/var/cache/distfiles/v3.22/py3-django-scopes-2.0.0.tar.gz.part' py3-django-scopes-2. 100% |********************************| 14990 0:00:00 ETA '/var/cache/distfiles/v3.22/py3-django-scopes-2.0.0.tar.gz.part' saved >>> py3-django-scopes: Fetching https://distfiles.alpinelinux.org/distfiles/v3.22/py3-django-scopes-2.0.0.tar.gz >>> py3-django-scopes: Checking sha512sums... py3-django-scopes-2.0.0.tar.gz: OK >>> py3-django-scopes: Unpacking /var/cache/distfiles/v3.22/py3-django-scopes-2.0.0.tar.gz... 2025-04-26 13:58:54,630 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ /usr/lib/python3.12/site-packages/setuptools/dist.py:760: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: Apache Software License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() 2025-04-26 13:58:54,772 root INFO running bdist_wheel 2025-04-26 13:58:54,787 root INFO running build 2025-04-26 13:58:54,788 root INFO running build_py 2025-04-26 13:58:54,791 root INFO creating build/lib/django_scopes 2025-04-26 13:58:54,792 root INFO copying django_scopes/__init__.py -> build/lib/django_scopes 2025-04-26 13:58:54,792 root INFO copying django_scopes/state.py -> build/lib/django_scopes 2025-04-26 13:58:54,792 root INFO copying django_scopes/forms.py -> build/lib/django_scopes 2025-04-26 13:58:54,793 root INFO copying django_scopes/manager.py -> build/lib/django_scopes 2025-04-26 13:58:54,793 root INFO copying django_scopes/exceptions.py -> build/lib/django_scopes 2025-04-26 13:58:54,793 root INFO creating build/lib/tests/testapp 2025-04-26 13:58:54,793 root INFO copying tests/testapp/__init__.py -> build/lib/tests/testapp 2025-04-26 13:58:54,794 root INFO copying tests/testapp/forms.py -> build/lib/tests/testapp 2025-04-26 13:58:54,794 root INFO copying tests/testapp/models.py -> build/lib/tests/testapp 2025-04-26 13:58:54,794 root INFO copying tests/testapp/apps.py -> build/lib/tests/testapp 2025-04-26 13:58:54,794 root INFO copying tests/testapp/urls.py -> build/lib/tests/testapp 2025-04-26 13:58:54,795 root INFO copying tests/testapp/wsgi.py -> build/lib/tests/testapp 2025-04-26 13:58:54,795 root INFO creating build/lib/tests/testapp/migrations 2025-04-26 13:58:54,795 root INFO copying tests/testapp/migrations/__init__.py -> build/lib/tests/testapp/migrations 2025-04-26 13:58:54,795 root INFO copying tests/testapp/migrations/0003_commentgroup.py -> build/lib/tests/testapp/migrations 2025-04-26 13:58:54,796 root INFO copying tests/testapp/migrations/0001_initial.py -> build/lib/tests/testapp/migrations 2025-04-26 13:58:54,796 root INFO copying tests/testapp/migrations/0002_bookmark.py -> build/lib/tests/testapp/migrations 2025-04-26 13:58:54,796 root INFO running egg_info 2025-04-26 13:58:54,799 root INFO creating django_scopes.egg-info 2025-04-26 13:58:54,799 root INFO writing django_scopes.egg-info/PKG-INFO 2025-04-26 13:58:54,800 root INFO writing dependency_links to django_scopes.egg-info/dependency_links.txt 2025-04-26 13:58:54,800 root INFO writing requirements to django_scopes.egg-info/requires.txt 2025-04-26 13:58:54,800 root INFO writing top-level names to django_scopes.egg-info/top_level.txt 2025-04-26 13:58:54,800 root INFO writing manifest file 'django_scopes.egg-info/SOURCES.txt' 2025-04-26 13:58:54,805 root INFO reading manifest file 'django_scopes.egg-info/SOURCES.txt' 2025-04-26 13:58:54,805 root INFO adding license file 'LICENSE' 2025-04-26 13:58:54,805 root INFO adding license file 'AUTHORS' 2025-04-26 13:58:54,806 root INFO writing manifest file 'django_scopes.egg-info/SOURCES.txt' 2025-04-26 13:58:54,814 root INFO installing to build/bdist.linux-armv8l/wheel 2025-04-26 13:58:54,814 root INFO running install 2025-04-26 13:58:54,825 root INFO running install_lib 2025-04-26 13:58:54,828 root INFO creating build/bdist.linux-armv8l/wheel 2025-04-26 13:58:54,828 root INFO creating build/bdist.linux-armv8l/wheel/tests 2025-04-26 13:58:54,829 root INFO creating build/bdist.linux-armv8l/wheel/tests/testapp 2025-04-26 13:58:54,829 root INFO copying build/lib/tests/testapp/__init__.py -> build/bdist.linux-armv8l/wheel/./tests/testapp 2025-04-26 13:58:54,829 root INFO copying build/lib/tests/testapp/forms.py -> build/bdist.linux-armv8l/wheel/./tests/testapp 2025-04-26 13:58:54,829 root INFO copying build/lib/tests/testapp/models.py -> build/bdist.linux-armv8l/wheel/./tests/testapp 2025-04-26 13:58:54,829 root INFO creating build/bdist.linux-armv8l/wheel/tests/testapp/migrations 2025-04-26 13:58:54,830 root INFO copying build/lib/tests/testapp/migrations/__init__.py -> build/bdist.linux-armv8l/wheel/./tests/testapp/migrations 2025-04-26 13:58:54,830 root INFO copying build/lib/tests/testapp/migrations/0003_commentgroup.py -> build/bdist.linux-armv8l/wheel/./tests/testapp/migrations 2025-04-26 13:58:54,830 root INFO copying build/lib/tests/testapp/migrations/0001_initial.py -> build/bdist.linux-armv8l/wheel/./tests/testapp/migrations 2025-04-26 13:58:54,830 root INFO copying build/lib/tests/testapp/migrations/0002_bookmark.py -> build/bdist.linux-armv8l/wheel/./tests/testapp/migrations 2025-04-26 13:58:54,830 root INFO copying build/lib/tests/testapp/apps.py -> build/bdist.linux-armv8l/wheel/./tests/testapp 2025-04-26 13:58:54,831 root INFO copying build/lib/tests/testapp/urls.py -> build/bdist.linux-armv8l/wheel/./tests/testapp 2025-04-26 13:58:54,831 root INFO copying build/lib/tests/testapp/wsgi.py -> build/bdist.linux-armv8l/wheel/./tests/testapp 2025-04-26 13:58:54,831 root INFO creating build/bdist.linux-armv8l/wheel/django_scopes 2025-04-26 13:58:54,831 root INFO copying build/lib/django_scopes/__init__.py -> build/bdist.linux-armv8l/wheel/./django_scopes 2025-04-26 13:58:54,831 root INFO copying build/lib/django_scopes/state.py -> build/bdist.linux-armv8l/wheel/./django_scopes 2025-04-26 13:58:54,832 root INFO copying build/lib/django_scopes/forms.py -> build/bdist.linux-armv8l/wheel/./django_scopes 2025-04-26 13:58:54,832 root INFO copying build/lib/django_scopes/manager.py -> build/bdist.linux-armv8l/wheel/./django_scopes 2025-04-26 13:58:54,832 root INFO copying build/lib/django_scopes/exceptions.py -> build/bdist.linux-armv8l/wheel/./django_scopes 2025-04-26 13:58:54,832 root INFO running install_egg_info 2025-04-26 13:58:54,836 root INFO Copying django_scopes.egg-info to build/bdist.linux-armv8l/wheel/./django_scopes-2.0.0-py3.12.egg-info 2025-04-26 13:58:54,837 root INFO running install_scripts 2025-04-26 13:58:54,838 root INFO creating build/bdist.linux-armv8l/wheel/django_scopes-2.0.0.dist-info/WHEEL 2025-04-26 13:58:54,839 wheel INFO creating '/home/buildozer/aports/community/py3-django-scopes/src/django-scopes-2.0.0/.dist/.tmp-udhduoi5/django_scopes-2.0.0-py3-none-any.whl' and adding 'build/bdist.linux-armv8l/wheel' to it 2025-04-26 13:58:54,839 wheel INFO adding 'django_scopes/__init__.py' 2025-04-26 13:58:54,839 wheel INFO adding 'django_scopes/exceptions.py' 2025-04-26 13:58:54,839 wheel INFO adding 'django_scopes/forms.py' 2025-04-26 13:58:54,840 wheel INFO adding 'django_scopes/manager.py' 2025-04-26 13:58:54,840 wheel INFO adding 'django_scopes/state.py' 2025-04-26 13:58:54,840 wheel INFO adding 'django_scopes-2.0.0.dist-info/licenses/AUTHORS' 2025-04-26 13:58:54,840 wheel INFO adding 'django_scopes-2.0.0.dist-info/licenses/LICENSE' 2025-04-26 13:58:54,840 wheel INFO adding 'tests/testapp/__init__.py' 2025-04-26 13:58:54,841 wheel INFO adding 'tests/testapp/apps.py' 2025-04-26 13:58:54,841 wheel INFO adding 'tests/testapp/forms.py' 2025-04-26 13:58:54,841 wheel INFO adding 'tests/testapp/models.py' 2025-04-26 13:58:54,841 wheel INFO adding 'tests/testapp/urls.py' 2025-04-26 13:58:54,841 wheel INFO adding 'tests/testapp/wsgi.py' 2025-04-26 13:58:54,842 wheel INFO adding 'tests/testapp/migrations/0001_initial.py' 2025-04-26 13:58:54,842 wheel INFO adding 'tests/testapp/migrations/0002_bookmark.py' 2025-04-26 13:58:54,842 wheel INFO adding 'tests/testapp/migrations/0003_commentgroup.py' 2025-04-26 13:58:54,842 wheel INFO adding 'tests/testapp/migrations/__init__.py' 2025-04-26 13:58:54,842 wheel INFO adding 'django_scopes-2.0.0.dist-info/METADATA' 2025-04-26 13:58:54,842 wheel INFO adding 'django_scopes-2.0.0.dist-info/WHEEL' 2025-04-26 13:58:54,842 wheel INFO adding 'django_scopes-2.0.0.dist-info/top_level.txt' 2025-04-26 13:58:54,843 wheel INFO adding 'django_scopes-2.0.0.dist-info/RECORD' 2025-04-26 13:58:54,843 root INFO removing build/bdist.linux-armv8l/wheel 2025-04-26 13:58:54,844 gpep517 INFO The backend produced .dist/django_scopes-2.0.0-py3-none-any.whl django_scopes-2.0.0-py3-none-any.whl ============================= test session starts ============================== platform linux -- Python 3.12.10, pytest-8.3.5, pluggy-1.5.0 -- /home/buildozer/aports/community/py3-django-scopes/src/django-scopes-2.0.0/.testenv/bin/python3 cachedir: .pytest_cache django: version: 4.2.20, settings: tests.settings (from env) rootdir: /home/buildozer/aports/community/py3-django-scopes/src/django-scopes-2.0.0 plugins: django-4.11.1 collecting ... collected 17 items tests/test_query.py::test_allow_unaffected_models PASSED [ 5%] tests/test_query.py::test_require_scope PASSED [ 11%] tests/test_query.py::test_none_works PASSED [ 17%] tests/test_query.py::test_require_scope_survive_clone PASSED [ 23%] tests/test_query.py::test_require_scope_iterate PASSED [ 29%] tests/test_query.py::test_require_scope_at_definition_not_evaluation PASSED [ 35%] tests/test_query.py::test_scope_add_filter PASSED [ 41%] tests/test_query.py::test_scope_keep_filter PASSED [ 47%] tests/test_query.py::test_scope_advanced_lookup PASSED [ 52%] tests/test_query.py::test_scope_nested PASSED [ 58%] tests/test_query.py::test_scope_multisite PASSED [ 64%] tests/test_query.py::test_scope_uses_manager_class PASSED [ 70%] tests/test_query.py::test_scope_as_decorator PASSED [ 76%] tests/test_query.py::test_scope_opt_out PASSED [ 82%] tests/test_query.py::test_scope_opt_out_decorator PASSED [ 88%] tests/test_query.py::test_multiple_dimensions PASSED [ 94%] tests/test_query.py::test_forms_require_scope PASSED [100%] =============================== warnings summary =============================== ../../../../../../../usr/lib/python3.12/site-packages/django/conf/__init__.py:267 /usr/lib/python3.12/site-packages/django/conf/__init__.py:267: RemovedInDjango50Warning: The USE_L10N setting is deprecated. Starting with Django 5.0, localized formatting of data will always be enabled. For example Django will display numbers and dates using the format of the current locale. warnings.warn(USE_L10N_DEPRECATED_MSG, RemovedInDjango50Warning) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ======================== 17 passed, 1 warning in 0.33s ========================= >>> py3-django-scopes: Entering fakeroot... >>> py3-django-scopes-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/tests/testapp/__pycache__' -> '/home/buildozer/aports/community/py3-django-scopes/pkg/py3-django-scopes-pyc/usr/lib/python3.12/site-packages/tests/testapp/__pycache__' 'usr/lib/python3.12/site-packages/tests/testapp/migrations/__pycache__' -> '/home/buildozer/aports/community/py3-django-scopes/pkg/py3-django-scopes-pyc/usr/lib/python3.12/site-packages/tests/testapp/migrations/__pycache__' 'usr/lib/python3.12/site-packages/django_scopes/__pycache__' -> '/home/buildozer/aports/community/py3-django-scopes/pkg/py3-django-scopes-pyc/usr/lib/python3.12/site-packages/django_scopes/__pycache__' >>> py3-django-scopes-pyc*: Preparing subpackage py3-django-scopes-pyc... >>> py3-django-scopes-pyc*: Running postcheck for py3-django-scopes-pyc >>> py3-django-scopes*: Running postcheck for py3-django-scopes >>> py3-django-scopes*: Preparing package py3-django-scopes... >>> py3-django-scopes-pyc*: Tracing dependencies... py3-django python3~3.12 >>> py3-django-scopes-pyc*: Package size: 17.8 KB >>> py3-django-scopes-pyc*: Compressing data... >>> py3-django-scopes-pyc*: Create checksum... >>> py3-django-scopes-pyc*: Create py3-django-scopes-pyc-2.0.0-r1.apk >>> py3-django-scopes*: Tracing dependencies... py3-django python3~3.12 >>> py3-django-scopes*: Package size: 35.0 KB >>> py3-django-scopes*: Compressing data... >>> py3-django-scopes*: Create checksum... >>> py3-django-scopes*: Create py3-django-scopes-2.0.0-r1.apk >>> py3-django-scopes: Build complete at Sat, 26 Apr 2025 13:58:56 +0000 elapsed time 0h 0m 24s >>> py3-django-scopes: Cleaning up srcdir >>> py3-django-scopes: Cleaning up pkgdir >>> py3-django-scopes: Uninstalling dependencies... (1/41) Purging .makedepends-py3-django-scopes (20250426.135853) (2/41) Purging py3-django-pyc (4.2.20-r0) (3/41) Purging py3-django (4.2.20-r0) (4/41) Purging py3-asgiref-pyc (3.8.1-r1) (5/41) Purging py3-asgiref (3.8.1-r1) (6/41) Purging py3-sqlparse-pyc (0.5.1-r0) (7/41) Purging py3-sqlparse (0.5.1-r0) (8/41) Purging tzdata (2025b-r0) (9/41) Purging py3-setuptools-pyc (77.0.3-r0) (10/41) Purging py3-setuptools (77.0.3-r0) (11/41) Purging py3-gpep517-pyc (16-r0) (12/41) Purging py3-gpep517 (16-r0) (13/41) Purging py3-installer-pyc (0.7.0-r2) (14/41) Purging py3-installer (0.7.0-r2) (15/41) Purging py3-wheel-pyc (0.43.0-r0) (16/41) Purging py3-wheel (0.43.0-r0) (17/41) Purging py3-pytest-django-pyc (4.11.1-r0) (18/41) Purging py3-pytest-django (4.11.1-r0) (19/41) Purging py3-pytest-pyc (8.3.5-r0) (20/41) Purging py3-pytest (8.3.5-r0) (21/41) Purging py3-iniconfig-pyc (2.1.0-r0) (22/41) Purging py3-iniconfig (2.1.0-r0) (23/41) Purging py3-packaging-pyc (24.2-r0) (24/41) Purging py3-packaging (24.2-r0) (25/41) Purging py3-parsing-pyc (3.2.0-r0) (26/41) Purging py3-parsing (3.2.0-r0) (27/41) Purging py3-pluggy-pyc (1.5.0-r0) (28/41) Purging py3-pluggy (1.5.0-r0) (29/41) Purging py3-py-pyc (1.11.0-r4) (30/41) Purging py3-py (1.11.0-r4) (31/41) Purging python3-pyc (3.12.10-r0) (32/41) Purging python3-pycache-pyc0 (3.12.10-r0) (33/41) Purging pyc (3.12.10-r0) (34/41) Purging python3 (3.12.10-r0) (35/41) Purging gdbm (1.24-r0) (36/41) Purging libbz2 (1.0.8-r6) (37/41) Purging libffi (3.4.8-r0) (38/41) Purging libpanelw (6.5_p20250412-r0) (39/41) Purging mpdecimal (4.0.0-r0) (40/41) Purging sqlite-libs (3.49.1-r0) (41/41) Purging xz-libs (5.8.1-r0) Executing busybox-1.37.0-r16.trigger OK: 274 MiB in 102 packages >>> py3-django-scopes: Updating the community/armv7 repository index... >>> py3-django-scopes: Signing the index...