>>> gitlint: Building community/gitlint 0.19.1-r2 (using abuild 3.16.0_rc4-r0) started Wed, 29 Oct 2025 06:00:05 +0000 >>> gitlint: Validating /home/buildozer/aports/community/gitlint/APKBUILD... >>> gitlint: Analyzing dependencies... >>> gitlint: Installing for build: build-base py3-arrow py3-click py3-gpep517 py3-hatch-vcs py3-hatchling py3-installer py3-wheel py3-pytest ( 1/54) Installing libbz2 (1.0.8-r6) ( 2/54) Installing libffi (3.5.2-r0) ( 3/54) Installing gdbm (1.26-r0) ( 4/54) Installing xz-libs (5.8.1-r0) ( 5/54) Installing mpdecimal (4.0.1-r0) ( 6/54) Installing libpanelw (6.5_p20251010-r0) ( 7/54) Installing sqlite-libs (3.50.4-r1) ( 8/54) Installing python3 (3.12.12-r0) ( 9/54) Installing python3-pycache-pyc0 (3.12.12-r0) (10/54) Installing pyc (3.12.12-r0) (11/54) Installing py3-dateutil-pyc (2.9.0-r2) (12/54) Installing py3-arrow-pyc (1.4.0-r0) (13/54) Installing python3-pyc (3.12.12-r0) (14/54) Installing py3-six (1.17.0-r0) (15/54) Installing py3-six-pyc (1.17.0-r0) (16/54) Installing py3-dateutil (2.9.0-r2) (17/54) Installing py3-arrow (1.4.0-r0) (18/54) Installing py3-click (8.1.8-r1) (19/54) Installing py3-click-pyc (8.1.8-r1) (20/54) Installing py3-installer (0.7.0-r2) (21/54) Installing py3-installer-pyc (0.7.0-r2) (22/54) Installing py3-gpep517 (19-r0) (23/54) Installing py3-gpep517-pyc (19-r0) (24/54) Installing py3-editables (0.5-r2) (25/54) Installing py3-editables-pyc (0.5-r2) (26/54) Installing py3-parsing (3.2.3-r0) (27/54) Installing py3-parsing-pyc (3.2.3-r0) (28/54) Installing py3-packaging (25.0-r0) (29/54) Installing py3-packaging-pyc (25.0-r0) (30/54) Installing py3-pathspec (0.12.1-r2) (31/54) Installing py3-pathspec-pyc (0.12.1-r2) (32/54) Installing py3-pluggy (1.6.0-r0) (33/54) Installing py3-pluggy-pyc (1.6.0-r0) (34/54) Installing py3-trove-classifiers (2025.9.11.17-r0) (35/54) Installing py3-trove-classifiers-pyc (2025.9.11.17-r0) (36/54) Installing py3-hatchling (1.27.0-r0) (37/54) Installing py3-hatchling-pyc (1.27.0-r0) (38/54) Installing py3-setuptools (80.9.0-r1) (39/54) Installing py3-setuptools-pyc (80.9.0-r1) (40/54) Installing py3-setuptools_scm (9.2.0-r0) (41/54) Installing py3-setuptools_scm-pyc (9.2.0-r0) (42/54) Installing py3-hatch-vcs (0.5.0-r0) (43/54) Installing py3-hatch-vcs-pyc (0.5.0-r0) (44/54) Installing py3-wheel (0.46.1-r0) (45/54) Installing py3-wheel-pyc (0.46.1-r0) (46/54) Installing py3-iniconfig (2.3.0-r0) (47/54) Installing py3-iniconfig-pyc (2.3.0-r0) (48/54) Installing py3-py (1.11.0-r4) (49/54) Installing py3-py-pyc (1.11.0-r4) (50/54) Installing py3-pygments (2.19.2-r0) (51/54) Installing py3-pygments-pyc (2.19.2-r0) (52/54) Installing py3-pytest (8.4.2-r1) (53/54) Installing py3-pytest-pyc (8.4.2-r1) (54/54) Installing .makedepends-gitlint (20251029.060027) busybox-1.37.0-r24.trigger: Executing script... OK: 607 MiB in 159 packages >>> gitlint: Cleaning up srcdir >>> gitlint: Cleaning up pkgdir >>> gitlint: Cleaning up tmpdir >>> gitlint: Fetching https://distfiles.alpinelinux.org/distfiles/edge/gitlint-0.19.1.tar.gz /var/cache/distfiles/gitlint-0.19.1.tar.gz: OK >>> gitlint: Fetching https://distfiles.alpinelinux.org/distfiles/edge/gitlint-0.19.1.tar.gz /var/cache/distfiles/gitlint-0.19.1.tar.gz: OK >>> gitlint: Unpacking /var/cache/distfiles/gitlint-0.19.1.tar.gz... 2025-10-29 06:00:28,515 gpep517 INFO Building wheel via backend hatchling.build 2025-10-29 06:00:28,798 gpep517 INFO The backend produced .dist/gitlint_core-0.19.1-py3-none-any.whl gitlint_core-0.19.1-py3-none-any.whl ============================= test session starts ============================== platform linux -- Python 3.12.12, pytest-8.4.2, pluggy-1.6.0 rootdir: /home/buildozer/aports/community/gitlint/src/gitlint-0.19.1/gitlint-core configfile: pyproject.toml collected 201 items gitlint/tests/cli/test_cli.py ................................... [ 17%] gitlint/tests/cli/test_cli_hooks.py .............. [ 24%] gitlint/tests/config/test_config.py ........... [ 29%] gitlint/tests/config/test_config_builder.py ........... [ 35%] gitlint/tests/config/test_config_precedence.py ... [ 36%] gitlint/tests/config/test_rule_collection.py ... [ 38%] gitlint/tests/contrib/rules/test_authors_commit.py ......... [ 42%] gitlint/tests/contrib/rules/test_conventional_commit.py .. [ 43%] gitlint/tests/contrib/rules/test_disallow_cleanup_commits.py .. [ 44%] gitlint/tests/contrib/rules/test_signedoff_by.py .. [ 45%] gitlint/tests/contrib/test_contrib_rules.py .... [ 47%] gitlint/tests/git/test_git.py ...... [ 50%] gitlint/tests/git/test_git_commit.py .................... [ 60%] gitlint/tests/git/test_git_context.py .. [ 61%] gitlint/tests/rules/test_body_rules.py .......... [ 66%] gitlint/tests/rules/test_configuration_rules.py .... [ 68%] gitlint/tests/rules/test_meta_rules.py .. [ 69%] gitlint/tests/rules/test_rules.py .... [ 71%] gitlint/tests/rules/test_title_rules.py ........ [ 75%] gitlint/tests/rules/test_user_rules.py ............... [ 83%] gitlint/tests/test_cache.py .. [ 84%] gitlint/tests/test_deprecation.py . [ 84%] gitlint/tests/test_display.py .. [ 85%] gitlint/tests/test_hooks.py ..... [ 88%] gitlint/tests/test_lint.py ............. [ 94%] gitlint/tests/test_options.py ........ [ 98%] gitlint/tests/test_utils.py ... [100%] ============================= 201 passed in 1.73s ============================== >>> gitlint: Entering fakeroot... >>> gitlint-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/gitlint/__pycache__' -> '/home/buildozer/aports/community/gitlint/pkg/gitlint-pyc/usr/lib/python3.12/site-packages/gitlint/__pycache__' 'usr/lib/python3.12/site-packages/gitlint/contrib/__pycache__' -> '/home/buildozer/aports/community/gitlint/pkg/gitlint-pyc/usr/lib/python3.12/site-packages/gitlint/contrib/__pycache__' 'usr/lib/python3.12/site-packages/gitlint/contrib/rules/__pycache__' -> '/home/buildozer/aports/community/gitlint/pkg/gitlint-pyc/usr/lib/python3.12/site-packages/gitlint/contrib/rules/__pycache__' >>> gitlint-pyc*: Preparing subpackage gitlint-pyc... >>> gitlint-pyc*: Running postcheck for gitlint-pyc >>> gitlint*: Running postcheck for gitlint >>> gitlint*: Preparing package gitlint... >>> gitlint-pyc*: Tracing dependencies... python3~3.12 >>> gitlint-pyc*: Package size: 154.9 KB >>> gitlint-pyc*: Compressing data... >>> gitlint-pyc*: Create checksum... >>> gitlint-pyc*: Create gitlint-pyc-0.19.1-r2.apk >>> gitlint*: Tracing dependencies... py3-arrow py3-click python3~3.12 >>> gitlint*: Package size: 129.2 KB >>> gitlint*: Compressing data... >>> gitlint*: Create checksum... >>> gitlint*: Create gitlint-0.19.1-r2.apk >>> gitlint: Build complete at Wed, 29 Oct 2025 06:00:32 +0000 elapsed time 0h 0m 27s >>> gitlint: Cleaning up srcdir >>> gitlint: Cleaning up pkgdir >>> gitlint: Cleaning up tmpdir >>> gitlint: Uninstalling dependencies... ( 1/54) Purging .makedepends-gitlint (20251029.060027) ( 2/54) Purging py3-arrow-pyc (1.4.0-r0) ( 3/54) Purging py3-arrow (1.4.0-r0) ( 4/54) Purging py3-dateutil-pyc (2.9.0-r2) ( 5/54) Purging py3-dateutil (2.9.0-r2) ( 6/54) Purging py3-six-pyc (1.17.0-r0) ( 7/54) Purging py3-six (1.17.0-r0) ( 8/54) Purging py3-click-pyc (8.1.8-r1) ( 9/54) Purging py3-click (8.1.8-r1) (10/54) Purging py3-gpep517-pyc (19-r0) (11/54) Purging py3-gpep517 (19-r0) (12/54) Purging py3-hatch-vcs-pyc (0.5.0-r0) (13/54) Purging py3-hatch-vcs (0.5.0-r0) (14/54) Purging py3-setuptools_scm-pyc (9.2.0-r0) (15/54) Purging py3-setuptools_scm (9.2.0-r0) (16/54) Purging py3-setuptools-pyc (80.9.0-r1) (17/54) Purging py3-setuptools (80.9.0-r1) (18/54) Purging py3-hatchling-pyc (1.27.0-r0) (19/54) Purging py3-hatchling (1.27.0-r0) (20/54) Purging py3-editables-pyc (0.5-r2) (21/54) Purging py3-editables (0.5-r2) (22/54) Purging py3-pathspec-pyc (0.12.1-r2) (23/54) Purging py3-pathspec (0.12.1-r2) (24/54) Purging py3-trove-classifiers-pyc (2025.9.11.17-r0) (25/54) Purging py3-trove-classifiers (2025.9.11.17-r0) (26/54) Purging py3-installer-pyc (0.7.0-r2) (27/54) Purging py3-installer (0.7.0-r2) (28/54) Purging py3-wheel-pyc (0.46.1-r0) (29/54) Purging py3-wheel (0.46.1-r0) (30/54) Purging py3-pytest-pyc (8.4.2-r1) (31/54) Purging py3-pytest (8.4.2-r1) (32/54) Purging py3-iniconfig-pyc (2.3.0-r0) (33/54) Purging py3-iniconfig (2.3.0-r0) (34/54) Purging py3-packaging-pyc (25.0-r0) (35/54) Purging py3-packaging (25.0-r0) (36/54) Purging py3-parsing-pyc (3.2.3-r0) (37/54) Purging py3-parsing (3.2.3-r0) (38/54) Purging py3-pluggy-pyc (1.6.0-r0) (39/54) Purging py3-pluggy (1.6.0-r0) (40/54) Purging py3-py-pyc (1.11.0-r4) (41/54) Purging py3-py (1.11.0-r4) (42/54) Purging py3-pygments-pyc (2.19.2-r0) (43/54) Purging py3-pygments (2.19.2-r0) (44/54) Purging python3-pyc (3.12.12-r0) (45/54) Purging python3-pycache-pyc0 (3.12.12-r0) (46/54) Purging pyc (3.12.12-r0) (47/54) Purging python3 (3.12.12-r0) (48/54) Purging gdbm (1.26-r0) (49/54) Purging libbz2 (1.0.8-r6) (50/54) Purging libffi (3.5.2-r0) (51/54) Purging libpanelw (6.5_p20251010-r0) (52/54) Purging mpdecimal (4.0.1-r0) (53/54) Purging sqlite-libs (3.50.4-r1) (54/54) Purging xz-libs (5.8.1-r0) busybox-1.37.0-r24.trigger: Executing script... OK: 543 MiB in 105 packages >>> gitlint: Updating the community/loongarch64 repository index... >>> gitlint: Signing the index...