>>> wlc: Building testing/wlc 1.13-r1 (using abuild 3.10.0_rc1-r2) started Mon, 28 Nov 2022 13:19:42 +0000 >>> wlc: Checking sanity of /home/buildozer/aports/testing/wlc/APKBUILD... >>> wlc: Analyzing dependencies... >>> wlc: Installing for build: build-base python3 py3-argcomplete py3-dateutil py3-requests py3-xdg py3-setuptools (1/21) Installing libbz2 (1.0.8-r4) (2/21) Installing libffi (3.4.4-r0) (3/21) Installing gdbm (1.23-r0) (4/21) Installing xz-libs (5.2.8-r0) (5/21) Installing mpdecimal (2.5.1-r1) (6/21) Installing readline (8.2.0-r0) (7/21) Installing sqlite-libs (3.40.0-r0) (8/21) Installing python3 (3.11.0-r2) (9/21) Installing py3-argcomplete (2.0.0-r1) (10/21) Installing py3-six (1.16.0-r4) (11/21) Installing py3-dateutil (2.8.2-r2) (12/21) Installing py3-certifi (2022.9.24-r1) (13/21) Installing py3-charset-normalizer (3.0.1-r1) (14/21) Installing py3-idna (3.4-r3) (15/21) Installing py3-urllib3 (1.26.12-r1) (16/21) Installing py3-requests (2.28.1-r2) (17/21) Installing py3-xdg (0.28-r1) (18/21) Installing py3-parsing (3.0.9-r1) (19/21) Installing py3-packaging (21.3-r3) (20/21) Installing py3-setuptools (65.6.3-r0) (21/21) Installing .makedepends-wlc (20221128.131946) Executing busybox-1.35.0-r29.trigger OK: 348 MiB in 117 packages >>> wlc: Cleaning up srcdir >>> wlc: Cleaning up pkgdir >>> wlc: Fetching https://distfiles.alpinelinux.org/distfiles/edge/wlc-1.13.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 46 70344 46 32768 0 0 55101 0 0:00:01 --:--:-- 0:00:01 57791 100 70344 100 70344 0 0 113k 0 --:--:-- --:--:-- --:--:-- 119k >>> wlc: Fetching https://distfiles.alpinelinux.org/distfiles/edge/wlc-1.13.tar.gz >>> wlc: Checking sha512sums... wlc-1.13.tar.gz: OK >>> wlc: Unpacking /var/cache/distfiles/wlc-1.13.tar.gz... /usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running build running build_py creating build creating build/lib creating build/lib/wlc copying wlc/test_main.py -> build/lib/wlc copying wlc/main.py -> build/lib/wlc copying wlc/__init__.py -> build/lib/wlc copying wlc/test_wlc.py -> build/lib/wlc copying wlc/config.py -> build/lib/wlc copying wlc/test_base.py -> build/lib/wlc running egg_info creating wlc.egg-info writing wlc.egg-info/PKG-INFO writing dependency_links to wlc.egg-info/dependency_links.txt writing entry points to wlc.egg-info/entry_points.txt writing requirements to wlc.egg-info/requires.txt writing top-level names to wlc.egg-info/top_level.txt writing manifest file 'wlc.egg-info/SOURCES.txt' reading manifest file 'wlc.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'README.rst' adding license file 'LICENSE' writing manifest file 'wlc.egg-info/SOURCES.txt' /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'wlc.test_data' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'wlc.test_data' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'wlc.test_data' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'wlc.test_data' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'wlc.test_data.api' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'wlc.test_data.api' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'wlc.test_data.api' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'wlc.test_data.api' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'wlc.test_data.mock' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'wlc.test_data.mock' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'wlc.test_data.mock' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'wlc.test_data.mock' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) creating build/lib/wlc/test_data copying wlc/test_data/.weblate -> build/lib/wlc/test_data copying wlc/test_data/section -> build/lib/wlc/test_data copying wlc/test_data/weblate.ini -> build/lib/wlc/test_data copying wlc/test_data/wlc -> build/lib/wlc/test_data creating build/lib/wlc/test_data/api copying wlc/test_data/api/changes -> build/lib/wlc/test_data/api copying wlc/test_data/api/components -> build/lib/wlc/test_data/api copying wlc/test_data/api/components-hello-android -> build/lib/wlc/test_data/api copying wlc/test_data/api/components-hello-android-file -> build/lib/wlc/test_data/api copying wlc/test_data/api/components-hello-android-file--GET--format=zip -> build/lib/wlc/test_data/api copying wlc/test_data/api/components-hello-weblate -> build/lib/wlc/test_data/api copying wlc/test_data/api/components-hello-weblate--DELETE-- -> build/lib/wlc/test_data/api copying wlc/test_data/api/components-hello-weblate-changes -> build/lib/wlc/test_data/api copying wlc/test_data/api/components-hello-weblate-file -> build/lib/wlc/test_data/api copying wlc/test_data/api/components-hello-weblate-file--GET--format=zip -> build/lib/wlc/test_data/api copying wlc/test_data/api/components-hello-weblate-lock -> build/lib/wlc/test_data/api copying wlc/test_data/api/components-hello-weblate-lock--POST--lock=0 -> build/lib/wlc/test_data/api copying wlc/test_data/api/components-hello-weblate-lock--POST--lock=1 -> build/lib/wlc/test_data/api copying wlc/test_data/api/components-hello-weblate-repository -> build/lib/wlc/test_data/api copying wlc/test_data/api/components-hello-weblate-repository--POST--operation=cleanup -> build/lib/wlc/test_data/api copying wlc/test_data/api/components-hello-weblate-repository--POST--operation=commit -> build/lib/wlc/test_data/api copying wlc/test_data/api/components-hello-weblate-repository--POST--operation=pull -> build/lib/wlc/test_data/api copying wlc/test_data/api/components-hello-weblate-repository--POST--operation=push -> build/lib/wlc/test_data/api copying wlc/test_data/api/components-hello-weblate-repository--POST--operation=reset -> build/lib/wlc/test_data/api copying wlc/test_data/api/components-hello-weblate-statistics -> build/lib/wlc/test_data/api copying wlc/test_data/api/components-hello-weblate-statistics--GET--page=2 -> build/lib/wlc/test_data/api copying wlc/test_data/api/components-hello-weblate-statistics--GET--page=3 -> build/lib/wlc/test_data/api copying wlc/test_data/api/components-hello-weblate-translations -> build/lib/wlc/test_data/api copying wlc/test_data/api/components-hello-weblate-translations--GET--page=2 -> build/lib/wlc/test_data/api copying wlc/test_data/api/components-hello-weblate-translations--POST--language_code=nl_BE -> build/lib/wlc/test_data/api copying wlc/test_data/api/languages -> build/lib/wlc/test_data/api copying wlc/test_data/api/languages--GET--page=2 -> build/lib/wlc/test_data/api copying wlc/test_data/api/languages--GET--page=3 -> build/lib/wlc/test_data/api copying wlc/test_data/api/languages--POST--code=tst--name=Test-Language--direction=rtl--plural=number=2--formula=n-!=-1 -> build/lib/wlc/test_data/api copying wlc/test_data/api/projects -> build/lib/wlc/test_data/api copying wlc/test_data/api/projects--POST--name=Hello--slug=hello--web=http---example.com---source_language=name=Malayalam--code=ml -> build/lib/wlc/test_data/api copying wlc/test_data/api/projects--POST--name=denied_json--slug=denide_json--web=http---some-weblate-app.com- -> build/lib/wlc/test_data/api copying wlc/test_data/api/projects-acl -> build/lib/wlc/test_data/api copying wlc/test_data/api/projects-empty -> build/lib/wlc/test_data/api copying wlc/test_data/api/projects-empty-components -> build/lib/wlc/test_data/api copying wlc/test_data/api/projects-hello -> build/lib/wlc/test_data/api copying wlc/test_data/api/projects-hello--DELETE-- -> build/lib/wlc/test_data/api copying wlc/test_data/api/projects-hello-changes -> build/lib/wlc/test_data/api copying wlc/test_data/api/projects-hello-components -> build/lib/wlc/test_data/api copying wlc/test_data/api/projects-hello-components--POST--9c51d0bc -> build/lib/wlc/test_data/api copying wlc/test_data/api/projects-hello-components--POST--branch=main--file_format=po--filemask=po--.po--git_export=--license=--license_url=--name=Weblate--slug=weblate--repo=file----home-nijel-work-weblate-hello--template=--new_base=--vcs=git -> build/lib/wlc/test_data/api copying wlc/test_data/api/projects-hello-languages -> build/lib/wlc/test_data/api copying wlc/test_data/api/projects-hello-repository -> build/lib/wlc/test_data/api copying wlc/test_data/api/projects-hello-repository--POST--operation=cleanup -> build/lib/wlc/test_data/api copying wlc/test_data/api/projects-hello-repository--POST--operation=commit -> build/lib/wlc/test_data/api copying wlc/test_data/api/projects-hello-repository--POST--operation=pull -> build/lib/wlc/test_data/api copying wlc/test_data/api/projects-hello-repository--POST--operation=push -> build/lib/wlc/test_data/api copying wlc/test_data/api/projects-hello-repository--POST--operation=reset -> build/lib/wlc/test_data/api copying wlc/test_data/api/projects-hello-statistics -> build/lib/wlc/test_data/api copying wlc/test_data/api/projects-invalid -> build/lib/wlc/test_data/api copying wlc/test_data/api/translations -> build/lib/wlc/test_data/api copying wlc/test_data/api/translations--GET--page=2 -> build/lib/wlc/test_data/api copying wlc/test_data/api/translations--GET--page=3 -> build/lib/wlc/test_data/api copying wlc/test_data/api/translations-hello-android-en-units -> build/lib/wlc/test_data/api copying wlc/test_data/api/translations-hello-android-en-units--POST--key=test-monolingual--value=-test-me- -> build/lib/wlc/test_data/api copying wlc/test_data/api/translations-hello-weblate-cs -> build/lib/wlc/test_data/api copying wlc/test_data/api/translations-hello-weblate-cs--DELETE-- -> build/lib/wlc/test_data/api copying wlc/test_data/api/translations-hello-weblate-cs-changes -> build/lib/wlc/test_data/api copying wlc/test_data/api/translations-hello-weblate-cs-file -> build/lib/wlc/test_data/api copying wlc/test_data/api/translations-hello-weblate-cs-file--GET--format=csv -> build/lib/wlc/test_data/api copying wlc/test_data/api/translations-hello-weblate-cs-file--POST--3748506a -> build/lib/wlc/test_data/api copying wlc/test_data/api/translations-hello-weblate-cs-file--POST--5c6a101f -> build/lib/wlc/test_data/api copying wlc/test_data/api/translations-hello-weblate-cs-file--POST--85762547 -> build/lib/wlc/test_data/api copying wlc/test_data/api/translations-hello-weblate-cs-file--POST--90a4957d -> build/lib/wlc/test_data/api copying wlc/test_data/api/translations-hello-weblate-cs-file--POST--f8672b4c -> build/lib/wlc/test_data/api copying wlc/test_data/api/translations-hello-weblate-cs-repository -> build/lib/wlc/test_data/api copying wlc/test_data/api/translations-hello-weblate-cs-repository--POST--operation=cleanup -> build/lib/wlc/test_data/api copying wlc/test_data/api/translations-hello-weblate-cs-repository--POST--operation=commit -> build/lib/wlc/test_data/api copying wlc/test_data/api/translations-hello-weblate-cs-repository--POST--operation=pull -> build/lib/wlc/test_data/api copying wlc/test_data/api/translations-hello-weblate-cs-repository--POST--operation=push -> build/lib/wlc/test_data/api copying wlc/test_data/api/translations-hello-weblate-cs-repository--POST--operation=reset -> build/lib/wlc/test_data/api copying wlc/test_data/api/translations-hello-weblate-cs-statistics -> build/lib/wlc/test_data/api copying wlc/test_data/api/translations-hello-weblate-cs-units -> build/lib/wlc/test_data/api copying wlc/test_data/api/translations-hello-weblate-cs-units--GET--q=source%3A%3D%22mr%22 -> build/lib/wlc/test_data/api copying wlc/test_data/api/units -> build/lib/wlc/test_data/api copying wlc/test_data/api/units-123 -> build/lib/wlc/test_data/api copying wlc/test_data/api/units-123--DELETE-- -> build/lib/wlc/test_data/api copying wlc/test_data/api/units-123--PATCH--target=-foo---state=30 -> build/lib/wlc/test_data/api copying wlc/test_data/api/units-123--PUT--target=-foo---state=30 -> build/lib/wlc/test_data/api creating build/lib/wlc/test_data/mock copying wlc/test_data/mock/project-local-file.pot -> build/lib/wlc/test_data/mock >>> wlc: Entering fakeroot... /usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running install /usr/lib/python3.11/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing wlc.egg-info/PKG-INFO writing dependency_links to wlc.egg-info/dependency_links.txt writing entry points to wlc.egg-info/entry_points.txt writing requirements to wlc.egg-info/requires.txt writing top-level names to wlc.egg-info/top_level.txt reading manifest file 'wlc.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'README.rst' adding license file 'LICENSE' writing manifest file 'wlc.egg-info/SOURCES.txt' /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'wlc.test_data' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'wlc.test_data' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'wlc.test_data' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'wlc.test_data' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'wlc.test_data.api' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'wlc.test_data.api' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'wlc.test_data.api' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'wlc.test_data.api' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'wlc.test_data.mock' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'wlc.test_data.mock' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'wlc.test_data.mock' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'wlc.test_data.mock' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) running install_lib creating /home/buildozer/aports/testing/wlc/pkg creating /home/buildozer/aports/testing/wlc/pkg/wlc creating /home/buildozer/aports/testing/wlc/pkg/wlc/usr creating /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib creating /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11 creating /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages creating /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc copying build/lib/wlc/test_main.py -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc copying build/lib/wlc/main.py -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc copying build/lib/wlc/__init__.py -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc copying build/lib/wlc/test_wlc.py -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc creating /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data creating /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/mock copying build/lib/wlc/test_data/mock/project-local-file.pot -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/mock copying build/lib/wlc/test_data/.weblate -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data creating /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/projects-hello-changes -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/translations-hello-weblate-cs-statistics -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/projects-hello-repository -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/components-hello-weblate-file -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/components-hello-android -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/projects--POST--name=Hello--slug=hello--web=http---example.com---source_language=name=Malayalam--code=ml -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/translations-hello-weblate-cs-file--POST--3748506a -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/translations-hello-android-en-units--POST--key=test-monolingual--value=-test-me- -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/translations -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/components-hello-weblate-file--GET--format=zip -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/projects-empty -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/projects-hello--DELETE-- -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/projects-acl -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/translations-hello-weblate-cs -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/components -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/translations-hello-weblate-cs-file--POST--f8672b4c -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/translations-hello-weblate-cs--DELETE-- -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/languages--POST--code=tst--name=Test-Language--direction=rtl--plural=number=2--formula=n-!=-1 -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/components-hello-weblate-translations--POST--language_code=nl_BE -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/projects-hello-repository--POST--operation=reset -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/units-123--PUT--target=-foo---state=30 -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/translations-hello-weblate-cs-file -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/components-hello-weblate-repository--POST--operation=push -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/translations-hello-weblate-cs-units--GET--q=source%3A%3D%22mr%22 -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/components-hello-android-file--GET--format=zip -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/translations-hello-weblate-cs-file--GET--format=csv -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/components-hello-weblate-repository -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/translations-hello-weblate-cs-repository--POST--operation=push -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/translations-hello-weblate-cs-changes -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/projects-hello-statistics -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/components-hello-weblate-repository--POST--operation=pull -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/translations-hello-weblate-cs-repository--POST--operation=pull -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/components-hello-weblate-lock--POST--lock=1 -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/components-hello-weblate-translations--GET--page=2 -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/components-hello-weblate-lock -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/components-hello-weblate-translations -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/components-hello-weblate--DELETE-- -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/projects-hello-repository--POST--operation=cleanup -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/components-hello-android-file -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/translations-hello-weblate-cs-file--POST--5c6a101f -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/components-hello-weblate-changes -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/projects-hello-components -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/units-123--DELETE-- -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/components-hello-weblate-statistics--GET--page=2 -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/projects--POST--name=denied_json--slug=denide_json--web=http---some-weblate-app.com- -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/projects-hello-languages -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/translations--GET--page=2 -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/projects-hello-components--POST--9c51d0bc -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/changes -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/components-hello-weblate-repository--POST--operation=commit -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/components-hello-weblate-repository--POST--operation=cleanup -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/components-hello-weblate-statistics--GET--page=3 -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/languages--GET--page=2 -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/projects-hello-repository--POST--operation=pull -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/projects-hello -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/translations-hello-weblate-cs-repository--POST--operation=reset -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/projects-empty-components -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/translations-hello-android-en-units -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/translations-hello-weblate-cs-repository--POST--operation=cleanup -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/translations-hello-weblate-cs-file--POST--90a4957d -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/projects -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/translations-hello-weblate-cs-repository -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/languages--GET--page=3 -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/units-123 -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/translations-hello-weblate-cs-file--POST--85762547 -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/units-123--PATCH--target=-foo---state=30 -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/languages -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/translations-hello-weblate-cs-repository--POST--operation=commit -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/projects-hello-components--POST--branch=main--file_format=po--filemask=po--.po--git_export=--license=--license_url=--name=Weblate--slug=weblate--repo=file----home-nijel-work-weblate-hello--template=--new_base=--vcs=git -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/components-hello-weblate-statistics -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/translations--GET--page=3 -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/components-hello-weblate-repository--POST--operation=reset -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/components-hello-weblate -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/components-hello-weblate-lock--POST--lock=0 -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/projects-hello-repository--POST--operation=push -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/projects-invalid -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/projects-hello-repository--POST--operation=commit -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/units -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/api/translations-hello-weblate-cs-units -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data/api copying build/lib/wlc/test_data/weblate.ini -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data copying build/lib/wlc/test_data/wlc -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data copying build/lib/wlc/test_data/section -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_data copying build/lib/wlc/config.py -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc copying build/lib/wlc/test_base.py -> /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc byte-compiling /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_main.py to test_main.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/main.py to main.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_wlc.py to test_wlc.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/config.py to config.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc/test_base.py to test_base.cpython-311.pyc running install_egg_info Copying wlc.egg-info to /home/buildozer/aports/testing/wlc/pkg/wlc/usr/lib/python3.11/site-packages/wlc-1.13-py3.11.egg-info running install_scripts Installing wlc script to /home/buildozer/aports/testing/wlc/pkg/wlc/usr/bin >>> wlc*: Running postcheck for wlc >>> wlc*: Preparing package wlc... >>> wlc*: Tracing dependencies... >>> wlc*: Package size: 308.0 KB >>> wlc*: Compressing data... >>> wlc*: Create checksum... >>> wlc*: Create wlc-1.13-r1.apk >>> wlc: Build complete at Mon, 28 Nov 2022 13:19:55 +0000 elapsed time 0h 0m 13s >>> wlc: Cleaning up srcdir >>> wlc: Cleaning up pkgdir >>> wlc: Uninstalling dependencies... (1/21) Purging .makedepends-wlc (20221128.131946) (2/21) Purging py3-argcomplete (2.0.0-r1) (3/21) Purging py3-dateutil (2.8.2-r2) (4/21) Purging py3-six (1.16.0-r4) (5/21) Purging py3-requests (2.28.1-r2) (6/21) Purging py3-certifi (2022.9.24-r1) (7/21) Purging py3-charset-normalizer (3.0.1-r1) (8/21) Purging py3-idna (3.4-r3) (9/21) Purging py3-urllib3 (1.26.12-r1) (10/21) Purging py3-xdg (0.28-r1) (11/21) Purging py3-setuptools (65.6.3-r0) (12/21) Purging py3-packaging (21.3-r3) (13/21) Purging py3-parsing (3.0.9-r1) (14/21) Purging python3 (3.11.0-r2) (15/21) Purging libbz2 (1.0.8-r4) (16/21) Purging libffi (3.4.4-r0) (17/21) Purging gdbm (1.23-r0) (18/21) Purging xz-libs (5.2.8-r0) (19/21) Purging mpdecimal (2.5.1-r1) (20/21) Purging readline (8.2.0-r0) (21/21) Purging sqlite-libs (3.40.0-r0) Executing busybox-1.35.0-r29.trigger OK: 271 MiB in 96 packages >>> wlc: Updating the testing/riscv64 repository index... >>> wlc: Signing the index...