>>> gitlint: Building community/gitlint 0.19.1-r2 (using abuild 3.15.0-r0) started Fri, 10 Oct 2025 01:43:38 +0000 >>> gitlint: Validating /home/udu/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 WARNING: opening /home/udu/packages//community: No such file or directory WARNING: opening /home/udu/packages//main: No such file or directory fetch http://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz (1/41) Installing py3-six (1.17.0-r0) (2/41) Installing py3-six-pyc (1.17.0-r0) (3/41) Installing py3-dateutil-pyc (2.9.0-r1) (4/41) Installing py3-arrow-pyc (1.3.0-r2) (5/41) Installing py3-dateutil (2.9.0-r1) (6/41) Installing py3-arrow (1.3.0-r2) (7/41) Installing py3-click (8.1.8-r1) (8/41) Installing py3-click-pyc (8.1.8-r1) (9/41) Installing py3-installer (0.7.0-r2) (10/41) Installing py3-installer-pyc (0.7.0-r2) (11/41) Installing py3-gpep517 (19-r0) (12/41) Installing py3-gpep517-pyc (19-r0) (13/41) Installing py3-editables (0.5-r2) (14/41) Installing py3-editables-pyc (0.5-r2) (15/41) Installing py3-parsing (3.2.3-r0) (16/41) Installing py3-parsing-pyc (3.2.3-r0) (17/41) Installing py3-packaging (25.0-r0) (18/41) Installing py3-packaging-pyc (25.0-r0) (19/41) Installing py3-pathspec (0.12.1-r2) (20/41) Installing py3-pathspec-pyc (0.12.1-r2) (21/41) Installing py3-pluggy (1.5.0-r0) (22/41) Installing py3-pluggy-pyc (1.5.0-r0) (23/41) Installing py3-trove-classifiers (2025.9.11.17-r0) (24/41) Installing py3-trove-classifiers-pyc (2025.9.11.17-r0) (25/41) Installing py3-hatchling (1.27.0-r0) (26/41) Installing py3-hatchling-pyc (1.27.0-r0) (27/41) Installing py3-setuptools (80.9.0-r0) (28/41) Installing py3-setuptools-pyc (80.9.0-r0) (29/41) Installing py3-setuptools_scm (8.3.1-r0) (30/41) Installing py3-setuptools_scm-pyc (8.3.1-r0) (31/41) Installing py3-hatch-vcs (0.4.0-r2) (32/41) Installing py3-hatch-vcs-pyc (0.4.0-r2) (33/41) Installing py3-wheel (0.46.1-r0) (34/41) Installing py3-wheel-pyc (0.46.1-r0) (35/41) Installing py3-iniconfig (2.1.0-r0) (36/41) Installing py3-iniconfig-pyc (2.1.0-r0) (37/41) Installing py3-py (1.11.0-r4) (38/41) Installing py3-py-pyc (1.11.0-r4) (39/41) Installing py3-pytest (8.3.5-r0) (40/41) Installing py3-pytest-pyc (8.3.5-r0) (41/41) Installing .makedepends-gitlint (20251010.014338) Executing busybox-1.37.0-r19.trigger OK: 313 MiB in 130 packages >>> gitlint: Cleaning up srcdir >>> gitlint: Cleaning up pkgdir >>> gitlint: Cleaning up tmpdir >>> gitlint: Fetching https://github.com/jorisroovers/gitlint/archive/v0.19.1/gitlint-0.19.1.tar.gz >>> gitlint: Fetching https://github.com/jorisroovers/gitlint/archive/v0.19.1/gitlint-0.19.1.tar.gz >>> gitlint: Checking sha512sums... gitlint-0.19.1.tar.gz: OK >>> gitlint: Unpacking /var/cache/distfiles/gitlint-0.19.1.tar.gz... 2025-10-10 01:43:39,544 gpep517 INFO Building wheel via backend hatchling.build 2025-10-10 01:43:39,630 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.11, pytest-8.3.5, pluggy-1.5.0 rootdir: /home/udu/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 0.50s ============================================================================================================================================= >>> gitlint: Entering fakeroot... >>> gitlint-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/gitlint/__pycache__' -> '/home/udu/aports/community/gitlint/pkg/gitlint-pyc/usr/lib/python3.12/site-packages/gitlint/__pycache__' 'usr/lib/python3.12/site-packages/gitlint/contrib/__pycache__' -> '/home/udu/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/udu/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... py3-arrow py3-click 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 Fri, 10 Oct 2025 01:43:40 +0000 elapsed time 0h 0m 2s >>> gitlint: Cleaning up srcdir >>> gitlint: Cleaning up pkgdir >>> gitlint: Uninstalling dependencies... (1/41) Purging .makedepends-gitlint (20251010.014338) (2/41) Purging py3-arrow-pyc (1.3.0-r2) (3/41) Purging py3-arrow (1.3.0-r2) (4/41) Purging py3-dateutil-pyc (2.9.0-r1) (5/41) Purging py3-dateutil (2.9.0-r1) (6/41) Purging py3-six-pyc (1.17.0-r0) (7/41) Purging py3-six (1.17.0-r0) (8/41) Purging py3-click-pyc (8.1.8-r1) (9/41) Purging py3-click (8.1.8-r1) (10/41) Purging py3-gpep517-pyc (19-r0) (11/41) Purging py3-gpep517 (19-r0) (12/41) Purging py3-hatch-vcs-pyc (0.4.0-r2) (13/41) Purging py3-hatch-vcs (0.4.0-r2) (14/41) Purging py3-setuptools_scm-pyc (8.3.1-r0) (15/41) Purging py3-setuptools_scm (8.3.1-r0) (16/41) Purging py3-setuptools-pyc (80.9.0-r0) (17/41) Purging py3-setuptools (80.9.0-r0) (18/41) Purging py3-hatchling-pyc (1.27.0-r0) (19/41) Purging py3-hatchling (1.27.0-r0) (20/41) Purging py3-editables-pyc (0.5-r2) (21/41) Purging py3-editables (0.5-r2) (22/41) Purging py3-pathspec-pyc (0.12.1-r2) (23/41) Purging py3-pathspec (0.12.1-r2) (24/41) Purging py3-trove-classifiers-pyc (2025.9.11.17-r0) (25/41) Purging py3-trove-classifiers (2025.9.11.17-r0) (26/41) Purging py3-installer-pyc (0.7.0-r2) (27/41) Purging py3-installer (0.7.0-r2) (28/41) Purging py3-wheel-pyc (0.46.1-r0) (29/41) Purging py3-wheel (0.46.1-r0) (30/41) Purging py3-pytest-pyc (8.3.5-r0) (31/41) Purging py3-pytest (8.3.5-r0) (32/41) Purging py3-iniconfig-pyc (2.1.0-r0) (33/41) Purging py3-iniconfig (2.1.0-r0) (34/41) Purging py3-packaging-pyc (25.0-r0) (35/41) Purging py3-packaging (25.0-r0) (36/41) Purging py3-parsing-pyc (3.2.3-r0) (37/41) Purging py3-parsing (3.2.3-r0) (38/41) Purging py3-pluggy-pyc (1.5.0-r0) (39/41) Purging py3-pluggy (1.5.0-r0) (40/41) Purging py3-py-pyc (1.11.0-r4) (41/41) Purging py3-py (1.11.0-r4) Executing busybox-1.37.0-r19.trigger OK: 296 MiB in 89 packages >>> gitlint: Updating the community/x86_64 repository index... >>> gitlint: Signing the index...