>>> gitlint: Building community/gitlint 0.19.1-r2 (using abuild 3.14.1-r1) started Sun, 10 Nov 2024 06:38:57 +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/52) Installing libbz2 (1.0.8-r6)
(2/52) Installing libffi (3.4.6-r0)
(3/52) Installing gdbm (1.24-r0)
(4/52) Installing xz-libs (5.6.3-r0)
(5/52) Installing mpdecimal (4.0.0-r0)
(6/52) Installing libpanelw (6.5_p20241006-r2)
(7/52) Installing sqlite-libs (3.47.0-r0)
(8/52) Installing python3 (3.12.7-r1)
(9/52) Installing python3-pycache-pyc0 (3.12.7-r1)
(10/52) Installing pyc (3.12.7-r1)
(11/52) Installing py3-six (1.16.0-r9)
(12/52) Installing py3-six-pyc (1.16.0-r9)
(13/52) Installing py3-dateutil-pyc (2.9.0-r1)
(14/52) Installing py3-arrow-pyc (1.3.0-r2)
(15/52) Installing python3-pyc (3.12.7-r1)
(16/52) Installing py3-dateutil (2.9.0-r1)
(17/52) Installing py3-arrow (1.3.0-r2)
(18/52) Installing py3-click (8.1.7-r2)
(19/52) Installing py3-click-pyc (8.1.7-r2)
(20/52) Installing py3-installer (0.7.0-r2)
(21/52) Installing py3-installer-pyc (0.7.0-r2)
(22/52) Installing py3-gpep517 (16-r0)
(23/52) Installing py3-gpep517-pyc (16-r0)
(24/52) Installing py3-editables (0.5-r2)
(25/52) Installing py3-editables-pyc (0.5-r2)
(26/52) Installing py3-parsing (3.1.4-r0)
(27/52) Installing py3-parsing-pyc (3.1.4-r0)
(28/52) Installing py3-packaging (24.1-r0)
(29/52) Installing py3-packaging-pyc (24.1-r0)
(30/52) Installing py3-pathspec (0.12.1-r2)
(31/52) Installing py3-pathspec-pyc (0.12.1-r2)
(32/52) Installing py3-pluggy (1.5.0-r0)
(33/52) Installing py3-pluggy-pyc (1.5.0-r0)
(34/52) Installing py3-trove-classifiers (2024.10.21.16-r0)
(35/52) Installing py3-trove-classifiers-pyc (2024.10.21.16-r0)
(36/52) Installing py3-hatchling (1.25.0-r0)
(37/52) Installing py3-hatchling-pyc (1.25.0-r0)
(38/52) Installing py3-setuptools (70.3.0-r0)
(39/52) Installing py3-setuptools-pyc (70.3.0-r0)
(40/52) Installing py3-setuptools_scm (8.1.0-r0)
(41/52) Installing py3-setuptools_scm-pyc (8.1.0-r0)
(42/52) Installing py3-hatch-vcs (0.4.0-r2)
(43/52) Installing py3-hatch-vcs-pyc (0.4.0-r2)
(44/52) Installing py3-wheel (0.43.0-r0)
(45/52) Installing py3-wheel-pyc (0.43.0-r0)
(46/52) Installing py3-iniconfig (2.0.0-r1)
(47/52) Installing py3-iniconfig-pyc (2.0.0-r1)
(48/52) Installing py3-py (1.11.0-r4)
(49/52) Installing py3-py-pyc (1.11.0-r4)
(50/52) Installing py3-pytest (8.3.3-r0)
(51/52) Installing py3-pytest-pyc (8.3.3-r0)
(52/52) Installing .makedepends-gitlint (20241110.063915)
Executing busybox-1.37.0-r6.trigger
OK: 383 MiB in 150 packages
>>> gitlint: Cleaning up srcdir
>>> gitlint: Cleaning up pkgdir
>>> gitlint: Cleaning up tmpdir
>>> gitlint: Fetching https://distfiles.alpinelinux.org/distfiles/v3.20/gitlint-0.19.1.tar.gz
Connecting to distfiles.alpinelinux.org (172.105.82.32:443)
saving to '/var/cache/distfiles/v3.21/gitlint-0.19.1.tar.gz.part'
gitlint-0.19.1.tar.g 100% |********************************|  725k  0:00:00 ETA
'/var/cache/distfiles/v3.21/gitlint-0.19.1.tar.gz.part' saved
>>> gitlint: Fetching https://distfiles.alpinelinux.org/distfiles/v3.20/gitlint-0.19.1.tar.gz
>>> gitlint: Checking sha512sums...
gitlint-0.19.1.tar.gz: OK
>>> gitlint: Unpacking /var/cache/distfiles/v3.21/gitlint-0.19.1.tar.gz...
2024-11-10 06:39:18,234 gpep517 INFO Building wheel via backend hatchling.build
2024-11-10 06:39:18,954 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.7, pytest-8.3.3, pluggy-1.5.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 4.17s ==============================
>>> 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...
	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 Sun, 10 Nov 2024 06:39:27 +0000 elapsed time 0h 0m 30s
