>>> py3-pytest-django: Building community/py3-pytest-django 4.5.2-r1 (using abuild 3.12.0-r0) started Fri, 27 Oct 2023 16:55:56 +0000
>>> py3-pytest-django: Checking sanity of /home/buildozer/aports/community/py3-pytest-django/APKBUILD...
>>> py3-pytest-django: Analyzing dependencies...
>>> py3-pytest-django: Installing for build: build-base python3 py3-pytest py3-setuptools py3-setuptools_scm py3-wheel py3-pytest-xdist py3-django
(1/44) Installing libbz2 (1.0.8-r6)
(2/44) Installing libffi (3.4.4-r3)
(3/44) Installing gdbm (1.23-r1)
(4/44) Installing xz-libs (5.4.4-r0)
(5/44) Installing mpdecimal (2.5.1-r2)
(6/44) Installing libpanelw (6.4_p20231007-r0)
(7/44) Installing readline (8.2.1-r2)
(8/44) Installing sqlite-libs (3.43.2-r0)
(9/44) Installing python3 (3.11.6-r1)
(10/44) Installing python3-pycache-pyc0 (3.11.6-r1)
(11/44) Installing pyc (3.11.6-r1)
(12/44) Installing python3-pyc (3.11.6-r1)
(13/44) Installing py3-iniconfig (1.1.1-r6)
(14/44) Installing py3-iniconfig-pyc (1.1.1-r6)
(15/44) Installing py3-parsing (3.1.1-r0)
(16/44) Installing py3-parsing-pyc (3.1.1-r0)
(17/44) Installing py3-packaging (23.2-r0)
(18/44) Installing py3-packaging-pyc (23.2-r0)
(19/44) Installing py3-pluggy (1.3.0-r0)
(20/44) Installing py3-pluggy-pyc (1.3.0-r0)
(21/44) Installing py3-py (1.11.0-r2)
(22/44) Installing py3-py-pyc (1.11.0-r2)
(23/44) Installing py3-pytest (7.4.2-r0)
(24/44) Installing py3-pytest-pyc (7.4.2-r0)
(25/44) Installing py3-setuptools (68.2.2-r0)
(26/44) Installing py3-setuptools-pyc (68.2.2-r0)
(27/44) Installing py3-setuptools_scm (8.0.4-r1)
(28/44) Installing py3-setuptools_scm-pyc (8.0.4-r1)
(29/44) Installing py3-wheel (0.41.2-r0)
(30/44) Installing py3-wheel-pyc (0.41.2-r0)
(31/44) Installing py3-apipkg (2.1.0-r2)
(32/44) Installing py3-apipkg-pyc (2.1.0-r2)
(33/44) Installing py3-execnet (1.9.0-r2)
(34/44) Installing py3-execnet-pyc (1.9.0-r2)
(35/44) Installing py3-pytest-xdist (3.3.1-r0)
(36/44) Installing py3-pytest-xdist-pyc (3.3.1-r0)
(37/44) Installing py3-asgiref (3.7.2-r0)
(38/44) Installing py3-asgiref-pyc (3.7.2-r0)
(39/44) Installing py3-sqlparse (0.4.4-r1)
(40/44) Installing py3-sqlparse-pyc (0.4.4-r1)
(41/44) Installing tzdata (2023c-r1)
(42/44) Installing py3-django (4.2.6-r0)
(43/44) Installing py3-django-pyc (4.2.6-r0)
(44/44) Installing .makedepends-py3-pytest-django (20231027.165613)
Executing busybox-1.36.1-r13.trigger
OK: 484 MiB in 146 packages
>>> py3-pytest-django: Cleaning up srcdir
>>> py3-pytest-django: Cleaning up pkgdir
>>> py3-pytest-django: Cleaning up tmpdir
>>> py3-pytest-django: Fetching https://distfiles.alpinelinux.org/distfiles/v3.19/py3-pytest-django-4.5.2.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   146    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404
>>> py3-pytest-django: Fetching https://github.com/pytest-dev/pytest-django/archive/refs/tags/v4.5.2/py3-pytest-django-4.5.2.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

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 75429    0 75429    0     0  77899      0 --:--:-- --:--:-- --:--:--  129k
>>> py3-pytest-django: Fetching https://distfiles.alpinelinux.org/distfiles/v3.19/py3-pytest-django-4.5.2.tar.gz
>>> py3-pytest-django: Checking sha512sums...
py3-pytest-django-4.5.2.tar.gz: OK
fix-test.patch: OK
>>> py3-pytest-django: Unpacking /var/cache/distfiles/v3.19/py3-pytest-django-4.5.2.tar.gz...
>>> py3-pytest-django: fix-test.patch
patching file tests/test_manage_py_scan.py
/usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg`
!!

        ********************************************************************************
        The license_file parameter is deprecated, use license_files instead.

        By 2023-Oct-30, you need to update your project and remove deprecated calls
        or your builds will no longer be supported.

        See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
        ********************************************************************************

!!
  parsed = self.parsers.get(option_name, lambda x: x)(value)
/usr/lib/python3.11/site-packages/setuptools/__init__.py:80: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
!!

        ********************************************************************************
        Requirements should be satisfied by a PEP 517 installer.
        If you are using pip, you can try `pip install --use-pep517`.
        ********************************************************************************

!!
  dist.fetch_build_eggs(dist.setup_requires)
/usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg`
!!

        ********************************************************************************
        The license_file parameter is deprecated, use license_files instead.

        By 2023-Oct-30, you need to update your project and remove deprecated calls
        or your builds will no longer be supported.

        See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
        ********************************************************************************

