>>> py3-swagger-ui-bundle: Building testing/py3-swagger-ui-bundle 0.0.9-r3 (using abuild 3.11.0_rc13-r0) started Tue, 25 Apr 2023 14:05:12 +0000 >>> py3-swagger-ui-bundle: Checking sanity of /home/buildozer/aports/testing/py3-swagger-ui-bundle/APKBUILD... >>> py3-swagger-ui-bundle: Analyzing dependencies... >>> py3-swagger-ui-bundle: Installing for build: build-base python3 py3-jinja2 py3-flake8 py3-setuptools py3-pytest py3-pytest-runner (1/40) Installing libbz2 (1.0.8-r5) (2/40) Installing libffi (3.4.4-r2) (3/40) Installing gdbm (1.23-r1) (4/40) Installing xz-libs (5.4.2-r1) (5/40) Installing mpdecimal (2.5.1-r2) (6/40) Installing libpanelw (6.4_p20230401-r6) (7/40) Installing readline (8.2.1-r1) (8/40) Installing sqlite-libs (3.41.2-r2) (9/40) Installing python3 (3.11.3-r10) (10/40) Installing python3-pycache-pyc0 (3.11.3-r10) (11/40) Installing pyc (0.1-r0) (12/40) Installing python3-pyc (3.11.3-r10) (13/40) Installing py3-markupsafe (2.1.2-r1) (14/40) Installing py3-markupsafe-pyc (2.1.2-r1) (15/40) Installing py3-jinja2 (3.1.2-r2) (16/40) Installing py3-jinja2-pyc (3.1.2-r2) (17/40) Installing py3-pyflakes (3.0.1-r1) (18/40) Installing py3-pyflakes-pyc (3.0.1-r1) (19/40) Installing py3-pycodestyle (2.10.0-r1) (20/40) Installing py3-mccabe (0.7.0-r2) (21/40) Installing py3-mccabe-pyc (0.7.0-r2) (22/40) Installing py3-flake8 (6.0.0-r1) (23/40) Installing py3-flake8-pyc (6.0.0-r1) (24/40) Installing py3-parsing (3.0.9-r2) (25/40) Installing py3-parsing-pyc (3.0.9-r2) (26/40) Installing py3-packaging (23.1-r1) (27/40) Installing py3-packaging-pyc (23.1-r1) (28/40) Installing py3-setuptools (67.7.2-r0) (29/40) Installing py3-setuptools-pyc (67.7.2-r0) (30/40) Installing py3-iniconfig (1.1.1-r6) (31/40) Installing py3-iniconfig-pyc (1.1.1-r6) (32/40) Installing py3-pluggy (1.0.0-r3) (33/40) Installing py3-pluggy-pyc (1.0.0-r3) (34/40) Installing py3-py (1.11.0-r2) (35/40) Installing py3-py-pyc (1.11.0-r2) (36/40) Installing py3-pytest (7.3.1-r1) (37/40) Installing py3-pytest-pyc (7.3.1-r1) (38/40) Installing py3-pytest-runner (6.0.0-r2) (39/40) Installing py3-pytest-runner-pyc (6.0.0-r2) (40/40) Installing .makedepends-py3-swagger-ui-bundle (20230425.140513) Executing busybox-1.36.0-r8.trigger OK: 469 MiB in 139 packages >>> py3-swagger-ui-bundle: Cleaning up srcdir >>> py3-swagger-ui-bundle: Cleaning up pkgdir >>> py3-swagger-ui-bundle: Fetching https://distfiles.alpinelinux.org/distfiles/edge/swagger_ui_bundle-0.0.9.tar.gz >>> py3-swagger-ui-bundle: Fetching https://distfiles.alpinelinux.org/distfiles/edge/swagger_ui_bundle-0.0.9.tar.gz >>> py3-swagger-ui-bundle: Checking sha512sums... swagger_ui_bundle-0.0.9.tar.gz: OK >>> py3-swagger-ui-bundle: Unpacking /var/cache/distfiles/edge/swagger_ui_bundle-0.0.9.tar.gz... /usr/lib/python3.11/site-packages/setuptools/__init__.py:84: _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. running build running build_py creating build creating build/lib creating build/lib/swagger_ui_bundle copying swagger_ui_bundle/__init__.py -> build/lib/swagger_ui_bundle running egg_info creating swagger_ui_bundle.egg-info writing swagger_ui_bundle.egg-info/PKG-INFO writing dependency_links to swagger_ui_bundle.egg-info/dependency_links.txt writing requirements to swagger_ui_bundle.egg-info/requires.txt writing top-level names to swagger_ui_bundle.egg-info/top_level.txt writing manifest file 'swagger_ui_bundle.egg-info/SOURCES.txt' reading manifest file 'swagger_ui_bundle.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.txt' adding license file 'LICENSE' writing manifest file 'swagger_ui_bundle.egg-info/SOURCES.txt' /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'swagger_ui_bundle.vendor' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'swagger_ui_bundle.vendor' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'swagger_ui_bundle.vendor' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'swagger_ui_bundle.vendor' to be distributed and are already explicitly excluding 'swagger_ui_bundle.vendor' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) creating build/lib/swagger_ui_bundle/vendor creating build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10 copying swagger_ui_bundle/vendor/swagger-ui-2.2.10/index.html -> build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10 copying swagger_ui_bundle/vendor/swagger-ui-2.2.10/index.j2 -> build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10 copying swagger_ui_bundle/vendor/swagger-ui-2.2.10/o2c.html -> build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10 copying swagger_ui_bundle/vendor/swagger-ui-2.2.10/swagger-ui.js -> build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10 copying swagger_ui_bundle/vendor/swagger-ui-2.2.10/swagger-ui.min.js -> build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10 creating build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/css copying swagger_ui_bundle/vendor/swagger-ui-2.2.10/css/print.css -> build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/css copying swagger_ui_bundle/vendor/swagger-ui-2.2.10/css/reset.css -> build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/css copying swagger_ui_bundle/vendor/swagger-ui-2.2.10/css/screen.css -> build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/css copying swagger_ui_bundle/vendor/swagger-ui-2.2.10/css/style.css -> build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/css copying swagger_ui_bundle/vendor/swagger-ui-2.2.10/css/typography.css -> build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/css creating build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/fonts copying swagger_ui_bundle/vendor/swagger-ui-2.2.10/fonts/DroidSans-Bold.ttf -> build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/fonts copying swagger_ui_bundle/vendor/swagger-ui-2.2.10/fonts/DroidSans.ttf -> build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/fonts creating build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/images copying swagger_ui_bundle/vendor/swagger-ui-2.2.10/images/collapse.gif -> build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/images copying swagger_ui_bundle/vendor/swagger-ui-2.2.10/images/expand.gif -> build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/images copying swagger_ui_bundle/vendor/swagger-ui-2.2.10/images/explorer_icons.png -> build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/images copying swagger_ui_bundle/vendor/swagger-ui-2.2.10/images/favicon-16x16.png -> build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/images copying swagger_ui_bundle/vendor/swagger-ui-2.2.10/images/favicon-32x32.png -> build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/images copying swagger_ui_bundle/vendor/swagger-ui-2.2.10/images/favicon.ico -> build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/images copying swagger_ui_bundle/vendor/swagger-ui-2.2.10/images/logo_small.png -> build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/images copying swagger_ui_bundle/vendor/swagger-ui-2.2.10/images/pet_store_api.png -> build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/images copying swagger_ui_bundle/vendor/swagger-ui-2.2.10/images/throbber.gif -> build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/images copying swagger_ui_bundle/vendor/swagger-ui-2.2.10/images/wordnik_api.png -> build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/images creating build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang copying swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang/ca.js -> build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang copying swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang/el.js -> build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang copying swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang/en.js -> build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang copying swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang/es.js -> build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang copying swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang/fr.js -> build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang copying swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang/geo.js -> build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang copying swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang/it.js -> build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang copying swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang/ja.js -> build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang copying swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang/ko-kr.js -> build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang copying swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang/pl.js -> build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang copying swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang/pt.js -> build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang copying swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang/ru.js -> build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang copying swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang/tr.js -> build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang copying swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang/translator.js -> build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang copying swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang/zh-cn.js -> build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang creating build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib copying swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib/backbone-min.js -> build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib copying swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib/es5-shim.js -> build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib copying swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib/handlebars-4.0.5.js -> build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib copying swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib/highlight.9.1.0.pack.js -> build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib copying swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib/highlight.9.1.0.pack_extended.js -> build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib copying swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib/jquery-1.8.0.min.js -> build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib copying swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib/jquery.ba-bbq.min.js -> build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib copying swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib/jquery.slideto.min.js -> build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib copying swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib/jquery.wiggle.min.js -> build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib copying swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib/js-yaml.min.js -> build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib copying swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib/jsoneditor.min.js -> build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib copying swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib/lodash.min.js -> build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib copying swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib/marked.js -> build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib copying swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib/object-assign-pollyfill.js -> build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib copying swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib/sanitize-html.min.js -> build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib copying swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib/swagger-oauth.js -> build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib creating build/lib/swagger_ui_bundle/vendor/swagger-ui-3.52.0 copying swagger_ui_bundle/vendor/swagger-ui-3.52.0/favicon-16x16.png -> build/lib/swagger_ui_bundle/vendor/swagger-ui-3.52.0 copying swagger_ui_bundle/vendor/swagger-ui-3.52.0/favicon-32x32.png -> build/lib/swagger_ui_bundle/vendor/swagger-ui-3.52.0 copying swagger_ui_bundle/vendor/swagger-ui-3.52.0/index.html -> build/lib/swagger_ui_bundle/vendor/swagger-ui-3.52.0 copying swagger_ui_bundle/vendor/swagger-ui-3.52.0/index.j2 -> build/lib/swagger_ui_bundle/vendor/swagger-ui-3.52.0 copying swagger_ui_bundle/vendor/swagger-ui-3.52.0/oauth2-redirect.html -> build/lib/swagger_ui_bundle/vendor/swagger-ui-3.52.0 copying swagger_ui_bundle/vendor/swagger-ui-3.52.0/swagger-ui-bundle.js -> build/lib/swagger_ui_bundle/vendor/swagger-ui-3.52.0 copying swagger_ui_bundle/vendor/swagger-ui-3.52.0/swagger-ui-bundle.js.map -> build/lib/swagger_ui_bundle/vendor/swagger-ui-3.52.0 copying swagger_ui_bundle/vendor/swagger-ui-3.52.0/swagger-ui-es-bundle-core.js -> build/lib/swagger_ui_bundle/vendor/swagger-ui-3.52.0 copying swagger_ui_bundle/vendor/swagger-ui-3.52.0/swagger-ui-es-bundle-core.js.map -> build/lib/swagger_ui_bundle/vendor/swagger-ui-3.52.0 copying swagger_ui_bundle/vendor/swagger-ui-3.52.0/swagger-ui-es-bundle.js -> build/lib/swagger_ui_bundle/vendor/swagger-ui-3.52.0 copying swagger_ui_bundle/vendor/swagger-ui-3.52.0/swagger-ui-es-bundle.js.map -> build/lib/swagger_ui_bundle/vendor/swagger-ui-3.52.0 copying swagger_ui_bundle/vendor/swagger-ui-3.52.0/swagger-ui-standalone-preset.js -> build/lib/swagger_ui_bundle/vendor/swagger-ui-3.52.0 copying swagger_ui_bundle/vendor/swagger-ui-3.52.0/swagger-ui-standalone-preset.js.map -> build/lib/swagger_ui_bundle/vendor/swagger-ui-3.52.0 copying swagger_ui_bundle/vendor/swagger-ui-3.52.0/swagger-ui.css -> build/lib/swagger_ui_bundle/vendor/swagger-ui-3.52.0 copying swagger_ui_bundle/vendor/swagger-ui-3.52.0/swagger-ui.css.map -> build/lib/swagger_ui_bundle/vendor/swagger-ui-3.52.0 copying swagger_ui_bundle/vendor/swagger-ui-3.52.0/swagger-ui.js -> build/lib/swagger_ui_bundle/vendor/swagger-ui-3.52.0 copying swagger_ui_bundle/vendor/swagger-ui-3.52.0/swagger-ui.js.map -> build/lib/swagger_ui_bundle/vendor/swagger-ui-3.52.0 ============================= test session starts ============================== platform linux -- Python 3.11.3, pytest-7.3.1, pluggy-1.0.0 rootdir: /home/buildozer/aports/testing/py3-swagger-ui-bundle/src/swagger_ui_bundle-0.0.9 collected 3 items tests/test_can_import.py ... [100%] ============================== 3 passed in 0.02s =============================== >>> py3-swagger-ui-bundle: Entering fakeroot... /usr/lib/python3.11/site-packages/setuptools/__init__.py:84: _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. 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-swagger-ui-bundle/pkg creating /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle creating /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr creating /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib creating /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11 creating /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages creating /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle copying build/lib/swagger_ui_bundle/__init__.py -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle creating /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor creating /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-3.52.0 copying build/lib/swagger_ui_bundle/vendor/swagger-ui-3.52.0/index.html -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-3.52.0 copying build/lib/swagger_ui_bundle/vendor/swagger-ui-3.52.0/swagger-ui-es-bundle-core.js -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-3.52.0 copying build/lib/swagger_ui_bundle/vendor/swagger-ui-3.52.0/swagger-ui-standalone-preset.js.map -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-3.52.0 copying build/lib/swagger_ui_bundle/vendor/swagger-ui-3.52.0/swagger-ui.css.map -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-3.52.0 copying build/lib/swagger_ui_bundle/vendor/swagger-ui-3.52.0/swagger-ui-es-bundle-core.js.map -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-3.52.0 copying build/lib/swagger_ui_bundle/vendor/swagger-ui-3.52.0/index.j2 -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-3.52.0 copying build/lib/swagger_ui_bundle/vendor/swagger-ui-3.52.0/swagger-ui.css -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-3.52.0 copying build/lib/swagger_ui_bundle/vendor/swagger-ui-3.52.0/swagger-ui.js.map -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-3.52.0 copying build/lib/swagger_ui_bundle/vendor/swagger-ui-3.52.0/oauth2-redirect.html -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-3.52.0 copying build/lib/swagger_ui_bundle/vendor/swagger-ui-3.52.0/swagger-ui-es-bundle.js.map -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-3.52.0 copying build/lib/swagger_ui_bundle/vendor/swagger-ui-3.52.0/favicon-32x32.png -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-3.52.0 copying build/lib/swagger_ui_bundle/vendor/swagger-ui-3.52.0/swagger-ui-bundle.js -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-3.52.0 copying build/lib/swagger_ui_bundle/vendor/swagger-ui-3.52.0/swagger-ui-bundle.js.map -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-3.52.0 copying build/lib/swagger_ui_bundle/vendor/swagger-ui-3.52.0/swagger-ui-es-bundle.js -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-3.52.0 copying build/lib/swagger_ui_bundle/vendor/swagger-ui-3.52.0/swagger-ui.js -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-3.52.0 copying build/lib/swagger_ui_bundle/vendor/swagger-ui-3.52.0/swagger-ui-standalone-preset.js -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-3.52.0 copying build/lib/swagger_ui_bundle/vendor/swagger-ui-3.52.0/favicon-16x16.png -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-3.52.0 creating /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10 creating /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10/css copying build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/css/reset.css -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10/css copying build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/css/print.css -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10/css copying build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/css/screen.css -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10/css copying build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/css/style.css -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10/css copying build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/css/typography.css -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10/css copying build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/index.html -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10 creating /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang copying build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang/pl.js -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang copying build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang/tr.js -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang copying build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang/ca.js -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang copying build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang/it.js -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang copying build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang/geo.js -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang copying build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang/pt.js -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang copying build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang/translator.js -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang copying build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang/zh-cn.js -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang copying build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang/es.js -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang copying build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang/el.js -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang copying build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang/ko-kr.js -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang copying build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang/fr.js -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang copying build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang/ja.js -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang copying build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang/en.js -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang copying build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang/ru.js -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lang creating /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10/images copying build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/images/logo_small.png -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10/images copying build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/images/favicon.ico -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10/images copying build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/images/explorer_icons.png -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10/images copying build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/images/favicon-32x32.png -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10/images copying build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/images/throbber.gif -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10/images copying build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/images/expand.gif -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10/images copying build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/images/wordnik_api.png -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10/images copying build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/images/collapse.gif -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10/images copying build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/images/favicon-16x16.png -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10/images copying build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/images/pet_store_api.png -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10/images creating /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10/fonts copying build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/fonts/DroidSans-Bold.ttf -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10/fonts copying build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/fonts/DroidSans.ttf -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10/fonts copying build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/index.j2 -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10 copying build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/swagger-ui.min.js -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10 creating /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib copying build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib/highlight.9.1.0.pack.js -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib copying build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib/swagger-oauth.js -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib copying build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib/jquery.slideto.min.js -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib copying build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib/jsoneditor.min.js -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib copying build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib/es5-shim.js -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib copying build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib/sanitize-html.min.js -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib copying build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib/highlight.9.1.0.pack_extended.js -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib copying build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib/js-yaml.min.js -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib copying build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib/jquery-1.8.0.min.js -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib copying build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib/lodash.min.js -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib copying build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib/object-assign-pollyfill.js -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib copying build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib/jquery.ba-bbq.min.js -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib copying build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib/backbone-min.js -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib copying build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib/marked.js -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib copying build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib/handlebars-4.0.5.js -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib copying build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib/jquery.wiggle.min.js -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10/lib copying build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/o2c.html -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10 copying build/lib/swagger_ui_bundle/vendor/swagger-ui-2.2.10/swagger-ui.js -> /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/vendor/swagger-ui-2.2.10 byte-compiling /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/__init__.py to __init__.cpython-311.pyc running install_egg_info running egg_info writing swagger_ui_bundle.egg-info/PKG-INFO writing dependency_links to swagger_ui_bundle.egg-info/dependency_links.txt writing requirements to swagger_ui_bundle.egg-info/requires.txt writing top-level names to swagger_ui_bundle.egg-info/top_level.txt reading manifest file 'swagger_ui_bundle.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.txt' adding license file 'LICENSE' writing manifest file 'swagger_ui_bundle.egg-info/SOURCES.txt' Copying swagger_ui_bundle.egg-info to /home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle-0.0.9-py3.11.egg-info running install_scripts >>> py3-swagger-ui-bundle-pyc*: Running split function pyc... '/home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle/usr/lib/python3.11/site-packages/swagger_ui_bundle/__pycache__' -> '/home/buildozer/aports/testing/py3-swagger-ui-bundle/pkg/py3-swagger-ui-bundle-pyc/usr/lib/python3.11/site-packages/swagger_ui_bundle/__pycache__' >>> py3-swagger-ui-bundle-pyc*: Preparing subpackage py3-swagger-ui-bundle-pyc... >>> py3-swagger-ui-bundle-pyc*: Running postcheck for py3-swagger-ui-bundle-pyc >>> py3-swagger-ui-bundle*: Running postcheck for py3-swagger-ui-bundle >>> py3-swagger-ui-bundle*: Preparing package py3-swagger-ui-bundle... >>> py3-swagger-ui-bundle-pyc*: Tracing dependencies... python3 py3-jinja2 python3~3.11 >>> py3-swagger-ui-bundle-pyc*: Package size: 32.0 KB >>> py3-swagger-ui-bundle-pyc*: Compressing data... >>> py3-swagger-ui-bundle-pyc*: Create checksum... >>> py3-swagger-ui-bundle-pyc*: Create py3-swagger-ui-bundle-pyc-0.0.9-r3.apk >>> py3-swagger-ui-bundle*: Tracing dependencies... python3 py3-jinja2 python3~3.11 >>> py3-swagger-ui-bundle*: Package size: 22.1 MB >>> py3-swagger-ui-bundle*: Compressing data... >>> py3-swagger-ui-bundle*: Create checksum... >>> py3-swagger-ui-bundle*: Create py3-swagger-ui-bundle-0.0.9-r3.apk >>> py3-swagger-ui-bundle: Build complete at Tue, 25 Apr 2023 14:05:14 +0000 elapsed time 0h 0m 2s >>> py3-swagger-ui-bundle: Cleaning up srcdir >>> py3-swagger-ui-bundle: Cleaning up pkgdir >>> py3-swagger-ui-bundle: Uninstalling dependencies... (1/40) Purging .makedepends-py3-swagger-ui-bundle (20230425.140513) (2/40) Purging py3-jinja2-pyc (3.1.2-r2) (3/40) Purging py3-jinja2 (3.1.2-r2) (4/40) Purging py3-markupsafe-pyc (2.1.2-r1) (5/40) Purging py3-markupsafe (2.1.2-r1) (6/40) Purging py3-flake8-pyc (6.0.0-r1) (7/40) Purging py3-flake8 (6.0.0-r1) (8/40) Purging py3-pyflakes-pyc (3.0.1-r1) (9/40) Purging py3-pyflakes (3.0.1-r1) (10/40) Purging py3-pycodestyle (2.10.0-r1) (11/40) Purging py3-mccabe-pyc (0.7.0-r2) (12/40) Purging py3-mccabe (0.7.0-r2) (13/40) Purging py3-pytest-runner-pyc (6.0.0-r2) (14/40) Purging py3-pytest-runner (6.0.0-r2) (15/40) Purging py3-pytest-pyc (7.3.1-r1) (16/40) Purging py3-pytest (7.3.1-r1) (17/40) Purging py3-iniconfig-pyc (1.1.1-r6) (18/40) Purging py3-iniconfig (1.1.1-r6) (19/40) Purging py3-pluggy-pyc (1.0.0-r3) (20/40) Purging py3-pluggy (1.0.0-r3) (21/40) Purging py3-py-pyc (1.11.0-r2) (22/40) Purging py3-py (1.11.0-r2) (23/40) Purging py3-setuptools-pyc (67.7.2-r0) (24/40) Purging py3-setuptools (67.7.2-r0) (25/40) Purging py3-packaging-pyc (23.1-r1) (26/40) Purging py3-packaging (23.1-r1) (27/40) Purging py3-parsing-pyc (3.0.9-r2) (28/40) Purging py3-parsing (3.0.9-r2) (29/40) Purging python3-pyc (3.11.3-r10) (30/40) Purging python3-pycache-pyc0 (3.11.3-r10) (31/40) Purging pyc (0.1-r0) (32/40) Purging python3 (3.11.3-r10) (33/40) Purging gdbm (1.23-r1) (34/40) Purging libbz2 (1.0.8-r5) (35/40) Purging libffi (3.4.4-r2) (36/40) Purging libpanelw (6.4_p20230401-r6) (37/40) Purging mpdecimal (2.5.1-r2) (38/40) Purging readline (8.2.1-r1) (39/40) Purging sqlite-libs (3.41.2-r2) (40/40) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r8.trigger OK: 408 MiB in 99 packages >>> py3-swagger-ui-bundle: Updating the testing/aarch64 repository index... >>> py3-swagger-ui-bundle: Signing the index...