>>> py3-pytest-isort: Building community/py3-pytest-isort 4.0.0-r1 (using abuild 3.14.1-r1) started Fri, 01 Nov 2024 01:17:51 +0000
>>> py3-pytest-isort: Validating /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/36) Installing libbz2 (1.0.8-r6)
(2/36) Installing libffi (3.4.6-r0)
(3/36) Installing gdbm (1.24-r0)
(4/36) Installing xz-libs (5.6.3-r0)
(5/36) Installing mpdecimal (4.0.0-r0)
(6/36) Installing libpanelw (6.5_p20241006-r2)
(7/36) Installing sqlite-libs (3.47.0-r0)
(8/36) Installing python3 (3.12.7-r1)
(9/36) Installing python3-pycache-pyc0 (3.12.7-r1)
(10/36) Installing pyc (3.12.7-r1)
(11/36) Installing py3-iniconfig-pyc (2.0.0-r1)
(12/36) Installing py3-parsing (3.1.4-r0)
(13/36) Installing py3-parsing-pyc (3.1.4-r0)
(14/36) Installing py3-packaging (24.1-r0)
(15/36) Installing py3-packaging-pyc (24.1-r0)
(16/36) Installing py3-pluggy (1.5.0-r0)
(17/36) Installing py3-pluggy-pyc (1.5.0-r0)
(18/36) Installing py3-py (1.11.0-r4)
(19/36) Installing py3-py-pyc (1.11.0-r4)
(20/36) Installing py3-pytest-pyc (8.3.3-r0)
(21/36) Installing python3-pyc (3.12.7-r1)
(22/36) Installing py3-iniconfig (2.0.0-r1)
(23/36) Installing py3-pytest (8.3.3-r0)
(24/36) Installing py3-isort (5.13.2-r1)
(25/36) Installing py3-isort-pyc (5.13.2-r1)
(26/36) Installing py3-installer (0.7.0-r2)
(27/36) Installing py3-installer-pyc (0.7.0-r2)
(28/36) Installing py3-gpep517 (16-r0)
(29/36) Installing py3-gpep517-pyc (16-r0)
(30/36) Installing py3-fastjsonschema (2.20.0-r0)
(31/36) Installing py3-fastjsonschema-pyc (2.20.0-r0)
(32/36) Installing py3-lark-parser (1.1.9-r1)
(33/36) Installing py3-lark-parser-pyc (1.1.9-r1)
(34/36) Installing py3-poetry-core (1.9.1-r0)
(35/36) Installing py3-poetry-core-pyc (1.9.1-r0)
(36/36) Installing .makedepends-py3-pytest-isort (20241101.011803)
Executing busybox-1.37.0-r3.trigger
OK: 311 MiB in 137 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.21/py3-pytest-isort-4.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-pytest-isort: Fetching https://github.com/stephrdev/pytest-isort/archive/refs/tags/4.0.0/py3-pytest-isort-4.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.21/py3-pytest-isort-4.0.0.tar.gz.part'
py3-pytest-isort-4.0 100% |********************************| 13610  0:00:00 ETA
'/var/cache/distfiles/v3.21/py3-pytest-isort-4.0.0.tar.gz.part' saved
>>> py3-pytest-isort: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/py3-pytest-isort-4.0.0.tar.gz
>>> py3-pytest-isort: Checking sha512sums...
py3-pytest-isort-4.0.0.tar.gz: OK
>>> py3-pytest-isort: Unpacking /var/cache/distfiles/v3.21/py3-pytest-isort-4.0.0.tar.gz...
2024-11-01 01:18:04,486 gpep517 INFO Building wheel via backend poetry.core.masonry.api
2024-11-01 01:18:04,628 poetry.core.masonry.builders.wheel INFO Building wheel
2024-11-01 01:18:04,637 poetry.core.masonry.builders.wheel INFO Built pytest_isort-4.0.0-py3-none-any.whl
2024-11-01 01:18:04,638 gpep517 INFO The backend produced .dist/pytest_isort-4.0.0-py3-none-any.whl
pytest_isort-4.0.0-py3-none-any.whl
============================= test session starts ==============================
platform linux -- Python 3.12.7, pytest-8.3.3, pluggy-1.5.0 -- /home/buildozer/aports/community/py3-pytest-isort/src/pytest-isort-4.0.0/test-env/bin/python3
cachedir: .pytest_cache
rootdir: /home/buildozer/aports/community/py3-pytest-isort/src/pytest-isort-4.0.0
configfile: pytest.ini
testpaths: pytest_isort, tests
plugins: isort-4.0.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.12/site-packages/_pytest/config/__init__.py:1441
  /usr/lib/python3.12/site-packages/_pytest/config/__init__.py:1441: PytestConfigWarning: Unknown config option: flake8-ignore
  
    self._warn_or_fail_if_strict(f"Unknown config option: {key}\n")

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

