>>> py3-googletrans: Building testing/py3-googletrans 3.0.0-r4 (using abuild 3.12.0-r5) started Tue, 16 Apr 2024 19:50:14 +0000 >>> py3-googletrans: Checking sanity of /home/buildozer/aports/testing/py3-googletrans/APKBUILD... >>> py3-googletrans: Analyzing dependencies... >>> py3-googletrans: Installing for build: build-base py3-httpx python3 py3-setuptools py3-pytest (1/43) Installing libbz2 (1.0.8-r6) (2/43) Installing libffi (3.4.6-r0) (3/43) Installing gdbm (1.23-r1) (4/43) Installing xz-libs (5.6.1-r3) (5/43) Installing mpdecimal (4.0.0-r0) (6/43) Installing libpanelw (6.4_p20240330-r0) (7/43) Installing readline (8.2.10-r0) (8/43) Installing sqlite-libs (3.45.3-r0) (9/43) Installing python3 (3.12.3-r0) (10/43) Installing python3-pycache-pyc0 (3.12.3-r0) (11/43) Installing pyc (3.12.3-r0) (12/43) Installing py3-certifi-pyc (2024.2.2-r1) (13/43) Installing py3-idna (3.7-r0) (14/43) Installing py3-idna-pyc (3.7-r0) (15/43) Installing py3-curio (1.6-r2) (16/43) Installing py3-curio-pyc (1.6-r2) (17/43) Installing py3-sniffio (1.3.1-r1) (18/43) Installing py3-sniffio-pyc (1.3.1-r1) (19/43) Installing py3-anyio (4.3.0-r2) (20/43) Installing py3-anyio-pyc (4.3.0-r2) (21/43) Installing py3-h11 (0.14.0-r4) (22/43) Installing py3-h11-pyc (0.14.0-r4) (23/43) Installing py3-httpcore (1.0.4-r1) (24/43) Installing py3-httpcore-pyc (1.0.4-r1) (25/43) Installing py3-httpx-pyc (0.27.0-r1) (26/43) Installing python3-pyc (3.12.3-r0) (27/43) Installing py3-certifi (2024.2.2-r1) (28/43) Installing py3-httpx (0.27.0-r1) (29/43) Installing py3-parsing (3.1.2-r1) (30/43) Installing py3-parsing-pyc (3.1.2-r1) (31/43) Installing py3-packaging (24.0-r1) (32/43) Installing py3-packaging-pyc (24.0-r1) (33/43) Installing py3-setuptools (69.2.0-r2) (34/43) Installing py3-setuptools-pyc (69.2.0-r2) (35/43) Installing py3-iniconfig (2.0.0-r1) (36/43) Installing py3-iniconfig-pyc (2.0.0-r1) (37/43) Installing py3-pluggy (1.4.0-r1) (38/43) Installing py3-pluggy-pyc (1.4.0-r1) (39/43) Installing py3-py (1.11.0-r3) (40/43) Installing py3-py-pyc (1.11.0-r3) (41/43) Installing py3-pytest (8.1.1-r1) (42/43) Installing py3-pytest-pyc (8.1.1-r1) (43/43) Installing .makedepends-py3-googletrans (20240416.195015) Executing busybox-1.36.1-r25.trigger OK: 322 MiB in 146 packages >>> py3-googletrans: Cleaning up srcdir >>> py3-googletrans: Cleaning up pkgdir >>> py3-googletrans: Cleaning up tmpdir >>> py3-googletrans: Fetching https://distfiles.alpinelinux.org/distfiles/edge/googletrans-3.0.0.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> py3-googletrans: Fetching https://pypi.io/packages/source/g/googletrans/googletrans-3.0.0.tar.gz Connecting to pypi.io ([2a04:4e42:600::223]:443) Connecting to pypi.org ([2a04:4e42:600::223]:443) Connecting to files.pythonhosted.org ([2a04:4e42:7d::223]:443) Connecting to files.pythonhosted.org ([2a04:4e42:7d::223]:443) saving to '/var/cache/distfiles/googletrans-3.0.0.tar.gz.part' googletrans-3.0.0.ta 100% |********************************| 17489 0:00:00 ETA '/var/cache/distfiles/googletrans-3.0.0.tar.gz.part' saved >>> py3-googletrans: Fetching https://distfiles.alpinelinux.org/distfiles/edge/googletrans-3.0.0.tar.gz >>> py3-googletrans: Checking sha512sums... googletrans-3.0.0.tar.gz: OK client.patch: OK >>> py3-googletrans: Unpacking /var/cache/distfiles/googletrans-3.0.0.tar.gz... >>> py3-googletrans: client.patch patching file googletrans/client.py /usr/lib/python3.12/site-packages/setuptools/dist.py:476: SetuptoolsDeprecationWarning: Invalid dash-separated options !! ******************************************************************************** Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead. By 2024-Sep-26, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self.warn_dash_deprecation(opt, section) running build running build_py creating build creating build/lib creating build/lib/googletrans copying googletrans/__init__.py -> build/lib/googletrans copying googletrans/models.py -> build/lib/googletrans copying googletrans/urls.py -> build/lib/googletrans copying googletrans/utils.py -> build/lib/googletrans copying googletrans/gtoken.py -> build/lib/googletrans copying googletrans/constants.py -> build/lib/googletrans copying googletrans/client.py -> build/lib/googletrans running build_scripts creating build/scripts-3.12 copying and adjusting translate -> build/scripts-3.12 changing mode of build/scripts-3.12/translate from 644 to 755 >>> WARNING: py3-googletrans: APKBUILD does not run any tests! Alpine policy will soon require that packages have any relevant testsuites run during the build process. To fix, either define a check() function, or declare !check in $options to indicate the package does not have a testsuite. >>> py3-googletrans: Entering fakeroot... /usr/lib/python3.12/site-packages/setuptools/dist.py:476: SetuptoolsDeprecationWarning: Invalid dash-separated options !! ******************************************************************************** Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead. By 2024-Sep-26, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self.warn_dash_deprecation(opt, section) running install /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_lib creating /home/buildozer/aports/testing/py3-googletrans/pkg creating /home/buildozer/aports/testing/py3-googletrans/pkg/py3-googletrans creating /home/buildozer/aports/testing/py3-googletrans/pkg/py3-googletrans/usr creating /home/buildozer/aports/testing/py3-googletrans/pkg/py3-googletrans/usr/lib creating /home/buildozer/aports/testing/py3-googletrans/pkg/py3-googletrans/usr/lib/python3.12 creating /home/buildozer/aports/testing/py3-googletrans/pkg/py3-googletrans/usr/lib/python3.12/site-packages creating /home/buildozer/aports/testing/py3-googletrans/pkg/py3-googletrans/usr/lib/python3.12/site-packages/googletrans copying build/lib/googletrans/__init__.py -> /home/buildozer/aports/testing/py3-googletrans/pkg/py3-googletrans/usr/lib/python3.12/site-packages/googletrans copying build/lib/googletrans/models.py -> /home/buildozer/aports/testing/py3-googletrans/pkg/py3-googletrans/usr/lib/python3.12/site-packages/googletrans copying build/lib/googletrans/urls.py -> /home/buildozer/aports/testing/py3-googletrans/pkg/py3-googletrans/usr/lib/python3.12/site-packages/googletrans copying build/lib/googletrans/utils.py -> /home/buildozer/aports/testing/py3-googletrans/pkg/py3-googletrans/usr/lib/python3.12/site-packages/googletrans copying build/lib/googletrans/gtoken.py -> /home/buildozer/aports/testing/py3-googletrans/pkg/py3-googletrans/usr/lib/python3.12/site-packages/googletrans copying build/lib/googletrans/constants.py -> /home/buildozer/aports/testing/py3-googletrans/pkg/py3-googletrans/usr/lib/python3.12/site-packages/googletrans copying build/lib/googletrans/client.py -> /home/buildozer/aports/testing/py3-googletrans/pkg/py3-googletrans/usr/lib/python3.12/site-packages/googletrans byte-compiling /home/buildozer/aports/testing/py3-googletrans/pkg/py3-googletrans/usr/lib/python3.12/site-packages/googletrans/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-googletrans/pkg/py3-googletrans/usr/lib/python3.12/site-packages/googletrans/models.py to models.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-googletrans/pkg/py3-googletrans/usr/lib/python3.12/site-packages/googletrans/urls.py to urls.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-googletrans/pkg/py3-googletrans/usr/lib/python3.12/site-packages/googletrans/utils.py to utils.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-googletrans/pkg/py3-googletrans/usr/lib/python3.12/site-packages/googletrans/gtoken.py to gtoken.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-googletrans/pkg/py3-googletrans/usr/lib/python3.12/site-packages/googletrans/constants.py to constants.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-googletrans/pkg/py3-googletrans/usr/lib/python3.12/site-packages/googletrans/client.py to client.cpython-312.pyc running install_egg_info running egg_info writing googletrans.egg-info/PKG-INFO writing dependency_links to googletrans.egg-info/dependency_links.txt writing requirements to googletrans.egg-info/requires.txt writing top-level names to googletrans.egg-info/top_level.txt reading manifest file 'googletrans.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'googletrans.egg-info/SOURCES.txt' Copying googletrans.egg-info to /home/buildozer/aports/testing/py3-googletrans/pkg/py3-googletrans/usr/lib/python3.12/site-packages/googletrans-3.0.0-py3.12.egg-info running install_scripts creating /home/buildozer/aports/testing/py3-googletrans/pkg/py3-googletrans/usr/bin copying build/scripts-3.12/translate -> /home/buildozer/aports/testing/py3-googletrans/pkg/py3-googletrans/usr/bin changing mode of /home/buildozer/aports/testing/py3-googletrans/pkg/py3-googletrans/usr/bin/translate to 755 >>> py3-googletrans-pyc*: Running split function pyc... '/home/buildozer/aports/testing/py3-googletrans/pkg/py3-googletrans/usr/lib/python3.12/site-packages/googletrans/__pycache__' -> '/home/buildozer/aports/testing/py3-googletrans/pkg/py3-googletrans-pyc/usr/lib/python3.12/site-packages/googletrans/__pycache__' >>> py3-googletrans-pyc*: Preparing subpackage py3-googletrans-pyc... >>> py3-googletrans-pyc*: Running postcheck for py3-googletrans-pyc >>> py3-googletrans*: Running postcheck for py3-googletrans >>> py3-googletrans*: Preparing package py3-googletrans... >>> py3-googletrans-pyc*: Tracing dependencies... py3-httpx python3 python3~3.12 >>> py3-googletrans-pyc*: Package size: 80.0 KB >>> py3-googletrans-pyc*: Compressing data... >>> py3-googletrans-pyc*: Create checksum... >>> py3-googletrans-pyc*: Create py3-googletrans-pyc-3.0.0-r4.apk >>> py3-googletrans*: Tracing dependencies... py3-httpx python3 python3~3.12 >>> py3-googletrans*: Package size: 112.0 KB >>> py3-googletrans*: Compressing data... >>> py3-googletrans*: Create checksum... >>> py3-googletrans*: Create py3-googletrans-3.0.0-r4.apk >>> py3-googletrans: Build complete at Tue, 16 Apr 2024 19:50:18 +0000 elapsed time 0h 0m 4s >>> py3-googletrans: Cleaning up srcdir >>> py3-googletrans: Cleaning up pkgdir >>> py3-googletrans: Uninstalling dependencies... (1/43) Purging .makedepends-py3-googletrans (20240416.195015) (2/43) Purging py3-httpx-pyc (0.27.0-r1) (3/43) Purging py3-httpx (0.27.0-r1) (4/43) Purging py3-httpcore-pyc (1.0.4-r1) (5/43) Purging py3-httpcore (1.0.4-r1) (6/43) Purging py3-anyio-pyc (4.3.0-r2) (7/43) Purging py3-anyio (4.3.0-r2) (8/43) Purging py3-certifi-pyc (2024.2.2-r1) (9/43) Purging py3-certifi (2024.2.2-r1) (10/43) Purging py3-h11-pyc (0.14.0-r4) (11/43) Purging py3-h11 (0.14.0-r4) (12/43) Purging py3-idna-pyc (3.7-r0) (13/43) Purging py3-idna (3.7-r0) (14/43) Purging py3-sniffio-pyc (1.3.1-r1) (15/43) Purging py3-sniffio (1.3.1-r1) (16/43) Purging py3-curio-pyc (1.6-r2) (17/43) Purging py3-curio (1.6-r2) (18/43) Purging py3-setuptools-pyc (69.2.0-r2) (19/43) Purging py3-setuptools (69.2.0-r2) (20/43) Purging py3-pytest-pyc (8.1.1-r1) (21/43) Purging py3-pytest (8.1.1-r1) (22/43) Purging py3-iniconfig-pyc (2.0.0-r1) (23/43) Purging py3-iniconfig (2.0.0-r1) (24/43) Purging py3-packaging-pyc (24.0-r1) (25/43) Purging py3-packaging (24.0-r1) (26/43) Purging py3-parsing-pyc (3.1.2-r1) (27/43) Purging py3-parsing (3.1.2-r1) (28/43) Purging py3-pluggy-pyc (1.4.0-r1) (29/43) Purging py3-pluggy (1.4.0-r1) (30/43) Purging py3-py-pyc (1.11.0-r3) (31/43) Purging py3-py (1.11.0-r3) (32/43) Purging python3-pyc (3.12.3-r0) (33/43) Purging python3-pycache-pyc0 (3.12.3-r0) (34/43) Purging pyc (3.12.3-r0) (35/43) Purging python3 (3.12.3-r0) (36/43) Purging gdbm (1.23-r1) (37/43) Purging libbz2 (1.0.8-r6) (38/43) Purging libffi (3.4.6-r0) (39/43) Purging libpanelw (6.4_p20240330-r0) (40/43) Purging mpdecimal (4.0.0-r0) (41/43) Purging readline (8.2.10-r0) (42/43) Purging sqlite-libs (3.45.3-r0) (43/43) Purging xz-libs (5.6.1-r3) Executing busybox-1.36.1-r25.trigger OK: 270 MiB in 103 packages >>> py3-googletrans: Updating the testing/armv7 repository index... >>> py3-googletrans: Signing the index...