>>> py3-pytest-isort: Building community/py3-pytest-isort 4.0.0-r1 (using abuild 3.16.0_rc4-r0) started Sat, 25 Oct 2025 12:00:12 +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/38) Installing libbz2 (1.0.8-r6) ( 2/38) Installing libffi (3.5.2-r0) ( 3/38) Installing gdbm (1.26-r0) ( 4/38) Installing xz-libs (5.8.1-r0) ( 5/38) Installing mpdecimal (4.0.1-r0) ( 6/38) Installing libpanelw (6.5_p20251010-r0) ( 7/38) Installing sqlite-libs (3.50.4-r1) ( 8/38) Installing python3 (3.12.12-r0) ( 9/38) Installing python3-pycache-pyc0 (3.12.12-r0) (10/38) Installing pyc (3.12.12-r0) (11/38) Installing py3-iniconfig-pyc (2.3.0-r0) (12/38) Installing py3-pytest-pyc (8.4.2-r1) (13/38) Installing python3-pyc (3.12.12-r0) (14/38) Installing py3-iniconfig (2.3.0-r0) (15/38) Installing py3-parsing (3.2.3-r0) (16/38) Installing py3-parsing-pyc (3.2.3-r0) (17/38) Installing py3-packaging (25.0-r0) (18/38) Installing py3-packaging-pyc (25.0-r0) (19/38) Installing py3-pluggy (1.6.0-r0) (20/38) Installing py3-pluggy-pyc (1.6.0-r0) (21/38) Installing py3-py (1.11.0-r4) (22/38) Installing py3-py-pyc (1.11.0-r4) (23/38) Installing py3-pygments (2.19.2-r0) (24/38) Installing py3-pygments-pyc (2.19.2-r0) (25/38) Installing py3-pytest (8.4.2-r1) (26/38) Installing py3-isort (7.0.0-r0) (27/38) Installing py3-isort-pyc (7.0.0-r0) (28/38) Installing py3-installer (0.7.0-r2) (29/38) Installing py3-installer-pyc (0.7.0-r2) (30/38) Installing py3-gpep517 (19-r0) (31/38) Installing py3-gpep517-pyc (19-r0) (32/38) Installing py3-fastjsonschema (2.21.2-r0) (33/38) Installing py3-fastjsonschema-pyc (2.21.2-r0) (34/38) Installing py3-lark-parser (1.2.2-r0) (35/38) Installing py3-lark-parser-pyc (1.2.2-r0) (36/38) Installing py3-poetry-core (2.1.3-r0) (37/38) Installing py3-poetry-core-pyc (2.1.3-r0) (38/38) Installing .makedepends-py3-pytest-isort (20251025.120023) busybox-1.37.0-r24.trigger: Executing script... OK: 492 MiB in 143 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-10-25 12:00:23,947 gpep517 INFO Building wheel via backend poetry.core.masonry.api 2025-10-25 12:00:24,040 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-10-25 12:00:24,055 poetry.core.masonry.builders.wheel INFO Building wheel 2025-10-25 12:00:24,068 poetry.core.masonry.builders.wheel INFO Built pytest_isort-4.0.0-py3-none-any.whl 2025-10-25 12:00:24,068 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.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 Sat, 25 Oct 2025 12:00:25 +0000 elapsed time 0h 0m 13s >>> py3-pytest-isort: Cleaning up srcdir >>> py3-pytest-isort: Cleaning up pkgdir >>> py3-pytest-isort: Uninstalling dependencies... ( 1/38) Purging .makedepends-py3-pytest-isort (20251025.120023) ( 2/38) Purging py3-pytest-pyc (8.4.2-r1) ( 3/38) Purging py3-pytest (8.4.2-r1) ( 4/38) Purging py3-iniconfig-pyc (2.3.0-r0) ( 5/38) Purging py3-iniconfig (2.3.0-r0) ( 6/38) Purging py3-pluggy-pyc (1.6.0-r0) ( 7/38) Purging py3-pluggy (1.6.0-r0) ( 8/38) Purging py3-py-pyc (1.11.0-r4) ( 9/38) Purging py3-py (1.11.0-r4) (10/38) Purging py3-pygments-pyc (2.19.2-r0) (11/38) Purging py3-pygments (2.19.2-r0) (12/38) Purging py3-isort-pyc (7.0.0-r0) (13/38) Purging py3-isort (7.0.0-r0) (14/38) Purging py3-gpep517-pyc (19-r0) (15/38) Purging py3-gpep517 (19-r0) (16/38) Purging py3-installer-pyc (0.7.0-r2) (17/38) Purging py3-installer (0.7.0-r2) (18/38) Purging py3-poetry-core-pyc (2.1.3-r0) (19/38) Purging py3-poetry-core (2.1.3-r0) (20/38) Purging py3-fastjsonschema-pyc (2.21.2-r0) (21/38) Purging py3-fastjsonschema (2.21.2-r0) (22/38) Purging py3-lark-parser-pyc (1.2.2-r0) (23/38) Purging py3-lark-parser (1.2.2-r0) (24/38) Purging py3-packaging-pyc (25.0-r0) (25/38) Purging py3-packaging (25.0-r0) (26/38) Purging py3-parsing-pyc (3.2.3-r0) (27/38) Purging py3-parsing (3.2.3-r0) (28/38) Purging python3-pyc (3.12.12-r0) (29/38) Purging python3-pycache-pyc0 (3.12.12-r0) (30/38) Purging pyc (3.12.12-r0) (31/38) Purging python3 (3.12.12-r0) (32/38) Purging gdbm (1.26-r0) (33/38) Purging libbz2 (1.0.8-r6) (34/38) Purging libffi (3.5.2-r0) (35/38) Purging libpanelw (6.5_p20251010-r0) (36/38) Purging mpdecimal (4.0.1-r0) (37/38) Purging sqlite-libs (3.50.4-r1) (38/38) Purging xz-libs (5.8.1-r0) busybox-1.37.0-r24.trigger: Executing script... OK: 440 MiB in 105 packages >>> py3-pytest-isort: Updating the community/x86_64 repository index... >>> py3-pytest-isort: Signing the index...