!!
  parsed = self.parsers.get(option_name, lambda x: x)(value)
running build
running build_py
creating build
creating build/lib
creating build/lib/pytest_django
copying pytest_django/lazy_django.py -> build/lib/pytest_django
copying pytest_django/asserts.py -> build/lib/pytest_django
copying pytest_django/plugin.py -> build/lib/pytest_django
copying pytest_django/__init__.py -> build/lib/pytest_django
copying pytest_django/_version.py -> build/lib/pytest_django
copying pytest_django/live_server_helper.py -> build/lib/pytest_django
copying pytest_django/django_compat.py -> build/lib/pytest_django
copying pytest_django/fixtures.py -> build/lib/pytest_django
copying pytest_django/py.typed -> build/lib/pytest_django
/usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg`
!!

        ********************************************************************************
        The license_file parameter is deprecated, use license_files instead.

        By 2023-Oct-30, you need to update your project and remove deprecated calls
        or your builds will no longer be supported.

        See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
        ********************************************************************************

!!
  parsed = self.parsers.get(option_name, lambda x: x)(value)
/usr/lib/python3.11/site-packages/setuptools/__init__.py:80: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
!!

        ********************************************************************************
        Requirements should be satisfied by a PEP 517 installer.
        If you are using pip, you can try `pip install --use-pep517`.
        ********************************************************************************

!!
  dist.fetch_build_eggs(dist.setup_requires)
/usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg`
!!

        ********************************************************************************
        The license_file parameter is deprecated, use license_files instead.

        By 2023-Oct-30, you need to update your project and remove deprecated calls
        or your builds will no longer be supported.

        See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
        ********************************************************************************

!!
  parsed = self.parsers.get(option_name, lambda x: x)(value)
running install
/usr/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!

        ********************************************************************************
        Please avoid running ``setup.py`` directly.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.

        See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
        ********************************************************************************

!!
  self.initialize_options()
/usr/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: EasyInstallDeprecationWarning: easy_install command is deprecated.
!!

        ********************************************************************************
        Please avoid running ``setup.py`` and ``easy_install``.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.

        See https://github.com/pypa/setuptools/issues/917 for details.
        ********************************************************************************

!!
  self.initialize_options()