>>> gitlint: Cleaning up srcdir
>>> gitlint: Cleaning up pkgdir
>>> gitlint: Uninstalling dependencies...
(1/52) Purging .makedepends-gitlint (20241110.063915)
(2/52) Purging py3-arrow-pyc (1.3.0-r2)
(3/52) Purging py3-arrow (1.3.0-r2)
(4/52) Purging py3-dateutil-pyc (2.9.0-r1)
(5/52) Purging py3-dateutil (2.9.0-r1)
(6/52) Purging py3-six-pyc (1.16.0-r9)
(7/52) Purging py3-six (1.16.0-r9)
(8/52) Purging py3-click-pyc (8.1.7-r2)
(9/52) Purging py3-click (8.1.7-r2)
(10/52) Purging py3-gpep517-pyc (16-r0)
(11/52) Purging py3-gpep517 (16-r0)
(12/52) Purging py3-hatch-vcs-pyc (0.4.0-r2)
(13/52) Purging py3-hatch-vcs (0.4.0-r2)
(14/52) Purging py3-setuptools_scm-pyc (8.1.0-r0)
(15/52) Purging py3-setuptools_scm (8.1.0-r0)
(16/52) Purging py3-setuptools-pyc (70.3.0-r0)
(17/52) Purging py3-setuptools (70.3.0-r0)
(18/52) Purging py3-hatchling-pyc (1.25.0-r0)
(19/52) Purging py3-hatchling (1.25.0-r0)
(20/52) Purging py3-editables-pyc (0.5-r2)
(21/52) Purging py3-editables (0.5-r2)
(22/52) Purging py3-pathspec-pyc (0.12.1-r2)
(23/52) Purging py3-pathspec (0.12.1-r2)
(24/52) Purging py3-trove-classifiers-pyc (2024.10.21.16-r0)
(25/52) Purging py3-trove-classifiers (2024.10.21.16-r0)
(26/52) Purging py3-installer-pyc (0.7.0-r2)
(27/52) Purging py3-installer (0.7.0-r2)
(28/52) Purging py3-wheel-pyc (0.43.0-r0)
(29/52) Purging py3-wheel (0.43.0-r0)
(30/52) Purging py3-pytest-pyc (8.3.3-r0)
(31/52) Purging py3-pytest (8.3.3-r0)
(32/52) Purging py3-iniconfig-pyc (2.0.0-r1)
(33/52) Purging py3-iniconfig (2.0.0-r1)
(34/52) Purging py3-packaging-pyc (24.1-r0)
(35/52) Purging py3-packaging (24.1-r0)
(36/52) Purging py3-parsing-pyc (3.1.4-r0)
(37/52) Purging py3-parsing (3.1.4-r0)
(38/52) Purging py3-pluggy-pyc (1.5.0-r0)
(39/52) Purging py3-pluggy (1.5.0-r0)
(40/52) Purging py3-py-pyc (1.11.0-r4)
(41/52) Purging py3-py (1.11.0-r4)
(42/52) Purging python3-pyc (3.12.7-r1)
(43/52) Purging python3-pycache-pyc0 (3.12.7-r1)
(44/52) Purging pyc (3.12.7-r1)
(45/52) Purging python3 (3.12.7-r1)
(46/52) Purging gdbm (1.24-r0)
(47/52) Purging libbz2 (1.0.8-r6)
(48/52) Purging libffi (3.4.6-r0)
(49/52) Purging libpanelw (6.5_p20241006-r2)
(50/52) Purging mpdecimal (4.0.0-r0)
(51/52) Purging sqlite-libs (3.47.0-r0)
(52/52) Purging xz-libs (5.6.3-r0)
Executing busybox-1.37.0-r6.trigger
OK: 333 MiB in 98 packages
>>> gitlint: Updating the community/riscv64 repository index...
>>> gitlint: Signing the index...