>>> py3-pytest-isort: Building community/py3-pytest-isort 3.1.0-r3 (using abuild 3.12.0-r0) started Tue, 24 Oct 2023 19:18:26 +0000
>>> py3-pytest-isort: Checking sanity of /home/buildozer/aports/community/py3-pytest-isort/APKBUILD...
>>> py3-pytest-isort: Analyzing dependencies...
>>> py3-pytest-isort: Installing for build: build-base py3-pytest py3-isort py3-gpep517 py3-poetry-core
(1/45) Installing libbz2 (1.0.8-r6)
(2/45) Installing libffi (3.4.4-r3)
(3/45) Installing gdbm (1.23-r1)
(4/45) Installing xz-libs (5.4.4-r0)
(5/45) Installing mpdecimal (2.5.1-r2)
(6/45) Installing libpanelw (6.4_p20231007-r0)
(7/45) Installing readline (8.2.1-r2)
(8/45) Installing sqlite-libs (3.43.2-r0)
(9/45) Installing python3 (3.11.6-r1)
(10/45) Installing python3-pycache-pyc0 (3.11.6-r1)
(11/45) Installing pyc (3.11.6-r1)
(12/45) Installing py3-iniconfig-pyc (1.1.1-r6)
(13/45) Installing py3-parsing (3.1.1-r0)
(14/45) Installing py3-parsing-pyc (3.1.1-r0)
(15/45) Installing py3-packaging (23.2-r0)
(16/45) Installing py3-packaging-pyc (23.2-r0)
(17/45) Installing py3-pluggy (1.3.0-r0)
(18/45) Installing py3-pluggy-pyc (1.3.0-r0)
(19/45) Installing py3-py (1.11.0-r2)
(20/45) Installing py3-py-pyc (1.11.0-r2)
(21/45) Installing py3-pytest-pyc (7.4.2-r0)
(22/45) Installing python3-pyc (3.11.6-r1)
(23/45) Installing py3-iniconfig (1.1.1-r6)
(24/45) Installing py3-pytest (7.4.2-r0)
(25/45) Installing py3-isort (5.12.0-r1)
(26/45) Installing py3-isort-pyc (5.12.0-r1)
(27/45) Installing py3-installer (0.7.0-r1)
(28/45) Installing py3-installer-pyc (0.7.0-r1)
(29/45) Installing py3-gpep517 (15-r0)
(30/45) Installing py3-gpep517-pyc (15-r0)
(31/45) Installing py3-attrs (23.1.0-r1)
(32/45) Installing py3-attrs-pyc (23.1.0-r1)
(33/45) Installing py3-rpds-py (0.10.6-r0)
(34/45) Installing py3-rpds-py-pyc (0.10.6-r0)
(35/45) Installing py3-referencing (0.30.2-r0)
(36/45) Installing py3-referencing-pyc (0.30.2-r0)
(37/45) Installing py3-jsonschema-specifications (2023.07.1-r1)
(38/45) Installing py3-jsonschema-specifications-pyc (2023.07.1-r1)
(39/45) Installing py3-jsonschema (4.19.1-r0)
(40/45) Installing py3-jsonschema-pyc (4.19.1-r0)
(41/45) Installing py3-lark-parser (1.1.7-r0)
(42/45) Installing py3-lark-parser-pyc (1.1.7-r0)
(43/45) Installing py3-poetry-core (1.7.0-r0)
(44/45) Installing py3-poetry-core-pyc (1.7.0-r0)
(45/45) Installing .makedepends-py3-pytest-isort (20231024.191832)
Executing busybox-1.36.1-r13.trigger
OK: 430 MiB in 147 packages
>>> py3-pytest-isort: Cleaning up srcdir
>>> py3-pytest-isort: Cleaning up pkgdir
>>> py3-pytest-isort: Cleaning up tmpdir
>>> py3-pytest-isort: Fetching https://distfiles.alpinelinux.org/distfiles/v3.19/py3-pytest-isort-3.1.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
100 15585  100 15585    0     0   165k      0 --:--:-- --:--:-- --:--:--  167k
>>> py3-pytest-isort: Fetching https://distfiles.alpinelinux.org/distfiles/v3.19/py3-pytest-isort-3.1.0.tar.gz
>>> py3-pytest-isort: Checking sha512sums...
py3-pytest-isort-3.1.0.tar.gz: OK
>>> py3-pytest-isort: Unpacking /var/cache/distfiles/v3.19/py3-pytest-isort-3.1.0.tar.gz...
2023-10-24 19:18:33,996 gpep517 INFO Building wheel via backend poetry.core.masonry.api
2023-10-24 19:18:34,258 poetry.core.masonry.builders.wheel INFO Building wheel
fatal: not a git repository (or any of the parent directories): .git
2023-10-24 19:18:34,276 poetry.core.masonry.builders.wheel INFO Built pytest_isort-3.1.0-py3-none-any.whl
2023-10-24 19:18:34,277 gpep517 INFO The backend produced .dist/pytest_isort-3.1.0-py3-none-any.whl
pytest_isort-3.1.0-py3-none-any.whl
============================= test session starts ==============================
platform linux -- Python 3.11.6, pytest-7.4.2, pluggy-1.3.0 -- /home/buildozer/aports/community/py3-pytest-isort/src/pytest-isort-3.1.0/test-env/bin/python3
cachedir: .pytest_cache
rootdir: /home/buildozer/aports/community/py3-pytest-isort/src/pytest-isort-3.1.0
configfile: pytest.ini
testpaths: pytest_isort, tests
plugins: isort-3.1.0
collecting ... collected 11 items

