>>> gitlint: Building community/gitlint 0.19.1-r2 (using abuild 3.12.0-r5) started Sat, 13 Apr 2024 01:42:41 +0000 >>> gitlint: Checking sanity of /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/53) Installing libbz2 (1.0.8-r6) (2/53) Installing libffi (3.4.6-r0) (3/53) Installing gdbm (1.23-r1) (4/53) Installing xz-libs (5.6.1-r3) (5/53) Installing mpdecimal (4.0.0-r0) (6/53) Installing libpanelw (6.4_p20240330-r0) (7/53) Installing readline (8.2.10-r0) (8/53) Installing sqlite-libs (3.45.2-r0) (9/53) Installing python3 (3.12.3-r0) (10/53) Installing python3-pycache-pyc0 (3.12.3-r0) (11/53) Installing pyc (3.12.3-r0) (12/53) Installing py3-six (1.16.0-r9) (13/53) Installing py3-six-pyc (1.16.0-r9) (14/53) Installing py3-dateutil-pyc (2.9.0-r1) (15/53) Installing py3-arrow-pyc (1.3.0-r1) (16/53) Installing python3-pyc (3.12.3-r0) (17/53) Installing py3-dateutil (2.9.0-r1) (18/53) Installing py3-arrow (1.3.0-r1) (19/53) Installing py3-click (8.1.7-r2) (20/53) Installing py3-click-pyc (8.1.7-r2) (21/53) Installing py3-installer (0.7.0-r2) (22/53) Installing py3-installer-pyc (0.7.0-r2) (23/53) Installing py3-gpep517 (15-r2) (24/53) Installing py3-gpep517-pyc (15-r2) (25/53) Installing py3-editables (0.5-r2) (26/53) Installing py3-editables-pyc (0.5-r2) (27/53) Installing py3-parsing (3.1.2-r1) (28/53) Installing py3-parsing-pyc (3.1.2-r1) (29/53) Installing py3-packaging (24.0-r1) (30/53) Installing py3-packaging-pyc (24.0-r1) (31/53) Installing py3-pathspec (0.12.1-r2) (32/53) Installing py3-pathspec-pyc (0.12.1-r2) (33/53) Installing py3-pluggy (1.4.0-r1) (34/53) Installing py3-pluggy-pyc (1.4.0-r1) (35/53) Installing py3-trove-classifiers (2024.3.3-r2) (36/53) Installing py3-trove-classifiers-pyc (2024.3.3-r2) (37/53) Installing py3-hatchling (1.22.5-r1) (38/53) Installing py3-hatchling-pyc (1.22.5-r1) (39/53) Installing py3-setuptools (69.2.0-r2) (40/53) Installing py3-setuptools-pyc (69.2.0-r2) (41/53) Installing py3-setuptools_scm (8.0.4-r2) (42/53) Installing py3-setuptools_scm-pyc (8.0.4-r2) (43/53) Installing py3-hatch-vcs (0.4.0-r2) (44/53) Installing py3-hatch-vcs-pyc (0.4.0-r2) (45/53) Installing py3-wheel (0.42.0-r1) (46/53) Installing py3-wheel-pyc (0.42.0-r1) (47/53) Installing py3-iniconfig (2.0.0-r1) (48/53) Installing py3-iniconfig-pyc (2.0.0-r1) (49/53) Installing py3-py (1.11.0-r3) (50/53) Installing py3-py-pyc (1.11.0-r3) (51/53) Installing py3-pytest (8.1.1-r1) (52/53) Installing py3-pytest-pyc (8.1.1-r1) (53/53) Installing .makedepends-gitlint (20240413.014242) Executing busybox-1.36.1-r25.trigger OK: 371 MiB in 156 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 >>> gitlint: Fetching https://distfiles.alpinelinux.org/distfiles/edge/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... 2024-04-13 01:42:43,221 gpep517 INFO Building wheel via backend hatchling.build 2024-04-13 01:42:43,368 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.3, pytest-8.1.1, pluggy-1.4.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 0.90s ============================== >>> gitlint: Entering fakeroot... >>> gitlint-pyc*: Running split function pyc... '/home/buildozer/aports/community/gitlint/pkg/gitlint/usr/lib/python3.12/site-packages/gitlint/__pycache__' -> '/home/buildozer/aports/community/gitlint/pkg/gitlint-pyc/usr/lib/python3.12/site-packages/gitlint/__pycache__' '/home/buildozer/aports/community/gitlint/pkg/gitlint/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__' '/home/buildozer/aports/community/gitlint/pkg/gitlint/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... py3-arrow py3-click python3~3.12 >>> gitlint-pyc*: Package size: 252.0 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: 248.0 KB >>> gitlint*: Compressing data... >>> gitlint*: Create checksum... >>> gitlint*: Create gitlint-0.19.1-r2.apk >>> gitlint: Build complete at Sat, 13 Apr 2024 01:42:45 +0000 elapsed time 0h 0m 4s >>> gitlint: Cleaning up srcdir >>> gitlint: Cleaning up pkgdir >>> gitlint: Uninstalling dependencies... (1/53) Purging .makedepends-gitlint (20240413.014242) (2/53) Purging py3-arrow-pyc (1.3.0-r1) (3/53) Purging py3-arrow (1.3.0-r1) (4/53) Purging py3-dateutil-pyc (2.9.0-r1) (5/53) Purging py3-dateutil (2.9.0-r1) (6/53) Purging py3-six-pyc (1.16.0-r9) (7/53) Purging py3-six (1.16.0-r9) (8/53) Purging py3-click-pyc (8.1.7-r2) (9/53) Purging py3-click (8.1.7-r2) (10/53) Purging py3-gpep517-pyc (15-r2) (11/53) Purging py3-gpep517 (15-r2) (12/53) Purging py3-hatch-vcs-pyc (0.4.0-r2) (13/53) Purging py3-hatch-vcs (0.4.0-r2) (14/53) Purging py3-setuptools_scm-pyc (8.0.4-r2) (15/53) Purging py3-setuptools_scm (8.0.4-r2) (16/53) Purging py3-setuptools-pyc (69.2.0-r2) (17/53) Purging py3-setuptools (69.2.0-r2) (18/53) Purging py3-hatchling-pyc (1.22.5-r1) (19/53) Purging py3-hatchling (1.22.5-r1) (20/53) Purging py3-editables-pyc (0.5-r2) (21/53) Purging py3-editables (0.5-r2) (22/53) Purging py3-pathspec-pyc (0.12.1-r2) (23/53) Purging py3-pathspec (0.12.1-r2) (24/53) Purging py3-trove-classifiers-pyc (2024.3.3-r2) (25/53) Purging py3-trove-classifiers (2024.3.3-r2) (26/53) Purging py3-installer-pyc (0.7.0-r2) (27/53) Purging py3-installer (0.7.0-r2) (28/53) Purging py3-wheel-pyc (0.42.0-r1) (29/53) Purging py3-wheel (0.42.0-r1) (30/53) Purging py3-pytest-pyc (8.1.1-r1) (31/53) Purging py3-pytest (8.1.1-r1) (32/53) Purging py3-iniconfig-pyc (2.0.0-r1) (33/53) Purging py3-iniconfig (2.0.0-r1) (34/53) Purging py3-packaging-pyc (24.0-r1) (35/53) Purging py3-packaging (24.0-r1) (36/53) Purging py3-parsing-pyc (3.1.2-r1) (37/53) Purging py3-parsing (3.1.2-r1) (38/53) Purging py3-pluggy-pyc (1.4.0-r1) (39/53) Purging py3-pluggy (1.4.0-r1) (40/53) Purging py3-py-pyc (1.11.0-r3) (41/53) Purging py3-py (1.11.0-r3) (42/53) Purging python3-pyc (3.12.3-r0) (43/53) Purging python3-pycache-pyc0 (3.12.3-r0) (44/53) Purging pyc (3.12.3-r0) (45/53) Purging python3 (3.12.3-r0) (46/53) Purging gdbm (1.23-r1) (47/53) Purging libbz2 (1.0.8-r6) (48/53) Purging libffi (3.4.6-r0) (49/53) Purging libpanelw (6.4_p20240330-r0) (50/53) Purging mpdecimal (4.0.0-r0) (51/53) Purging readline (8.2.10-r0) (52/53) Purging sqlite-libs (3.45.2-r0) (53/53) Purging xz-libs (5.6.1-r3) Executing busybox-1.36.1-r25.trigger OK: 315 MiB in 103 packages >>> gitlint: Updating the community/armhf repository index... >>> gitlint: Signing the index...