running bdist_egg
running egg_info
creating pytest_django.egg-info
writing pytest_django.egg-info/PKG-INFO
writing dependency_links to pytest_django.egg-info/dependency_links.txt
writing entry points to pytest_django.egg-info/entry_points.txt
writing requirements to pytest_django.egg-info/requires.txt
writing top-level names to pytest_django.egg-info/top_level.txt
writing manifest file 'pytest_django.egg-info/SOURCES.txt'
reading manifest file 'pytest_django.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*' found under directory '.git'
warning: no previously-included files matching '*' found under directory '.tox'
warning: no previously-included files matching '*' found under directory 'bin'
warning: no previously-included files matching '*' found under directory 'include'
warning: no previously-included files matching '*' found under directory 'lib'
warning: no previously-included files matching '*' found under directory 'share'
warning: no previously-included files matching '*' found under directory 'src'
adding license file 'LICENSE'
writing manifest file 'pytest_django.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-i686/egg
running install_lib
running build_py
copying pytest_django/_version.py -> build/lib/pytest_django
creating build/bdist.linux-i686
creating build/bdist.linux-i686/egg
creating build/bdist.linux-i686/egg/pytest_django
copying build/lib/pytest_django/lazy_django.py -> build/bdist.linux-i686/egg/pytest_django
copying build/lib/pytest_django/asserts.py -> build/bdist.linux-i686/egg/pytest_django
copying build/lib/pytest_django/plugin.py -> build/bdist.linux-i686/egg/pytest_django
copying build/lib/pytest_django/__init__.py -> build/bdist.linux-i686/egg/pytest_django
copying build/lib/pytest_django/py.typed -> build/bdist.linux-i686/egg/pytest_django
copying build/lib/pytest_django/_version.py -> build/bdist.linux-i686/egg/pytest_django
copying build/lib/pytest_django/live_server_helper.py -> build/bdist.linux-i686/egg/pytest_django
copying build/lib/pytest_django/django_compat.py -> build/bdist.linux-i686/egg/pytest_django
copying build/lib/pytest_django/fixtures.py -> build/bdist.linux-i686/egg/pytest_django
byte-compiling build/bdist.linux-i686/egg/pytest_django/lazy_django.py to lazy_django.cpython-311.pyc
byte-compiling build/bdist.linux-i686/egg/pytest_django/asserts.py to asserts.cpython-311.pyc
byte-compiling build/bdist.linux-i686/egg/pytest_django/plugin.py to plugin.cpython-311.pyc
byte-compiling build/bdist.linux-i686/egg/pytest_django/__init__.py to __init__.cpython-311.pyc
byte-compiling build/bdist.linux-i686/egg/pytest_django/_version.py to _version.cpython-311.pyc
byte-compiling build/bdist.linux-i686/egg/pytest_django/live_server_helper.py to live_server_helper.cpython-311.pyc
byte-compiling build/bdist.linux-i686/egg/pytest_django/django_compat.py to django_compat.cpython-311.pyc
byte-compiling build/bdist.linux-i686/egg/pytest_django/fixtures.py to fixtures.cpython-311.pyc
creating build/bdist.linux-i686/egg/EGG-INFO
copying pytest_django.egg-info/PKG-INFO -> build/bdist.linux-i686/egg/EGG-INFO
copying pytest_django.egg-info/SOURCES.txt -> build/bdist.linux-i686/egg/EGG-INFO
copying pytest_django.egg-info/dependency_links.txt -> build/bdist.linux-i686/egg/EGG-INFO
copying pytest_django.egg-info/entry_points.txt -> build/bdist.linux-i686/egg/EGG-INFO
copying pytest_django.egg-info/not-zip-safe -> build/bdist.linux-i686/egg/EGG-INFO
copying pytest_django.egg-info/requires.txt -> build/bdist.linux-i686/egg/EGG-INFO
copying pytest_django.egg-info/top_level.txt -> build/bdist.linux-i686/egg/EGG-INFO
creating dist
creating 'dist/pytest_django-4.5.2-py3.11.egg' and adding 'build/bdist.linux-i686/egg' to it
removing 'build/bdist.linux-i686/egg' (and everything under it)
Processing pytest_django-4.5.2-py3.11.egg
creating /home/buildozer/aports/community/py3-pytest-django/src/pytest-django-4.5.2/testenv/lib/python3.11/site-packages/pytest_django-4.5.2-py3.11.egg
Extracting pytest_django-4.5.2-py3.11.egg to /home/buildozer/aports/community/py3-pytest-django/src/pytest-django-4.5.2/testenv/lib/python3.11/site-packages
Adding pytest-django 4.5.2 to easy-install.pth file

Installed /home/buildozer/aports/community/py3-pytest-django/src/pytest-django-4.5.2/testenv/lib/python3.11/site-packages/pytest_django-4.5.2-py3.11.egg
Processing dependencies for pytest-django==4.5.2
Searching for pytest==7.4.2
Best match: pytest 7.4.2
Adding pytest 7.4.2 to easy-install.pth file
detected new path './pytest_django-4.5.2-py3.11.egg'
Installing py.test script to /home/buildozer/aports/community/py3-pytest-django/src/pytest-django-4.5.2/testenv/bin
Installing pytest script to /home/buildozer/aports/community/py3-pytest-django/src/pytest-django-4.5.2/testenv/bin

Using /usr/lib/python3.11/site-packages
Searching for pluggy==1.3.0
Best match: pluggy 1.3.0
Adding pluggy 1.3.0 to easy-install.pth file