tests/test_plugin.py::test_version PASSED                                [  9%]
tests/test_plugin.py::test_file_ignorer PASSED                           [ 18%]
tests/test_plugin.py::TestIsortError::test_no_output PASSED              [ 27%]
tests/test_plugin.py::TestIsortError::test_no_diff PASSED                [ 36%]
tests/test_plugin.py::TestIsortError::test_with_diff PASSED              [ 45%]
tests/test_plugin.py::test_file_no_ignored PASSED                        [ 54%]
tests/test_plugin.py::test_file_ignored PASSED                           [ 63%]
tests/test_plugin.py::test_file_ignored_in_isort_config PASSED           [ 72%]
tests/test_plugin.py::test_correctly_sorted PASSED                       [ 81%]
tests/test_plugin.py::test_incorrectly_sorted PASSED                     [ 90%]
tests/test_plugin.py::TestIsortItem::test_init PASSED                    [100%]

=============================== warnings summary ===============================
../../../../../../../usr/lib/python3.11/site-packages/_pytest/config/__init__.py:1373
  /usr/lib/python3.11/site-packages/_pytest/config/__init__.py:1373: PytestConfigWarning: Unknown config option: flake8-ignore
  
    self._warn_or_fail_if_strict(f"Unknown config option: {key}\n")

../../../../../../../usr/lib/python3.11/site-packages/_pytest/config/__init__.py:1373
  /usr/lib/python3.11/site-packages/_pytest/config/__init__.py:1373: PytestConfigWarning: Unknown config option: flake8-max-complexity
  
    self._warn_or_fail_if_strict(f"Unknown config option: {key}\n")

../../../../../../../usr/lib/python3.11/site-packages/_pytest/config/__init__.py:1373
  /usr/lib/python3.11/site-packages/_pytest/config/__init__.py:1373: PytestConfigWarning: Unknown config option: flake8-max-line-length
  
    self._warn_or_fail_if_strict(f"Unknown config option: {key}\n")

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
======================== 11 passed, 3 warnings in 0.46s ========================
>>> py3-pytest-isort: Entering fakeroot...
>>> py3-pytest-isort-pyc*: Running split function pyc...
'/home/buildozer/aports/community/py3-pytest-isort/pkg/py3-pytest-isort/usr/lib/python3.11/site-packages/pytest_isort/__pycache__' -> '/home/buildozer/aports/community/py3-pytest-isort/pkg/py3-pytest-isort-pyc/usr/lib/python3.11/site-packages/pytest_isort/__pycache__'
>>> py3-pytest-isort-pyc*: Preparing subpackage py3-pytest-isort-pyc...
>>> py3-pytest-isort-pyc*: Running postcheck for py3-pytest-isort-pyc
>>> py3-pytest-isort*: Running postcheck for py3-pytest-isort
>>> py3-pytest-isort*: Preparing package py3-pytest-isort...
>>> py3-pytest-isort-pyc*: Tracing dependencies...
	py3-pytest
	py3-isort
	python3~3.11