../../../../../../../usr/lib/python3.12/site-packages/_pytest/config/__init__.py:1441
  /usr/lib/python3.12/site-packages/_pytest/config/__init__.py:1441: 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.24s ========================
>>> py3-pytest-isort: Entering fakeroot...
>>> py3-pytest-isort-pyc*: Running split function pyc...
'usr/lib/python3.12/site-packages/pytest_isort/__pycache__' -> '/home/buildozer/aports/community/py3-pytest-isort/pkg/py3-pytest-isort-pyc/usr/lib/python3.12/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.12
>>> py3-pytest-isort-pyc*: Package size: 11.4 KB
>>> py3-pytest-isort-pyc*: Compressing data...
>>> py3-pytest-isort-pyc*: Create checksum...
>>> py3-pytest-isort-pyc*: Create py3-pytest-isort-pyc-4.0.0-r1.apk
>>> py3-pytest-isort*: Tracing dependencies...
	py3-pytest
	py3-isort
	python3~3.12
>>> py3-pytest-isort*: Package size: 14.4 KB
>>> py3-pytest-isort*: Compressing data...
>>> py3-pytest-isort*: Create checksum...
>>> py3-pytest-isort*: Create py3-pytest-isort-4.0.0-r1.apk
>>> py3-pytest-isort: Build complete at Fri, 01 Nov 2024 01:18:05 +0000 elapsed time 0h 0m 14s
>>> py3-pytest-isort: Cleaning up srcdir
>>> py3-pytest-isort: Cleaning up pkgdir
>>> py3-pytest-isort: Uninstalling dependencies...
(1/36) Purging .makedepends-py3-pytest-isort (20241101.011803)
(2/36) Purging py3-pytest-pyc (8.3.3-r0)
(3/36) Purging py3-pytest (8.3.3-r0)
(4/36) Purging py3-iniconfig-pyc (2.0.0-r1)
(5/36) Purging py3-iniconfig (2.0.0-r1)
(6/36) Purging py3-pluggy-pyc (1.5.0-r0)
(7/36) Purging py3-pluggy (1.5.0-r0)
(8/36) Purging py3-py-pyc (1.11.0-r4)
(9/36) Purging py3-py (1.11.0-r4)
(10/36) Purging py3-isort-pyc (5.13.2-r1)
(11/36) Purging py3-isort (5.13.2-r1)
(12/36) Purging py3-gpep517-pyc (16-r0)
(13/36) Purging py3-gpep517 (16-r0)
(14/36) Purging py3-installer-pyc (0.7.0-r2)
(15/36) Purging py3-installer (0.7.0-r2)
(16/36) Purging py3-poetry-core-pyc (1.9.1-r0)
(17/36) Purging py3-poetry-core (1.9.1-r0)
(18/36) Purging py3-fastjsonschema-pyc (2.20.0-r0)
(19/36) Purging py3-fastjsonschema (2.20.0-r0)
(20/36) Purging py3-lark-parser-pyc (1.1.9-r1)
(21/36) Purging py3-lark-parser (1.1.9-r1)
(22/36) Purging py3-packaging-pyc (24.1-r0)
(23/36) Purging py3-packaging (24.1-r0)
(24/36) Purging py3-parsing-pyc (3.1.4-r0)
(25/36) Purging py3-parsing (3.1.4-r0)
(26/36) Purging python3-pyc (3.12.7-r1)
(27/36) Purging python3-pycache-pyc0 (3.12.7-r1)
(28/36) Purging pyc (3.12.7-r1)
(29/36) Purging python3 (3.12.7-r1)
(30/36) Purging gdbm (1.24-r0)
(31/36) Purging libbz2 (1.0.8-r6)
(32/36) Purging libffi (3.4.6-r0)
(33/36) Purging libpanelw (6.5_p20241006-r2)
(34/36) Purging mpdecimal (4.0.0-r0)
(35/36) Purging sqlite-libs (3.47.0-r0)
(36/36) Purging xz-libs (5.6.3-r0)
Executing busybox-1.37.0-r3.trigger
OK: 271 MiB in 101 packages
>>> py3-pytest-isort: Updating the community/armv7 repository index...
>>> py3-pytest-isort: Signing the index...