Using /usr/lib/python3.11/site-packages
Searching for packaging==23.2
Best match: packaging 23.2
Adding packaging 23.2 to easy-install.pth file

Using /usr/lib/python3.11/site-packages
Searching for iniconfig==1.1.1
Best match: iniconfig 1.1.1
Adding iniconfig 1.1.1 to easy-install.pth file

Using /usr/lib/python3.11/site-packages
Finished processing dependencies for pytest-django==4.5.2
============================= test session starts ==============================
platform linux -- Python 3.11.6, pytest-7.4.2, pluggy-1.3.0
django: settings: pytest_django_test.settings_sqlite_file (from env)
rootdir: /home/buildozer/aports/community/py3-pytest-django/src/pytest-django-4.5.2
configfile: setup.cfg
testpaths: tests
plugins: django-4.5.2, xdist-3.3.1
collected 204 items / 1 skipped

tests/test_asserts.py .                                                  [  0%]
tests/test_database.py ..................                                [  9%]
tests/test_environment.py .........                                      [ 13%]
tests/test_fixtures.py ...............                                   [ 21%]
tests/test_unittest.py ........                                          [ 25%]
tests/test_database.py ..........                                        [ 29%]
tests/test_fixtures.py ....                                              [ 31%]
tests/test_asserts.py .                                                  [ 32%]
tests/test_database.py .............................                     [ 46%]
tests/test_db_access_in_repr.py .                                        [ 47%]
tests/test_db_setup.py .............                                     [ 53%]
tests/test_django_settings_module.py ...................                 [ 62%]
tests/test_doctest.txt .                                                 [ 63%]
tests/test_environment.py ...........                                    [ 68%]
tests/test_fixtures.py .................................                 [ 84%]
tests/test_initialization.py .                                           [ 85%]
tests/test_manage_py_scan.py ........                                    [ 89%]
tests/test_unittest.py ...........                                       [ 94%]
tests/test_urls.py ....                                                  [ 96%]
tests/test_without_django_loaded.py .......                              [100%]

=========================== short test summary info ============================
SKIPPED [1] tests/test_django_configurations.py:8: could not import 'configurations': No module named 'configurations'
================== 204 passed, 1 skipped in 85.20s (0:01:25) ===================
>>> py3-pytest-django: Entering fakeroot...
/usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg`
!!

        ********************************************************************************
        The license_file parameter is deprecated, use license_files instead.

        By 2023-Oct-30, you need to update your project and remove deprecated calls
        or your builds will no longer be supported.

        See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
        ********************************************************************************

!!
  parsed = self.parsers.get(option_name, lambda x: x)(value)
/usr/lib/python3.11/site-packages/setuptools/__init__.py:80: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
!!

        ********************************************************************************
        Requirements should be satisfied by a PEP 517 installer.
        If you are using pip, you can try `pip install --use-pep517`.
        ********************************************************************************

!!
  dist.fetch_build_eggs(dist.setup_requires)
/usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg`
!!

        ********************************************************************************
        The license_file parameter is deprecated, use license_files instead.

        By 2023-Oct-30, you need to update your project and remove deprecated calls
        or your builds will no longer be supported.

        See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
        ********************************************************************************

!!
  parsed = self.parsers.get(option_name, lambda x: x)(value)
running install
/usr/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!

        ********************************************************************************
        Please avoid running ``setup.py`` directly.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.

        See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
        ********************************************************************************

!!
  self.initialize_options()
