>>> py3-django-scopes: Building community/py3-django-scopes 2.0.0-r0 (using abuild 3.12.0-r5) started Thu, 04 Apr 2024 20:56:09 +0000 >>> py3-django-scopes: Checking sanity of /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/42) Installing libbz2 (1.0.8-r6) (2/42) Installing libffi (3.4.6-r0) (3/42) Installing gdbm (1.23-r1) (4/42) Installing xz-libs (5.6.1-r2) (5/42) Installing mpdecimal (4.0.0-r0) (6/42) Installing libpanelw (6.4_p20240309-r0) (7/42) Installing readline (8.2.10-r0) (8/42) Installing sqlite-libs (3.45.2-r0) (9/42) Installing python3 (3.11.8-r0) (10/42) Installing python3-pycache-pyc0 (3.11.8-r0) (11/42) Installing pyc (3.11.8-r0) (12/42) Installing py3-asgiref (3.8.1-r0) (13/42) Installing py3-asgiref-pyc (3.8.1-r0) (14/42) Installing py3-sqlparse (0.4.4-r1) (15/42) Installing py3-sqlparse-pyc (0.4.4-r1) (16/42) Installing tzdata (2024a-r1) (17/42) Installing py3-django-pyc (4.2.11-r0) (18/42) Installing python3-pyc (3.11.8-r0) (19/42) Installing py3-django (4.2.11-r0) (20/42) Installing py3-parsing (3.1.2-r0) (21/42) Installing py3-parsing-pyc (3.1.2-r0) (22/42) Installing py3-packaging (24.0-r0) (23/42) Installing py3-packaging-pyc (24.0-r0) (24/42) Installing py3-setuptools (69.2.0-r0) (25/42) Installing py3-setuptools-pyc (69.2.0-r0) (26/42) Installing py3-installer (0.7.0-r1) (27/42) Installing py3-installer-pyc (0.7.0-r1) (28/42) Installing py3-gpep517 (15-r1) (29/42) Installing py3-gpep517-pyc (15-r1) (30/42) Installing py3-wheel (0.42.0-r0) (31/42) Installing py3-wheel-pyc (0.42.0-r0) (32/42) Installing py3-iniconfig (2.0.0-r0) (33/42) Installing py3-iniconfig-pyc (2.0.0-r0) (34/42) Installing py3-pluggy (1.4.0-r0) (35/42) Installing py3-pluggy-pyc (1.4.0-r0) (36/42) Installing py3-py (1.11.0-r2) (37/42) Installing py3-py-pyc (1.11.0-r2) (38/42) Installing py3-pytest (8.1.1-r0) (39/42) Installing py3-pytest-pyc (8.1.1-r0) (40/42) Installing py3-pytest-django (4.8.0-r0) (41/42) Installing py3-pytest-django-pyc (4.8.0-r0) (42/42) Installing .makedepends-py3-django-scopes (20240404.205610) Executing busybox-1.36.1-r25.trigger OK: 455 MiB in 149 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/edge//py3-django-scopes-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 14990 100 14990 0 0 40666 0 --:--:-- --:--:-- --:--:-- 40623 >>> py3-django-scopes: Fetching https://distfiles.alpinelinux.org/distfiles/edge//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/edge/py3-django-scopes-2.0.0.tar.gz... 2024-04-04 20:56:12,170 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ 2024-04-04 20:56:12,284 root INFO running bdist_wheel 2024-04-04 20:56:12,295 root INFO running build 2024-04-04 20:56:12,295 root INFO running build_py 2024-04-04 20:56:12,297 root INFO creating build 2024-04-04 20:56:12,297 root INFO creating build/lib 2024-04-04 20:56:12,297 root INFO creating build/lib/django_scopes 2024-04-04 20:56:12,298 root INFO copying django_scopes/manager.py -> build/lib/django_scopes 2024-04-04 20:56:12,298 root INFO copying django_scopes/__init__.py -> build/lib/django_scopes 2024-04-04 20:56:12,298 root INFO copying django_scopes/exceptions.py -> build/lib/django_scopes 2024-04-04 20:56:12,298 root INFO copying django_scopes/state.py -> build/lib/django_scopes 2024-04-04 20:56:12,298 root INFO copying django_scopes/forms.py -> build/lib/django_scopes 2024-04-04 20:56:12,299 root INFO creating build/lib/tests 2024-04-04 20:56:12,299 root INFO creating build/lib/tests/testapp 2024-04-04 20:56:12,299 root INFO copying tests/testapp/apps.py -> build/lib/tests/testapp 2024-04-04 20:56:12,299 root INFO copying tests/testapp/__init__.py -> build/lib/tests/testapp 2024-04-04 20:56:12,299 root INFO copying tests/testapp/urls.py -> build/lib/tests/testapp 2024-04-04 20:56:12,299 root INFO copying tests/testapp/models.py -> build/lib/tests/testapp 2024-04-04 20:56:12,300 root INFO copying tests/testapp/wsgi.py -> build/lib/tests/testapp 2024-04-04 20:56:12,300 root INFO copying tests/testapp/forms.py -> build/lib/tests/testapp 2024-04-04 20:56:12,300 root INFO creating build/lib/tests/testapp/migrations 2024-04-04 20:56:12,300 root INFO copying tests/testapp/migrations/0001_initial.py -> build/lib/tests/testapp/migrations 2024-04-04 20:56:12,300 root INFO copying tests/testapp/migrations/__init__.py -> build/lib/tests/testapp/migrations 2024-04-04 20:56:12,300 root INFO copying tests/testapp/migrations/0003_commentgroup.py -> build/lib/tests/testapp/migrations 2024-04-04 20:56:12,301 root INFO copying tests/testapp/migrations/0002_bookmark.py -> build/lib/tests/testapp/migrations 2024-04-04 20:56:12,301 root INFO running egg_info 2024-04-04 20:56:12,301 root INFO creating django_scopes.egg-info 2024-04-04 20:56:12,302 root INFO writing django_scopes.egg-info/PKG-INFO 2024-04-04 20:56:12,302 root INFO writing dependency_links to django_scopes.egg-info/dependency_links.txt 2024-04-04 20:56:12,302 root INFO writing requirements to django_scopes.egg-info/requires.txt 2024-04-04 20:56:12,302 root INFO writing top-level names to django_scopes.egg-info/top_level.txt 2024-04-04 20:56:12,302 root INFO writing manifest file 'django_scopes.egg-info/SOURCES.txt' 2024-04-04 20:56:12,304 root INFO reading manifest file 'django_scopes.egg-info/SOURCES.txt' 2024-04-04 20:56:12,304 root INFO adding license file 'LICENSE' 2024-04-04 20:56:12,304 root INFO adding license file 'AUTHORS' 2024-04-04 20:56:12,304 root INFO writing manifest file 'django_scopes.egg-info/SOURCES.txt' 2024-04-04 20:56:12,308 wheel INFO installing to build/bdist.linux-s390x/wheel 2024-04-04 20:56:12,308 root INFO running install 2024-04-04 20:56:12,314 root INFO running install_lib 2024-04-04 20:56:12,315 root INFO creating build/bdist.linux-s390x 2024-04-04 20:56:12,315 root INFO creating build/bdist.linux-s390x/wheel 2024-04-04 20:56:12,315 root INFO creating build/bdist.linux-s390x/wheel/tests 2024-04-04 20:56:12,315 root INFO creating build/bdist.linux-s390x/wheel/tests/testapp 2024-04-04 20:56:12,315 root INFO copying build/lib/tests/testapp/apps.py -> build/bdist.linux-s390x/wheel/tests/testapp 2024-04-04 20:56:12,315 root INFO creating build/bdist.linux-s390x/wheel/tests/testapp/migrations 2024-04-04 20:56:12,315 root INFO copying build/lib/tests/testapp/migrations/0001_initial.py -> build/bdist.linux-s390x/wheel/tests/testapp/migrations 2024-04-04 20:56:12,315 root INFO copying build/lib/tests/testapp/migrations/__init__.py -> build/bdist.linux-s390x/wheel/tests/testapp/migrations 2024-04-04 20:56:12,316 root INFO copying build/lib/tests/testapp/migrations/0003_commentgroup.py -> build/bdist.linux-s390x/wheel/tests/testapp/migrations 2024-04-04 20:56:12,316 root INFO copying build/lib/tests/testapp/migrations/0002_bookmark.py -> build/bdist.linux-s390x/wheel/tests/testapp/migrations 2024-04-04 20:56:12,316 root INFO copying build/lib/tests/testapp/__init__.py -> build/bdist.linux-s390x/wheel/tests/testapp 2024-04-04 20:56:12,316 root INFO copying build/lib/tests/testapp/urls.py -> build/bdist.linux-s390x/wheel/tests/testapp 2024-04-04 20:56:12,316 root INFO copying build/lib/tests/testapp/models.py -> build/bdist.linux-s390x/wheel/tests/testapp 2024-04-04 20:56:12,316 root INFO copying build/lib/tests/testapp/wsgi.py -> build/bdist.linux-s390x/wheel/tests/testapp 2024-04-04 20:56:12,316 root INFO copying build/lib/tests/testapp/forms.py -> build/bdist.linux-s390x/wheel/tests/testapp 2024-04-04 20:56:12,316 root INFO creating build/bdist.linux-s390x/wheel/django_scopes 2024-04-04 20:56:12,317 root INFO copying build/lib/django_scopes/manager.py -> build/bdist.linux-s390x/wheel/django_scopes 2024-04-04 20:56:12,317 root INFO copying build/lib/django_scopes/__init__.py -> build/bdist.linux-s390x/wheel/django_scopes 2024-04-04 20:56:12,317 root INFO copying build/lib/django_scopes/exceptions.py -> build/bdist.linux-s390x/wheel/django_scopes 2024-04-04 20:56:12,317 root INFO copying build/lib/django_scopes/state.py -> build/bdist.linux-s390x/wheel/django_scopes 2024-04-04 20:56:12,317 root INFO copying build/lib/django_scopes/forms.py -> build/bdist.linux-s390x/wheel/django_scopes 2024-04-04 20:56:12,317 root INFO running install_egg_info 2024-04-04 20:56:12,320 root INFO Copying django_scopes.egg-info to build/bdist.linux-s390x/wheel/django_scopes-2.0.0-py3.11.egg-info 2024-04-04 20:56:12,321 root INFO running install_scripts 2024-04-04 20:56:12,322 wheel INFO creating build/bdist.linux-s390x/wheel/django_scopes-2.0.0.dist-info/WHEEL 2024-04-04 20:56:12,323 wheel INFO creating '/home/buildozer/aports/community/py3-django-scopes/src/django-scopes-2.0.0/.dist/.tmp-yj65b5jg/django_scopes-2.0.0-py3-none-any.whl' and adding 'build/bdist.linux-s390x/wheel' to it 2024-04-04 20:56:12,323 wheel INFO adding 'django_scopes/__init__.py' 2024-04-04 20:56:12,323 wheel INFO adding 'django_scopes/exceptions.py' 2024-04-04 20:56:12,323 wheel INFO adding 'django_scopes/forms.py' 2024-04-04 20:56:12,323 wheel INFO adding 'django_scopes/manager.py' 2024-04-04 20:56:12,323 wheel INFO adding 'django_scopes/state.py' 2024-04-04 20:56:12,323 wheel INFO adding 'tests/testapp/__init__.py' 2024-04-04 20:56:12,323 wheel INFO adding 'tests/testapp/apps.py' 2024-04-04 20:56:12,324 wheel INFO adding 'tests/testapp/forms.py' 2024-04-04 20:56:12,324 wheel INFO adding 'tests/testapp/models.py' 2024-04-04 20:56:12,324 wheel INFO adding 'tests/testapp/urls.py' 2024-04-04 20:56:12,324 wheel INFO adding 'tests/testapp/wsgi.py' 2024-04-04 20:56:12,324 wheel INFO adding 'tests/testapp/migrations/0001_initial.py' 2024-04-04 20:56:12,324 wheel INFO adding 'tests/testapp/migrations/0002_bookmark.py' 2024-04-04 20:56:12,324 wheel INFO adding 'tests/testapp/migrations/0003_commentgroup.py' 2024-04-04 20:56:12,324 wheel INFO adding 'tests/testapp/migrations/__init__.py' 2024-04-04 20:56:12,324 wheel INFO adding 'django_scopes-2.0.0.dist-info/AUTHORS' 2024-04-04 20:56:12,324 wheel INFO adding 'django_scopes-2.0.0.dist-info/LICENSE' 2024-04-04 20:56:12,324 wheel INFO adding 'django_scopes-2.0.0.dist-info/METADATA' 2024-04-04 20:56:12,324 wheel INFO adding 'django_scopes-2.0.0.dist-info/WHEEL' 2024-04-04 20:56:12,325 wheel INFO adding 'django_scopes-2.0.0.dist-info/top_level.txt' 2024-04-04 20:56:12,325 wheel INFO adding 'django_scopes-2.0.0.dist-info/RECORD' 2024-04-04 20:56:12,325 wheel INFO removing build/bdist.linux-s390x/wheel 2024-04-04 20:56:12,325 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.11.8, pytest-8.1.1, pluggy-1.4.0 -- /home/buildozer/aports/community/py3-django-scopes/src/django-scopes-2.0.0/.testenv/bin/python3 cachedir: .pytest_cache django: version: 4.2.11, settings: tests.settings (from env) rootdir: /home/buildozer/aports/community/py3-django-scopes/src/django-scopes-2.0.0 plugins: django-4.8.0 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.11/site-packages/django/conf/__init__.py:267 /usr/lib/python3.11/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.25s ========================= >>> py3-django-scopes: Entering fakeroot... >>> py3-django-scopes-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-django-scopes/pkg/py3-django-scopes/usr/lib/python3.11/site-packages/tests/testapp/__pycache__' -> '/home/buildozer/aports/community/py3-django-scopes/pkg/py3-django-scopes-pyc/usr/lib/python3.11/site-packages/tests/testapp/__pycache__' '/home/buildozer/aports/community/py3-django-scopes/pkg/py3-django-scopes/usr/lib/python3.11/site-packages/tests/testapp/migrations/__pycache__' -> '/home/buildozer/aports/community/py3-django-scopes/pkg/py3-django-scopes-pyc/usr/lib/python3.11/site-packages/tests/testapp/migrations/__pycache__' '/home/buildozer/aports/community/py3-django-scopes/pkg/py3-django-scopes/usr/lib/python3.11/site-packages/django_scopes/__pycache__' -> '/home/buildozer/aports/community/py3-django-scopes/pkg/py3-django-scopes-pyc/usr/lib/python3.11/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.11 >>> py3-django-scopes-pyc*: Package size: 112.0 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-r0.apk >>> py3-django-scopes*: Tracing dependencies... py3-django python3~3.11 >>> py3-django-scopes*: Package size: 136.0 KB >>> py3-django-scopes*: Compressing data... >>> py3-django-scopes*: Create checksum... >>> py3-django-scopes*: Create py3-django-scopes-2.0.0-r0.apk >>> py3-django-scopes: Build complete at Thu, 04 Apr 2024 20:56:13 +0000 elapsed time 0h 0m 4s >>> py3-django-scopes: Cleaning up srcdir >>> py3-django-scopes: Cleaning up pkgdir >>> py3-django-scopes: Uninstalling dependencies... (1/42) Purging .makedepends-py3-django-scopes (20240404.205610) (2/42) Purging py3-django-pyc (4.2.11-r0) (3/42) Purging py3-django (4.2.11-r0) (4/42) Purging py3-asgiref-pyc (3.8.1-r0) (5/42) Purging py3-asgiref (3.8.1-r0) (6/42) Purging py3-sqlparse-pyc (0.4.4-r1) (7/42) Purging py3-sqlparse (0.4.4-r1) (8/42) Purging tzdata (2024a-r1) (9/42) Purging py3-setuptools-pyc (69.2.0-r0) (10/42) Purging py3-setuptools (69.2.0-r0) (11/42) Purging py3-gpep517-pyc (15-r1) (12/42) Purging py3-gpep517 (15-r1) (13/42) Purging py3-installer-pyc (0.7.0-r1) (14/42) Purging py3-installer (0.7.0-r1) (15/42) Purging py3-wheel-pyc (0.42.0-r0) (16/42) Purging py3-wheel (0.42.0-r0) (17/42) Purging py3-pytest-django-pyc (4.8.0-r0) (18/42) Purging py3-pytest-django (4.8.0-r0) (19/42) Purging py3-pytest-pyc (8.1.1-r0) (20/42) Purging py3-pytest (8.1.1-r0) (21/42) Purging py3-iniconfig-pyc (2.0.0-r0) (22/42) Purging py3-iniconfig (2.0.0-r0) (23/42) Purging py3-packaging-pyc (24.0-r0) (24/42) Purging py3-packaging (24.0-r0) (25/42) Purging py3-parsing-pyc (3.1.2-r0) (26/42) Purging py3-parsing (3.1.2-r0) (27/42) Purging py3-pluggy-pyc (1.4.0-r0) (28/42) Purging py3-pluggy (1.4.0-r0) (29/42) Purging py3-py-pyc (1.11.0-r2) (30/42) Purging py3-py (1.11.0-r2) (31/42) Purging python3-pyc (3.11.8-r0) (32/42) Purging python3-pycache-pyc0 (3.11.8-r0) (33/42) Purging pyc (3.11.8-r0) (34/42) Purging python3 (3.11.8-r0) (35/42) Purging gdbm (1.23-r1) (36/42) Purging libbz2 (1.0.8-r6) (37/42) Purging libffi (3.4.6-r0) (38/42) Purging libpanelw (6.4_p20240309-r0) (39/42) Purging mpdecimal (4.0.0-r0) (40/42) Purging readline (8.2.10-r0) (41/42) Purging sqlite-libs (3.45.2-r0) (42/42) Purging xz-libs (5.6.1-r2) Executing busybox-1.36.1-r25.trigger OK: 346 MiB in 107 packages >>> py3-django-scopes: Updating the community/s390x repository index... >>> py3-django-scopes: Signing the index...