>>> py3-gitdb2: Building community/py3-gitdb2 4.0.11-r1 (using abuild 3.13.0-r3) started Sat, 27 Apr 2024 01:18:59 +0000 >>> py3-gitdb2: Checking sanity of /home/buildozer/aports/community/py3-gitdb2/APKBUILD... >>> WARNING: py3-gitdb2: No maintainer >>> py3-gitdb2: Analyzing dependencies... >>> py3-gitdb2: Installing for build: build-base python3 py3-smmap2 py3-gpep517 py3-setuptools py3-wheel py3-pytest (1/35) Installing libbz2 (1.0.8-r6) (2/35) Installing libffi (3.4.6-r0) (3/35) Installing gdbm (1.23-r1) (4/35) Installing xz-libs (5.6.1-r3) (5/35) Installing mpdecimal (4.0.0-r0) (6/35) Installing libpanelw (6.4_p20240330-r0) (7/35) Installing readline (8.2.10-r0) (8/35) Installing sqlite-libs (3.45.3-r0) (9/35) Installing python3 (3.12.3-r1) (10/35) Installing python3-pycache-pyc0 (3.12.3-r1) (11/35) Installing pyc (3.12.3-r1) (12/35) Installing python3-pyc (3.12.3-r1) (13/35) Installing py3-smmap2 (5.0.1-r1) (14/35) Installing py3-smmap2-pyc (5.0.1-r1) (15/35) Installing py3-installer (0.7.0-r2) (16/35) Installing py3-installer-pyc (0.7.0-r2) (17/35) Installing py3-gpep517 (15-r2) (18/35) Installing py3-gpep517-pyc (15-r2) (19/35) Installing py3-parsing (3.1.2-r1) (20/35) Installing py3-parsing-pyc (3.1.2-r1) (21/35) Installing py3-packaging (24.0-r1) (22/35) Installing py3-packaging-pyc (24.0-r1) (23/35) Installing py3-setuptools (69.5.1-r0) (24/35) Installing py3-setuptools-pyc (69.5.1-r0) (25/35) Installing py3-wheel (0.42.0-r1) (26/35) Installing py3-wheel-pyc (0.42.0-r1) (27/35) Installing py3-iniconfig (2.0.0-r1) (28/35) Installing py3-iniconfig-pyc (2.0.0-r1) (29/35) Installing py3-pluggy (1.4.0-r1) (30/35) Installing py3-pluggy-pyc (1.4.0-r1) (31/35) Installing py3-py (1.11.0-r3) (32/35) Installing py3-py-pyc (1.11.0-r3) (33/35) Installing py3-pytest (8.1.1-r1) (34/35) Installing py3-pytest-pyc (8.1.1-r1) (35/35) Installing .makedepends-py3-gitdb2 (20240427.011905) Executing busybox-1.36.1-r26.trigger OK: 282 MiB in 136 packages >>> py3-gitdb2: Cleaning up srcdir >>> py3-gitdb2: Cleaning up pkgdir >>> py3-gitdb2: Cleaning up tmpdir >>> py3-gitdb2: Fetching https://distfiles.alpinelinux.org/distfiles/v3.20/py3-gitdb2-4.0.11.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/py3-gitdb2-4.0.11.tar.gz.part' py3-gitdb2-4.0.11.ta 100% |********************************| 396k 0:00:00 ETA '/var/cache/distfiles/py3-gitdb2-4.0.11.tar.gz.part' saved >>> py3-gitdb2: Fetching https://distfiles.alpinelinux.org/distfiles/v3.20/py3-gitdb2-4.0.11.tar.gz >>> py3-gitdb2: Checking sha512sums... py3-gitdb2-4.0.11.tar.gz: OK >>> py3-gitdb2: Unpacking /var/cache/distfiles/py3-gitdb2-4.0.11.tar.gz... [master (root-commit) d71f980] tests 68 files changed, 7335 insertions(+) create mode 100644 .coveragerc create mode 100644 .github/dependabot.yml create mode 100644 .github/workflows/pythonpackage.yml create mode 100644 .gitignore create mode 100644 .gitmodules create mode 100644 AUTHORS create mode 100644 LICENSE create mode 100644 MANIFEST.in create mode 100644 Makefile create mode 100644 README.rst create mode 100644 doc/.gitignore create mode 100644 doc/Makefile create mode 100644 doc/source/algorithm.rst create mode 100644 doc/source/api.rst create mode 100644 doc/source/changes.rst create mode 100644 doc/source/conf.py create mode 100644 doc/source/index.rst create mode 100644 doc/source/intro.rst create mode 100644 doc/source/tutorial.rst create mode 100644 gitdb.pro create mode 100644 gitdb.pro.user create mode 100644 gitdb/__init__.py create mode 100644 gitdb/base.py create mode 100644 gitdb/const.py create mode 100644 gitdb/db/__init__.py create mode 100644 gitdb/db/base.py create mode 100644 gitdb/db/git.py create mode 100644 gitdb/db/loose.py create mode 100644 gitdb/db/mem.py create mode 100644 gitdb/db/pack.py create mode 100644 gitdb/db/ref.py create mode 100644 gitdb/exc.py create mode 100644 gitdb/fun.py create mode 100644 gitdb/pack.py create mode 100644 gitdb/stream.py create mode 100644 gitdb/test/__init__.py create mode 100644 gitdb/test/db/__init__.py create mode 100644 gitdb/test/db/lib.py create mode 100644 gitdb/test/db/test_git.py create mode 100644 gitdb/test/db/test_loose.py create mode 100644 gitdb/test/db/test_mem.py create mode 100644 gitdb/test/db/test_pack.py create mode 100644 gitdb/test/db/test_ref.py create mode 100644 gitdb/test/fixtures/objects/7b/b839852ed5e3a069966281bb08d50012fb309b create mode 100644 gitdb/test/fixtures/objects/88/8401851f15db0eed60eb1bc29dec5ddcace911 create mode 100644 gitdb/test/fixtures/packs/pack-11fdfa9e156ab73caae3b6da867192221f2089c2.idx create mode 100644 gitdb/test/fixtures/packs/pack-11fdfa9e156ab73caae3b6da867192221f2089c2.pack create mode 100644 gitdb/test/fixtures/packs/pack-a2bf8e71d8c18879e499335762dd95119d93d9f1.idx create mode 100644 gitdb/test/fixtures/packs/pack-a2bf8e71d8c18879e499335762dd95119d93d9f1.pack create mode 100644 gitdb/test/fixtures/packs/pack-c0438c19fb16422b6bbcce24387b3264416d485b.idx create mode 100644 gitdb/test/fixtures/packs/pack-c0438c19fb16422b6bbcce24387b3264416d485b.pack create mode 100644 gitdb/test/lib.py create mode 100644 gitdb/test/performance/__init__.py create mode 100644 gitdb/test/performance/lib.py create mode 100644 gitdb/test/performance/test_pack.py create mode 100644 gitdb/test/performance/test_pack_streaming.py create mode 100644 gitdb/test/performance/test_stream.py create mode 100644 gitdb/test/test_base.py create mode 100644 gitdb/test/test_example.py create mode 100644 gitdb/test/test_pack.py create mode 100644 gitdb/test/test_stream.py create mode 100644 gitdb/test/test_util.py create mode 100644 gitdb/typ.py create mode 100644 gitdb/util.py create mode 100644 gitdb/utils/__init__.py create mode 100644 gitdb/utils/encoding.py create mode 100644 requirements.txt create mode 100755 setup.py 2024-04-27 01:19:08,042 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ 2024-04-27 01:19:08,152 root INFO running bdist_wheel 2024-04-27 01:19:08,227 root INFO running build 2024-04-27 01:19:08,228 root INFO running build_py 2024-04-27 01:19:08,240 root INFO creating build 2024-04-27 01:19:08,241 root INFO creating build/lib 2024-04-27 01:19:08,241 root INFO creating build/lib/gitdb 2024-04-27 01:19:08,241 root INFO copying gitdb/__init__.py -> build/lib/gitdb 2024-04-27 01:19:08,243 root INFO copying gitdb/exc.py -> build/lib/gitdb 2024-04-27 01:19:08,244 root INFO copying gitdb/typ.py -> build/lib/gitdb 2024-04-27 01:19:08,245 root INFO copying gitdb/stream.py -> build/lib/gitdb 2024-04-27 01:19:08,246 root INFO copying gitdb/util.py -> build/lib/gitdb 2024-04-27 01:19:08,248 root INFO copying gitdb/fun.py -> build/lib/gitdb 2024-04-27 01:19:08,249 root INFO copying gitdb/pack.py -> build/lib/gitdb 2024-04-27 01:19:08,251 root INFO copying gitdb/base.py -> build/lib/gitdb 2024-04-27 01:19:08,252 root INFO copying gitdb/const.py -> build/lib/gitdb 2024-04-27 01:19:08,254 root INFO creating build/lib/gitdb/db 2024-04-27 01:19:08,255 root INFO copying gitdb/db/__init__.py -> build/lib/gitdb/db 2024-04-27 01:19:08,256 root INFO copying gitdb/db/mem.py -> build/lib/gitdb/db 2024-04-27 01:19:08,257 root INFO copying gitdb/db/git.py -> build/lib/gitdb/db 2024-04-27 01:19:08,258 root INFO copying gitdb/db/pack.py -> build/lib/gitdb/db 2024-04-27 01:19:08,259 root INFO copying gitdb/db/ref.py -> build/lib/gitdb/db 2024-04-27 01:19:08,260 root INFO copying gitdb/db/loose.py -> build/lib/gitdb/db 2024-04-27 01:19:08,262 root INFO copying gitdb/db/base.py -> build/lib/gitdb/db 2024-04-27 01:19:08,263 root INFO creating build/lib/gitdb/utils 2024-04-27 01:19:08,264 root INFO copying gitdb/utils/__init__.py -> build/lib/gitdb/utils 2024-04-27 01:19:08,265 root INFO copying gitdb/utils/encoding.py -> build/lib/gitdb/utils 2024-04-27 01:19:08,267 root INFO creating build/lib/gitdb/test 2024-04-27 01:19:08,268 root INFO copying gitdb/test/__init__.py -> build/lib/gitdb/test 2024-04-27 01:19:08,269 root INFO copying gitdb/test/lib.py -> build/lib/gitdb/test 2024-04-27 01:19:08,270 root INFO copying gitdb/test/test_example.py -> build/lib/gitdb/test 2024-04-27 01:19:08,271 root INFO copying gitdb/test/test_pack.py -> build/lib/gitdb/test 2024-04-27 01:19:08,272 root INFO copying gitdb/test/test_util.py -> build/lib/gitdb/test 2024-04-27 01:19:08,274 root INFO copying gitdb/test/test_stream.py -> build/lib/gitdb/test 2024-04-27 01:19:08,275 root INFO copying gitdb/test/test_base.py -> build/lib/gitdb/test 2024-04-27 01:19:08,301 wheel INFO installing to build/bdist.linux-riscv64/wheel 2024-04-27 01:19:08,301 root INFO running install 2024-04-27 01:19:08,342 root INFO running install_lib 2024-04-27 01:19:08,352 root INFO creating build/bdist.linux-riscv64 2024-04-27 01:19:08,352 root INFO creating build/bdist.linux-riscv64/wheel 2024-04-27 01:19:08,353 root INFO creating build/bdist.linux-riscv64/wheel/gitdb 2024-04-27 01:19:08,354 root INFO copying build/lib/gitdb/__init__.py -> build/bdist.linux-riscv64/wheel/gitdb 2024-04-27 01:19:08,354 root INFO copying build/lib/gitdb/exc.py -> build/bdist.linux-riscv64/wheel/gitdb 2024-04-27 01:19:08,355 root INFO creating build/bdist.linux-riscv64/wheel/gitdb/test 2024-04-27 01:19:08,356 root INFO copying build/lib/gitdb/test/__init__.py -> build/bdist.linux-riscv64/wheel/gitdb/test 2024-04-27 01:19:08,357 root INFO copying build/lib/gitdb/test/lib.py -> build/bdist.linux-riscv64/wheel/gitdb/test 2024-04-27 01:19:08,358 root INFO copying build/lib/gitdb/test/test_example.py -> build/bdist.linux-riscv64/wheel/gitdb/test 2024-04-27 01:19:08,359 root INFO copying build/lib/gitdb/test/test_pack.py -> build/bdist.linux-riscv64/wheel/gitdb/test 2024-04-27 01:19:08,360 root INFO copying build/lib/gitdb/test/test_util.py -> build/bdist.linux-riscv64/wheel/gitdb/test 2024-04-27 01:19:08,360 root INFO copying build/lib/gitdb/test/test_stream.py -> build/bdist.linux-riscv64/wheel/gitdb/test 2024-04-27 01:19:08,361 root INFO copying build/lib/gitdb/test/test_base.py -> build/bdist.linux-riscv64/wheel/gitdb/test 2024-04-27 01:19:08,362 root INFO copying build/lib/gitdb/typ.py -> build/bdist.linux-riscv64/wheel/gitdb 2024-04-27 01:19:08,363 root INFO copying build/lib/gitdb/stream.py -> build/bdist.linux-riscv64/wheel/gitdb 2024-04-27 01:19:08,364 root INFO copying build/lib/gitdb/util.py -> build/bdist.linux-riscv64/wheel/gitdb 2024-04-27 01:19:08,365 root INFO creating build/bdist.linux-riscv64/wheel/gitdb/db 2024-04-27 01:19:08,366 root INFO copying build/lib/gitdb/db/__init__.py -> build/bdist.linux-riscv64/wheel/gitdb/db 2024-04-27 01:19:08,367 root INFO copying build/lib/gitdb/db/mem.py -> build/bdist.linux-riscv64/wheel/gitdb/db 2024-04-27 01:19:08,368 root INFO copying build/lib/gitdb/db/git.py -> build/bdist.linux-riscv64/wheel/gitdb/db 2024-04-27 01:19:08,368 root INFO copying build/lib/gitdb/db/pack.py -> build/bdist.linux-riscv64/wheel/gitdb/db 2024-04-27 01:19:08,369 root INFO copying build/lib/gitdb/db/ref.py -> build/bdist.linux-riscv64/wheel/gitdb/db 2024-04-27 01:19:08,370 root INFO copying build/lib/gitdb/db/loose.py -> build/bdist.linux-riscv64/wheel/gitdb/db 2024-04-27 01:19:08,371 root INFO copying build/lib/gitdb/db/base.py -> build/bdist.linux-riscv64/wheel/gitdb/db 2024-04-27 01:19:08,372 root INFO copying build/lib/gitdb/fun.py -> build/bdist.linux-riscv64/wheel/gitdb 2024-04-27 01:19:08,374 root INFO creating build/bdist.linux-riscv64/wheel/gitdb/utils 2024-04-27 01:19:08,374 root INFO copying build/lib/gitdb/utils/__init__.py -> build/bdist.linux-riscv64/wheel/gitdb/utils 2024-04-27 01:19:08,375 root INFO copying build/lib/gitdb/utils/encoding.py -> build/bdist.linux-riscv64/wheel/gitdb/utils 2024-04-27 01:19:08,376 root INFO copying build/lib/gitdb/pack.py -> build/bdist.linux-riscv64/wheel/gitdb 2024-04-27 01:19:08,377 root INFO copying build/lib/gitdb/base.py -> build/bdist.linux-riscv64/wheel/gitdb 2024-04-27 01:19:08,378 root INFO copying build/lib/gitdb/const.py -> build/bdist.linux-riscv64/wheel/gitdb 2024-04-27 01:19:08,379 root INFO running install_egg_info 2024-04-27 01:19:08,391 root INFO running egg_info 2024-04-27 01:19:08,391 root INFO creating gitdb.egg-info 2024-04-27 01:19:08,398 root INFO writing gitdb.egg-info/PKG-INFO 2024-04-27 01:19:08,401 root INFO writing dependency_links to gitdb.egg-info/dependency_links.txt 2024-04-27 01:19:08,402 root INFO writing requirements to gitdb.egg-info/requires.txt 2024-04-27 01:19:08,402 root INFO writing top-level names to gitdb.egg-info/top_level.txt 2024-04-27 01:19:08,403 root INFO writing manifest file 'gitdb.egg-info/SOURCES.txt' 2024-04-27 01:19:08,415 root INFO reading manifest file 'gitdb.egg-info/SOURCES.txt' 2024-04-27 01:19:08,416 root INFO reading manifest template 'MANIFEST.in' 2024-04-27 01:19:08,417 root WARNING warning: no files found matching 'VERSION' 2024-04-27 01:19:08,418 root WARNING warning: no files found matching 'CHANGES' 2024-04-27 01:19:08,418 root WARNING warning: no files found matching 'README' 2024-04-27 01:19:08,419 root WARNING warning: no files found matching 'gitdb/_fun.c' 2024-04-27 01:19:08,419 root WARNING warning: no files found matching 'gitdb/_delta_apply.c' 2024-04-27 01:19:08,419 root WARNING warning: no files found matching 'gitdb/_delta_apply.h' 2024-04-27 01:19:08,422 root WARNING warning: no previously-included files matching '.git*' found anywhere in distribution 2024-04-27 01:19:08,423 root WARNING warning: no previously-included files matching '*.pyc' found anywhere in distribution 2024-04-27 01:19:08,424 root WARNING warning: no previously-included files matching '*.so' found anywhere in distribution 2024-04-27 01:19:08,424 root WARNING warning: no previously-included files matching '*.dll' found anywhere in distribution 2024-04-27 01:19:08,425 root WARNING warning: no previously-included files matching '*.o' found anywhere in distribution 2024-04-27 01:19:08,425 root INFO adding license file 'LICENSE' 2024-04-27 01:19:08,426 root INFO adding license file 'AUTHORS' 2024-04-27 01:19:08,429 root INFO writing manifest file 'gitdb.egg-info/SOURCES.txt' 2024-04-27 01:19:08,430 root INFO Copying gitdb.egg-info to build/bdist.linux-riscv64/wheel/gitdb-4.0.11-py3.12.egg-info 2024-04-27 01:19:08,435 root INFO running install_scripts 2024-04-27 01:19:08,443 wheel INFO creating build/bdist.linux-riscv64/wheel/gitdb-4.0.11.dist-info/WHEEL 2024-04-27 01:19:08,445 wheel INFO creating '/home/buildozer/aports/community/py3-gitdb2/src/gitdb-4.0.11/.dist/.tmp-dflefrzk/gitdb-4.0.11-py3-none-any.whl' and adding 'build/bdist.linux-riscv64/wheel' to it 2024-04-27 01:19:08,447 wheel INFO adding 'gitdb/__init__.py' 2024-04-27 01:19:08,448 wheel INFO adding 'gitdb/base.py' 2024-04-27 01:19:08,449 wheel INFO adding 'gitdb/const.py' 2024-04-27 01:19:08,450 wheel INFO adding 'gitdb/exc.py' 2024-04-27 01:19:08,451 wheel INFO adding 'gitdb/fun.py' 2024-04-27 01:19:08,453 wheel INFO adding 'gitdb/pack.py' 2024-04-27 01:19:08,455 wheel INFO adding 'gitdb/stream.py' 2024-04-27 01:19:08,457 wheel INFO adding 'gitdb/typ.py' 2024-04-27 01:19:08,458 wheel INFO adding 'gitdb/util.py' 2024-04-27 01:19:08,459 wheel INFO adding 'gitdb/db/__init__.py' 2024-04-27 01:19:08,460 wheel INFO adding 'gitdb/db/base.py' 2024-04-27 01:19:08,461 wheel INFO adding 'gitdb/db/git.py' 2024-04-27 01:19:08,462 wheel INFO adding 'gitdb/db/loose.py' 2024-04-27 01:19:08,464 wheel INFO adding 'gitdb/db/mem.py' 2024-04-27 01:19:08,465 wheel INFO adding 'gitdb/db/pack.py' 2024-04-27 01:19:08,466 wheel INFO adding 'gitdb/db/ref.py' 2024-04-27 01:19:08,467 wheel INFO adding 'gitdb/test/__init__.py' 2024-04-27 01:19:08,468 wheel INFO adding 'gitdb/test/lib.py' 2024-04-27 01:19:08,469 wheel INFO adding 'gitdb/test/test_base.py' 2024-04-27 01:19:08,470 wheel INFO adding 'gitdb/test/test_example.py' 2024-04-27 01:19:08,471 wheel INFO adding 'gitdb/test/test_pack.py' 2024-04-27 01:19:08,472 wheel INFO adding 'gitdb/test/test_stream.py' 2024-04-27 01:19:08,473 wheel INFO adding 'gitdb/test/test_util.py' 2024-04-27 01:19:08,474 wheel INFO adding 'gitdb/utils/__init__.py' 2024-04-27 01:19:08,475 wheel INFO adding 'gitdb/utils/encoding.py' 2024-04-27 01:19:08,476 wheel INFO adding 'gitdb-4.0.11.dist-info/AUTHORS' 2024-04-27 01:19:08,477 wheel INFO adding 'gitdb-4.0.11.dist-info/LICENSE' 2024-04-27 01:19:08,478 wheel INFO adding 'gitdb-4.0.11.dist-info/METADATA' 2024-04-27 01:19:08,478 wheel INFO adding 'gitdb-4.0.11.dist-info/WHEEL' 2024-04-27 01:19:08,479 wheel INFO adding 'gitdb-4.0.11.dist-info/top_level.txt' 2024-04-27 01:19:08,480 wheel INFO adding 'gitdb-4.0.11.dist-info/RECORD' 2024-04-27 01:19:08,481 wheel INFO removing build/bdist.linux-riscv64/wheel 2024-04-27 01:19:08,487 gpep517 INFO The backend produced .dist/gitdb-4.0.11-py3-none-any.whl gitdb-4.0.11-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/py3-gitdb2/src/gitdb-4.0.11 collected 24 items / 1 deselected / 23 selected gitdb/test/db/test_git.py .. [ 8%] gitdb/test/db/test_loose.py . [ 13%] gitdb/test/db/test_mem.py . [ 17%] gitdb/test/db/test_pack.py . [ 21%] gitdb/test/db/test_ref.py . [ 26%] gitdb/test/performance/test_pack.py ... [ 39%] gitdb/test/performance/test_pack_streaming.py . [ 43%] gitdb/test/performance/test_stream.py . [ 47%] gitdb/test/test_base.py . [ 52%] gitdb/test/test_example.py . [ 56%] gitdb/test/test_pack.py .s.. [ 73%] gitdb/test/test_stream.py .... [ 91%] gitdb/test/test_util.py .. [100%] ============ 22 passed, 1 skipped, 1 deselected in 62.15s (0:01:02) ============ >>> py3-gitdb2: Entering fakeroot... >>> py3-gitdb2-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-gitdb2/pkg/py3-gitdb2/usr/lib/python3.12/site-packages/gitdb/__pycache__' -> '/home/buildozer/aports/community/py3-gitdb2/pkg/py3-gitdb2-pyc/usr/lib/python3.12/site-packages/gitdb/__pycache__' '/home/buildozer/aports/community/py3-gitdb2/pkg/py3-gitdb2/usr/lib/python3.12/site-packages/gitdb/test/__pycache__' -> '/home/buildozer/aports/community/py3-gitdb2/pkg/py3-gitdb2-pyc/usr/lib/python3.12/site-packages/gitdb/test/__pycache__' '/home/buildozer/aports/community/py3-gitdb2/pkg/py3-gitdb2/usr/lib/python3.12/site-packages/gitdb/db/__pycache__' -> '/home/buildozer/aports/community/py3-gitdb2/pkg/py3-gitdb2-pyc/usr/lib/python3.12/site-packages/gitdb/db/__pycache__' '/home/buildozer/aports/community/py3-gitdb2/pkg/py3-gitdb2/usr/lib/python3.12/site-packages/gitdb/utils/__pycache__' -> '/home/buildozer/aports/community/py3-gitdb2/pkg/py3-gitdb2-pyc/usr/lib/python3.12/site-packages/gitdb/utils/__pycache__' >>> py3-gitdb2-pyc*: Preparing subpackage py3-gitdb2-pyc... >>> py3-gitdb2-pyc*: Running postcheck for py3-gitdb2-pyc >>> py3-gitdb2*: Running postcheck for py3-gitdb2 >>> py3-gitdb2*: Preparing package py3-gitdb2... >>> py3-gitdb2-pyc*: Tracing dependencies... python3 py3-smmap2 python3~3.12 >>> py3-gitdb2-pyc*: Package size: 308.0 KB >>> py3-gitdb2-pyc*: Compressing data... >>> py3-gitdb2-pyc*: Create checksum... >>> py3-gitdb2-pyc*: Create py3-gitdb2-pyc-4.0.11-r1.apk >>> py3-gitdb2*: Tracing dependencies... python3 py3-smmap2 python3~3.12 >>> py3-gitdb2*: Package size: 288.0 KB >>> py3-gitdb2*: Compressing data... >>> py3-gitdb2*: Create checksum... >>> py3-gitdb2*: Create py3-gitdb2-4.0.11-r1.apk >>> py3-gitdb2: Build complete at Sat, 27 Apr 2024 01:20:14 +0000 elapsed time 0h 1m 15s >>> py3-gitdb2: Cleaning up srcdir >>> py3-gitdb2: Cleaning up pkgdir >>> py3-gitdb2: Uninstalling dependencies... (1/35) Purging .makedepends-py3-gitdb2 (20240427.011905) (2/35) Purging py3-smmap2-pyc (5.0.1-r1) (3/35) Purging py3-smmap2 (5.0.1-r1) (4/35) Purging py3-gpep517-pyc (15-r2) (5/35) Purging py3-gpep517 (15-r2) (6/35) Purging py3-installer-pyc (0.7.0-r2) (7/35) Purging py3-installer (0.7.0-r2) (8/35) Purging py3-setuptools-pyc (69.5.1-r0) (9/35) Purging py3-setuptools (69.5.1-r0) (10/35) Purging py3-wheel-pyc (0.42.0-r1) (11/35) Purging py3-wheel (0.42.0-r1) (12/35) Purging py3-pytest-pyc (8.1.1-r1) (13/35) Purging py3-pytest (8.1.1-r1) (14/35) Purging py3-iniconfig-pyc (2.0.0-r1) (15/35) Purging py3-iniconfig (2.0.0-r1) (16/35) Purging py3-packaging-pyc (24.0-r1) (17/35) Purging py3-packaging (24.0-r1) (18/35) Purging py3-parsing-pyc (3.1.2-r1) (19/35) Purging py3-parsing (3.1.2-r1) (20/35) Purging py3-pluggy-pyc (1.4.0-r1) (21/35) Purging py3-pluggy (1.4.0-r1) (22/35) Purging py3-py-pyc (1.11.0-r3) (23/35) Purging py3-py (1.11.0-r3) (24/35) Purging python3-pyc (3.12.3-r1) (25/35) Purging python3-pycache-pyc0 (3.12.3-r1) (26/35) Purging pyc (3.12.3-r1) (27/35) Purging python3 (3.12.3-r1) (28/35) Purging gdbm (1.23-r1) (29/35) Purging libbz2 (1.0.8-r6) (30/35) Purging libffi (3.4.6-r0) (31/35) Purging libpanelw (6.4_p20240330-r0) (32/35) Purging mpdecimal (4.0.0-r0) (33/35) Purging readline (8.2.10-r0) (34/35) Purging sqlite-libs (3.45.3-r0) (35/35) Purging xz-libs (5.6.1-r3) Executing busybox-1.36.1-r26.trigger OK: 228 MiB in 101 packages >>> py3-gitdb2: Updating the community/riscv64 repository index... >>> py3-gitdb2: Signing the index...