running install_lib
creating /home/buildozer/aports/community/py3-pytest-django/pkg
creating /home/buildozer/aports/community/py3-pytest-django/pkg/py3-pytest-django
creating /home/buildozer/aports/community/py3-pytest-django/pkg/py3-pytest-django/usr
creating /home/buildozer/aports/community/py3-pytest-django/pkg/py3-pytest-django/usr/lib
creating /home/buildozer/aports/community/py3-pytest-django/pkg/py3-pytest-django/usr/lib/python3.11
creating /home/buildozer/aports/community/py3-pytest-django/pkg/py3-pytest-django/usr/lib/python3.11/site-packages
creating /home/buildozer/aports/community/py3-pytest-django/pkg/py3-pytest-django/usr/lib/python3.11/site-packages/pytest_django
copying build/lib/pytest_django/lazy_django.py -> /home/buildozer/aports/community/py3-pytest-django/pkg/py3-pytest-django/usr/lib/python3.11/site-packages/pytest_django
copying build/lib/pytest_django/asserts.py -> /home/buildozer/aports/community/py3-pytest-django/pkg/py3-pytest-django/usr/lib/python3.11/site-packages/pytest_django
copying build/lib/pytest_django/plugin.py -> /home/buildozer/aports/community/py3-pytest-django/pkg/py3-pytest-django/usr/lib/python3.11/site-packages/pytest_django
copying build/lib/pytest_django/__init__.py -> /home/buildozer/aports/community/py3-pytest-django/pkg/py3-pytest-django/usr/lib/python3.11/site-packages/pytest_django
copying build/lib/pytest_django/py.typed -> /home/buildozer/aports/community/py3-pytest-django/pkg/py3-pytest-django/usr/lib/python3.11/site-packages/pytest_django
copying build/lib/pytest_django/_version.py -> /home/buildozer/aports/community/py3-pytest-django/pkg/py3-pytest-django/usr/lib/python3.11/site-packages/pytest_django
copying build/lib/pytest_django/live_server_helper.py -> /home/buildozer/aports/community/py3-pytest-django/pkg/py3-pytest-django/usr/lib/python3.11/site-packages/pytest_django
copying build/lib/pytest_django/django_compat.py -> /home/buildozer/aports/community/py3-pytest-django/pkg/py3-pytest-django/usr/lib/python3.11/site-packages/pytest_django
copying build/lib/pytest_django/fixtures.py -> /home/buildozer/aports/community/py3-pytest-django/pkg/py3-pytest-django/usr/lib/python3.11/site-packages/pytest_django
byte-compiling /home/buildozer/aports/community/py3-pytest-django/pkg/py3-pytest-django/usr/lib/python3.11/site-packages/pytest_django/lazy_django.py to lazy_django.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-pytest-django/pkg/py3-pytest-django/usr/lib/python3.11/site-packages/pytest_django/asserts.py to asserts.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-pytest-django/pkg/py3-pytest-django/usr/lib/python3.11/site-packages/pytest_django/plugin.py to plugin.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-pytest-django/pkg/py3-pytest-django/usr/lib/python3.11/site-packages/pytest_django/__init__.py to __init__.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-pytest-django/pkg/py3-pytest-django/usr/lib/python3.11/site-packages/pytest_django/_version.py to _version.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-pytest-django/pkg/py3-pytest-django/usr/lib/python3.11/site-packages/pytest_django/live_server_helper.py to live_server_helper.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-pytest-django/pkg/py3-pytest-django/usr/lib/python3.11/site-packages/pytest_django/django_compat.py to django_compat.cpython-311.pyc
byte-compiling /home/buildozer/aports/community/py3-pytest-django/pkg/py3-pytest-django/usr/lib/python3.11/site-packages/pytest_django/fixtures.py to fixtures.cpython-311.pyc
running install_egg_info
running egg_info
writing pytest_django.egg-info/PKG-INFO
writing dependency_links to pytest_django.egg-info/dependency_links.txt
writing entry points to pytest_django.egg-info/entry_points.txt
writing requirements to pytest_django.egg-info/requires.txt
writing top-level names to pytest_django.egg-info/top_level.txt
reading manifest file 'pytest_django.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*' found under directory '.git'
warning: no previously-included files matching '*' found under directory '.tox'
warning: no previously-included files matching '*' found under directory 'bin'
warning: no previously-included files matching '*' found under directory 'include'
warning: no previously-included files matching '*' found under directory 'lib'
warning: no previously-included files matching '*' found under directory 'share'
warning: no previously-included files matching '*' found under directory 'src'
adding license file 'LICENSE'
writing manifest file 'pytest_django.egg-info/SOURCES.txt'
Copying pytest_django.egg-info to /home/buildozer/aports/community/py3-pytest-django/pkg/py3-pytest-django/usr/lib/python3.11/site-packages/pytest_django-4.5.2-py3.11.egg-info
running install_scripts
>>> py3-pytest-django-pyc*: Running split function pyc...
'/home/buildozer/aports/community/py3-pytest-django/pkg/py3-pytest-django/usr/lib/python3.11/site-packages/pytest_django/__pycache__' -> '/home/buildozer/aports/community/py3-pytest-django/pkg/py3-pytest-django-pyc/usr/lib/python3.11/site-packages/pytest_django/__pycache__'
>>> py3-pytest-django-pyc*: Preparing subpackage py3-pytest-django-pyc...
>>> py3-pytest-django-pyc*: Running postcheck for py3-pytest-django-pyc
>>> py3-pytest-django*: Running postcheck for py3-pytest-django
>>> py3-pytest-django*: Preparing package py3-pytest-django...
>>> py3-pytest-django-pyc*: Tracing dependencies...
	python3
	py3-pytest
	python3~3.11
