>>> py3-googletrans: Building testing/py3-googletrans 3.0.0-r3 (using abuild 3.11.0_rc13-r0) started Sun, 23 Apr 2023 19:10:09 +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/40) Installing libffi (3.4.4-r2) (2/40) Installing gdbm (1.23-r1) (3/40) Installing mpdecimal (2.5.1-r2) (4/40) Installing libpanelw (6.4_p20230401-r5) (5/40) Installing readline (8.2.1-r1) (6/40) Installing sqlite-libs (3.41.2-r2) (7/40) Installing python3 (3.11.3-r10) (8/40) Installing python3-pycache-pyc0 (3.11.3-r10) (9/40) Installing pyc (0.1-r0) (10/40) Installing py3-certifi (2022.12.7-r2) (11/40) Installing py3-certifi-pyc (2022.12.7-r2) (12/40) Installing py3-idna (3.4-r4) (13/40) Installing py3-idna-pyc (3.4-r4) (14/40) Installing py3-curio (1.6-r1) (15/40) Installing py3-curio-pyc (1.6-r1) (16/40) Installing py3-sniffio (1.3.0-r1) (17/40) Installing py3-anyio (3.6.2-r3) (18/40) Installing py3-anyio-pyc (3.6.2-r3) (19/40) Installing py3-h11 (0.14.0-r2) (20/40) Installing py3-h11-pyc (0.14.0-r2) (21/40) Installing py3-httpcore (0.17.0-r1) (22/40) Installing py3-httpcore-pyc (0.17.0-r1) (23/40) Installing py3-httpx-pyc (0.24.0-r2) (24/40) Installing python3-pyc (3.11.3-r10) (25/40) Installing py3-httpx (0.24.0-r2) (26/40) Installing py3-parsing (3.0.9-r2) (27/40) Installing py3-parsing-pyc (3.0.9-r2) (28/40) Installing py3-packaging (23.1-r1) (29/40) Installing py3-packaging-pyc (23.1-r1) (30/40) Installing py3-setuptools (67.7.1-r0) (31/40) Installing py3-setuptools-pyc (67.7.1-r0) (32/40) Installing py3-iniconfig (1.1.1-r6) (33/40) Installing py3-iniconfig-pyc (1.1.1-r6) (34/40) Installing py3-pluggy (1.0.0-r3) (35/40) Installing py3-pluggy-pyc (1.0.0-r3) (36/40) Installing py3-py (1.11.0-r2) (37/40) Installing py3-py-pyc (1.11.0-r2) (38/40) Installing py3-pytest (7.3.1-r1) (39/40) Installing py3-pytest-pyc (7.3.1-r1) (40/40) Installing .makedepends-py3-googletrans (20230423.191011) Executing busybox-1.36.0-r7.trigger OK: 435 MiB in 146 packages >>> py3-googletrans: Cleaning up srcdir >>> py3-googletrans: Cleaning up pkgdir >>> py3-googletrans: Fetching https://distfiles.alpinelinux.org/distfiles/edge/googletrans-3.0.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17489 100 17489 0 0 147k 0 --:--:-- --:--:-- --:--:-- 148k >>> 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/edge/googletrans-3.0.0.tar.gz... >>> py3-googletrans: client.patch patching file googletrans/client.py /usr/lib/python3.11/site-packages/setuptools/dist.py:755: 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 2023-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/models.py -> build/lib/googletrans copying googletrans/utils.py -> build/lib/googletrans copying googletrans/gtoken.py -> build/lib/googletrans copying googletrans/__init__.py -> build/lib/googletrans copying googletrans/constants.py -> build/lib/googletrans copying googletrans/urls.py -> build/lib/googletrans copying googletrans/client.py -> build/lib/googletrans running build_scripts creating build/scripts-3.11 copying and adjusting translate -> build/scripts-3.11 changing mode of build/scripts-3.11/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.11/site-packages/setuptools/dist.py:755: 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 2023-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.11/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, pypa/build 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.11 creating /home/buildozer/aports/testing/py3-googletrans/pkg/py3-googletrans/usr/lib/python3.11/site-packages creating /home/buildozer/aports/testing/py3-googletrans/pkg/py3-googletrans/usr/lib/python3.11/site-packages/googletrans copying build/lib/googletrans/models.py -> /home/buildozer/aports/testing/py3-googletrans/pkg/py3-googletrans/usr/lib/python3.11/site-packages/googletrans copying build/lib/googletrans/utils.py -> /home/buildozer/aports/testing/py3-googletrans/pkg/py3-googletrans/usr/lib/python3.11/site-packages/googletrans copying build/lib/googletrans/gtoken.py -> /home/buildozer/aports/testing/py3-googletrans/pkg/py3-googletrans/usr/lib/python3.11/site-packages/googletrans copying build/lib/googletrans/__init__.py -> /home/buildozer/aports/testing/py3-googletrans/pkg/py3-googletrans/usr/lib/python3.11/site-packages/googletrans copying build/lib/googletrans/constants.py -> /home/buildozer/aports/testing/py3-googletrans/pkg/py3-googletrans/usr/lib/python3.11/site-packages/googletrans copying build/lib/googletrans/urls.py -> /home/buildozer/aports/testing/py3-googletrans/pkg/py3-googletrans/usr/lib/python3.11/site-packages/googletrans copying build/lib/googletrans/client.py -> /home/buildozer/aports/testing/py3-googletrans/pkg/py3-googletrans/usr/lib/python3.11/site-packages/googletrans byte-compiling /home/buildozer/aports/testing/py3-googletrans/pkg/py3-googletrans/usr/lib/python3.11/site-packages/googletrans/models.py to models.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-googletrans/pkg/py3-googletrans/usr/lib/python3.11/site-packages/googletrans/utils.py to utils.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-googletrans/pkg/py3-googletrans/usr/lib/python3.11/site-packages/googletrans/gtoken.py to gtoken.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-googletrans/pkg/py3-googletrans/usr/lib/python3.11/site-packages/googletrans/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-googletrans/pkg/py3-googletrans/usr/lib/python3.11/site-packages/googletrans/constants.py to constants.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-googletrans/pkg/py3-googletrans/usr/lib/python3.11/site-packages/googletrans/urls.py to urls.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-googletrans/pkg/py3-googletrans/usr/lib/python3.11/site-packages/googletrans/client.py to client.cpython-311.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.11/site-packages/googletrans-3.0.0-py3.11.egg-info running install_scripts creating /home/buildozer/aports/testing/py3-googletrans/pkg/py3-googletrans/usr/bin copying build/scripts-3.11/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.11/site-packages/googletrans/__pycache__' -> '/home/buildozer/aports/testing/py3-googletrans/pkg/py3-googletrans-pyc/usr/lib/python3.11/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.11 >>> py3-googletrans-pyc*: Package size: 84.0 KB >>> py3-googletrans-pyc*: Compressing data... >>> py3-googletrans-pyc*: Create checksum... >>> py3-googletrans-pyc*: Create py3-googletrans-pyc-3.0.0-r3.apk >>> py3-googletrans*: Tracing dependencies... py3-httpx python3 python3~3.11 >>> py3-googletrans*: Package size: 112.0 KB >>> py3-googletrans*: Compressing data... >>> py3-googletrans*: Create checksum... >>> py3-googletrans*: Create py3-googletrans-3.0.0-r3.apk >>> py3-googletrans: Build complete at Sun, 23 Apr 2023 19:10:15 +0000 elapsed time 0h 0m 6s >>> py3-googletrans: Cleaning up srcdir >>> py3-googletrans: Cleaning up pkgdir >>> py3-googletrans: Uninstalling dependencies... (1/40) Purging .makedepends-py3-googletrans (20230423.191011) (2/40) Purging py3-httpx-pyc (0.24.0-r2) (3/40) Purging py3-httpx (0.24.0-r2) (4/40) Purging py3-httpcore-pyc (0.17.0-r1) (5/40) Purging py3-httpcore (0.17.0-r1) (6/40) Purging py3-anyio-pyc (3.6.2-r3) (7/40) Purging py3-anyio (3.6.2-r3) (8/40) Purging py3-certifi-pyc (2022.12.7-r2) (9/40) Purging py3-certifi (2022.12.7-r2) (10/40) Purging py3-h11-pyc (0.14.0-r2) (11/40) Purging py3-h11 (0.14.0-r2) (12/40) Purging py3-idna-pyc (3.4-r4) (13/40) Purging py3-idna (3.4-r4) (14/40) Purging py3-sniffio (1.3.0-r1) (15/40) Purging py3-curio-pyc (1.6-r1) (16/40) Purging py3-curio (1.6-r1) (17/40) Purging py3-setuptools-pyc (67.7.1-r0) (18/40) Purging py3-setuptools (67.7.1-r0) (19/40) Purging py3-pytest-pyc (7.3.1-r1) (20/40) Purging py3-pytest (7.3.1-r1) (21/40) Purging py3-iniconfig-pyc (1.1.1-r6) (22/40) Purging py3-iniconfig (1.1.1-r6) (23/40) Purging py3-packaging-pyc (23.1-r1) (24/40) Purging py3-packaging (23.1-r1) (25/40) Purging py3-parsing-pyc (3.0.9-r2) (26/40) Purging py3-parsing (3.0.9-r2) (27/40) Purging py3-pluggy-pyc (1.0.0-r3) (28/40) Purging py3-pluggy (1.0.0-r3) (29/40) Purging py3-py-pyc (1.11.0-r2) (30/40) Purging py3-py (1.11.0-r2) (31/40) Purging python3-pyc (3.11.3-r10) (32/40) Purging python3-pycache-pyc0 (3.11.3-r10) (33/40) Purging pyc (0.1-r0) (34/40) Purging python3 (3.11.3-r10) (35/40) Purging gdbm (1.23-r1) (36/40) Purging libffi (3.4.4-r2) (37/40) Purging libpanelw (6.4_p20230401-r5) (38/40) Purging mpdecimal (2.5.1-r2) (39/40) Purging readline (8.2.1-r1) (40/40) Purging sqlite-libs (3.41.2-r2) Executing busybox-1.36.0-r7.trigger OK: 378 MiB in 106 packages >>> py3-googletrans: Updating the testing/x86 repository index... >>> py3-googletrans: Signing the index...