>>> py3-pytest-isort: Building community/py3-pytest-isort 4.0.0-r1 (using abuild 3.16.0_rc4-r0) started Wed, 05 Nov 2025 21:18:10 +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/35) Installing gdbm (1.26-r0) ( 2/35) Installing xz-libs (5.8.1-r0) ( 3/35) Installing mpdecimal (4.0.1-r0) ( 4/35) Installing libpanelw (6.5_p20251010-r0) ( 5/35) Installing python3 (3.12.12-r0) ( 6/35) Installing python3-pycache-pyc0 (3.12.12-r0) ( 7/35) Installing pyc (3.12.12-r0) ( 8/35) Installing py3-iniconfig-pyc (2.3.0-r0) ( 9/35) Installing py3-pytest-pyc (8.4.2-r1) (10/35) Installing python3-pyc (3.12.12-r0) (11/35) Installing py3-iniconfig (2.3.0-r0) (12/35) Installing py3-parsing (3.2.3-r0) (13/35) Installing py3-parsing-pyc (3.2.3-r0) (14/35) Installing py3-packaging (25.0-r0) (15/35) Installing py3-packaging-pyc (25.0-r0) (16/35) Installing py3-pluggy (1.6.0-r0) (17/35) Installing py3-pluggy-pyc (1.6.0-r0) (18/35) Installing py3-py (1.11.0-r4) (19/35) Installing py3-py-pyc (1.11.0-r4) (20/35) Installing py3-pygments (2.19.2-r0) (21/35) Installing py3-pygments-pyc (2.19.2-r0) (22/35) Installing py3-pytest (8.4.2-r1) (23/35) Installing py3-isort (7.0.0-r0) (24/35) Installing py3-isort-pyc (7.0.0-r0) (25/35) Installing py3-installer (0.7.0-r2) (26/35) Installing py3-installer-pyc (0.7.0-r2) (27/35) Installing py3-gpep517 (19-r1) (28/35) Installing py3-gpep517-pyc (19-r1) (29/35) Installing py3-fastjsonschema (2.21.2-r0) (30/35) Installing py3-fastjsonschema-pyc (2.21.2-r0) (31/35) Installing py3-lark-parser (1.2.2-r0) (32/35) Installing py3-lark-parser-pyc (1.2.2-r0) (33/35) Installing py3-poetry-core (2.2.1-r0) (34/35) Installing py3-poetry-core-pyc (2.2.1-r0) (35/35) Installing .makedepends-py3-pytest-isort (20251105.211824) busybox-1.37.0-r24.trigger: Executing script... OK: 429 MiB in 186 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.23/py3-pytest-isort-4.0.0.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/v3.23/py3-pytest-isort-4.0.0.tar.gz.part' py3-pytest-isort-4.0 100% |********************************| 13610 0:00:00 ETA '/var/cache/distfiles/v3.23/py3-pytest-isort-4.0.0.tar.gz.part' saved /var/cache/distfiles/v3.23/py3-pytest-isort-4.0.0.tar.gz: OK >>> py3-pytest-isort: Fetching https://distfiles.alpinelinux.org/distfiles/v3.23/py3-pytest-isort-4.0.0.tar.gz /var/cache/distfiles/v3.23/py3-pytest-isort-4.0.0.tar.gz: OK >>> py3-pytest-isort: Unpacking /var/cache/distfiles/v3.23/py3-pytest-isort-4.0.0.tar.gz... 2025-11-05 21:18:24,865 gpep517 INFO Building wheel via backend poetry.core.masonry.api 2025-11-05 21:18:24,937 poetry.core.factory WARNING The "poetry.dev-dependencies" section is deprecated and will be removed in a future version. Use "poetry.group.dev.dependencies" instead. 2025-11-05 21:18:24,956 poetry.core.masonry.builders.wheel INFO Building wheel 2025-11-05 21:18:24,967 poetry.core.masonry.builders.wheel INFO Built pytest_isort-4.0.0-py3-none-any.whl 2025-11-05 21:18:24,967 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.12, pytest-8.4.2, pluggy-1.6.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:1474 /usr/lib/python3.12/site-packages/_pytest/config/__init__.py:1474: 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:1474 /usr/lib/python3.12/site-packages/_pytest/config/__init__.py:1474: 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:1474 /usr/lib/python3.12/site-packages/_pytest/config/__init__.py:1474: 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.28s ======================== >>> 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... 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.5 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 Wed, 05 Nov 2025 21:18:26 +0000 elapsed time 0h 0m 16s >>> py3-pytest-isort: Cleaning up srcdir >>> py3-pytest-isort: Cleaning up pkgdir >>> py3-pytest-isort: Cleaning up tmpdir >>> py3-pytest-isort: Uninstalling dependencies... ( 1/35) Purging .makedepends-py3-pytest-isort (20251105.211824) ( 2/35) Purging py3-pytest-pyc (8.4.2-r1) ( 3/35) Purging py3-pytest (8.4.2-r1) ( 4/35) Purging py3-iniconfig-pyc (2.3.0-r0) ( 5/35) Purging py3-iniconfig (2.3.0-r0) ( 6/35) Purging py3-pluggy-pyc (1.6.0-r0) ( 7/35) Purging py3-pluggy (1.6.0-r0) ( 8/35) Purging py3-py-pyc (1.11.0-r4) ( 9/35) Purging py3-py (1.11.0-r4) (10/35) Purging py3-pygments-pyc (2.19.2-r0) (11/35) Purging py3-pygments (2.19.2-r0) (12/35) Purging py3-isort-pyc (7.0.0-r0) (13/35) Purging py3-isort (7.0.0-r0) (14/35) Purging py3-gpep517-pyc (19-r1) (15/35) Purging py3-gpep517 (19-r1) (16/35) Purging py3-installer-pyc (0.7.0-r2) (17/35) Purging py3-installer (0.7.0-r2) (18/35) Purging py3-poetry-core-pyc (2.2.1-r0) (19/35) Purging py3-poetry-core (2.2.1-r0) (20/35) Purging py3-fastjsonschema-pyc (2.21.2-r0) (21/35) Purging py3-fastjsonschema (2.21.2-r0) (22/35) Purging py3-lark-parser-pyc (1.2.2-r0) (23/35) Purging py3-lark-parser (1.2.2-r0) (24/35) Purging py3-packaging-pyc (25.0-r0) (25/35) Purging py3-packaging (25.0-r0) (26/35) Purging py3-parsing-pyc (3.2.3-r0) (27/35) Purging py3-parsing (3.2.3-r0) (28/35) Purging python3-pyc (3.12.12-r0) (29/35) Purging python3-pycache-pyc0 (3.12.12-r0) (30/35) Purging pyc (3.12.12-r0) (31/35) Purging python3 (3.12.12-r0) (32/35) Purging gdbm (1.26-r0) (33/35) Purging libpanelw (6.5_p20251010-r0) (34/35) Purging mpdecimal (4.0.1-r0) (35/35) Purging xz-libs (5.8.1-r0) busybox-1.37.0-r24.trigger: Executing script... OK: 382 MiB in 151 packages >>> py3-pytest-isort: Updating the community/armv7 repository index... >>> py3-pytest-isort: Signing the index...