>>> py3-pytest-django-pyc*: Package size: 124.0 KB
>>> py3-pytest-django-pyc*: Compressing data...
>>> py3-pytest-django-pyc*: Create checksum...
>>> py3-pytest-django-pyc*: Create py3-pytest-django-pyc-4.5.2-r1.apk
>>> py3-pytest-django*: Tracing dependencies...
	python3
	py3-pytest
	python3~3.11
>>> py3-pytest-django*: Package size: 132.0 KB
>>> py3-pytest-django*: Compressing data...
>>> py3-pytest-django*: Create checksum...
>>> py3-pytest-django*: Create py3-pytest-django-4.5.2-r1.apk
>>> py3-pytest-django: Build complete at Fri, 27 Oct 2023 16:57:50 +0000 elapsed time 0h 1m 54s
>>> py3-pytest-django: Cleaning up srcdir
>>> py3-pytest-django: Cleaning up pkgdir
>>> py3-pytest-django: Uninstalling dependencies...
(1/44) Purging .makedepends-py3-pytest-django (20231027.165613)
(2/44) Purging py3-setuptools_scm-pyc (8.0.4-r1)
(3/44) Purging py3-setuptools_scm (8.0.4-r1)
(4/44) Purging py3-setuptools-pyc (68.2.2-r0)
(5/44) Purging py3-setuptools (68.2.2-r0)
(6/44) Purging py3-wheel-pyc (0.41.2-r0)
(7/44) Purging py3-wheel (0.41.2-r0)
(8/44) Purging py3-pytest-xdist-pyc (3.3.1-r0)
(9/44) Purging py3-pytest-xdist (3.3.1-r0)
(10/44) Purging py3-execnet-pyc (1.9.0-r2)
(11/44) Purging py3-execnet (1.9.0-r2)
(12/44) Purging py3-apipkg-pyc (2.1.0-r2)
(13/44) Purging py3-apipkg (2.1.0-r2)
(14/44) Purging py3-pytest-pyc (7.4.2-r0)
(15/44) Purging py3-pytest (7.4.2-r0)
(16/44) Purging py3-iniconfig-pyc (1.1.1-r6)
(17/44) Purging py3-iniconfig (1.1.1-r6)
(18/44) Purging py3-packaging-pyc (23.2-r0)
(19/44) Purging py3-packaging (23.2-r0)
(20/44) Purging py3-parsing-pyc (3.1.1-r0)
(21/44) Purging py3-parsing (3.1.1-r0)
(22/44) Purging py3-pluggy-pyc (1.3.0-r0)
(23/44) Purging py3-pluggy (1.3.0-r0)
(24/44) Purging py3-py-pyc (1.11.0-r2)
(25/44) Purging py3-py (1.11.0-r2)
(26/44) Purging py3-django-pyc (4.2.6-r0)
(27/44) Purging py3-django (4.2.6-r0)
(28/44) Purging py3-asgiref-pyc (3.7.2-r0)
(29/44) Purging py3-asgiref (3.7.2-r0)
(30/44) Purging py3-sqlparse-pyc (0.4.4-r1)
(31/44) Purging py3-sqlparse (0.4.4-r1)
(32/44) Purging tzdata (2023c-r1)
(33/44) Purging python3-pyc (3.11.6-r1)
(34/44) Purging python3-pycache-pyc0 (3.11.6-r1)
(35/44) Purging pyc (3.11.6-r1)
(36/44) Purging python3 (3.11.6-r1)
(37/44) Purging gdbm (1.23-r1)
(38/44) Purging libbz2 (1.0.8-r6)
(39/44) Purging libffi (3.4.4-r3)
(40/44) Purging libpanelw (6.4_p20231007-r0)
(41/44) Purging mpdecimal (2.5.1-r2)
(42/44) Purging readline (8.2.1-r2)
(43/44) Purging sqlite-libs (3.43.2-r0)
(44/44) Purging xz-libs (5.4.4-r0)
Executing busybox-1.36.1-r13.trigger
OK: 376 MiB in 102 packages
>>> py3-pytest-django: Updating the community/x86 repository index...
>>> py3-pytest-django: Signing the index...