>>> py3-pytest-isort: Building community/py3-pytest-isort 3.1.0-r1 (using abuild 3.11.0_rc13-r0) started Fri, 21 Apr 2023 00:55:07 +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/42) Installing libbz2 (1.0.8-r5) (2/42) Installing libffi (3.4.4-r2) (3/42) Installing gdbm (1.23-r1) (4/42) Installing xz-libs (5.4.2-r1) (5/42) Installing mpdecimal (2.5.1-r2) (6/42) Installing libpanelw (6.4_p20230401-r4) (7/42) Installing readline (8.2.1-r1) (8/42) Installing sqlite-libs (3.41.2-r2) (9/42) Installing python3 (3.11.3-r10) (10/42) Installing python3-pycache-pyc0 (3.11.3-r10) (11/42) Installing pyc (0.1-r0) (12/42) Installing py3-iniconfig-pyc (1.1.1-r6) (13/42) Installing py3-parsing (3.0.9-r2) (14/42) Installing py3-parsing-pyc (3.0.9-r2) (15/42) Installing py3-packaging (23.1-r1) (16/42) Installing py3-packaging-pyc (23.1-r1) (17/42) Installing py3-pluggy (1.0.0-r3) (18/42) Installing py3-pluggy-pyc (1.0.0-r3) (19/42) Installing py3-py (1.11.0-r2) (20/42) Installing py3-py-pyc (1.11.0-r2) (21/42) Installing py3-pytest-pyc (7.3.1-r1) (22/42) Installing python3-pyc (3.11.3-r10) (23/42) Installing py3-iniconfig (1.1.1-r6) (24/42) Installing py3-pytest (7.3.1-r1) (25/42) Installing py3-isort (5.12.0-r1) (26/42) Installing py3-isort-pyc (5.12.0-r1) (27/42) Installing py3-installer (0.7.0-r1) (28/42) Installing py3-installer-pyc (0.7.0-r1) (29/42) Installing py3-gpep517 (13-r2) (30/42) Installing py3-gpep517-pyc (13-r2) (31/42) Installing py3-pyrsistent (0.19.3-r1) (32/42) Installing py3-pyrsistent-pyc (0.19.3-r1) (33/42) Installing py3-attrs (23.1.0-r1) (34/42) Installing py3-attrs-pyc (23.1.0-r1) (35/42) Installing py3-jsonschema (4.7.2-r4) (36/42) Installing py3-jsonschema-pyc (4.7.2-r4) (37/42) Installing py3-lark-parser (0.11.3-r3) (38/42) Installing py3-lark-parser-pyc (0.11.3-r3) (39/42) Installing py3-tomlkit (0.11.6-r2) (40/42) Installing py3-tomlkit-pyc (0.11.6-r2) (41/42) Installing py3-poetry-core (1.5.2-r0) (42/42) Installing .makedepends-py3-pytest-isort (20230421.005511) Executing busybox-1.36.0-r7.trigger OK: 466 MiB in 140 packages >>> py3-pytest-isort: Cleaning up srcdir >>> py3-pytest-isort: Cleaning up pkgdir >>> py3-pytest-isort: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/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 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-pytest-isort: Fetching https://github.com/stephrdev/pytest-isort/archive/refs/tags/3.1.0/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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15585 0 15585 0 0 26672 0 --:--:-- --:--:-- --:--:-- 26672 >>> py3-pytest-isort: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/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.18/py3-pytest-isort-3.1.0.tar.gz... 2023-04-21 00:55:12,613 gpep517 INFO Building wheel via backend poetry.core.masonry.api 2023-04-21 00:55:12,758 poetry.core.masonry.builders.wheel INFO Building wheel 2023-04-21 00:55:12,767 poetry.core.masonry.builders.wheel INFO Built pytest_isort-3.1.0-py3-none-any.whl 2023-04-21 00:55:12,767 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.3, pytest-7.3.1, pluggy-1.0.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:1302 /usr/lib/python3.11/site-packages/_pytest/config/__init__.py:1302: 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:1302 /usr/lib/python3.11/site-packages/_pytest/config/__init__.py:1302: 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:1302 /usr/lib/python3.11/site-packages/_pytest/config/__init__.py:1302: 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.27s ======================== >>> py3-pytest-isort: Entering fakeroot... >>> py3-pytest-isort*: Running postcheck for py3-pytest-isort >>> WARNING: py3-pytest-isort*: Found __pycache__ but package name doesn't end with -pyc >>> py3-pytest-isort*: Preparing package py3-pytest-isort... >>> py3-pytest-isort*: Tracing dependencies... py3-pytest py3-isort python3~3.11 >>> py3-pytest-isort*: Package size: 76.0 KB >>> py3-pytest-isort*: Compressing data... >>> py3-pytest-isort*: Create checksum... >>> py3-pytest-isort*: Create py3-pytest-isort-3.1.0-r1.apk >>> py3-pytest-isort: Build complete at Fri, 21 Apr 2023 00:55:13 +0000 elapsed time 0h 0m 6s >>> py3-pytest-isort: Cleaning up srcdir >>> py3-pytest-isort: Cleaning up pkgdir >>> py3-pytest-isort: Uninstalling dependencies... (1/42) Purging .makedepends-py3-pytest-isort (20230421.005511) (2/42) Purging py3-pytest-pyc (7.3.1-r1) (3/42) Purging py3-pytest (7.3.1-r1) (4/42) Purging py3-iniconfig-pyc (1.1.1-r6) (5/42) Purging py3-iniconfig (1.1.1-r6) (6/42) Purging py3-pluggy-pyc (1.0.0-r3) (7/42) Purging py3-pluggy (1.0.0-r3) (8/42) Purging py3-py-pyc (1.11.0-r2) (9/42) Purging py3-py (1.11.0-r2) (10/42) Purging py3-isort-pyc (5.12.0-r1) (11/42) Purging py3-isort (5.12.0-r1) (12/42) Purging py3-gpep517-pyc (13-r2) (13/42) Purging py3-gpep517 (13-r2) (14/42) Purging py3-installer-pyc (0.7.0-r1) (15/42) Purging py3-installer (0.7.0-r1) (16/42) Purging py3-poetry-core (1.5.2-r0) (17/42) Purging py3-jsonschema-pyc (4.7.2-r4) (18/42) Purging py3-jsonschema (4.7.2-r4) (19/42) Purging py3-pyrsistent-pyc (0.19.3-r1) (20/42) Purging py3-pyrsistent (0.19.3-r1) (21/42) Purging py3-attrs-pyc (23.1.0-r1) (22/42) Purging py3-attrs (23.1.0-r1) (23/42) Purging py3-lark-parser-pyc (0.11.3-r3) (24/42) Purging py3-lark-parser (0.11.3-r3) (25/42) Purging py3-packaging-pyc (23.1-r1) (26/42) Purging py3-packaging (23.1-r1) (27/42) Purging py3-parsing-pyc (3.0.9-r2) (28/42) Purging py3-parsing (3.0.9-r2) (29/42) Purging py3-tomlkit-pyc (0.11.6-r2) (30/42) Purging py3-tomlkit (0.11.6-r2) (31/42) Purging python3-pyc (3.11.3-r10) (32/42) Purging python3-pycache-pyc0 (3.11.3-r10) (33/42) Purging pyc (0.1-r0) (34/42) Purging python3 (3.11.3-r10) (35/42) Purging gdbm (1.23-r1) (36/42) Purging libbz2 (1.0.8-r5) (37/42) Purging libffi (3.4.4-r2) (38/42) Purging libpanelw (6.4_p20230401-r4) (39/42) Purging mpdecimal (2.5.1-r2) (40/42) Purging readline (8.2.1-r1) (41/42) Purging sqlite-libs (3.41.2-r2) (42/42) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r7.trigger OK: 408 MiB in 98 packages >>> py3-pytest-isort: Updating the community/aarch64 repository index... >>> py3-pytest-isort: Signing the index...