>>> py3-pytest-isort-pyc*: Package size: 40.0 KB
>>> py3-pytest-isort-pyc*: Compressing data...
>>> py3-pytest-isort-pyc*: Create checksum...
>>> py3-pytest-isort-pyc*: Create py3-pytest-isort-pyc-3.1.0-r3.apk
>>> py3-pytest-isort*: Tracing dependencies...
	py3-pytest
	py3-isort
	python3~3.11
>>> py3-pytest-isort*: Package size: 60.0 KB
>>> py3-pytest-isort*: Compressing data...
>>> py3-pytest-isort*: Create checksum...
>>> py3-pytest-isort*: Create py3-pytest-isort-3.1.0-r3.apk
>>> py3-pytest-isort: Build complete at Tue, 24 Oct 2023 19:18:36 +0000 elapsed time 0h 0m 10s
>>> py3-pytest-isort: Cleaning up srcdir
>>> py3-pytest-isort: Cleaning up pkgdir
>>> py3-pytest-isort: Uninstalling dependencies...
(1/45) Purging .makedepends-py3-pytest-isort (20231024.191832)
(2/45) Purging py3-pytest-pyc (7.4.2-r0)
(3/45) Purging py3-pytest (7.4.2-r0)
(4/45) Purging py3-iniconfig-pyc (1.1.1-r6)
(5/45) Purging py3-iniconfig (1.1.1-r6)
(6/45) Purging py3-pluggy-pyc (1.3.0-r0)
(7/45) Purging py3-pluggy (1.3.0-r0)
(8/45) Purging py3-py-pyc (1.11.0-r2)
(9/45) Purging py3-py (1.11.0-r2)
(10/45) Purging py3-isort-pyc (5.12.0-r1)
(11/45) Purging py3-isort (5.12.0-r1)
(12/45) Purging py3-gpep517-pyc (15-r0)
(13/45) Purging py3-gpep517 (15-r0)
(14/45) Purging py3-installer-pyc (0.7.0-r1)
(15/45) Purging py3-installer (0.7.0-r1)
(16/45) Purging py3-poetry-core-pyc (1.7.0-r0)
(17/45) Purging py3-poetry-core (1.7.0-r0)
(18/45) Purging py3-jsonschema-pyc (4.19.1-r0)
(19/45) Purging py3-jsonschema (4.19.1-r0)
(20/45) Purging py3-jsonschema-specifications-pyc (2023.07.1-r1)
(21/45) Purging py3-jsonschema-specifications (2023.07.1-r1)
(22/45) Purging py3-referencing-pyc (0.30.2-r0)
(23/45) Purging py3-referencing (0.30.2-r0)
(24/45) Purging py3-attrs-pyc (23.1.0-r1)
(25/45) Purging py3-attrs (23.1.0-r1)
(26/45) Purging py3-rpds-py-pyc (0.10.6-r0)
(27/45) Purging py3-rpds-py (0.10.6-r0)
(28/45) Purging py3-lark-parser-pyc (1.1.7-r0)
(29/45) Purging py3-lark-parser (1.1.7-r0)
(30/45) Purging py3-packaging-pyc (23.2-r0)
(31/45) Purging py3-packaging (23.2-r0)
(32/45) Purging py3-parsing-pyc (3.1.1-r0)
(33/45) Purging py3-parsing (3.1.1-r0)
(34/45) Purging python3-pyc (3.11.6-r1)
(35/45) Purging python3-pycache-pyc0 (3.11.6-r1)
(36/45) Purging pyc (3.11.6-r1)
(37/45) Purging python3 (3.11.6-r1)
(38/45) Purging gdbm (1.23-r1)
(39/45) Purging libbz2 (1.0.8-r6)
(40/45) Purging libffi (3.4.4-r3)
(41/45) Purging libpanelw (6.4_p20231007-r0)
(42/45) Purging mpdecimal (2.5.1-r2)
(43/45) Purging readline (8.2.1-r2)
(44/45) Purging sqlite-libs (3.43.2-r0)
(45/45) Purging xz-libs (5.4.4-r0)
Executing busybox-1.36.1-r13.trigger
OK: 376 MiB in 102 packages
>>> py3-pytest-isort: Updating the community/x86 repository index...
>>> py3-pytest-isort: Signing the index...