>>> git-review: Building community/git-review 2.4.0-r0 (using abuild 3.13.0-r0) started Wed, 17 Apr 2024 10:22:48 +0000 >>> git-review: Checking sanity of /home/buildozer/aports/community/git-review/APKBUILD... >>> git-review: Analyzing dependencies... >>> git-review: Installing for build: build-base git python3 py3-requests py3-idna py3-urllib3 py3-chardet py3-certifi py3-setuptools py3-pbr (1/33) Installing libbz2 (1.0.8-r6) (2/33) Installing libffi (3.4.6-r0) (3/33) Installing gdbm (1.23-r1) (4/33) Installing xz-libs (5.6.1-r3) (5/33) Installing mpdecimal (4.0.0-r0) (6/33) Installing libpanelw (6.4_p20240330-r0) (7/33) Installing readline (8.2.10-r0) (8/33) Installing sqlite-libs (3.45.3-r0) (9/33) Installing python3 (3.12.3-r0) (10/33) Installing python3-pycache-pyc0 (3.12.3-r0) (11/33) Installing pyc (3.12.3-r0) (12/33) Installing python3-pyc (3.12.3-r0) (13/33) Installing py3-certifi (2024.2.2-r1) (14/33) Installing py3-certifi-pyc (2024.2.2-r1) (15/33) Installing py3-charset-normalizer (3.3.2-r1) (16/33) Installing py3-charset-normalizer-pyc (3.3.2-r1) (17/33) Installing py3-idna (3.7-r0) (18/33) Installing py3-idna-pyc (3.7-r0) (19/33) Installing py3-urllib3 (1.26.18-r1) (20/33) Installing py3-urllib3-pyc (1.26.18-r1) (21/33) Installing py3-requests (2.31.0-r2) (22/33) Installing py3-requests-pyc (2.31.0-r2) (23/33) Installing py3-chardet (5.2.0-r1) (24/33) Installing py3-chardet-pyc (5.2.0-r1) (25/33) Installing py3-parsing (3.1.2-r1) (26/33) Installing py3-parsing-pyc (3.1.2-r1) (27/33) Installing py3-packaging (24.0-r1) (28/33) Installing py3-packaging-pyc (24.0-r1) (29/33) Installing py3-setuptools (69.5.1-r0) (30/33) Installing py3-setuptools-pyc (69.5.1-r0) (31/33) Installing py3-pbr (5.11.1-r5) (32/33) Installing py3-pbr-pyc (5.11.1-r5) (33/33) Installing .makedepends-git-review (20240417.102249) Executing busybox-1.36.1-r25.trigger OK: 320 MiB in 136 packages >>> git-review: Cleaning up srcdir >>> git-review: Cleaning up pkgdir >>> git-review: Cleaning up tmpdir >>> git-review: Fetching https://distfiles.alpinelinux.org/distfiles/edge/git-review-2.4.0.tar.gz >>> git-review: Fetching https://distfiles.alpinelinux.org/distfiles/edge/git-review-2.4.0.tar.gz >>> git-review: Checking sha512sums... git-review-2.4.0.tar.gz: OK >>> git-review: Unpacking /var/cache/distfiles/git-review-2.4.0.tar.gz... /usr/lib/python3.12/site-packages/setuptools/__init__.py:81: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) WARNING: The wheel package is not available. /usr/lib/python3.12/site-packages/setuptools/command/develop.py:40: EasyInstallDeprecationWarning: easy_install command is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` and ``easy_install``. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://github.com/pypa/setuptools/issues/917 for details. ******************************************************************************** !! easy_install.initialize_options(self) /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running build running build_py creating build creating build/lib creating build/lib/git_review copying git_review/__init__.py -> build/lib/git_review copying git_review/hooks.py -> build/lib/git_review copying git_review/cmd.py -> build/lib/git_review creating build/lib/git_review/tests copying git_review/tests/__init__.py -> build/lib/git_review/tests copying git_review/tests/prepare.py -> build/lib/git_review/tests copying git_review/tests/check_test_id_hashes.py -> build/lib/git_review/tests copying git_review/tests/utils.py -> build/lib/git_review/tests copying git_review/tests/test_git_review.py -> build/lib/git_review/tests copying git_review/tests/test_unit.py -> build/lib/git_review/tests running egg_info writing git_review.egg-info/PKG-INFO writing dependency_links to git_review.egg-info/dependency_links.txt writing entry points to git_review.egg-info/entry_points.txt writing requirements to git_review.egg-info/requires.txt writing top-level names to git_review.egg-info/top_level.txt [pbr] Reusing existing SOURCES.txt /usr/lib/python3.12/site-packages/setuptools/__init__.py:81: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) WARNING: The wheel package is not available. /usr/lib/python3.12/site-packages/setuptools/command/develop.py:40: EasyInstallDeprecationWarning: easy_install command is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` and ``easy_install``. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://github.com/pypa/setuptools/issues/917 for details. ******************************************************************************** !! easy_install.initialize_options(self) /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running check >>> git-review: Entering fakeroot... /usr/lib/python3.12/site-packages/setuptools/__init__.py:81: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) WARNING: The wheel package is not available. /usr/lib/python3.12/site-packages/setuptools/command/develop.py:40: EasyInstallDeprecationWarning: easy_install command is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` and ``easy_install``. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://github.com/pypa/setuptools/issues/917 for details. ******************************************************************************** !! easy_install.initialize_options(self) /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /home/buildozer/aports/community/git-review/pkg creating /home/buildozer/aports/community/git-review/pkg/git-review creating /home/buildozer/aports/community/git-review/pkg/git-review/usr creating /home/buildozer/aports/community/git-review/pkg/git-review/usr/lib creating /home/buildozer/aports/community/git-review/pkg/git-review/usr/lib/python3.12 creating /home/buildozer/aports/community/git-review/pkg/git-review/usr/lib/python3.12/site-packages creating /home/buildozer/aports/community/git-review/pkg/git-review/usr/lib/python3.12/site-packages/git_review copying build/lib/git_review/__init__.py -> /home/buildozer/aports/community/git-review/pkg/git-review/usr/lib/python3.12/site-packages/git_review copying build/lib/git_review/hooks.py -> /home/buildozer/aports/community/git-review/pkg/git-review/usr/lib/python3.12/site-packages/git_review creating /home/buildozer/aports/community/git-review/pkg/git-review/usr/lib/python3.12/site-packages/git_review/tests copying build/lib/git_review/tests/__init__.py -> /home/buildozer/aports/community/git-review/pkg/git-review/usr/lib/python3.12/site-packages/git_review/tests copying build/lib/git_review/tests/prepare.py -> /home/buildozer/aports/community/git-review/pkg/git-review/usr/lib/python3.12/site-packages/git_review/tests copying build/lib/git_review/tests/check_test_id_hashes.py -> /home/buildozer/aports/community/git-review/pkg/git-review/usr/lib/python3.12/site-packages/git_review/tests copying build/lib/git_review/tests/utils.py -> /home/buildozer/aports/community/git-review/pkg/git-review/usr/lib/python3.12/site-packages/git_review/tests copying build/lib/git_review/tests/test_git_review.py -> /home/buildozer/aports/community/git-review/pkg/git-review/usr/lib/python3.12/site-packages/git_review/tests copying build/lib/git_review/tests/test_unit.py -> /home/buildozer/aports/community/git-review/pkg/git-review/usr/lib/python3.12/site-packages/git_review/tests copying build/lib/git_review/cmd.py -> /home/buildozer/aports/community/git-review/pkg/git-review/usr/lib/python3.12/site-packages/git_review byte-compiling /home/buildozer/aports/community/git-review/pkg/git-review/usr/lib/python3.12/site-packages/git_review/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/git-review/pkg/git-review/usr/lib/python3.12/site-packages/git_review/hooks.py to hooks.cpython-312.pyc byte-compiling /home/buildozer/aports/community/git-review/pkg/git-review/usr/lib/python3.12/site-packages/git_review/tests/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/git-review/pkg/git-review/usr/lib/python3.12/site-packages/git_review/tests/prepare.py to prepare.cpython-312.pyc byte-compiling /home/buildozer/aports/community/git-review/pkg/git-review/usr/lib/python3.12/site-packages/git_review/tests/check_test_id_hashes.py to check_test_id_hashes.cpython-312.pyc byte-compiling /home/buildozer/aports/community/git-review/pkg/git-review/usr/lib/python3.12/site-packages/git_review/tests/utils.py to utils.cpython-312.pyc byte-compiling /home/buildozer/aports/community/git-review/pkg/git-review/usr/lib/python3.12/site-packages/git_review/tests/test_git_review.py to test_git_review.cpython-312.pyc byte-compiling /home/buildozer/aports/community/git-review/pkg/git-review/usr/lib/python3.12/site-packages/git_review/tests/test_unit.py to test_unit.cpython-312.pyc byte-compiling /home/buildozer/aports/community/git-review/pkg/git-review/usr/lib/python3.12/site-packages/git_review/cmd.py to cmd.cpython-312.pyc running install_data creating /home/buildozer/aports/community/git-review/pkg/git-review/usr/share creating /home/buildozer/aports/community/git-review/pkg/git-review/usr/share/man creating /home/buildozer/aports/community/git-review/pkg/git-review/usr/share/man/man1 copying git-review.1 -> /home/buildozer/aports/community/git-review/pkg/git-review/usr/share/man/man1 running install_egg_info running egg_info writing git_review.egg-info/PKG-INFO writing dependency_links to git_review.egg-info/dependency_links.txt writing entry points to git_review.egg-info/entry_points.txt writing requirements to git_review.egg-info/requires.txt writing top-level names to git_review.egg-info/top_level.txt [pbr] Reusing existing SOURCES.txt Copying git_review.egg-info to /home/buildozer/aports/community/git-review/pkg/git-review/usr/lib/python3.12/site-packages/git_review-2.4.0-py3.12.egg-info running install_scripts Installing git-review script to /home/buildozer/aports/community/git-review/pkg/git-review/usr/bin >>> git-review-doc*: Running split function doc... >>> git-review-doc*: Preparing subpackage git-review-doc... >>> git-review-doc*: Running postcheck for git-review-doc >>> git-review-pyc*: Running split function pyc... '/home/buildozer/aports/community/git-review/pkg/git-review/usr/lib/python3.12/site-packages/git_review/__pycache__' -> '/home/buildozer/aports/community/git-review/pkg/git-review-pyc/usr/lib/python3.12/site-packages/git_review/__pycache__' '/home/buildozer/aports/community/git-review/pkg/git-review/usr/lib/python3.12/site-packages/git_review/tests/__pycache__' -> '/home/buildozer/aports/community/git-review/pkg/git-review-pyc/usr/lib/python3.12/site-packages/git_review/tests/__pycache__' >>> git-review-pyc*: Preparing subpackage git-review-pyc... >>> git-review-pyc*: Running postcheck for git-review-pyc >>> git-review*: Running postcheck for git-review >>> git-review*: Preparing package git-review... >>> git-review-doc*: Tracing dependencies... >>> git-review-doc*: Package size: 28.0 KB >>> git-review-doc*: Compressing data... >>> git-review-doc*: Create checksum... >>> git-review-doc*: Create git-review-doc-2.4.0-r0.apk >>> git-review-pyc*: Tracing dependencies... git python3 py3-requests py3-idna py3-urllib3 py3-chardet py3-certifi py3-setuptools python3~3.12 >>> git-review-pyc*: Package size: 228.0 KB >>> git-review-pyc*: Compressing data... >>> git-review-pyc*: Create checksum... >>> git-review-pyc*: Create git-review-pyc-2.4.0-r0.apk >>> git-review*: Tracing dependencies... git python3 py3-requests py3-idna py3-urllib3 py3-chardet py3-certifi py3-setuptools python3~3.12 >>> git-review*: Package size: 228.0 KB >>> git-review*: Compressing data... >>> git-review*: Create checksum... >>> git-review*: Create git-review-2.4.0-r0.apk >>> git-review: Build complete at Wed, 17 Apr 2024 10:22:51 +0000 elapsed time 0h 0m 3s >>> git-review: Cleaning up srcdir >>> git-review: Cleaning up pkgdir >>> git-review: Uninstalling dependencies... (1/33) Purging .makedepends-git-review (20240417.102249) (2/33) Purging py3-requests-pyc (2.31.0-r2) (3/33) Purging py3-requests (2.31.0-r2) (4/33) Purging py3-charset-normalizer-pyc (3.3.2-r1) (5/33) Purging py3-charset-normalizer (3.3.2-r1) (6/33) Purging py3-idna-pyc (3.7-r0) (7/33) Purging py3-idna (3.7-r0) (8/33) Purging py3-urllib3-pyc (1.26.18-r1) (9/33) Purging py3-urllib3 (1.26.18-r1) (10/33) Purging py3-chardet-pyc (5.2.0-r1) (11/33) Purging py3-chardet (5.2.0-r1) (12/33) Purging py3-certifi-pyc (2024.2.2-r1) (13/33) Purging py3-certifi (2024.2.2-r1) (14/33) Purging py3-pbr-pyc (5.11.1-r5) (15/33) Purging py3-pbr (5.11.1-r5) (16/33) Purging py3-setuptools-pyc (69.5.1-r0) (17/33) Purging py3-setuptools (69.5.1-r0) (18/33) Purging py3-packaging-pyc (24.0-r1) (19/33) Purging py3-packaging (24.0-r1) (20/33) Purging py3-parsing-pyc (3.1.2-r1) (21/33) Purging py3-parsing (3.1.2-r1) (22/33) Purging python3-pyc (3.12.3-r0) (23/33) Purging python3-pycache-pyc0 (3.12.3-r0) (24/33) Purging pyc (3.12.3-r0) (25/33) Purging python3 (3.12.3-r0) (26/33) Purging gdbm (1.23-r1) (27/33) Purging libbz2 (1.0.8-r6) (28/33) Purging libffi (3.4.6-r0) (29/33) Purging libpanelw (6.4_p20240330-r0) (30/33) Purging mpdecimal (4.0.0-r0) (31/33) Purging readline (8.2.10-r0) (32/33) Purging sqlite-libs (3.45.3-r0) (33/33) Purging xz-libs (5.6.1-r3) Executing busybox-1.36.1-r25.trigger OK: 270 MiB in 103 packages >>> git-review: Updating the community/armv7 repository index... >>> git-review: Signing the index...